Progress on next iteration sprint

2012-04-03 Thread Alex Fiestas
Hi there everyone! First of all let me excuse myself for sending this email today and not one week ago, crazy days, I've been busy blabalbal This is starting to take shape, we got a date (8 of June) and a tentative place: http://www.rentalia.com/124942 There is one issue with the place, it is

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-04-03 Thread Viranch Mehta
On Tue, Apr 3, 2012 at 7:25 PM, Marco Martin wrote: > > * the c++ applet shows a confirmation box for suspend & hibernate, > > how can this be done in QML? how about showing our regular applet-popup > > like in the battery monitor? with this option, the user also wouldn't > have > > to > > move t

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-04-03 Thread Viranch Mehta
On Tue, Apr 3, 2012 at 7:24 PM, Daniel Nicoletti wrote: > doesn't the kworskspace API handle the confirmation already? > (I know it does for Shutdown, logoff and restart) > > kworkspace API is only used for "leave" (a combined action for logout, turn off, restart). for suspend actions, dbus calls

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-04-03 Thread Marco Martin
On Tuesday 03 April 2012, Viranch Mehta wrote: > On Tue, Apr 3, 2012 at 1:45 PM, Marco Martin wrote: > > here the biggest challenge i guess is making all resize correctly in > > horizontal/vertical panels. > > Yes, just spent 5 hours on this. Finally resizing works almost fine inside > and outsid

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-04-03 Thread Daniel Nicoletti
2012/4/3 Viranch Mehta : > On Tue, Apr 3, 2012 at 1:45 PM, Marco Martin wrote: >> >> here the biggest challenge i guess is making all resize correctly in >> horizontal/vertical panels. > > > Yes, just spent 5 hours on this. Finally resizing works almost fine inside > and outside panels, except: >

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-04-03 Thread Viranch Mehta
On Tue, Apr 3, 2012 at 1:45 PM, Marco Martin wrote: > here the biggest challenge i guess is making all resize correctly in > horizontal/vertical panels. > Yes, just spent 5 hours on this. Finally resizing works almost fine inside and outside panels, except: * it does not resize/change when the

Re: Python plasmoid works in plasmoidviewer but not in Plasma

2012-04-03 Thread Sebastian Kügler
On Sunday, April 01, 2012 17:58:31 Alex Dancu wrote: > Thanks, it worked. > > Is there a variable or something that I can check at runtime to see if > my plasmoid is running in plasmoidviewer or not? That's definitely not recommended. You'll want to make your code work if there are sources alre

Re: new Plasma Quick module: PlasmaExtras

2012-04-03 Thread Sebastian Kügler
On Tuesday, April 03, 2012 13:28:45 Marco Martin wrote: > On Saturday 31 March 2012, Sebastian Kügler wrote: > > We have a new Plasma Quick Module: org.kde.plasma.extras > > Plasma Extras is a collection of Add-ons for Plasma that: > > > > > > - provide higher level functionality and system integr

Re: new Plasma Quick module: PlasmaExtras

2012-04-03 Thread Marco Martin
On Saturday 31 March 2012, Sebastian Kügler wrote: > We have a new Plasma Quick Module: org.kde.plasma.extras :-) > > Plasma Extras is a collection of Add-ons for Plasma that: > > - provide higher level functionality and system integration > - capture appearance specific patterns by providing Loo

Review Request: Remove the signals from the constant properties

2012-04-03 Thread Giorgos Tsiapaliwkas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104475/ --- Review request for Plasma. Description --- Hello, the KLocale QML bi

Re: Review Request: Merge the final and fixed QML battery monitor to master.

2012-04-03 Thread Marco Martin
On Tuesday 03 April 2012, Viranch Mehta wrote: > On Mon, Apr 2, 2012 at 7:52 PM, Marco Martin wrote: > > hmm, not too happy about both, let's make lock/logout work as well then > > merge > > everything? > > That sounds fine. I'll soon open a review request. here the biggest challenge i guess is