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
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
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
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
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
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
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
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:
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
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
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?
> >
>
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,
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
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
>
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
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
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
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
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
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
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
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
22 matches
Mail list logo