Re: New to list, make in applet

2008-12-10 Thread David Baron
On Wednesday 10 December 2008 19:04:12 Aaron J. Seigo wrote: > On Tuesday 09 December 2008, David Baron wrote: > > Sometime the thing works just fine. > > > > Sometimes, it gets hung up and I get messages like: > > > > link XMLID_34_ hasn't been detected! > > link XMLID_34_ hasn't been detected! >

Re: Review Request: Plasma::Theme item cache performance improvements

2008-12-10 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/298/#review288 --- Ship it! cute:) - Marco On 2008-12-10 13:34:45, Aaron Seigo wr

Review Request: Plasma::Theme item cache performance improvements

2008-12-10 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/298/ --- Review request for Plasma. Summary --- Usage of QList instead of QSet,

Re: multi-screen fixathon

2008-12-10 Thread Hans Chen
OK, let's start with the most simple case.* Output: *See attached file 1. Plasma starts up with *activity A* on *left screen* and *activity B*on *right* (main) *screen*. 2. Zoom out on *left screen.* (Notice: the activities are shown as [B][A], and not [A][B] as one would expect.)

Re: New to list, make in applet

2008-12-10 Thread Aaron J. Seigo
On Tuesday 09 December 2008, David Baron wrote: > Sometime the thing works just fine. > > Sometimes, it gets hung up and I get messages like: > > link XMLID_34_ hasn't been detected! > link XMLID_34_ hasn't been detected! > link XMLID_36_ hasn't been detected! > > At this point, it might leave the

Re: Problems in i18n messages

2008-12-10 Thread Aaron J. Seigo
On Tuesday 25 November 2008, Albert Astals Cid wrote: > serviceviewer.cpp:67 > "DataEngine: %1; Source: %2; Service %3" > What is DataEngine? %1 is the name of the engine, DataEngine are what plasmaengineexplorer interacts with. > Why are message fields divided by semicolons? because it was eas

Re: Review Request: correct panel placement when clicking Add Panel

2008-12-10 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/297/#review287 --- Ship it! the patch looks ok. one question i have is whether or no

Re: System Monitor

2008-12-10 Thread Aaron J. Seigo
On Wednesday 10 December 2008, Dominik Haumann wrote: > So does it make sense to remove the data engines of [1] and [2] and try to > implement the applet by just using the above? i think so, yes.. the bonus there is that it will be as portable as ksysguard is.. =) > PS: I don't want an applet th

Re: Review Request: correct panel placement when clicking Add Panel

2008-12-10 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/297/#review286 --- Ship it! tried it and it works well, seems also simple enough, ok

Review Request: correct panel placement when clicking Add Panel

2008-12-10 Thread Alessandro Diaferia
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/297/ --- Review request for Plasma. Summary --- This patch tries to place corre

System Monitor

2008-12-10 Thread Dominik Haumann
Hi, some months ago I blogged about KDE3's system monitor applet ported to plasma [1]. It provides a data engine and an applet. The data engine is more or less just the code taken from KDE3, i.e. it supports more than just e.g. /proc/cpuinfo depending on the OS. So I'd expect it to work in KDE4 ju