Re: QGraphicsLayout, was Re: playground/base/plasma/applets/networkmanager/applet

2009-01-28 Thread Alexis Ménard
On Wed, Jan 28, 2009 at 5:46 PM, Sebastian Kügler wrote: > On Tuesday 27 January 2009 23:37:07 Alexis Ménard wrote: > > On Tue, Jan 27, 2009 at 8:26 PM, Sebastian Kügler wrote: > > > SVN commit 917381 by sebas: > > > > > > updateGeometry() works much better for layout size changes than > > > inv

QGraphicsLayout, was Re: playground/base/plasma/applets/networkmanager/applet

2009-01-28 Thread Sebastian Kügler
On Tuesday 27 January 2009 23:37:07 Alexis Ménard wrote: > On Tue, Jan 27, 2009 at 8:26 PM, Sebastian Kügler wrote: > > SVN commit 917381 by sebas: > > > > updateGeometry() works much better for layout size changes than > > invalidating the layout. > > invalidate just clear the cache of sizes inte

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: playground/base/plasma/applets

2009-01-22 Thread Marco Martin
ssage.desktop > D plasmobiff/mailextender.cpp > D plasmobiff/mailextender.h > D plasmobiff/plasma-applet-plasmobiff.desktop > D plasmobiff/plasmobiff.cpp > D plasmobiff/plasmobiff.h > D plasmobiff/plasmobiff

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: playground/base/plasma/applets

2009-01-21 Thread Sebastian Kügler
On Thursday 22 January 2009 04:28:38 Wade Olson wrote: > 2009/1/21 Aaron J. Seigo > > > On Wednesday 21 January 2009, Sebastian Kügler wrote: > > > The applet is only half way there right now, the layout is messed up, > > > but we did get the Akonadi dataengine fixed, and have basically > > > esta

Re: playground/base/plasma/applets

2009-01-21 Thread Wade Olson
2009/1/21 Aaron J. Seigo > On Wednesday 21 January 2009, Sebastian Kügler wrote: > > The applet is only half way there right now, the layout is messed up, > > but we did get the Akonadi dataengine fixed, and have basically > > established end-to-end connection from data that gets into Akonadi, >

Re: playground/base/plasma/applets

2009-01-21 Thread Aaron J. Seigo
On Wednesday 21 January 2009, Sebastian Kügler wrote: > The applet is only half way there right now, the layout is messed up, > but we did get the Akonadi dataengine fixed, and have basically > established end-to-end connection from data that gets into Akonadi, > queried by the akonadi dataengine,

playground/base/plasma/applets

2009-01-21 Thread Sebastian Kügler
.cpp D plasmobiff/plasmobiff.h D plasmobiff/plasmobiffConfig.ui --- trunk/playground/base/plasma/applets/CMakeLists.txt #914920:914921 @@ -23,7 +23,7 @@ add_subdirectory(train-clock) endif(PLASMACLOCK_INCLUDE) -add_subdirectory(plasmobiff) +add_subdirectory(lionmail) a

Re: playground/base/plasma/applets

2008-11-13 Thread Aaron J. Seigo
ng to collect the various plasmoids in one place. If distributors > > > > need to go shopping all over the web in order to find those > > > > plasmoids, we'll end up with just less plasmoids installed. > > > > > > I contacted the author and applet is n

Re: playground/base/plasma/applets

2008-11-13 Thread Aaron J. Seigo
; > need to go shopping all over the web in order to find those plasmoids, > > > we'll end up with just less plasmoids installed. > > > > I contacted the author and applet is now in > > playground/base/plasma/applets/panelspacer/ > > Ah, very cool. Thanks!

Re: playground/base/plasma/applets

2008-11-13 Thread Sebastian Kügler
plasmoids, we'll end up > > with just less plasmoids installed. > > I contacted the author and applet is now in > playground/base/plasma/applets/panelspacer/ Ah, very cool. Thanks! -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9 _

Re: playground/base/plasma/applets

2008-11-13 Thread Petri Damstén
der to find those plasmoids, we'll end up > with just less plasmoids installed. I contacted the author and applet is now in playground/base/plasma/applets/panelspacer/ Petri signature.asc Description: This is a digitally signed message part. ___

Re: playground/base/plasma/applets

2008-11-13 Thread Sebastian Kügler
On Thursday 13 November 2008 13:19:08 Petri Damstén wrote: > SVN commit 883646 by pdamsten: > > Better/working spacer here: > http://www.kde-look.org/content/show.php/Panel+Spacer?content=89304 > D spacer (directory) > -add_subdirectory(spacer) It would be nice if we can get that co

Re: playground/base/plasma/applets/systray-refactor

