Messages: Feature Proposal

2009-01-27 Thread David Baron
> If you don't like the new plasma style notifications, you can revert to the > old ones. Edit you plasma-appletrc and add the following: > > [AppletGlobals][plasma_applet_systemtray] > ShowNotifications=false Either way, they are annoying. How about: 1. The information (or fatal is appropriate)

Re: Jolie and Plasma.... and Akonadi?

2009-01-27 Thread Kevin Ottens
On Tuesday 27 January 2009 20:36:10 Fabrizio Montesi wrote: > IMO the two projects could share a private library for interacting with > MetaService and use its operations. Something like: > > MetaService* s = MetaService::connect( "/tmp/metaservice_socket" ); > Job* j1 = s->addRedirection(...); > J

popup tooltip API broke?

2009-01-27 Thread Shawn Starr
Aaron, I noticed some changes were made in trunk to the API, this now causes the tooltip to once again appear when the Plasma::PopupApplet is displayed :-) Shawn. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/p

Re: KDE/kdelibs/plasma

2009-01-27 Thread Dan Meltzer
On Tue, Jan 27, 2009 at 7:12 PM, Christophe Giboudeaux wrote: > SVN commit 917529 by cgiboudeaux: > > kaction.h is already included. Just remove the extra ones Would it make sense, in terms of visual helpers--to not use camelcase for qt includes in kdelibs/plasma as well? I have a feeling that th

Re: Don't use "applet"

2009-01-27 Thread Aaron J. Seigo
On Tuesday 27 January 2009, Davide Bettio wrote: > Hi, > > We used that word 2 times in the announce: > http://www.kde.org/announcements/4.2/index.php > I think that we must stop to use that word. you need to send this to kde-promo :) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8

Don't use "applet"

2009-01-27 Thread Davide Bettio
Hi, We used that word 2 times in the announce: http://www.kde.org/announcements/4.2/index.php I think that we must stop to use that word. Bye, Davide Bettio. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasm

Re: Review Request: Plasma::IconWidget::removeIconAction(QAction*) method add request.

2009-01-27 Thread 0xDeadC0de
Can you not just do setAction(NULL); to have the same effect? On Sat, 2009-01-24 at 15:25 +, Alessandro Diaferia wrote: > --- > This is an automatically generated e-mail. To reply, visit: > http://reviewboard.vidsolbach.de/r/343/ > --

Re: Jolie and Plasma.... and Akonadi?

2009-01-27 Thread Fabrizio Montesi
IMO the two projects could share a private library for interacting with MetaService and use its operations. Something like: MetaService* s = MetaService::connect( "/tmp/metaservice_socket" ); Job* j1 = s->addRedirection(...); Job* j2 = s->loadEmbeddedJolieService(...); [...] For instance, by usin

Re: Problem with appletRemoved signal

2009-01-27 Thread Alexis Ménard
Ok will be done tomorrow as soon as i arrive at the office :D 2009/1/27 Aaron J. Seigo > On Monday 26 January 2009, Alexis Ménard wrote: > > Aie aie aie. Valgrind complain and we never know, people can use the > > pointer to do some stuff when they get the appletRemoved signal, (we > > already d

Re: Review Request: Twitter ImageSource no more a singleton

2009-01-27 Thread Riccardo Iaconelli
On Wednesday 21 January 2009 22:43:10 Marco Martin wrote: > Why? the problem was that now twitter applet/dataengine supports different > services. Do you think it make any sense now to rename the engine to microblogging? Bye, -Riccardo -- GPG key: 3D0F6376 When encrypting, please encrypt also fo

Re: 4.2 on Debian Experimental Refactoring Alert :-)

2009-01-27 Thread Alexis Ménard
And yes binary compatibility has been broken so you have to recompile applets. We never warranty the binary compatibility before 4.2 since plasma libs wasn't in kdelibs. 2009/1/27 Aaron J. Seigo > On Tuesday 27 January 2009, David Baron wrote: > > More: > > > > The plasma icon widget is now Icon

Re: 4.2 on Debian Experimental Refactoring Alert :-)

2009-01-27 Thread Aaron J. Seigo
On Tuesday 27 January 2009, David Baron wrote: > More: > > The plasma icon widget is now IconWidget and not Icon. The header file in > /usr/include/plasma is iconwidget.h instead of icon.h. I already recompiled > one applet that used this :-) yes, 4.2 had some API refactoring. -- Aaron J. Seigo

Re: Jolie and Plasma.... and Akonadi?

2009-01-27 Thread Aaron J. Seigo
On Monday 26 January 2009, Fabrizio Montesi wrote: > today igorto and vkrause (akonadi people) jumped in #jolie to speak about > the possibility to integrate akonadi with Jolie. They're still > investigating, but the thing surely seem possible and sound. I think that > the best thing to do would be

Re: Problem with appletRemoved signal

2009-01-27 Thread Aaron J. Seigo
On Monday 26 January 2009, Alexis Ménard wrote: > Aie aie aie. Valgrind complain and we never know, people can use the > pointer to do some stuff when they get the appletRemoved signal, (we > already do that in our panel.cpp class). erf; yes, that pointer is not supposed to be used *sigh* > > I g

Re: 4.2 on Debian Experimental Refactoring Alert :-)

2009-01-27 Thread Rob Scheepmaker
On Tuesday 27 January 2009 16:35:47 David Baron wrote: > Thanks. > Now I get them on the upper right and can click anywhere on them to > dismiss. Before, they were on the lower right, larger and one had to click > [X} In KDE 4.1, they did not appear at all. I did not miss them :-) Hmm, they've alw

4.2 on Debian Experimental Refactoring Alert :-)

2009-01-27 Thread David Baron
More: The plasma icon widget is now IconWidget and not Icon. The header file in /usr/include/plasma is iconwidget.h instead of icon.h. I already recompiled one applet that used this :-) ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.k

Re: 4.2 on Debian Experimental Refactoring Alert :-)

2009-01-27 Thread David Baron
On Tuesday 27 January 2009 15:48:02 Rob Scheepmaker wrote: > On Tuesday 27 January 2009 14:13:28 David Baron wrote: > > Just put in on, looks good after re-configuring my wallpaper and a couple > > of crashes. > > > > All in all 4.2 looks great (except I cannot get rid of those > > notifications wh

Re: 4.2 on Debian Experimental Refactoring Alert :-)

2009-01-27 Thread Rob Scheepmaker
On Tuesday 27 January 2009 14:13:28 David Baron wrote: > Just put in on, looks good after re-configuring my wallpaper and a couple > of crashes. > > All in all 4.2 looks great (except I cannot get rid of those notifications > which did not appear in 4.1)! If you don't like the new plasma style not

4.2 on Debian Experimental Refactoring Alert :-)

2009-01-27 Thread David Baron
Just put in on, looks good after re-configuring my wallpaper and a couple of crashes. Most all compiled applets will need to be recompiled! (Some may no longer work). 1. No longer need to require plasma libs, no included in kde4 libs. So:Take that line out of CMakeLists.txt 2. Now DO use KDE4_