Re: plasma-mid (Mobile Internet Device)

2008-08-24 Thread Kevin Ottens
Le Monday 25 August 2008, Aaron J. Seigo a écrit : > * how to integrate with special buttons on these devices? FYI, I'm planning to channel this through libsolid. API wise we're close to have everything we need there, so it's really about upgrading the internal mechanics to make it work. Once t

Re: plasma-mid (Mobile Internet Device)

2008-08-24 Thread Marijn Kruisselbrink
On Monday 25 August 2008 03:22:23 Aaron J. Seigo wrote: > App Launcher > = > the app launcher needs to be full screen (modulo the control bar). for a > first draft we're going to try a layout with a category listing down the > left and nice large fingerable buttons representing launchable a

Re: Two patches for notes plasmoid

2008-08-24 Thread Aaron J. Seigo
hi Björn =) On Sunday 24 August 2008, Björn Ruberg wrote: > 156312: > Someone wanted to have the possibility to save the notes content to a file. why not =) > As I am new to C++ and KDE-development someone may have look whether I did > it right. I had to derive from ktextedit to get a new option

plasma-mid (Mobile Internet Device)

2008-08-24 Thread Aaron J. Seigo
hi all.. some of us huddled together at Akademy on the last day and discussed what we'd like to do for things like the Nokia N Series and EEE PC computers, or as they are more generally known "mobile internet devices" or MIDs. in the meeting we came up with a few action items: 0. create a plas

network dataengine in kdereview

2008-08-24 Thread Aaron J. Seigo
hi... i just finished porting the network DataEngine that was in playground to the current Solid APIs. everything seems to work and i'd like to see this functionality in 4.2, so i've moved it to kdereview into plasma/dataengines/network/. please review, comment, etc. -- Aaron J. Seigo humru

Two patches for notes plasmoid

2008-08-24 Thread Björn Ruberg
Hello, for getting into KDE development I implemented two features that where on the wishlist in bugzilla for the notes plasmoid. See bugs 156312 and 168160 156312: Someone wanted to have the possibility to save the notes content to a file. I don't know if that is really needed, I just found i

Review Request: Vertical text in taskbar applet

2008-08-24 Thread Javier Goday
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/144/ --- Review request for Plasma. Summary --- Allow taskbar applet to show ve

Re: Review Request: Plasma themed monitor of background dialog

2008-08-24 Thread Aaron Seigo
> On 2008-08-23 13:36:32, Aaron Seigo wrote: > > i wonder if this couldn't be done with the actual monitor.svg scalable > > icon? might have even nicer results? > > > > if not, i like how this looks better than what we currently have. i'm a > > little concerned about adding an svg to the them

Re: Review Request: Plasma themed monitor of background dialog

2008-08-24 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/140/ --- (Updated 2008-08-24 10:21:15.530445) Review request for Plasma. Summary -

Re: old DataEngine in playground/base

2008-08-24 Thread Ivan Čukić
> kio_browser Ivan Cukic <[EMAIL PROTECTED]> Completely forgot about that one. I'll merge it with the filebrowser data engine since there is no need to have them separated. Cheers! -- Sanity is the trademark of a weak mind. -- Mark Harrold ___

old DataEngine in playground/base

2008-08-24 Thread Aaron J. Seigo
hi... while doing a sweep through trunk/playground/base i compiled a list of DataEngines which haven't received any work on them recently. you are one of the authors of them. the list can be seen here: DataEngine Author === = exectuable Petri Damsten

Re: System tray rewrite ready for review

2008-08-24 Thread Aaron J. Seigo
On Sunday 24 August 2008, Jason Stubbs wrote: > Presently, each application is choosing how/where to show notifications > manually. They should be able to use QSystemTrayIcon::showMessage() and > have the system tray do it, but it's unsupported (on the system tray > side). Are "notifications" basic

Re: System tray rewrite ready for review

2008-08-24 Thread Aaron J. Seigo
On Sunday 24 August 2008, Jason Stubbs wrote: > Aaron J. Seigo wrote: > > On Sunday 17 August 2008, Jason Stubbs wrote: > >> I'm fairly happy with the state of the rewrite and so am requesting that > >> it be reviewed for moving into trunk/kdebase. There's not much that it > >> doesn't fix and not

Re: System tray rewrite ready for review

2008-08-24 Thread Jason Stubbs
Aaron J. Seigo wrote: > On Sunday 17 August 2008, Jason Stubbs wrote: >> I'm fairly happy with the state of the rewrite and so am requesting that >> it be reviewed for moving into trunk/kdebase. There's not much that it >> doesn't fix and not much work left to do, but no show stoppers as far as >>

Re: System tray rewrite ready for review

2008-08-24 Thread Jason Stubbs
Aaron J. Seigo wrote: > 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 int

Re: Wallpaper plugins

2008-08-24 Thread Petri Damstén
On Saturday 23 August 2008 18:51:12 Aaron J. Seigo wrote: > KConfigGroup oldConfig = old->config(); > oldConfig->copyTo(c->config()); > > this *should* bring over all the configurations: applets, wallpapers, > everything. then we can call restore on the new containment with it's own > config object