Re: Review Request: Prevent resizing panel vertically from breaking the desktop (or bleeding over into positive coords)

2009-02-18 Thread Josh
> On 2009-02-18 13:24:30, Aaron Seigo wrote: > > it's an interesting hint as to the problem, but the code is in completely > > the wrong place. this fix needs to be in Containment, not a specific View > > subclass. > > Aaron Seigo wrote: > can you try this patch: > > http://pasteb

Re: 4.3 feature plan

2009-02-18 Thread Sebastian Kügler
On Wednesday 18 February 2009 23:21:53 Aaron J. Seigo wrote: > On Wednesday 18 February 2009, 0xDeadC0de wrote: > > On Wed, 2009-02-18 at 12:13 -0700, Aaron J. Seigo wrote: > > > On Tuesday 17 February 2009, 0xDeadC0de wrote: > > > > > > > > > what is the use case for this? > > > > To have panels i

Re: 4.3 feature plan

2009-02-18 Thread 0xDeadC0de
On Wed, 2009-02-18 at 15:21 -0700, Aaron J. Seigo wrote: > On Wednesday 18 February 2009, 0xDeadC0de wrote: > > On Wed, 2009-02-18 at 12:13 -0700, Aaron J. Seigo wrote: > > > On Tuesday 17 February 2009, 0xDeadC0de wrote: > > > > The one thing I would like to see more than anything else, finished >

Re: Open source user experience

2009-02-18 Thread Celeste Lyn Paul
On Wednesday 18 February 2009 03:39:54 pm Aaron J. Seigo wrote: > On Wednesday 18 February 2009, Celeste Lyn Paul wrote: > > On Wednesday 18 February 2009 02:09:11 pm Aaron J. Seigo wrote: > > > On Tuesday 17 February 2009, Michael Rudolph wrote: > > > > > > honestly, we're lacking a couple of crit

Re: SoConcepts

2009-02-18 Thread Chani
> * savable containments: save / restore to file individual containments > or > entire layouts; both locally for later restoration as well as external > export for sharing with others. is this really enough work for a soc project? btw, when I was thinking about it during tokamak, I realis

Re: SoConcepts

2009-02-18 Thread Nuno Pinheiro
A Wednesday 18 February 2009 22:39:20, Aaron J. Seigo escreveu: > hi all... > > http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas > > we need to slap some plasma goodness on there. any ideas? > > some that spring to my mind: > > * something to do with that educational layout I

Re: SoConcepts

2009-02-18 Thread Artur Souza(MoRpHeUz)
On Wednesday 18 February 2009 19:39:20 Aaron J. Seigo wrote: > we need to slap some plasma goodness on there. any ideas? > > some that spring to my mind: Don't forget Plasmate ;) Cheers, -- Artur Duque de Souza OpenBossa Research Labs I

SoConcepts

2009-02-18 Thread Aaron J. Seigo
hi all... http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas we need to slap some plasma goodness on there. any ideas? some that spring to my mind: * something to do with that educational layout * savable containments: save / restore to file individual containme

Re: New systemtray: beginnings and how to do

2009-02-18 Thread Marco Martin
On Wednesday 18 February 2009, Aaron J. Seigo wrote: > On Monday 16 February 2009, Marco Martin wrote: > > On Monday 16 February 2009, Aaron J. Seigo wrote: > > > On Sunday 15 February 2009, Marco Martin wrote: > > > > this basic thing works fairly well by now, what is totally missing of > > > > co

Re: 4.3 feature plan

2009-02-18 Thread Aaron J. Seigo
On Wednesday 18 February 2009, 0xDeadC0de wrote: > On Wed, 2009-02-18 at 12:13 -0700, Aaron J. Seigo wrote: > > On Tuesday 17 February 2009, 0xDeadC0de wrote: > > > The one thing I would like to see more than anything else, finished > > > floating panel applet and containment that can be embedded i

Re: how to set up for plasma development

2009-02-18 Thread San Jo
thanks, i'll have a look and see how i get on From: Aaron J. Seigo To: plasma-devel@kde.org Sent: Wednesday, February 18, 2009 8:43:37 PM Subject: Re: how to set up for plasma development On Wednesday 18 February 2009, San Jo wrote: > i've checked out the plas

