Re: QML widget explorer

2012-01-02 Thread Marco Martin
On Sunday 01 January 2012, Martin Gräßlin wrote: * Yeah scrolling would be nice :-) Also the missing flickable behavior surprised me, though it is clear that it cannot work when there is a drag area. a possible solution could be doing flicking and initiate a drag if and only if the mouse

Re: Review Request: Fix bug https://bugs.kde.org/show_bug.cgi?id=270252

2012-01-02 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103597/#review9431 --- Ship it! that's a very good catch ;) yes, that's the way it's

Re: QML widget explorer

2012-01-02 Thread Sebastian Kügler
On Monday, January 02, 2012 11:41:41 Marco Martin wrote: On Sunday 01 January 2012, Martin Gräßlin wrote: * Yeah scrolling would be nice :-) Also the missing flickable behavior surprised me, though it is clear that it cannot work when there is a drag area. a possible solution could be

Re: QML widget explorer

2012-01-02 Thread Marco Martin
On Monday 02 January 2012, Sebastian Kügler wrote: On Monday, January 02, 2012 11:41:41 Marco Martin wrote: On Sunday 01 January 2012, Martin Gräßlin wrote: * Yeah scrolling would be nice :-) Also the missing flickable behavior surprised me, though it is clear that it cannot work when

Re: Review Request: Fix bug https://bugs.kde.org/show_bug.cgi?id=270252

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

Plasma system monitor applets to QML?

2012-01-02 Thread Shaun Reich
Well, when I was in the process of writing (and still am), a hdd activity (I/O) applet, I ran into some crazy shit that it does. For instance, did you know that on sourceRemoved or sourceAdded, it clears the entire connected sources, removes the applet layout entirely, then reloads all of the

[kde-workspace] plasma/generic/tools/plasmoidviewer: Make plasmoidviewer have non-persistent applet config files.

2012-01-02 Thread Shaun Reich
Git commit e5e437e9aa581056d4517c70573115582420b497 by Shaun Reich. Committed on 03/01/2012 at 04:04. Pushed by sreich into branch 'master'. Make plasmoidviewer have non-persistent applet config files. Non-persistence is on by default, since this is a debugging application (I've run into a few

session applets to QML part 1: konsoleprofiles

2012-01-02 Thread Shaun Reich
While I was doing other things, I've also been porting the session applets to QML. The applet which is the most done is konsoleprofiles... I'm going to merge this one and finish it the most, then work on the other ones again (konq and kdevelop session profile applets, as well as kate's. the

Re: session applets to QML part 1: konsoleprofiles

2012-01-02 Thread Shaun Reich
oh I forgot to add a note...also realize that it uses the namespaces: org.kde.plasma.applet.konsoleprofiles and org.kde.plasma.dataengine.konsoleprofiles. Let me know if that is too specific. I just like categorizing things into neat little namespaces ;-) -- Shaun Reich, KDE Software Developer