Re: Initial size and aspect ratio

2009-10-02 Thread Thomas Olsen
On 3/10-2009 00:34 "Aaron J. Seigo" wrote: > On October 2, 2009, Thomas Olsen wrote: > > On 2/10-2009 20:13 "Aaron J. Seigo" wrote: > > > On October 2, 2009, Thomas Olsen wrote: > > > > - After having created the UI and layout in init() I need to resize > > > > the Plasmoid the a reasonable size

Review Request: configurable default mouse plugins

2009-10-02 Thread Chani
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1760/ --- Review request for Plasma. Summary --- this creates a framework for shells

Re: Initial size and aspect ratio

2009-10-02 Thread Aaron J. Seigo
On October 2, 2009, Thomas Olsen wrote: > On 2/10-2009 20:13 "Aaron J. Seigo" wrote: > > On October 2, 2009, Thomas Olsen wrote: > > > - After having created the UI and layout in init() I need to resize > > > the Plasmoid the a reasonable size as it is too small without > > > specifying it [1]. I

Re: Initial size and aspect ratio

2009-10-02 Thread Aaron J. Seigo
On October 2, 2009, Jacopo De Simoi wrote: > > > setAspectRatioMode(Plasma::IgnoreAspectRatio) > > > > Yes I just found it in the qalculate source :-) I was looking for a > > PopupApplet example. > > Speaking of which, it would be nice if a popupApplet had a way to > /remember/ its preferred Aspe

Re: Initial size and aspect ratio

2009-10-02 Thread Jacopo De Simoi
> > setAspectRatioMode(Plasma::IgnoreAspectRatio) > > Yes I just found it in the qalculate source :-) I was looking for a > PopupApplet example. Speaking of which, it would be nice if a popupApplet had a way to /remember/ its preferred AspectRatioMode; in fact last time I checked, once the pop

Re: Review Request: Delays ensureRectVisible() to allow the widget to resize

2009-10-02 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1759/#review2530 --- to me the only question is: are there enough use cases? probably yes,

KDE/kdelibs/plasma/widgets

2009-10-02 Thread Marco Martin
SVN commit 1030634 by mart: apparently if the label is hidden it doesn't receive font change events, so at show event i have to check if the font is different from QApplication::font() :/ now: is this the intended behaviour of qt or is a bug? CCMAIL:plasma-devel@kde.org M +11 -1 label.cpp

Review Request: Delays ensureRectVisible() to allow the widget to resize

2009-10-02 Thread Giulio Camuffo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1759/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- This p

Re: Initial size and aspect ratio

2009-10-02 Thread Thomas Olsen
On 2/10-2009 20:13 "Aaron J. Seigo" wrote: > On October 2, 2009, Thomas Olsen wrote: > > - After having created the UI and layout in init() I need to resize the > > Plasmoid the a reasonable size as it is too small without specifying it > > [1]. I don't want to use a fixed pixel size as this can

Re: Initial size and aspect ratio

2009-10-02 Thread Aaron J. Seigo
On October 2, 2009, Richard Dale wrote: > Don't you need a X-Plasma-DefautSize=11,22 entry in he > metadata.desktop file to set the size of a scripted applet? right, this is a scripted plasmoid. in that case, yes. still, the layout should address the other issues -- Aaron J. Seigo humru othro a

Re: Initial size and aspect ratio

2009-10-02 Thread Richard Dale
On Fri, Oct 2, 2009 at 7:13 PM, Aaron J. Seigo wrote: > On October 2, 2009, Thomas Olsen wrote: >>  - After having created the UI and layout in init() I need to resize the >> Plasmoid the a reasonable size as it is too small without specifying it >>  [1]. I don't want to use a fixed pixel size as

Re: Initial size and aspect ratio

2009-10-02 Thread Aaron J. Seigo
On October 2, 2009, Thomas Olsen wrote: > - After having created the UI and layout in init() I need to resize the > Plasmoid the a reasonable size as it is too small without specifying it > [1]. I don't want to use a fixed pixel size as this can be wrong for > different themes, fonts etc. I trie

Initial size and aspect ratio

2009-10-02 Thread Thomas Olsen
Hi Working on my first Plasmoid - a Currency Converter written in Python. I pretty much got everything working much thanks to people on this list and on http://www.riverbankcomputing.com/mailman/listinfo/pyqt. A couple of things are left that I cannot seem to find the answer for anywhere: - A

Re: Review Request: Add an hidden option to set a translucent background for DesktopView

2009-10-02 Thread wearenotalone
> On 2009-10-01 19:24:19, Aaron Seigo wrote: > > anything but the desktop shell painting the wallpaper is poor design. the > > window manager does not have enough knowledge of what is happening in the > > shell to do so properly. what, exactly, is the benefit of letting compiz > > draw the wal

Re: Review Request: Add an hidden option to set a translucent background for DesktopView

2009-10-02 Thread Aaron Seigo
> On 2009-10-01 19:24:19, Aaron Seigo wrote: > > anything but the desktop shell painting the wallpaper is poor design. the > > window manager does not have enough knowledge of what is happening in the > > shell to do so properly. what, exactly, is the benefit of letting compiz > > draw the wal