Re: Review Request: Prevent resizing panel vertically from breaking the desktop (or bleeding over into positive coords)

2009-02-18 Thread Aaron Seigo
> On 2009-02-18 13:24:30, Aaron Seigo wrote: > > it's an interesting hint as to the problem, but the code is in completely > > the wrong place. this fix needs to be in Containment, not a specific View > > subclass. can you try this patch: http://pastebin.ca/1341413 and see if that fixes it f

Re: Review Request: Prevent resizing panel vertically from breaking the desktop (or bleeding over into positive coords)

2009-02-18 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/101/#review159 --- it's an interesting hint as to the problem, but the code is in completel

Re: 4.3 feature plan

2009-02-18 Thread 0xDeadC0de
On Wed, 2009-02-18 at 12:13 -0700, Aaron J. Seigo wrote: > On Tuesday 17 February 2009, 0xDeadC0de wrote: > > The one thing I would like to see more than anything else, finished > > floating panel applet and containment that can be embedded into any > > plasmoid with a 1 liner. > > > > layout->addI

Re: Review Request: "Windows go below" panel visibility mode

2009-02-18 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/119/#review158 --- i'm a little hesitant to add Yet Another Mode .. but ... this one seems

Re: how to set up for plasma development

2009-02-18 Thread Artur Souza(MoRpHeUz)
Hi ! On Wednesday 18 February 2009 16:36:01 San Jo wrote: > 1) do i need to check out the *whole* kde trunk to compile plasma, or is > just the kdeplasma-addons directory enough? Actually you need kdelibs and plasma from kdebase. > 2) will installing qt 4.5rc1 or compiling new plasma widgets me

Re: Plasma, ARGB and 4.5

2009-02-18 Thread Aaron J. Seigo
On Wednesday 18 February 2009, Fredrik Höglund wrote: > That assumption is wrong; the X server only creates one ARGB visual, it's > always 32 bits and it works regardless of the display depth. interesting. then pls revert that commit. > So the code that was there before the patch was committed wa

Re: how to set up for plasma development

2009-02-18 Thread Aaron J. Seigo
On Wednesday 18 February 2009, San Jo wrote: > i've checked out the plasma trunk ok, and saw that i also need qt 4.5 rc1 > to compile plasma now. if you just want to work on the picture frame plasmoid, just grab the picture frame plasmoid. :) you can make it compile in a self-contained manner b

Re: Open source user experience

2009-02-18 Thread Aaron J. Seigo
On Wednesday 18 February 2009, Celeste Lyn Paul wrote: > On Wednesday 18 February 2009 02:09:11 pm Aaron J. Seigo wrote: > > On Tuesday 17 February 2009, Michael Rudolph wrote: > > honestly, we're lacking a couple of critical tools to really start > > bringing designers in en masse; plasmate is a

Re: Plasma, ARGB and 4.5

2009-02-18 Thread Fredrik Höglund
On Wednesday 18 February 2009, Marco Martin wrote: > On Tuesday 17 February 2009, Fredrik Höglund wrote: > > > > seems to work quite good, except for two things: > > > the tooltips seems to insist that they don't want to be transparent > > > the systemtray has garbage again with the raster graphic

Re: Open source user experience

2009-02-18 Thread Celeste Lyn Paul
On Wednesday 18 February 2009 02:09:11 pm Aaron J. Seigo wrote: > On Tuesday 17 February 2009, Michael Rudolph wrote: > > So we could just be happy that everybody likes us (well, besides > > ourselves, designers seem to like us :-), but we could also think > > about some kind of outreach program, w

how to set up for plasma development

2009-02-18 Thread San Jo
hi there, i want to do some plasma hacking, specifically on the picture frame widget. i haven't done any kde development before and don't have much c++ experience. i have a few newbie questions... i've checked out the plasma trunk ok, and saw that i also need qt 4.5 rc1 to compile plasma now.

Re: Review Request: Display correct week number in the calendar widget

2009-02-18 Thread Andras Mantia
> On 2009-02-18 11:22:20, Aaron Seigo wrote: > > the week # should be calculated properly according to the region settings. > > adding the weekday is going to cause layouting problems (which you've > > already run into :) and just be rather confusing. > > > > on the other hand, it makes intern

