Re: Current state of System Monitor

2012-08-10 Thread Peter Hartmann
On 09.08.2012 19:54, Shaun Reich wrote: that's the plan anyways, especially since i'm sorta the maintainer of the existing applets. obviously only if it's feature-complete. for clarification, i'm talking about the plotter system monitors, which are line graphs. I've compiled Qt5 and hopefully wou

Re: Current state of System Monitor

2012-08-09 Thread Peter Hartmann
On 07.08.2012 12:34, Shaun Reich wrote: Uh.. I've had a wip from scratch QML2 version of the system monitors in a workspace branch for a long time now. Obviously it can't be used until Qt5 is out. It has more functionality than the current ones too. In the sense that it also has a bar graph

Current state of System Monitor

2012-08-06 Thread Peter Hartmann
Hello I'd like to inquire if QML port of System Monitor applet is in work or in plans for near future. There is only C++ code in repo, but revision history tells me that there were such attempts in the past. Will hypothetical patches won't be rejected on the basis of "major rewrite incoming"?

Python: reading plasmoid configuration with KConfig XT

2012-01-07 Thread Peter Hartmann
Hello As I'm writing my first plasmoid, I learned that configuration interface can be created in a "declarative" way with KConfig XT and Qt Designer. But how do I actually _read_ user input with this approach? Of course I can write custom slots and hook them up to my QWidget (loaded from .ui