KDE/kdebase/workspace/plasma

2008-08-21 Thread Alex Merry
SVN commit 850683 by alexmerry: Update when batteries appear and disappear. These really could do with some love (it was one of the earliest complex engine/applet pairs, and it shows), but working on them is a pain for me, as my laptop is old and decrepit. Any laptop-weilding volunteers? CCMAIL

Re: Wallpaper plugins

2008-08-21 Thread Petri Damstén
Hi, Fixes?/Questions (diff attached): 1. Seems that setContainment(c) -> oldContainment->setScreen(otherScreen) -> resets screen to -1. If setContainment is before restore it works better but I'm not sure what other implications it might have? 2. Was wallpaper config save remove intentional? 3.

KDE/kdebase/workspace/plasma/applets/battery

2008-08-21 Thread Sebastian Kügler
SVN commit 850434 by sebas: Don't squeeze multiple batteries into the space of one, change the applet sizeHint instead so we get more space. The emit sizeHint doesn't seem to trigger sizeHint(), though. Bug? CCMAIL:plasma-devel@kde.org M +30 -2 battery.cpp M +1 -1 battery.h

Re: [nepomuk-kde] Some clarifications with nepomuk integration

2008-08-21 Thread Aaron J. Seigo
On Thursday 21 August 2008, Richard Dale wrote: > why the lib needs wrapping. But once know where we are we should be able to > make SPARQL queries based on out current location, to geonames, dbpedia > etc, then and integrate with any data that is location tagged in our local > nepomuk store. prec

Re: [nepomuk-kde] Some clarifications with nepomuk integration

2008-08-21 Thread Richard Dale
2008/8/21 Aaron J. Seigo <[EMAIL PROTECTED]> > On Thursday 21 August 2008, Richard Dale wrote: > > 2008/8/21 Aaron J. Seigo <[EMAIL PROTECTED]> > > > > > On Wednesday 20 August 2008, you wrote: > > > > On Thu, Aug 21, 2008 at 8:45 AM, Aaron J. Seigo <[EMAIL PROTECTED]> > wrote: > > > > >> And, Loc

Re: [nepomuk-kde] Some clarifications with nepomuk integration

2008-08-21 Thread Aaron J. Seigo
On Thursday 21 August 2008, Richard Dale wrote: > 2008/8/21 Aaron J. Seigo <[EMAIL PROTECTED]> > > > On Wednesday 20 August 2008, you wrote: > > > On Thu, Aug 21, 2008 at 8:45 AM, Aaron J. Seigo <[EMAIL PROTECTED]> wrote: > > > >> And, Location awareness be implemented in a separate library ( ? ) >

Re: Plasma's Drag and Drop handling

2008-08-21 Thread Ivan Čukić
> haha.. when i'm in a good mood i code a lot? =) Well... yes :) > actually you'll want to update now; i didn't commit it until just a few > moments ago =) Ok, thanks :) -- Before you talk to me, I should warn you: I am kind of strange ___ Plasma-deve

Re: Plasma's Drag and Drop handling

2008-08-21 Thread Aaron J. Seigo
On Thursday 21 August 2008, Ivan Čukić wrote: > > i've already done it =) > > Heh, I see you're in a good mood again :P haha.. when i'm in a good mood i code a lot? =) but yeah, akademy was great, the progress we've been making is awesome, the house is nice and quiet, my kitty cats are showering

Re: [nepomuk-kde] Some clarifications with nepomuk integration

2008-08-21 Thread Richard Dale
2008/8/21 Aaron J. Seigo <[EMAIL PROTECTED]> > On Wednesday 20 August 2008, you wrote: > > On Thu, Aug 21, 2008 at 8:45 AM, Aaron J. Seigo <[EMAIL PROTECTED]> wrote: > > >> And, Location awareness be implemented in a separate library ( ? ) and > > >> plasma::Context will also be one of the consume

Re: Grouping Taskbar update

