Re: Easy to fix data-loss bug (#270105) reported in April needs attention.

2011-09-28 Thread Bart Kelsey
Understandable. For the record, this behavior isn't unique to the a particular widget -- it happens with all of them. I used QuickLaunch as an example because that's where it happened to me right before I reported it, but I have lost settings data for widgets that are part of the standard KDE dis

Re: Review Request: Plasmate:the .git dir is created in the right directory

2011-09-28 Thread Giorgos Tsiapaliwkas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102693/ --- (Updated Sept. 28, 2011, 10:07 p.m.) Review request for Plasma. Changes

Re: Review Request: quicklaunch: Add a confirmation dialog before the delete

2011-09-28 Thread Antonis Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102727/ --- (Updated Sept. 28, 2011, 8:44 p.m.) Review request for Plasma. Descripti

Re: Review Request: quicklaunch: Add a confirmation dialog before the delete

2011-09-28 Thread Antonis Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102727/ --- (Updated Sept. 28, 2011, 8:44 p.m.) Review request for Plasma. Descripti

Re: Review Request: quicklaunch: Add a confirmation dialog before the delete

2011-09-28 Thread Antonis Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102727/ --- (Updated Sept. 28, 2011, 8:43 p.m.) Review request for Plasma. Descripti

Review Request: quicklaunch: Add a confirmation dialog before the delete

2011-09-28 Thread Antonis Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102727/ --- Review request for Plasma. Description --- Hello, This patch is addi

Re: Review Request: Plasmate:images can now be added to projects

2011-09-28 Thread Giorgos Tsiapaliwkas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102290/ --- (Updated Sept. 28, 2011, 8:39 p.m.) Review request for Plasma and Aaron J.

Re: Easy to fix data-loss bug (#270105) reported in April needs attention.

2011-09-28 Thread Martin Gräßlin
On Wednesday 28 September 2011 13:34:11 Bart Kelsey wrote: > Hi folks, > > I submitted a bug back in April: > > https://bugs.kde.org/show_bug.cgi?id=270105 > > I know enough about Qt to know that adding a confirm dialog should be, > at most, a couple lines of code. If I knew where to look in th

Easy to fix data-loss bug (#270105) reported in April needs attention.

2011-09-28 Thread Bart Kelsey
Hi folks, I submitted a bug back in April: https://bugs.kde.org/show_bug.cgi?id=270105 I know enough about Qt to know that adding a confirm dialog should be, at most, a couple lines of code. If I knew where to look in the codebase, I'd do it myself, but I'm busy with my own projects, and for a

Plasma Applet empty config entrymap in init() but filled entrymap after init()

2011-09-28 Thread Oliver Friedrich
Hello I'm writing an applet. Therefore I call in init() configChanged() which calls "KConfigGroup cg=config()". cg.entryMap() should return the entries I put in before. The problem is that the entryMap is empty until init() is finished. So when I call at the end of init() config() and have a lo

Re: Order QML plasmoid context menu

2011-09-28 Thread Francesco
On Wednesday 28 September 2011 09:53:56 Aaron J. Seigo wrote: > On Sunday, September 18, 2011 01:51:59 Francesco Nwokeka wrote: > > wanted to notify about an issue. Currently it's possible to add > > > > actions to a QML plasmoid's context menu. But this menu is not ordered > > this is now fi

Re: Order QML plasmoid context menu

2011-09-28 Thread Aaron J. Seigo
On Sunday, September 18, 2011 01:51:59 Francesco Nwokeka wrote: > wanted to notify about an issue. Currently it's possible to add > actions to a QML plasmoid's context menu. But this menu is not ordered this is now fixed in git for 4.8 and whatever the next 4.7 release will be. cheers :) --