KDE/kdelibs/plasma

2009-01-22 Thread Aaron J . Seigo
SVN commit 915488 by aseigo: a lot less popup flickering and repainting. if there are no sideeffects to this discovered, this needs to be backported to the 4.2 branch. CCMAIL:plasma-devel@kde.org M +39 -30dialog.cpp M +8 -9 popupapplet.cpp --- trunk/KDE/kdelibs/plasma/dialog.

Re: Problem with viewing plasma applets made with Python

2009-01-22 Thread Simon Edwards
Artur Souza (MoRpHeUz) wrote: > On Thu, Jan 22, 2009 at 6:26 PM, Kacper Nyka wrote: >> works fine, just viewing it with plasmoidviewer doesn't work. Here is >> the output of it: >> http://sleepwalkers.ptsa.de/~kacper/plasma-python.jpg > > Your PyQt is compiled against the wrong version of Qt or s

Re: tokamakII URGENT

2009-01-22 Thread Chani
On January 22, 2009 19:41:59 Aaron J. Seigo wrote: > On Thursday 22 January 2009, Chani wrote: > > > second > > > as every one that is going to give a presentation told me what their > > > presentation will be? > > > > no... I can't think of anything to talk about other than the screensaver, > > an

Re: tokamakII URGENT

2009-01-22 Thread Aaron J. Seigo
On Thursday 22 January 2009, Chani wrote: > > second > > as every one that is going to give a presentation told me what their > > presentation will be? > > no... I can't think of anything to talk about other than the screensaver, > and I'm not feeling very enthusiastic about that right now. a11y a

Re: tokamakII URGENT

2009-01-22 Thread Chani
On January 22, 2009 12:16:28 Nuno Pinheiro wrote: > 2 questions! need ansers ASP :) > frist one > vegie meals I need to sort that out with the catering so i need to know > how many people will require vegie food. +1 that's three of us, apparently. yay! being the only vegetarian at a conference ki

Re: Problem with viewing plasma applets made with Python

2009-01-22 Thread Artur Souza (MoRpHeUz)
Hi, On Thu, Jan 22, 2009 at 6:26 PM, Kacper Nyka wrote: > works fine, just viewing it with plasmoidviewer doesn't work. Here is > the output of it: > http://sleepwalkers.ptsa.de/~kacper/plasma-python.jpg Your PyQt is compiled against the wrong version of Qt or something like that as it's not fin

Re: playground/base/plasma/applets

2009-01-22 Thread Sebastian Kügler
On Thursday 22 January 2009 13:42:15 Marcos Dione wrote: > On Thu, Jan 22, 2009 at 02:28:52AM +, Sebastian Kügler wrote: > > M +1 -1 CMakeLists.txt > > A lionmail (directory) > > A lionmail/CMakeLists.txt > > A lionmail/desktoptheme (directory) > >

Re: External apps and theme change

2009-01-22 Thread Aaron J. Seigo
On Thursday 22 January 2009, Ivan Čukić wrote: > > > changing the name of plasma to plasma-desktop is doable. not even that > > > hard. what do others think? > > +0.75 :) > > (we would need to be prepared for 'kquitapp plasma && plasma' doesn't work > and stuff - it would be good to spam planetkde

Re: tokamakII URGENT

2009-01-22 Thread Aaron J. Seigo
On Thursday 22 January 2009, Nuno Pinheiro wrote: > vegie meals I need to sort that out with the catering so i need to know > how many people will require vegie food. veg's that i know of are myself, Chani and Rob ... -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47

Re: tokamakII URGENT

2009-01-22 Thread Rob Scheepmaker
On Thursday 22 January 2009 21:16:28 Nuno Pinheiro wrote: > 2 questions! need ansers ASP :) > frist one > vegie meals I need to sort that out with the catering so i need to know > how many people will require vegie food. I'm a vegetarian. > second > as every one that is going to give a presentat