2008-08-21 Thread Aaron J. Seigo
On Thursday 21 August 2008, christian mollekopf wrote: > I will be back on the 31th of August and will stay at home for at least two > months. I will porbably also be unemployed so i should have plenty of > time. So i think i should be able to finish it after this trip =) great news (well, other

Re: Plasma's Drag and Drop handling

2008-08-21 Thread Ivan Čukić
> i've already done it =) Heh, I see you're in a good mood again :P Updating and testing... :) Cheerio. -- There is a better way of life and it's not so hard to find If you live and let the people in your world speak its mind -- Deep Purple ___ P

RE: Grouping Taskbar update

2008-08-21 Thread christian mollekopf
I will be back on the 31th of August and will stay at home for at least two months. I will porbably also be unemployed so i should have plenty of time. So i think i should be able to finish it after this trip =) Greetings from Riga, Latvia > From: [EMAI

RE: Grouping Taskbar update

2008-08-21 Thread christian mollekopf
I will be back on the 31th of August and will stay at home for at least two months. I will porbably also be unemployed so i should have plenty of time. So i think i should be able to finish it after this trip =) Greetings from Riga, Latvia > From: [EMAI

Re: Plasma's Drag and Drop handling

2008-08-21 Thread Aaron J. Seigo
On Thursday 21 August 2008, Ivan Čukić wrote: > > the problem, however, is that applets do not expect a blob of data in > > memory, but a file on disk. which, i suppose, means we'll have to either > > create the temporary file in that method ourselves or expect applets to > > deal with memory blobs

Re: Review Request: Transparent system tray icons

2008-08-21 Thread Jason Stubbs
Aaron Seigo wrote: > i'm not sure it makes sense to backport this to 4.1: it's a visual issue, and > in an applet that is notoriously flaky. with most of us on trunk/, it's > probably better to leave as-is. The changes required to fix the issue are pretty much identical between the rewrite and

Re: Plasma's Drag and Drop handling

2008-08-21 Thread Ivan Čukić
> the problem, however, is that applets do not expect a blob of data in > memory, but a file on disk. which, i suppose, means we'll have to either > create the temporary file in that method ourselves or expect applets to > deal with memory blobs as well. i like the former. So temporary file it is :

Re: Plasma's Drag and Drop handling

2008-08-21 Thread Aaron J. Seigo
On Thursday 21 August 2008, Ivan Čukić wrote: > I propose to add a way of handling all mime types as the mime type for > applets is handled. So, for example, if the user selects text from an > editor and starts dragging, he or she should be able to drop it onto the > desktop (for example to create

Re: System tray rewrite ready for review

2008-08-21 Thread Aaron J. Seigo
On Thursday 21 August 2008, Dmitry Suzdalev wrote: > On Thursday 21 August 2008 11:57:36 Aaron J. Seigo wrote: > > the idea is to prevent having to have two widgets, each taking up space, > > and coming up with a sensible icon for the notifications. > > Oh, now I see! > So the only thing that needs

Plasma's Drag and Drop handling

2008-08-21 Thread Ivan Čukić
Hi all, The current way of plasma (pun intended) of handling Drag and Drop is a bit insufficient (IMO). We support only dragging the applets (from applet browser for example) and dragging the files. In the later case, according to file's mime type, a list of supported applets are retrieved. I

Re: System tray rewrite ready for review

2008-08-21 Thread Dmitry Suzdalev
On Thursday 21 August 2008 11:57:36 Aaron J. Seigo wrote: > the idea is to prevent having to have two widgets, each taking up space, > and coming up with a sensible icon for the notifications. Oh, now I see! So the only thing that needs to be done is to move most of my code to systray applet whil

Re: System tray rewrite ready for review

2008-08-21 Thread Aaron J. Seigo
On Thursday 21 August 2008, Dmitry Suzdalev wrote: > So, hey, i-was-at-Akademy guys, could you please-please describe how do you > envision this merge? :) Perhaps by describing different situations and how > applet should behave or maybe doing a quick mockup. the interesting thing about the notifi

Re: System tray rewrite ready for review

2008-08-21 Thread Dmitry Suzdalev
On Wednesday 20 August 2008 16:43:45 Aaron J. Seigo wrote: > * we need to start thinking about merging this widget with the > notifications widget... Again, I'd say that I have no clear vision on what is planned. Me and Jason had a chat on irc about this and iiuc he has no clear understanding eit