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
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
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)
> >
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
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
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
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,
>
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,
.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
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
; > 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!
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
_
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.
___
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
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
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
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
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
@@
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
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
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
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
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
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
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
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::
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
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
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
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
30 matches
Mail list logo