Re: External apps and theme change

2009-01-22 Thread Ivan Čukić
> > changing the name of plasma to plasma-desktop is doable. not even that > > hard. what do others think? +0.75 :) (we would need to be prepared for 'kquitapp plasma && plasma' doesn't work and stuff - it would be good to spam planetkde with posts about the name change). -- A positive attitu

Problem with viewing plasma applets made with Python

2009-01-22 Thread Kacper Nyka
Hello! Since some tutorials on creating plasma applets with Python are online on techbase, I wanted to check it out. The installation of the example applet on http://techbase.kde.org/Development/Tutorials/Plasma/Python/Using_widgets works fine, just viewing it with plasmoidviewer doesn't work. He

tokamakII URGENT

2009-01-22 Thread Nuno Pinheiro
2 questions! need ansers ASP :) frist one vegie meals I need to sort that out with the catering so i need to know how many people will require vegie food. second as every one that is going to give a presentation told me what their presentation will be? -- Oxygen coordinator __

Re: External apps and theme change

2009-01-22 Thread Marco Martin
On Thursday 22 January 2009, Aaron J. Seigo wrote: > On Thursday 22 January 2009, Ivan Čukić wrote: > > I think this would be good even without regarding the currently discussed > > issue because this way it is hard to differentiate which settings are for > > the plasmaapp, and which are for the li

Re: Dataengine Questions, Proposal?

2009-01-22 Thread Aaron J. Seigo
On Thursday 22 January 2009, David Baron wrote: > On Thursday 22 January 2009 18:31:16 Aaron J. Seigo wrote: > > On Thursday 22 January 2009, David Baron wrote: > > > Register the applet with it/for it? > > > > applets don't register with the engine, really. they just ask for it: > > > > dataEn

Re: Dataengine Questions, Proposal?

2009-01-22 Thread David Baron
On Thursday 22 January 2009 18:31:16 Aaron J. Seigo wrote: > On Thursday 22 January 2009, David Baron wrote: > > Register the applet with it/for it? > > applets don't register with the engine, really. they just ask for it: > > dataEngine("akonadi") So I say dataEngine("contacts") --or "kdepi

Re: External apps and theme change

2009-01-22 Thread Aaron J. Seigo
On Thursday 22 January 2009, Ivan Čukić wrote: > I think this would be good even without regarding the currently discussed > issue because this way it is hard to differentiate which settings are for > the plasmaapp, and which are for the library, and therefore for all plasma > based apps. plasmaglo

Re: External apps and theme change

