[KDE Bugtracking System] REMINDER: current Plasma regressions

2013-05-01 Thread bugzilla_noreply
Please find below a list of the current regressions reported for Plasma. This is a weekly reminder. This search was scheduled by myr...@kde.org. Plasma regressions -- Bug 241685: https://bugs.kde.org/show_bug.cgi?id=241685 Priority: NOR Severity: crash Platform: Ubuntu P

Plasma Workspaces 2 Status & Todo

2013-05-01 Thread Sebastian Kügler
Hi all, I've gone over the notes from Tokamak 6 once again and extracted tasks from them. As our ideas about Plasma Workspaces 2 take shape, I found it also a good idea to have one more overarching status overview to keep track of the work needed on The Road To Plasma Workspaces 2. It's not übe

Re: Plasma2 porting & framework-scratch branches

2013-05-01 Thread Sebastian Kügler
Hi Alex, On Wednesday, May 01, 2013 19:45:02 Alexander Neundorf wrote: > On Wednesday 01 May 2013, Sebastian Kügler wrote: > > Since we're running out of components to port in plasma-frameworks > > (*cough*), this seems like a useful point to focus our porting in > > non-random branches. Therefore

Re: Plasma Workspaces 4.11: the last feature release in the 4.x series for kde-workspace

2013-05-01 Thread Lindsay Mathieson
On Wed, 1 May 2013 03:47:24 PM Aaron J. Seigo wrote: For Plasma Workspaces 2, our goal is to have a user ready release in Q2 > 2013. 2014, obviously. Nah, gonna hold you to that 2013 date. -- Lindsay signature.asc Description: This is a digitally signed message part. ___

Re: Plasma2 porting & framework-scratch branches

2013-05-01 Thread Alexander Neundorf
On Wednesday 01 May 2013, Sebastian Kügler wrote: > Hi all, > > Since we're running out of components to port in plasma-frameworks > (*cough*), this seems like a useful point to focus our porting in > non-random branches. Therefore, I've created frameworks-scratch branches > in which we can merge

Re: Review Request 110176: Change the visual appearance of the composited outline

2013-05-01 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110176/ --- (Updated May 1, 2013, 5:18 p.m.) Status -- This change has been marke

Re: Review Request 110176: Change the visual appearance of the composited outline

2013-05-01 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110176/#review31844 --- This review has been submitted with commit b76c40a58bc530b3d05

Improvements and Enhancements for Plasma Media Center Proposal Report reviews

2013-05-01 Thread Saurabh Jain
Hi, I have submitted the proposal to work upon the project - "Improvements and Enhancements on Plasma Media Center" on melange. I kindly request all the mentors to review it and please let me know your suggestions for the same and if there are some changes/additions that need to be done in it

Plasma2 porting & framework-scratch branches

2013-05-01 Thread Sebastian Kügler
Hi all, Since we're running out of components to port in plasma-frameworks (*cough*), this seems like a useful point to focus our porting in non-random branches. Therefore, I've created frameworks-scratch branches in which we can merge our ported Plasma bits and pieces. They're pretty bare-bone

Re: Plasma Workspaces 4.11: the last feature release in the 4.x series for kde-workspace

2013-05-01 Thread Aaron J. Seigo
On Wednesday, May 1, 2013 15:15:45 Aaron J. Seigo wrote: > For Plasma Workspaces 2, our goal is to have a user ready release in Q2 > 2013. 2014, obviously. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Pla

Re: Settings for pure QML applet

2013-05-01 Thread Aaron J. Seigo
On Wednesday, May 1, 2013 14:47:53 Kevin Krammer wrote: > Wouldn't it make sense to have KConfigXT generate Q_PROPERTY entries for > each field? QML does not support dynamic properties and we do not pre-process the KConfigXT (it's parsed at runtime) so that we can avoid having native code. Howev

Plasma Workspaces 4.11: the last feature release in the 4.x series for kde-workspace

2013-05-01 Thread Aaron J. Seigo
Hello everyone, tl;dr -> 4.11 will be the last feature release of kde-workspace. Plasma Workspaces will be feature frozen and we are committing to 2 years of maintenance releases of 4.11. The next feature release of kde-workspace will be Plasma Workspaces 2, based on Qt5. This does not impact

Re: Settings for pure QML applet

2013-05-01 Thread Kevin Krammer
On Wednesday, 2013-05-01, Jan Grulich wrote: > Hi, > > is there any other option how to add settings for pure QML applet? I've > found only KConfigXT where I can't use custom widgets or I can load > KCModule to applet settings but this configuration is not saved in > plasma-desktop-appletsrc file

Re: Review Request 110176: Change the visual appearance of the composited outline

