Re: Status of QML Porting

2012-09-16 Thread David Edmundson
On Sat, Sep 15, 2012 at 11:16 AM, Marco Martin wrote: > On Saturday 15 September 2012, David Edmundson wrote: >> Checking against what I have on my system, that list is also missing: >> >> bball >> battery >> binary clock >> blackboard >> bubbemon >> calculator >> charselect >> comic >> >> (I

Re: Review Request: Fix setting the size of the calendar of clocks

2012-09-16 Thread Ralf Jung
> On Sept. 14, 2012, 3 p.m., Sebastian Kügler wrote: > > The user can change the size of the calendar in two ways: > > > > - when the applet is in a panel / popup by dragging the edges > > - when it's on the desktop, using the applet handle > > > > Applying the config changing it to a differen

Re: Review Request: Fix setting the size of the calendar of clocks

2012-09-16 Thread Ralf Jung
> On Sept. 14, 2012, 3 p.m., Sebastian Kügler wrote: > > The user can change the size of the calendar in two ways: > > > > - when the applet is in a panel / popup by dragging the edges > > - when it's on the desktop, using the applet handle > > > > Applying the config changing it to a differen

Re: Review Request: Fix setting the size of the calendar of clocks

2012-09-16 Thread Ralf Jung
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106441/ --- (Updated Sept. 15, 2012, 7:32 p.m.) Review request for Plasma. Changes -

Re: Status of QML Porting

2012-09-16 Thread Marco Martin
On Sunday 16 September 2012, David Edmundson wrote: > > all should be added in of course :) > > (well, except maybe bball, i would be very happy to see that darn thing > > dead) > > I've added almost all the ones missing. Including bball, I am also > completely for dropping that, but it should be

Re: *** GMX Spamverdacht *** Re: Review Request: replace old kickoff with kickoff-qml

2012-09-16 Thread Marco Martin
On Sunday 16 September 2012, Gregor Tätzner wrote: > You mean all of them? We have planned to create a dataengine for adding > launcher items to the panel but why would you want to expose a 'Sort menu > from A-Z'? It's strongly tied to the kickoff model. yes, stuff like sorting should be just inte

Comic plasmoid progress

2012-09-16 Thread Reza Shah
Hi, I have pushed some changes for comic plasmoid at rshah/comicqml. Basically i just move some UI parts to QML side, and left the logic as current(hopefully) As i'm never use this plasmoid before, i'm not sure if some bugs introduced in this porting exist previously or new bugs. There are some

Re: Comic plasmoid progress

2012-09-16 Thread Marco Martin
On Sunday 16 September 2012, Reza Shah wrote: > Hi, > > I have pushed some changes for comic plasmoid at rshah/comicqml. > Basically i just move some UI parts to QML side, and left the logic as > current(hopefully) > > As i'm never use this plasmoid before, i'm not sure if some bugs > introduced

Re: *** GMX Spamverdacht *** Re: Review Request: replace old kickoff with kickoff-qml

2012-09-16 Thread Daniel Nicoletti
Hmm, well I thought you had a dataengine for the applications model, so uninstall, favorite, sort would all be exposed as services, but it seems it's not the case, sure it makes sence since from my experience dataengines are slow with a good amount of data. Anyway I just tought having a dataengine

Re: *** GMX Spamverdacht *** Re: Review Request: replace old kickoff with kickoff-qml

2012-09-16 Thread Marco Martin
On Sunday 16 September 2012, Daniel Nicoletti wrote: > Hmm, well I thought you had a dataengine for the applications model, > so uninstall, favorite, sort would all be exposed as services, but it > seems it's not the case, sure it makes sence since from my experience > dataengines are slow with a g

Re: Status of QML Porting

2012-09-16 Thread Marco Martin
On Sunday 16 September 2012, Weng Xuetian wrote: > > I'm currently maintaining a plasmoid which is hard to port to qml (due > to qml limitation), I have tried several month ago but finally gave > up.. > Any advice for my situation? Implement a qml wrapper for my c++ > widget? Or leave it there? >