2009-01-22 Thread Ivan Čukić
> Marco > plasma application or simply another app that uses svg themes may or > Marco > may not want to use the same theme (eg krunner and lancelot yes, Yes, those two could easily be filtered by existing mechanisms > this is probably the most sensible place for such a thing without creating > a

Re: Dataengine Questions, Proposal?

2009-01-22 Thread Aaron J. Seigo
On Thursday 22 January 2009, David Baron wrote: > Register the applet with it/for it? applets don't register with the engine, really. they just ask for it: dataEngine("akonadi") you are guaranteed a valid engine in return. if an engine responding to the name "akonadi" exists, you'll get

Re: understanding minimum/maximum/preferredSize in plasma context

2009-01-22 Thread Aaron J. Seigo
On Thursday 22 January 2009, Marcos Dione wrote: > > the kdebase patch looks right.. i actually just cleaned up that method > > the other week without touching any of the actual logic; there was code > > for changing things all over place after months of development and > > various people fiddling

Re: playground/base/plasma/applets

2009-01-22 Thread Marco Martin
On Thursday 22 January 2009, Sebastian Kügler wrote: > SVN commit 914921 by sebas: > > New name for the Akonadi applet: Lion Mail in the repo appears to be missing 2 files referenced in CMakeLists lionmail.cpp (and .h i assume) and lionmailConfig.ui so doesn't compile atm :/ > LionMail is the Pla

Re: Review Request: a messagebox for applets

2009-01-22 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/327/ --- (Updated 2009-01-22 08:09:50.074283) Review request for Plasma. Summary -

Dataengine Questions, Proposal?

2009-01-22 Thread David Baron
I would like to try the dataengine that interfaces to KDEPIM contacts. So how do I: Register the applet with it/for it? What datasource do I get? Obviously this is not a polled item and getDataSource should trigger the signal. What is in the hash--do I get the datasource for one contact and ha

Re: understanding minimum/maximum/preferredSize in plasma context

2009-01-22 Thread Marcos Dione
On Sat, Dec 27, 2008 at 05:49:49PM -0700, Aaron J. Seigo wrote: > > here are a couple of patches, one against kdelibs/plasma and the > > other for playground/base. what's insteresting about the last one is > > that as the policy is always the same, I tried to set it in the > > constructor, but

Re: External apps and theme change

2009-01-22 Thread Marco Martin
On Thu, Jan 22, 2009 at 2:29 AM, Ivan Čukić wrote: > Hi all, > > Currently, we have two bug reports (that I know of) that are related to > plasma's theme changing, and parts of the environment that don't react to them > without restarting them. > > KSMServer and KRunner: > https://bugs.kde.org/sho

Re: External apps and theme change

2009-01-22 Thread Aaron J. Seigo
On Thursday 22 January 2009, Ivan Čukić wrote: > The manager could be fixed to the plasma binary since it is, at the moment, this is probably the most sensible place for such a thing without creating a kded module for it. > the only place where you can change the theme, but that could prove to b

Re: [PATCH] fix for 6 krazy2 issues

2009-01-22 Thread Dan Meltzer
2009/1/22 Bruno Bigras : > Comments would be appreciated, especially for the foreach patch. * Qt::SizeHint is an enum, there is no need to use const references with it (it shuold probably be ignored in krazy proper) in 5_strings.diff I don't think that explicity wrapping literals in QString is ne

Re: [PATCH] fix for 6 krazy2 issues

2009-01-22 Thread Aaron J. Seigo
On Thursday 22 January 2009, Bruno Bigras wrote: > Comments would be appreciated, especially for the foreach patch. everything except the strings patch can go in; wrapping everything in QString just makes it less readable for no actual gain in these cases imo. -- Aaron J. Seigo humru othro a ko

Re: [PATCH] fix for 6 krazy2 issues

2009-01-22 Thread Dan Meltzer
2009/1/22 Bruno Bigras : > Comments would be appreciated, especially for the foreach patch. * Qt::SizeHint is an enum, there is no need to use const references with it (it shuold probably be ignored in krazy proper) in 5_strings.diff I don't think that explicity wrapping literals in QString is ne

Re: playground/base/plasma/applets

2009-01-22 Thread Marcos Dione
On Thu, Jan 22, 2009 at 02:28:52AM +, Sebastian Kügler wrote: > M +1 -1 CMakeLists.txt > A lionmail (directory) > A lionmail/CMakeLists.txt > A lionmail/desktoptheme (directory) > A lionmail/desktoptheme/akonadi.svg > plasmob

Re: [PATCH] fix for 6 krazy2 issues

2009-01-22 Thread Artur Souza(MoRpHeUz)
On Thursday 22 January 2009 04:49:59 Bruno Bigras wrote: > Comments would be appreciated, especially for the foreach patch. Well, I took a look at all patches and they look fine for me. Maybe I didn't see something so it's best to wait for another opinion (/me sleeping today)... But it looks nic

External apps and theme change

2009-01-22 Thread Ivan Čukić
Hi all, Currently, we have two bug reports (that I know of) that are related to plasma's theme changing, and parts of the environment that don't react to them without restarting them. KSMServer and KRunner: https://bugs.kde.org/show_bug.cgi?id=181451 Lancelot: http://bugs.kde.org/show_bug.cgi?