Re: Review Request: Rework KMix DBus API and add KMix plasma dataengine

2011-03-07 Thread Christian Esken
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/6587/#review9969 --- /trunk/KDE/kdemultimedia/kmix/apps/kmix.cpp

Re: Tokamak5 wiki page updated

2011-03-07 Thread Sebastian Kügler
On Monday, March 07, 2011 16:22:41 Sebastian Kügler wrote: > I've updated the Tokamak 5 Wiki page, and so should you! :) > > Some information about date and location is now there, as well as transport > information. It's not complete, and I still have the page open, but feel > free already to ask

Re: Review Request: Properly resize panel when screen resolution is lowered

2011-03-07 Thread Yuen Hoe Lim
Yep, backported. Thanks for the link :) Jason "moofang" Lim Yuen Hoe http://yuenhoe.co.cc/ On Mon, Mar 7, 2011 at 8:47 PM, Sebastian Kügler wrote: > On Saturday, March 05, 2011 11:12:39 Yuen Hoe Lim wrote: > > > On March 5, 2011, 9:22 a.m., Aaron J. Seigo wrote: > > > > nice fix; i have a

TaskManager::TasksModel

2011-03-07 Thread Aaron J. Seigo
hi all.. i just pushed a new branch to kde-workspace called plasma/tasksmodel. given a TaskManager::GroupManager it creates a QAbstractItemModel with the items in it. i have some more improvements planned for tomorrow (right now it's a little inneficient given that it reloads the whole model wh

Re: Plasma Tablet at login?

2011-03-07 Thread Sebastian Kügler
On Monday, March 07, 2011 16:43:08 Aaron J. Seigo wrote: > On Monday, March 7, 2011, Sebastian Kügler wrote: > > On Monday, March 07, 2011 15:10:37 Aaron J. Seigo wrote: > > > On Monday, March 7, 2011, Sebastian Kügler wrote: > > > > but it didn't work since at login, plasma-desktop seems to st

Re: Plasma Tablet at login?

2011-03-07 Thread Aaron J. Seigo
On Monday, March 7, 2011, Sebastian Kügler wrote: > On Monday, March 07, 2011 15:10:37 Aaron J. Seigo wrote: > > On Monday, March 7, 2011, Sebastian Kügler wrote: > > > but it didn't work since at login, plasma-desktop seems to start some > > > stuff that's also needed for plasma-mobile, but plas

Tokamak5 wiki page updated

2011-03-07 Thread Sebastian Kügler
Hi, I've updated the Tokamak 5 Wiki page, and so should you! :) Some information about date and location is now there, as well as transport information. It's not complete, and I still have the page open, but feel free already to ask if anything's unclear. I'll add that to the wiki page presto

Re: Plasma Tablet at login?

2011-03-07 Thread Sebastian Kügler
On Monday, March 07, 2011 15:10:37 Aaron J. Seigo wrote: > On Monday, March 7, 2011, Sebastian Kügler wrote: > > but it didn't work since at login, plasma-desktop seems to start some > > stuff that's also needed for plasma-mobile, but plasma-mobile won't > > start this itself. There's for example

Re: Plasma Tablet at login?

2011-03-07 Thread Aaron J. Seigo
On Monday, March 7, 2011, Sebastian Kügler wrote: > but it didn't work since at login, plasma-desktop seems to start some stuff > that's also needed for plasma-mobile, but plasma-mobile won't start this > itself. There's for example no usable dbus around, and adding dbus-launch > to the command to

Re: Tokamak V: please confirm and price estimation

2011-03-07 Thread Sebastian Kügler
On Thursday, March 03, 2011 19:12:32 Farhad Hedayati-Fard wrote: > On Sunday 27 February 2011 00:38:44 Sebastian Kügler wrote: > > > Yes, e.V. can write an invitation. It's usually easier if we have precise > > details what needs to go in there, as that differs per country. (Gotta > > admit, not

Any input wizard here? (Hanvon touchscreen problems)

2011-03-07 Thread Sebastian Kügler
Hi, I'm having a Viewsonic Viewpad 10 ( http://www.viewsonic.com/products/vpad10.htm ) in front of me, and am trying to get Plasma Tablet running on it. It's a 10 inch Atom-based Tablet PC, pretty nice hardware and Plasma runs smoothly on it. I've one major problem, though: While the touchpad

Re: Review Request: Properly resize panel when screen resolution is lowered

2011-03-07 Thread Sebastian Kügler
On Saturday, March 05, 2011 11:12:39 Yuen Hoe Lim wrote: > > On March 5, 2011, 9:22 a.m., Aaron J. Seigo wrote: > > > nice fix; i have a feeling this code could be simplified somewhat, but > > > let's cover all the corner cases first. > > > > > > the issue you note about setting the size in a larg

Plasma Tablet at login?

2011-03-07 Thread Sebastian Kügler
Hi, I've been trying to get our nice little Plasma Tablet integrated into the login process, so that we can create a live iso and have that automatically booted into the Plasma Tablet Shell. I've been able to get that far, but only with a gross hack, starting plasma- desktop first, then killing

Re: Review Request: Rework KMix DBus API and add KMix plasma dataengine

2011-03-07 Thread Luca Beltrame
In data lunedì 7 marzo 2011 08:13:17, Aaron Seigo ha scritto: > i'll leave the review of the kmix parts to the kmix devs, though ... I don't think Christian Esken (KMix maintainer; es...@kde.org) has been included in the review CC. Igor, can you add him? That would ensure a review of the kmix re

Re: Plasma2, scene graph and stuff

2011-03-07 Thread Aaron J. Seigo
On Monday, March 7, 2011, Marco Martin wrote: > probably isn't still enough to do what do you want, but take a look and try > to do a raw prototype of what do you need, so will be easy to figure out > exactly what it's missing and please document it thoroughy on: http://community.kde.org/

Re: Plasma2, scene graph and stuff

2011-03-07 Thread Marco Martin
On Monday 07 March 2011, Giulio Camuffo wrote: > > http://quickgit.kde.org/?p=scratch%2Fmart%2Fplasma2-proto.git&a=summary > > > > to try it it's needed to build Qt from gitoious, staging clone, qml- > > team/qtquick2 branch. > > Cool! > > So now that we're thinking of an api i have a question:

Re: Plasma2, scene graph and stuff

2011-03-07 Thread Giulio Camuffo
2011/3/4 Marco Martin > Hi all, > since months we are repeating how beautiful plasma2 will be with scene > graph > and how it will save the world ;) > for an overview of the planned changes at the moment, here it is: > http://community.kde.org/Plasma/libplasma2 > > abstract talk is nice, but to h

Re: Review Request: Rework KMix DBus API and add KMix plasma dataengine

2011-03-07 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/6587/#review9965 --- the DataEngine part looks good now.. nice work :) i'll leave the