2008-10-05 Thread Aaron J. Seigo
On Sunday 05 October 2008, Jason Stubbs wrote: > 2008/10/6 Aaron J. Seigo <[EMAIL PROTECTED]>: > > in any case, i just checked and it is > > better in 4.4 and 4.3; i've moved these methods up to Applet as well so > > all applets that don't care about hover (which is, incidently, remarkably > > few

Re: playground/base/plasma/applets/systray-refactor

2008-10-05 Thread Jason Stubbs
2008/10/6 Aaron J. Seigo <[EMAIL PROTECTED]>: > On Sunday 05 October 2008, Jason Stubbs wrote: >> SVN commit 868140 by jstubbs: >> >> Overriding the default hoverEnterEvent and hoverLeaveEvent handlers as they >> call update(), which is not required. >> >> There is still a pointless update when the

Re: playground/base/plasma/applets/systray-refactor

2008-10-05 Thread Aaron J. Seigo
On Sunday 05 October 2008, Jason Stubbs wrote: > SVN commit 868140 by jstubbs: > > Overriding the default hoverEnterEvent and hoverLeaveEvent handlers as they > call update(), which is not required. > > There is still a pointless update when the mouse cursor enters the panel, > though. It appears t

playground/base/plasma/applets/systray-refactor

2008-10-05 Thread Jason Stubbs
everything to repaint. There's an unexplained FIXME that's related to Qt-4.4 that needs to be checked in order to fix this issue. CCMAIL: plasma-devel@kde.org M +0 -7 TODO M +3 -0 ui/applet.h --- trunk/playground/base/plasma/applets/systray-refactor/TODO #868139:868140 @@

Re: playground/base/plasma/applets/systray-refactor/protocols/plasmoid

2008-09-23 Thread Jason Stubbs
Aaron J. Seigo wrote: > On Monday 22 September 2008, Jason Stubbs wrote: >> Hmm.. Actually, asking the Task object for a widget of a certain >> orientation should be enough. eg. task->widget(Qt::Horizontal) > > or Plasma::Horizontal =) I took a look at doing this, but I'm not sure that it's neces

Re: playground/base/plasma/applets/systray-refactor/protocols/plasmoid

2008-09-22 Thread Aaron J. Seigo
On Monday 22 September 2008, Jason Stubbs wrote: > Hmm.. Actually, asking the Task object for a widget of a certain > orientation should be enough. eg. task->widget(Qt::Horizontal) or Plasma::Horizontal =) > > personally, i think it makes more sense to have each tray simply have > > it's own coll

Re: playground/base/plasma/applets/systray-refactor/protocols/plasmoid

2008-09-22 Thread Jason Stubbs
Aaron J. Seigo wrote: > On Saturday 20 September 2008, Sebastian Kügler wrote: The applets should also be told about the formfactor by the systray applet >>> > (I think horizontal makes sense in almost all cases). >>> >>> This will require SystemTray::Task to return something other

Re: playground/base/plasma/applets/systray-refactor/protocols/plasmoid

2008-09-22 Thread Aaron J. Seigo
On Saturday 20 September 2008, Sebastian Kügler wrote: > > > The applets should also be told about the formfactor by the systray > > > applet > > > > > > (I think horizontal makes sense in almost all cases). > > > > This will require SystemTray::Task to return something other than a > > QGraphicsW

Re: playground/base/plasma/applets/systray-refactor/protocols/plasmoid

2008-09-20 Thread Sebastian Kügler
Let's move this to plasma-devel ... On Saturday 20 September 2008 12:41:09 you wrote: > Sebastian Kügler wrote: > > On Friday 19 September 2008 10:19:24 Jason Stubbs wrote: > >> On Fri, Sep 19, 2008 at 11:35 AM, Sebastian Kügler <[EMAIL PROTECTED]> > >> wrote: > >>> +// The applet does ne

Re: playground/base/plasma/applets

2008-08-27 Thread Sebastian Kügler
On Wednesday 27 August 2008 19:37:59 Aaron J. Seigo wrote: > On Wednesday 27 August 2008, Sebastian Kügler wrote: > > Thanks for saving me some hair :-) > > np. > > i've also noticed that the applet is brittle in that if it doesn't get a > valid QGraphicsWidget from Task::widget() things bre

Re: playground/base/plasma/applets

2008-08-27 Thread Aaron J. Seigo
On Wednesday 27 August 2008, Sebastian Kügler wrote: > Thanks for saving me some hair :-) np. i've also noticed that the applet is brittle in that if it doesn't get a valid QGraphicsWidget from Task::widget() things break horribly and crash. after you've done the renaming, i think i'll ta

Re: playground/base/plasma/applets

2008-08-27 Thread Sebastian Kügler
On Wednesday 27 August 2008 19:13:10 Aaron J. Seigo wrote: > On Wednesday 27 August 2008, Sebastian Kügler wrote: > >    Can someone help me out and have a look why the signal is never > >    received (and keep me from banging my head against a wall)? > > the applets are created in MID::Protocol::

Re: playground/base/plasma/applets

2008-08-27 Thread Aaron J. Seigo
On Wednesday 27 August 2008, Sebastian Kügler wrote: >Can someone help me out and have a look why the signal is never >received (and keep me from banging my head against a wall)? the applets are created in MID::Protocol::Protocol (the constructor), but the signal connection doesn't happen

playground/base/plasma/applets

2008-08-27 Thread Sebastian Kügler
protocol.h systray-refactor/core/manager.cpp#853305 [License: GPL (v2+)] A systray-refactor/core/mid/midtask.cpp [License: GPL (v2+)] A systray-refactor/core/mid/midtask.h systray-refactor/core/manager.cpp#853305 [License: GPL (v2+)] --- trunk/playground/base/plas

playground/base/plasma/applets

2008-08-22 Thread Artur Duque de Souza
SVN commit 850694 by asouza: Created QEdje's plasmoid. You'll need to specify an edje file and an edje group to be loaded. In order to build the plasmoid, please install QEdje 0.2 and also QZion 0.2 (this will require EET too). I recommend downloading the KDE logo animation from: http://labs.mor

playground/base/plasma/applets/systray-refactor/core/fdo

2008-08-16 Thread Jason Stubbs
ollow up later with a few questions, but if anybody would like to take a look and let me know of issues in advance, I'd greatly appreciate it. CCMAIL: plasma-devel@kde.org M +50 -0 x11embedcontainer.cpp M +3 -0 x11embedcontainer.h --- trunk/playground/base/plasma/app