2013-05-01 Thread Thomas Lübking
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110176/#review31832 --- kwin/outline.cpp

Re: Settings for pure QML applet

2013-05-01 Thread Jan Grulich
> On Wed, May 1, 2013 at 10:45 AM, Jan Grulich wrote: > > Dne 1.5.2013 11:11, Sebastian Kügler napsal(a): > > > >> Hi Jan, > >> > >> On Wednesday, May 01, 2013 04:58:28 Jan Grulich wrote: > >>> > >>> is there any other option how to add settings for pure QML applet? I've > >>> found only KConfigXT

Re: Settings for pure QML applet

2013-05-01 Thread Aaron J. Seigo
On Wednesday, May 1, 2013 11:30:37 David Edmundson wrote: > Another possible solution is to create a new QWidget in C++ that has a > Q_PROPERTY with "USER true" so that it can be read in/out with > KConfigXT. Add this via QDesignerCustomWidgetInterface so that it can > be created by QUILoader. Then

Re: Settings for pure QML applet

2013-05-01 Thread Aaron J. Seigo
On Wednesday, May 1, 2013 06:06:04 Jan Grulich wrote: > > On Wednesday, May 01, 2013 11:45:22 Jan Grulich wrote: > > > Dne 1.5.2013 11:11, Sebastian Kügler napsal(a): > > > > Hi Jan, > > > > > > > > On Wednesday, May 01, 2013 04:58:28 Jan Grulich wrote: > > > >> is there any other option how to ad

Re: Settings for pure QML applet

2013-05-01 Thread David Edmundson
On Wed, May 1, 2013 at 10:45 AM, Jan Grulich wrote: > Dne 1.5.2013 11:11, Sebastian Kügler napsal(a): > >> Hi Jan, >> >> On Wednesday, May 01, 2013 04:58:28 Jan Grulich wrote: >>> >>> is there any other option how to add settings for pure QML applet? I've >>> found only KConfigXT where I can't use

Re: Settings for pure QML applet

2013-05-01 Thread Sebastian Kügler
On Wednesday, May 01, 2013 06:06:04 Jan Grulich wrote: > > On Wednesday, May 01, 2013 11:45:22 Jan Grulich wrote: > > > Maybe something like this may solve my problem. I can create custom C++ > > > widget and expand it to QML and then open it in > > > PlasmaComponents.Dialog. > > > > How do you

Re: Settings for pure QML applet

2013-05-01 Thread Jan Grulich
> On Wednesday, May 01, 2013 11:45:22 Jan Grulich wrote: > > Dne 1.5.2013 11:11, Sebastian Kügler napsal(a): > > > Hi Jan, > > > > > > On Wednesday, May 01, 2013 04:58:28 Jan Grulich wrote: > > >> is there any other option how to add settings for pure QML applet? I've > > >> found only KConfigXT w

Re: Settings for pure QML applet

2013-05-01 Thread Sebastian Kügler
On Wednesday, May 01, 2013 11:45:22 Jan Grulich wrote: > Dne 1.5.2013 11:11, Sebastian Kügler napsal(a): > > Hi Jan, > > > > On Wednesday, May 01, 2013 04:58:28 Jan Grulich wrote: > >> is there any other option how to add settings for pure QML applet? I've > >> found only KConfigXT where I can't u

Re: Settings for pure QML applet

2013-05-01 Thread Jan Grulich
Dne 1.5.2013 11:11, Sebastian Kügler napsal(a): Hi Jan, On Wednesday, May 01, 2013 04:58:28 Jan Grulich wrote: is there any other option how to add settings for pure QML applet? I've found only KConfigXT where I can't use custom widgets or I can load KCModule to applet settings but this configu

Re: Settings for pure QML applet

2013-05-01 Thread Aaron J. Seigo
On Wednesday, May 1, 2013 11:11:28 Sebastian Kügler wrote: > If you want to prepare for Plasma2, you can do the configuration in QML, and > add a button to open it, for example in a PlasmaComponents.Dialog, or Oooh, please don't do this. It will break consistency if every applet tries to do its

Re: Settings for pure QML applet

2013-05-01 Thread Sebastian Kügler
Hi Jan, On Wednesday, May 01, 2013 04:58:28 Jan Grulich wrote: > is there any other option how to add settings for pure QML applet? I've > found only KConfigXT where I can't use custom widgets or I can load > KCModule to applet settings but this configuration is not saved in > plasma-desktop-apple

Settings for pure QML applet

2013-05-01 Thread Jan Grulich
Hi, is there any other option how to add settings for pure QML applet? I've found only KConfigXT where I can't use custom widgets or I can load KCModule to applet settings but this configuration is not saved in plasma-desktop-appletsrc file and then I can't use plasmoid.readEntry() in QML. Tha