Re: Review Request: JJ bug 224062 - add switch user check to kickoff leave model

2012-05-07 Thread Brian LaRochelle
> On May 7, 2012, 3:54 p.m., Martin Gräßlin wrote: > > please also put the commit in kickoff-qml branch as otherwise it's quite > > likely that it gets lost once I finish the QML port of kickoff I can track the kickoff-qml branch, test, and attach a patch for that branch. If that is what you'

Re: Review Request: [KActivityManagerDaemon] Activity Changed On Screen Display

2012-05-07 Thread Kai Uwe Broulik
> On May 7, 2012, 6:04 p.m., Ivan Čukić wrote: > > I really don't like having this as a kamd plugin. > > > > In general, I dream of a day when kamd will have no GUI code whatsoever. > > Thomas Lübking wrote: > What about using knotify and extending it by an OSD? > > makis marimpis wrote: >

Re: Review Request: [KActivityManagerDaemon] Activity Changed On Screen Display

2012-05-07 Thread Ivan Čukić
> On May 7, 2012, 6:04 p.m., Ivan Čukić wrote: > > I really don't like having this as a kamd plugin. > > > > In general, I dream of a day when kamd will have no GUI code whatsoever. > > Thomas Lübking wrote: > What about using knotify and extending it by an OSD? > > makis marimpis wrote: >

Re: Review Request: [KActivityManagerDaemon] Activity Changed On Screen Display

2012-05-07 Thread makis marimpis
> On May 7, 2012, 6:04 p.m., Ivan Čukić wrote: > > I really don't like having this as a kamd plugin. > > > > In general, I dream of a day when kamd will have no GUI code whatsoever. > > Thomas Lübking wrote: > What about using knotify and extending it by an OSD? heh, that's why i thought i

Re: Review Request: [KActivityManagerDaemon] Activity Changed On Screen Display

2012-05-07 Thread Thomas Lübking
> On May 7, 2012, 6:04 p.m., Ivan Čukić wrote: > > I really don't like having this as a kamd plugin. > > > > In general, I dream of a day when kamd will have no GUI code whatsoever. What about using knotify and extending it by an OSD? - Thomas ---

Re: Review Request: [KActivityManagerDaemon] Activity Changed On Screen Display

2012-05-07 Thread Ivan Čukić
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104603/#review13552 --- I really don't like having this as a kamd plugin. In general,

Re: Review Request: [KActivityManagerDaemon] Activity Changed On Screen Display

2012-05-07 Thread makis marimpis
> On April 15, 2012, 9:10 a.m., Martin Gräßlin wrote: > > FTR: KWin's desktop change OSD has been completely rewritten in QML and I > > would highly suggest that it should also this OSD should use QML. i'll convert it to QML(in a totally different outlook), but was wondering whether to move it

Re: Review Request: [KActivityManagerDaemon] Activity Changed On Screen Display

2012-05-07 Thread makis marimpis
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104603/ --- (Updated May 7, 2012, 5:49 p.m.) Review request for kwin and Plasma. Cha

Re: Review Request: JJ bug 224062 - add switch user check to kickoff leave model

2012-05-07 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104879/#review13542 --- please also put the commit in kickoff-qml branch as otherwise i

Re: Review Request: JJ bug 224062 - add switch user check to kickoff leave model

2012-05-07 Thread Brian LaRochelle
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104879/ --- (Updated May 7, 2012, 2:06 p.m.) Review request for Plasma. Description

Review Request: JJ bug 224062 - add switch user check to kickoff leave model

2012-05-07 Thread Brian LaRochelle
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104879/ --- Review request for Plasma. Description --- -modified kde-workspace/pl

Re: krunnermodel moved to runtime

2012-05-07 Thread Aleix Pol
On Thu, May 3, 2012 at 4:15 PM, Shaun Reich wrote: > just a heads up that plasma-mobile's krunnermodel now resides in > kde-runtime/plasma/declarativeimports/krunnermodel. since we're now > getting a good amount of things depending on it, and plasma-mobile too > much to haul in. > > -- > Shaun Rei

Re: Could use some help on getting the QML taskmanager running in KDE 4.8

2012-05-07 Thread Sebastian Kügler
On Monday, May 07, 2012 11:17:07 Mark wrote: > That is some very interesting information > I'm guessing that will have to go in PlasmaExtraComponents? or > QtExtraComponents? or do we need a KDEExtraComponents ^_- Separate plugin, I suppose. It's not functionality I'd like to see in UI Components

Re: Could use some help on getting the QML taskmanager running in KDE 4.8

2012-05-07 Thread Mark
On Mon, May 7, 2012 at 10:15 AM, Aaron J. Seigo wrote: > On Sunday, May 6, 2012 01:20:29 Mark wrote: > > Then simply running "plasmoidviewer" in the compiled package path of that > > branch. > > the package is loaded by the library, which is an Applet, not the other way > around. it is not a QML

Re: Proposal: use Icon Tasks as our default taskmanager.

2012-05-07 Thread Mark
On Mon, May 7, 2012 at 10:04 AM, Aaron J. Seigo wrote: > On Saturday, May 5, 2012 14:25:09 Mark wrote: > > 1. Ghosting still seems to be an issue. Even though i do have Qt 4.8.1. I > > haven't re-opened https://bugs.kde.org/show_bug.cgi?id=275469 yet since > i > > think the ghosting doesn't occur

Re: Could use some help on getting the QML taskmanager running in KDE 4.8

2012-05-07 Thread Aaron J. Seigo
On Sunday, May 6, 2012 01:20:29 Mark wrote: > Then simply running "plasmoidviewer" in the compiled package path of that > branch. the package is loaded by the library, which is an Applet, not the other way around. it is not a QML only plasmoid, but a C++ plasmoid which is using QML for its UI. s

Re: qml/js writing and reading StringList

2012-05-07 Thread Aaron J. Seigo
On Saturday, May 5, 2012 16:49:05 Shaun Reich wrote: > how can i use plasmoid.writeConfig to write out a StringList to the > kconfigxt? type=StringList ? that should give you an array back. if that isn't working, then poke around in configloader.cpp in libplasma to make sure it is doing the Rig

Re: Proposal: use Icon Tasks as our default taskmanager.

2012-05-07 Thread Aaron J. Seigo
On Saturday, May 5, 2012 14:25:09 Mark wrote: > 1. Ghosting still seems to be an issue. Even though i do have Qt 4.8.1. I > haven't re-opened https://bugs.kde.org/show_bug.cgi?id'5469 yet since i > think the ghosting doesn't occur in icon tasks. feel free to work on it. the last causes of it were

Re: Review Request: KMix Declarative Applet - First attempt

2012-05-07 Thread asifnazeee zaddi
> On April 17, 2012, 9:53 p.m., Christian Esken wrote: > > I am just wondering if and how much this patch overlaps with Igor Poboiko's > > work on an Kmix Plasmoid. I have notified Igor about this Patch/Review. I would love to explore. http://www.hamariweb.com/mobiles/htc-mobile_mobile-phones

Review Request: Backport 'Fixed Lancelot build when pimlibs are not present'

2012-05-07 Thread Michael Palimaka
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104875/ --- Review request for Plasma. Description --- This patch is currently in

Re: Next Iteration Sprint, confirmed !

2012-05-07 Thread Aaron J. Seigo
On Saturday, May 5, 2012 09:37:16 Martin Gräßlin wrote: > On Friday 04 May 2012 23:02:16 Aaron J. Seigo wrote: > > > * combine present windows with application launching (e.g. SAL, Kickoff > > > or > > > KRunner) > > > > wrong. we just move this into kwin. no need to touch the shell. after all, > >