Re: Review Request: Plasma HDD Activity/IO system monitor applet creation

2012-02-07 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103878/#review10400 --- Ship it! seems well done - Marco Martin On Feb. 6, 2012,

telling a data engine to reload a source

2012-02-07 Thread Eric Mesa
I have a data engine that grabs some data off the web, chugs it and then presents it to my plasmoid. How could my plasmoid tell the data engine that its data is now out of date and it should regrab its data? Even better would be the ability to tell it to update only one of its 20 sources.

can buttons know what happens to programs they launch?

2012-02-07 Thread Eric Mesa
In my plasmoid I have a button that launches a python program with certain arguments. Is it possible for the button to know whether or not the application exited with an error? And if so, is it possible to have it change colour based on that? -- Eric Mesa http://about.me/ericmesa

Review Request: Take sorting order into account in ProxyModel::lessThan() in order to give folders precedence regardless of the sort order used

2012-02-07 Thread Ignat Semenov
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103884/ --- Review request for Plasma, Aaron J. Seigo, Marco Martin, and Fredrik

Re: can buttons know what happens to programs they launch?

2012-02-07 Thread Hans Chen
You may want to take a look at KProcess: http://api.kde.org/4.x-api/kdelibs-apidocs/kdecore/html/classKProcess.html For example, here's a Python plasmoid that uses it: http://kde-look.org/content/show.php/Redshift+plasmoid?content=148737 With best regards, Hans Chen On Tue, Feb 7, 2012 at 20:06,

Re: Review Request: Take sorting order into account in ProxyModel::lessThan() in order to give folders precedence regardless of the sort order used

2012-02-07 Thread Fredrik Höglund
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103884/#review10404 --- Ship it! Ship It! - Fredrik Höglund On Feb. 7, 2012, 7:40

Re: Review Request: Take sorting order into account in ProxyModel::lessThan() in order to give folders precedence regardless of the sort order used

2012-02-07 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103884/#review10405 --- This review has been submitted with commit

Re: Review Request: Take sorting order into account in ProxyModel::lessThan() in order to give folders precedence regardless of the sort order used

2012-02-07 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103884/#review10406 --- This review has been submitted with commit

Re: Review Request: Improve the QML RunnerModel

2012-02-07 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103806/ --- (Updated Feb. 7, 2012, 11:23 p.m.) Review request for Plasma. Changes