Re: Review Request: Turn the LayoutWidget in the Tasks applet into a QGraphicsGridLayout subclass

2009-02-18 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/122/#review155 --- Ship it! let's give it a whirl in trunk! :) - Aaron On 2009-02-18 11

Re: Review Request: Display correct week number in the calendar widget

2009-02-18 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/76/#review154 --- the week # should be calculated properly according to the region settings

Re: 4.3 feature plan

2009-02-18 Thread Aaron J. Seigo
On Tuesday 17 February 2009, Artur Souza(MoRpHeUz) wrote: > So, what do you think about ? Let's have a meeting on IRC or even start > this conversation using the ML ? mailing list is probably preferred, as we can then discuss if necessary individual items in sub-threads. this is really only nec

Re: 4.3 feature plan

2009-02-18 Thread Aaron J. Seigo
On Tuesday 17 February 2009, 0xDeadC0de wrote: > The one thing I would like to see more than anything else, finished > floating panel applet and containment that can be embedded into any > plasmoid with a 1 liner. > > layout->addItem(Plasma::Applet::Load("floatpanel")); // for example what is the

Re: [PATCH] ftp support in locations runner

2009-02-18 Thread Aaron J. Seigo
On Tuesday 17 February 2009, Sebastian Trüg wrote: > The attached patch adds ftp support to the locations runner. I find it very > annoying that I cannot run ftp connections my simply typing "ftp.kde.org" > like I could in KDE 3. fine with me, though the if/else in the first fragment of the patch

Review Request: Turn the LayoutWidget in the Tasks applet into a QGraphicsGridLayout subclass

2009-02-18 Thread Christian Mollekopf
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/122/ --- Review request for Plasma, Aaron Seigo and Marco Martin. Summary --- Since t

Re: Open source user experience

2009-02-18 Thread Aaron J. Seigo
On Tuesday 17 February 2009, Michael Rudolph wrote: > So we could just be happy that everybody likes us (well, besides > ourselves, designers seem to like us :-), but we could also think > about some kind of outreach program, with which we try to bring both > cultures closer together. Basically wha

Re: Tokamak III in Switzerland

2009-02-18 Thread Aaron J. Seigo
On Monday 16 February 2009, Mario Fux wrote: > So let's go concrete: > - Is there still interest (see my mails last year about the details of my > offering)? absolutely. > - Add your preferences for a date to the doodle [1]? i think September is the better option for two reasons: * we have aka

Re: New systemtray: beginnings and how to do

2009-02-18 Thread Aaron J. Seigo
On Monday 16 February 2009, Marco Martin wrote: > On Monday 16 February 2009, Aaron J. Seigo wrote: > > On Sunday 15 February 2009, Marco Martin wrote: > > > this basic thing works fairly well by now, what is totally missing of > > > course is the big part, the comunication infrastructure with the

Re: OpenBrain

2009-02-18 Thread Ivan Čukić
Hi all, Since I was mentioned, just to write a couple of words. >From my POV, openbrain could be an interesting improvement for KRunner (and therefore to the applications that use it as a backend - Lancelot, Quicksand). Although I agree that most of the time devs will not write specific applica

Re: PlasmaToolTipManager with Python

2009-02-18 Thread Benjamin Kleiner
On Wednesday, 18. February 2009 17:51:45 Ricardo wrote: > Hi All, Hi... > I'm writing a small plasma applet with Python, i try to display a > tooltip when the mouse passes over the plasmoid, i tried with this > code: > > Plasma.ToolTipManager.registerWidget(self) > self.toolTipData=Pla

PlasmaToolTipManager with Python

2009-02-18 Thread Ricardo
Hi All, I'm writing a small plasma applet with Python, i try to display a tooltip when the mouse passes over the plasmoid, i tried with this code: Plasma.ToolTipManager.registerWidget(self) self.toolTipData=Plasma.ToolTipContent() self.toolTipData.mainText=("prueba")

Re: Plasma, ARGB and 4.5

2009-02-18 Thread Marco Martin
On Tuesday 17 February 2009, Fredrik Höglund wrote: > > seems to work quite good, except for two things: > > the tooltips seems to insist that they don't want to be transparent > > the systemtray has garbage again with the raster graphicssystem (so i > > didn't dream it up) i'm not sure if that's