Re: FYI: Platform content discussion in Qt

2013-03-26 Thread Alan Alpert
On Tue, Mar 26, 2013 at 6:07 AM, Marco Martin wrote: > On Tuesday 26 March 2013, Alan Alpert wrote: >> Hi, >> >> I can't find it now, but there was a note on one of the Plasma wiki >> pages about some of the limitations of how QML files are 'switched >> out' with platform content versions in a Pla

Re: Review Request 109604: Model to provide easy access to KWin's Clients from QML

2013-03-26 Thread Thomas Lübking
> On March 21, 2013, 9:06 p.m., Thomas Lübking wrote: > > kwin/scripting/scripting_model.cpp, line 190 > > > > > > considered to keep m_clients and m_ids as hash/map or at least a pair > > (implicitly documenting

Re: Review Request 109699: Simplify the behavior of the main UI file in the chat plasmoid

2013-03-26 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109699/ --- (Updated March 26, 2013, 8:03 p.m.) Status -- This change has been ma

Re: Review Request 109699: Simplify the behavior of the main UI file in the chat plasmoid

2013-03-26 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109699/#review29912 --- This review has been submitted with commit ee48913d565524d37a3

Re: Review Request 109712: Make it possible to use action groups with QMenuItem

2013-03-26 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109712/ --- (Updated March 26, 2013, 8 p.m.) Status -- This change has been disca

Re: Review Request 109712: Make it possible to use action groups with QMenuItem

2013-03-26 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109712/#review29911 --- Ship it! Ship It! - Aaron J. Seigo On March 25, 2013, 7:24

Re: Review Request 109711: Fixes a bug in the KDE dataengine to use the POST method instead of GET which allows large text to be sent to the server

2013-03-26 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109711/#review29910 --- Ship it! Ship It! - Aaron J. Seigo On March 25, 2013, 6:50

Re: FYI: Platform content discussion in Qt

2013-03-26 Thread Marco Martin
On Tuesday 26 March 2013, Alan Alpert wrote: > Hi, > > I can't find it now, but there was a note on one of the Plasma wiki > pages about some of the limitations of how QML files are 'switched > out' with platform content versions in a Plasma package (from memory, > stuff like requiring a qmldir an

Re: FYI: Platform content discussion in Qt

2013-03-26 Thread Marco Martin
On Tuesday 26 March 2013, Alan Alpert wrote: > Hi, > > I can't find it now, but there was a note on one of the Plasma wiki > pages about some of the limitations of how QML files are 'switched > out' with platform content versions in a Plasma package (from memory, > stuff like requiring a qmldir an

Re: [Nepomuk] Nepomukcontroller rewritten in QML

2013-03-26 Thread Martin Klapetek
On Tue, Mar 26, 2013 at 11:29 AM, Jörg Ehrichs wrote: > > [...] > > > > These things should really be async. > > > > Especially if there can be multiple services that you have no control > about, > > they will hang at some point, and then your UI is blocked -- never a good > > thing. > > > > We'v

Re: [Nepomuk] Nepomukcontroller rewritten in QML

2013-03-26 Thread Jörg Ehrichs
> [...] > > These things should really be async. > > Especially if there can be multiple services that you have no control about, > they will hang at some point, and then your UI is blocked -- never a good > thing. > > We've had a non-funny amount of UI problems due to sync calls across IPC, or > i

Plasma Media Center meeting on 27th March

2013-03-26 Thread Shantanu Tushar Jha
Hi, Thanks for filling out the doodle! From the entries, the best time to have this is on Wednesday 27th March at 3:15 PM - 4:00 PM UTC. Lets have the meeting then and get some awesome stuff for PMC! Cheers, -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___

FYI: Platform content discussion in Qt

2013-03-26 Thread Alan Alpert
Hi, I can't find it now, but there was a note on one of the Plasma wiki pages about some of the limitations of how QML files are 'switched out' with platform content versions in a Plasma package (from memory, stuff like requiring a qmldir and not working with C++ plugins). I've chosen the longest

Review Request 109711: Fixes a bug in the KDE dataengine to use the POST method instead of GET which allows large text to be sent to the server

2013-03-26 Thread Bhaskar Kandiyal
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109711/ --- Review request for Plasma. Description --- Fixes a bug where the defa

Re: Review Request 109604: Model to provide easy access to KWin's Clients from QML

2013-03-26 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109604/ --- (Updated March 26, 2013, 10:35 a.m.) Review request for kwin and Plasma.

Re: Review Request 109604: Model to provide easy access to KWin's Clients from QML

2013-03-26 Thread Martin Gräßlin
> On March 21, 2013, 10:06 p.m., Thomas Lübking wrote: > > kwin/scripting/scripting_model.cpp, line 190 > > > > > > considered to keep m_clients and m_ids as hash/map or at least a pair > > (implicitly documentin