Status of multi-monitor support

2008-10-10 Thread Guillaume Pothier
2008/10/10 Aaron J. Seigo <[EMAIL PROTECTED]>: > so how this *should* work is when a screen changes size, PlasmaApp should > change the size of the Containment which is associated with that screen to > match the new size. > > the DesktopView also needs to change it's size when the screen changes si

Re: Extender theming issues.

2008-10-10 Thread Marco Martin
On Friday 10 October 2008, Aaron J. Seigo wrote: > On Friday 10 October 2008, Marco Martin wrote: > > not exactly: the problem is that there must be two different dialog svgs: > > one loaded when the desktop effects are on and that is exactly the same > > as applet (but nothing forbid a theme to ma

Re: Extender theming issues.

2008-10-10 Thread Rob Scheepmaker
On Friday 10 October 2008 19:50:39 Aaron J. Seigo wrote: > On Friday 10 October 2008, Marco Martin wrote: > > not exactly: the problem is that there must be two different dialog svgs: > > one loaded when the desktop effects are on and that is exactly the same > > as applet (but nothing forbid a the

Re: Clocks issues

2008-10-10 Thread Aaron J. Seigo
On Friday 10 October 2008, Guillaume Pothier wrote: > On Fri, Oct 10, 2008 at 3:41 AM, Anne-Marie Mahfouf > > <[EMAIL PROTECTED]> wrote: > > - time change in SS: Plasma clocks do not seem to be updated at the same > > time (a digital clock on the desktop is immediately refreshed while the > > analo

Re: Show customized context menu in applet and appletscript

2008-10-10 Thread Aaron J. Seigo
On Thursday 09 October 2008, Dong Tiger wrote: > Hi, > > For example, the context menu shown by folderview when right clicking on a > file icon doesn't have menu items like "Remove this folder view" and > "Desktop options". Folderview achieves this by reimplementing > mousePressEvent. > > But in an

Re: Extender theming issues.

2008-10-10 Thread Aaron J. Seigo
On Friday 10 October 2008, Marco Martin wrote: > not exactly: the problem is that there must be two different dialog svgs: > one loaded when the desktop effects are on and that is exactly the same as > applet (but nothing forbid a theme to make two totally different ones) and > one loaded when effe

Re: Extender theming issues.

2008-10-10 Thread Aaron J. Seigo
On Friday 10 October 2008, Marco Martin wrote: > what about: the extender items paints their own background, > if an applet has an extender with items and nothing else the standard > background is off, if has also some other things extender items are shown > outside the main layout, attached as an

Re: Status of multi-monitor support

2008-10-10 Thread Aaron J. Seigo
On Friday 10 October 2008, Guillaume Pothier wrote: > I need help with the containments' coordinate system. Adjusting view > sizes don't work as expected. Here is a commented log of plasma when I > resize a screen from 1920x1200 to 1280x800 and then back to 1920x1200: ok, so here's how it works:

Re: Status of multi-monitor support

2008-10-10 Thread Aaron J. Seigo
On Thursday 09 October 2008, Guillaume Pothier wrote: > Hi, I'm starting to get a better idea of how all of this works now. I > started hacking on plasmaapp. Kephal will actually make the code > simpler as it provides finer-grained signals (screen added, removed, > moved, resized), so the behavior

Re: playground plasmoid redux

2008-10-10 Thread Aaron J. Seigo
On Thursday 09 October 2008, Jason Stubbs wrote: > >> This is definitely a possibility, but I'm not sure it's really possible > >> to accomplish by October 19th. Assuming that the icon would show/hide > >> the extender, there are issues such as the interaction between the > >> kuiserver hide/show a

Re: playground plasmoid redux

2008-10-10 Thread Aaron J. Seigo
On Friday 10 October 2008, Sebastian Kügler wrote: > On Friday 10 October 2008 03:22:35 Aaron J. Seigo wrote: > > On Thursday 09 October 2008, Jason Stubbs wrote: > > > think it'll destroy half the benefit that was gained from refactoring > > > if rushed. ;) > > > > which half would that be? > > >

Re: Status of multi-monitor support

2008-10-10 Thread Guillaume Pothier
I need help with the containments' coordinate system. Adjusting view sizes don't work as expected. Here is a commented log of plasma when I resize a screen from 1920x1200 to 1280x800 and then back to 1920x1200: First resize: plasma(18904) PlasmaApp::screenResized: 0 QSize(1920, 1200) QSize(1280,

Re: playground plasmoid redux

2008-10-10 Thread Sebastian Kügler
On Friday 10 October 2008 03:22:35 Aaron J. Seigo wrote: > On Thursday 09 October 2008, Jason Stubbs wrote: > > think it'll destroy half the benefit that was gained from refactoring > > if rushed. ;) > > which half would that be? > > we have 5 weeks until feature freeze, then more time after that t

Re: Extender theming issues.

2008-10-10 Thread Marco Martin
On Friday 10 October 2008, Rob Scheepmaker wrote: > On Friday 10 October 2008 14:48:05 Marco Martin wrote: > > On Friday 10 October 2008, Rob Scheepmaker wrote: > > > On Friday 10 October 2008 00:01:15 Aaron J. Seigo wrote: > > > > ah, i see .. i wasn't explicit enough: keep the top margin in the >

Re: Clocks issues

2008-10-10 Thread Guillaume Pothier
On Fri, Oct 10, 2008 at 3:41 AM, Anne-Marie Mahfouf <[EMAIL PROTECTED]> wrote: > - time change in SS: Plasma clocks do not seem to be updated at the same time > (a digital clock on the desktop is immediately refreshed while the analog > clock on the desktop and the digital clock on the panel takes

Re: Status of multi-monitor support

2008-10-10 Thread Guillaume Pothier
On Fri, Oct 10, 2008 at 2:42 AM, Aike J Sommer <[EMAIL PROTECTED]> wrote: > Kephal uses int's as ids for the screens, so i guess its best to just stick > with using int's... Ok, I just replaced all the uses of QDesktopWidget by kephal in the desktop shell, keeping the ints for screen ids. There ar

Re: Extender theming issues.

2008-10-10 Thread Rob Scheepmaker
On Friday 10 October 2008 14:48:05 Marco Martin wrote: > On Friday 10 October 2008, Rob Scheepmaker wrote: > > On Friday 10 October 2008 00:01:15 Aaron J. Seigo wrote: > > > ah, i see .. i wasn't explicit enough: keep the top margin in the > > > dialog, just get rid of the left/right/bottom margins

Re: Extender theming issues.

2008-10-10 Thread Marco Martin
On Friday 10 October 2008, Rob Scheepmaker wrote: > On Friday 10 October 2008 00:01:15 Aaron J. Seigo wrote: > > ah, i see .. i wasn't explicit enough: keep the top margin in the dialog, > > just get rid of the left/right/bottom margins. > > > > the reason for doing it this way is then you don't ha

Re: Extender theming issues.

2008-10-10 Thread pinheiro
A Friday 10 October 2008 12:29:50, Rob Scheepmaker escreveu: > On Thursday 09 October 2008 21:14:05 pinheiro wrote: > > A Thursday 09 October 2008 17:07:35, Aaron J. Seigo escreveu: > > > the Applets-with-extenders shown in the mockup are flawed: they do not > > > have the same divider between the

Re: Extender theming issues.

2008-10-10 Thread Rob Scheepmaker
On Thursday 09 October 2008 21:14:05 pinheiro wrote: > A Thursday 09 October 2008 17:07:35, Aaron J. Seigo escreveu: > > the Applets-with-extenders shown in the mockup are flawed: they do not > > have the same divider between the items (e.g. Grab and Grab 2) that they > > do in the dialogs. > > wen

Re: Extender theming issues.

2008-10-10 Thread Rob Scheepmaker
On Friday 10 October 2008 00:01:15 Aaron J. Seigo wrote: > ah, i see .. i wasn't explicit enough: keep the top margin in the dialog, > just get rid of the left/right/bottom margins. > > the reason for doing it this way is then you don't have to specia case > anything when the Extender gets used in

Clocks issues

2008-10-10 Thread Anne-Marie Mahfouf
Hi, Wanting to get back into KDE business but having few time, I got interested in plasma clocks. As I'll be away for 2 weeks and not wanting this go to waste I'm throwing here the issues I have found: it's best to have a broader picture than to just patch each clock and risk to break something