Re: Review Request: Add to itemBackground signals to track animation progress

2009-10-02 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1757/#review2525 --- Ship it! yes, the progress is needed in that signal to coordinate ani

Re: Review Request: Delay for updating shape of itemBackground

2009-10-02 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1756/#review2524 --- Ship it! ah, that explains something i've been seeing ocassionally in

Re: Declarative UI integration v0.2

2009-10-02 Thread Chani
On October 2, 2009 01:21:01 Marco Martin wrote: > On Friday 02 October 2009, Alan Alpert wrote: > > On Fri, 2 Oct 2009 03:06:50 ext Marco Martin wrote: > > > On Thursday 01 October 2009, Chani wrote: > > > > > Once the file is loaded we need to provide ways for it to access > > > > > plasma specifi

Re: Declarative UI integration v0.2

2009-10-02 Thread Alan Alpert
On Fri, 2 Oct 2009 18:25:39 Marco Martin wrote: > On Friday 02 October 2009, Alan Alpert wrote: > > On Fri, 2 Oct 2009 02:33:46 ext Marco Martin wrote: > > > On Thursday 01 October 2009, Alan Alpert wrote: > > > > Hi Plasma Devs, > > > > > > > > The feedback on this list was of great help in rethin

Re: Review Request: Add an hidden option to set a translucent background for DesktopView

2009-10-02 Thread wearenotalone
> On 2009-10-01 19:24:19, Aaron Seigo wrote: > > anything but the desktop shell painting the wallpaper is poor design. the > > window manager does not have enough knowledge of what is happening in the > > shell to do so properly. what, exactly, is the benefit of letting compiz > > draw the wal

Re: Review Request: Add to itemBackground signals to track animation progress

2009-10-02 Thread Jacopo De Simoi
> On 2009-10-02 11:01:30, Marco Martin wrote: > > i like the targetreached part,, exposing each frame is maybe a bit too much > > tough However, it is the only way to synchronize possible animation of activations by items themselves. It has also been mentioned in the thread about this in plas

Re: Review Request: Add to itemBackground signals to track animation progress

2009-10-02 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1757/#review2519 --- i like the targetreached part,, exposing each frame is maybe a bit too

Re: Qalculate plasmoid in kdeplasma-addons

2009-10-02 Thread Matteo Agostinelli
On Thursday 01 October 2009 18:25:39 you wrote: > On October 1, 2009, Matteo Agostinelli wrote: > > On Wed, Sep 30, 2009 at 19:29, Aaron J. Seigo wrote: > > > On September 30, 2009, Matteo Agostinelli wrote: > > >> Also, I would like to add that this is not meant to be a replacement > > >> of the

Re: Review Request: Add to itemBackground signals to track animation progress

2009-10-02 Thread Jacopo De Simoi
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1757/ --- (Updated 2009-10-02 09:10:16.950247) Review request for Plasma, Aaron Seigo and

Review Request: Add to itemBackground signals to track animation progress

2009-10-02 Thread Jacopo De Simoi
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1757/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- Diffs

Re: Review Request: Delay for updating shape of itemBackground

2009-10-02 Thread Jacopo De Simoi
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1756/ --- (Updated 2009-10-02 08:36:48.375398) Review request for Plasma, Aaron Seigo and

Review Request: Delay updating shape until next event cycle

2009-10-02 Thread Jacopo De Simoi
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1756/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- Delay

Re: Review Request: Add an hidden option to set a translucent background for DesktopView

2009-10-02 Thread Marco Martin
On Friday 02 October 2009, Sebastian Kügler wrote: > On Thursday 01 October 2009 21:24:13 Aaron Seigo wrote: > > anything but the desktop shell painting the wallpaper is poor design. the > > window manager does not have enough knowledge of what is happening in > > the shell to do so properly. what

Re: Declarative UI integration v0.2

2009-10-02 Thread Marco Martin
On Friday 02 October 2009, Alan Alpert wrote: > On Fri, 2 Oct 2009 02:33:46 ext Marco Martin wrote: > > On Thursday 01 October 2009, Alan Alpert wrote: > > > Hi Plasma Devs, > > > > > > The feedback on this list was of great help in rethinking the design of > > > the Qt Declarative plasma integrati

Re: Declarative UI integration v0.2

2009-10-02 Thread Marco Martin
On Friday 02 October 2009, Alan Alpert wrote: > On Fri, 2 Oct 2009 03:06:50 ext Marco Martin wrote: > > On Thursday 01 October 2009, Chani wrote: > > > > Once the file is loaded we need to provide ways for it to access > > > > plasma specific functionality. The plasma functionality which I > > > >

Re: Review Request: Add an hidden option to set a translucent background for DesktopView

2009-10-02 Thread Sebastian Kügler
On Thursday 01 October 2009 21:24:13 Aaron Seigo wrote: > anything but the desktop shell painting the wallpaper is poor design. the > window manager does not have enough knowledge of what is happening in the > shell to do so properly. what, exactly, is the benefit of letting compiz > draw the wa