Plasma 5 releases for 2022

2021-10-12 Thread Jonathan Riddell
I've made a schedule of releases for 2022 using the same formula as previously. Three releases a year. https://community.kde.org/Schedules/Plasma_5 https://phabricator.kde.org/calendar/query/KhNLCxe1xjoI/2021/11/ https://calendar.google.com/calendar/u/0?cid=MDMxZ2tncWcxaGpmOGxjbWowZW0xZDJzajhAZ

D20898: WIP: [kcms/desktoptheme] Switch knsrc to "Plasma 5 Theme" category

2019-05-17 Thread Friedrich W. H. Kossebau
kossebau abandoned this revision. kossebau added a comment. There is no agreement that splitting off a separate category is the way to move forward, so discarding. REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D20898 To: kossebau, #plasma, apol, leinir, mart

D20898: WIP: [kcms/desktoptheme] Switch knsrc to "Plasma 5 Theme" category

2019-04-29 Thread Friedrich W. H. Kossebau
kossebau added a comment. So, to give context, this is the seemingly needed change on Plasma code side for the currently planned way forward with T8126#181349 Just uploaded here already as note to self and when needed to have something to point

D20898: WIP: [kcms/desktoptheme] Switch knsrc to "Plasma 5 Theme" category

2019-04-29 Thread Friedrich W. H. Kossebau
kossebau added a comment. The plan was to not have reviewers yet, but oh well ;) REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D20898 To: kossebau, #plasma, apol, leinir Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jens

D20898: WIP: [kcms/desktoptheme] Switch knsrc to "Plasma 5 Theme" category

2019-04-29 Thread Friedrich W. H. Kossebau
kossebau created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. kossebau requested review of this revision. REVISION SUMMARY Prepared for execution plan draft of T8126#181349 REPOSITORY R119 Plasma Desktop R

[Powerdevil] [Bug 379643] When I turn on my notebook, after the full startup of KDE Plasma 5, I verify that the battery monitor is disabled, as if the battery was not present.

2017-05-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379643 Christoph Feck changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Powerdevil] [Bug 379643] New: When I turn on my notebook, after the full startup of KDE Plasma 5, I verify that the battery monitor is disabled, as if the battery was not present.

2017-05-08 Thread Adriano Balani
https://bugs.kde.org/show_bug.cgi?id=379643 Bug ID: 379643 Summary: When I turn on my notebook, after the full startup of KDE Plasma 5, I verify that the battery monitor is disabled, as if the battery was not present

[Powerdevil] [Bug 376601] New: Plasma 5 "Leave" overlay does not respect Polkit rule

2017-02-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376601 Bug ID: 376601 Summary: Plasma 5 "Leave" overlay does not respect Polkit rule Product: Powerdevil Version: unspecified Platform: Archlinux Packages OS: Linux

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2017-02-08 Thread Marco Martin
KDE-4 KCM modules (only). > These modules were recognised by finding wmClass=Kcmshell4. > This logic is extended to cover kcmshell5 windows as well, meaning that KCMs > written for Plasma 5 are properly recognised now. > The net benefit is that these KCMs are displayed in the task manager wi

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2017-02-08 Thread Johan Ouwerkerk
kcmshell5 windows as well, meaning that KCMs written for Plasma 5 are properly recognised now. The net benefit is that these KCMs are displayed in the task manager with their proper KCM program icons. This patch can be pulled from the kcmshell5-task-url-fixes branch at: g...@github.com:cmacq2/plasma

Re: Review Request 122494: KDE Plasma 5 system tray expaned applets resized to take less space on notebooks low resolution screens.

2017-02-08 Thread Blaga Florentin Gabriel
discarded. Review request for Plasma and KDE Usability. Repository: plasma-workspace Description --- KDE Plasma 5 system tray expanded applets resize for notebooks Diffs - .reviewboardrc 771837c982012f580f10923aa83d83b181afc881 applets/systemtray/package/contents/ui/main.qml

Re: Using javascript-api extension LaunchApp and plasmoid.runCommand in Plasma 5 plasmoid

2016-12-23 Thread Marco Martin
sion on > https://techbase.kde.org/Development/Tutorials/Plasma4/JavaScript/API-Launch > App which is for plasma 4. Is this still valid for plasma 5 ? no, it was a completely different way to do applets with pure javascript (before QML existed) that has been removed completely -- Marco Martin

Using javascript-api extension LaunchApp and plasmoid.runCommand in Plasma 5 plasmoid

2016-12-23 Thread Aditya Mehra
which is for plasma 4. Is this still valid for plasma 5 ? I tried using this in my plasmoid but am getting an error "TypeError: Property 'runCommand' of object AppletInterface(0x1a28320) is not a function" Main.qml button: import org.kde.plasma.core 2.0

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2016-10-16 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456 --- Comment #39 from adam.miku...@centrum.cz --- Hi, I'm happy to report that the problem seems to be finally fixed with plasma 5.8 (just confirmed by my experience, not changelog). -- You are receiving this mail because: You are the assignee for the b

Re: Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-03 Thread Kevin Krammer
On Sunday, 2016-07-03, 15:01:22, Aditya Mehra wrote: > Iv looked into this and was using the same minimal template, The issue > still is I cant find a way to initialize the DBus adaptor without having a > main, I did follow the KDE4 DBus tutorials initially on getting the DBus to > work as KDE 5 ha

Re: Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-02 Thread Aditya Mehra
hra wrote: > > Request you to please guide me on why the main function doesn't work > > in plasma5 and how can i fix it. > > There is no documentation available on C++/QML plasmoid/widgets for > > plasma 5 so asking for help here. > > > > Thanks, > >

Re: Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-02 Thread Marco Martin
On Friday 01 July 2016, Aditya Mehra wrote: > Request you to please guide me on why the main function doesn't work > in plasma5 and how can i fix it. > There is no documentation available on C++/QML plasmoid/widgets for > plasma 5 so asking for help here. > > Thanks,

Re: Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-02 Thread Kevin Krammer
Hi Aditya, On Friday, 2016-07-01, 23:00:27, Aditya Mehra wrote: > Hi, I am currently trying to create a plasma 5 widget/plasmoid for > interaction with a python application using Dbus. I am using Qml/C++ for > building the plasmoid. I am trying to use K Develop 5 to build the widget

Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-01 Thread Aditya Mehra
Hi, I am currently trying to create a plasma 5 widget/plasmoid for interaction with a python application using Dbus. I am using Qml/C++ for building the plasmoid. I am trying to use K Develop 5 to build the widget but am facing many errors in the process. The plasmoid sends and receives string

Re: translation threshold for Plasma 5

2016-06-02 Thread Martin Graesslin
On Thursday, June 2, 2016 8:56:42 PM CEST Burkhard Lück wrote: > Hi, > > I am updating the translation-howto and want to add the info for a > translation threshold for shipping with plasma 5. > > I found some mails on kde-i18n-...@kde.org but no definite percentag

translation threshold for Plasma 5

2016-06-02 Thread Burkhard Lück
Hi, I am updating the translation-howto and want to add the info for a translation threshold for shipping with plasma 5. I found some mails on kde-i18n-...@kde.org but no definite percentage. Is there a translation threshold for Plasma 5? -- Burkhard Lück

Unable to start Plasma 5 on CentOS 7

2016-05-09 Thread rafranco.2014
ctions at https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source With some hints from the kde-devel mailing list' s guys and after several manual software installations and upgrades I finally finished building the whole framework, but I'm not able to start Plasma 5.To do it I'm fol

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2016-04-13 Thread Anton Filimonov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456 Anton Filimonov changed: What|Removed |Added CC||anton.filimo...@gmail.com --- Comment #38 fro

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2016-01-31 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456 --- Comment #37 from adam.miku...@centrum.cz --- $ ck-list-sessions Session2: unix-user = '1000' realname = '(null)' seat = 'Seat1' session-type = '' active = TRUE x11-display = ':0' x11-display-dev

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2016-01-30 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456 --- Comment #36 from andreas.sturmlech...@gmail.com --- Please check your consolekit setup w/ '$ ck-list-sessions' from inside your plasma session. Make sure your system-login file is valid: https://wiki.gentoo.org/wiki/KDE/Plasma_5_upgrade#Missing_shut

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2015-12-18 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456 --- Comment #35 from adam.miku...@centrum.cz --- I believe so, it returns this: qdbus --system org.freedesktop.ConsoleKit / /org /org/freedesktop /org/freedesktop/ConsoleKit /org/freedesktop/ConsoleKit/Manager /org/freedesktop/ConsoleKit/Seat1 /org/free

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2015-12-18 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456 --- Comment #34 from Kai Uwe Broulik --- Check whether the dbus service org.freedesktop.ConsoleKit is running and it has permission to access it. That message is from the inhibition manager and unrelated to suspend, though. -- You are receiving this m

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2015-12-18 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456 adam.miku...@centrum.cz changed: What|Removed |Added CC||adam.miku...@centrum.cz --- Comment #3

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2015-12-03 Thread Martin Gräßlin
--- > > (Updated Nov. 10, 2015, 7:54 p.m.) > > > Review request for Plasma. > > > Repository: plasma-workspace > > > Description > --- > > Previously the taskmanager library contained a special case logic for windows > of KDE-4 K

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2015-12-03 Thread Eike Hein
a-workspace > > > Description > --- > > Previously the taskmanager library contained a special case logic for windows > of KDE-4 KCM modules (only). > These modules were recognised by finding wmClass=Kcmshell4. > This logic is extended to cover kcmshell5 windows as

Re: How to handle drag-and-drop to the desktop in Plasma 5?

2015-12-03 Thread Eike Hein
This fixes the Ark side, please review: https://git.reviewboard.kde.org/r/126233/ Cheers, Eike ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: How to handle drag-and-drop to the desktop in Plasma 5?

2015-12-03 Thread Eike Hein
4018e27a in plasma-desktop fixes the FV side. It's still not really working for the Desktop folder though. Ark claims to be extracting to desktop:/, but just dumps the file into $HOME. It's the same with desktop:/ in Dolphin though. Cheers, Eike ___ P

Re: How to handle drag-and-drop to the desktop in Plasma 5?

2015-12-03 Thread Eike Hein
On 12/03/2015 12:04 PM, Weng Xuetian wrote: > Just tried to debug it a little bit, looks like FolderModel::drop is > not called at all. > > From the observed visual behavior, plasmashell seems to takes the drop > as a new plasmoid request so FolderModel doesn't get the drop event. > > Probably

Re: How to handle drag-and-drop to the desktop in Plasma 5?

2015-12-03 Thread Weng Xuetian
t. if (isFolder && event.mimeData.hasUrls) On Tue, Dec 1, 2015 at 5:46 AM, Elvis Angelaccio wrote: > > > 2015-12-01 14:13 GMT+01:00 Bhushan Shah : >> >> Hello, >> >> On Tue, Dec 1, 2015 at 6:39 PM, Marco Martin wrote: >> >> >> >>

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2015-12-02 Thread Johan Ouwerkerk
126016/ > --- > > (Updated Nov. 10, 2015, 6:54 p.m.) > > > Review request for Plasma. > > > Repository: plasma-workspace > > > Description > --- > > Previously the taskmanager library contained a speci

Re: How to handle drag-and-drop to the desktop in Plasma 5?

2015-12-01 Thread Elvis Angelaccio
2015-12-01 14:13 GMT+01:00 Bhushan Shah : > Hello, > > On Tue, Dec 1, 2015 at 6:39 PM, Marco Martin wrote: > >> > >> In Plasma 5 this does not work anymore, as kde-base repo has not been > >> ported. But I see that drag-and-dropping files from Dolphin to th

Re: How to handle drag-and-drop to the desktop in Plasma 5?

2015-12-01 Thread Eike Hein
On 12/01/2015 02:13 PM, Bhushan Shah wrote: > plasma-desktop still have code specific to ark Yeah, FolderModel basically contains the same D-Bus code as iconview did before, but I couldn't really test it at the time. Debugging from an Ark dev very welcome. Cheers, Eike

Re: How to handle drag-and-drop to the desktop in Plasma 5?

2015-12-01 Thread Bhushan Shah
Hello, On Tue, Dec 1, 2015 at 6:39 PM, Marco Martin wrote: >> >> In Plasma 5 this does not work anymore, as kde-base repo has not been >> ported. But I see that drag-and-dropping files from Dolphin to the desktop >> works, so: where is Ark supposed to "register"

Re: How to handle drag-and-drop to the desktop in Plasma 5?

2015-12-01 Thread Marco Martin
On Wed, Nov 25, 2015 at 4:49 PM, Elvis Angelaccio wrote: > Hi guys, in KDE 4 Ark used to be notified of dropEvents() to the desktop, by > having a dbus method called from > kde-base/plasma/applets/folderview/iconview.cpp (in particular from the > IconView::dropEvent() function). >

How to handle drag-and-drop to the desktop in Plasma 5?

2015-11-30 Thread Elvis Angelaccio
Hi guys, in KDE 4 Ark used to be notified of dropEvents() to the desktop, by having a dbus method called from kde-base/plasma/applets/folderview/iconview.cpp (in particular from the IconView::dropEvent() function). In Plasma 5 this does not work anymore, as kde-base repo has not been ported. But

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2015-11-22 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456 --- Comment #32 from andreas.sturmlech...@gmail.com --- It is part of the upgrade guide: https://wiki.gentoo.org/wiki/KDE/Plasma_5_upgrade#Missing_shutdown.2C_reboot.2C_suspend_and_hibernate_buttons_when_using_OpenRC -- You are receiving this mail beca

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2015-11-22 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344456 gentoou...@mailinator.com changed: What|Removed |Added CC||gentoou...@mailinator.com --- Commen

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2015-11-14 Thread Johan Ouwerkerk
gt; Description > --- > > Previously the taskmanager library contained a special case logic for windows > of KDE-4 KCM modules (only). > These modules were recognised by finding wmClass=Kcmshell4. > This logic is extended to cover kcmshell5 windows as well, meaning that KCMs &g

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2015-11-11 Thread Martin Gräßlin
; > Description > --- > > Previously the taskmanager library contained a special case logic for windows > of KDE-4 KCM modules (only). > These modules were recognised by finding wmClass=Kcmshell4. > This logic is extended to cover kcmshell5 windows as well, meaning that K

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2015-11-11 Thread Johan Ouwerkerk
the taskmanager library contained a special case logic for windows > of KDE-4 KCM modules (only). > These modules were recognised by finding wmClass=Kcmshell4. > This logic is extended to cover kcmshell5 windows as well, meaning that KCMs > written for Plasma 5 are properly recognised

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2015-11-11 Thread Johan Ouwerkerk
he taskmanager library contained a special case logic for windows > of KDE-4 KCM modules (only). > These modules were recognised by finding wmClass=Kcmshell4. > This logic is extended to cover kcmshell5 windows as well, meaning that KCMs > written for Plasma 5 are properly recognis

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2015-11-11 Thread Eike Hein
ontained a special case logic for windows > of KDE-4 KCM modules (only). > These modules were recognised by finding wmClass=Kcmshell4. > This logic is extended to cover kcmshell5 windows as well, meaning that KCMs > written for Plasma 5 are properly recognised now. > The net benefit

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2015-11-10 Thread Martin Gräßlin
taskmanager library contained a special case logic for windows > of KDE-4 KCM modules (only). > These modules were recognised by finding wmClass=Kcmshell4. > This logic is extended to cover kcmshell5 windows as well, meaning that KCMs > written for Plasma 5 are properly recognised now. &

Re: Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2015-11-10 Thread Johan Ouwerkerk
for Plasma 5 are properly recognised now. The net benefit is that these KCMs are displayed in the task manager with their proper KCM program icons. This patch can be pulled from the kcmshell5-task-url-fixes branch at: g...@github.com:cmacq2/plasma-workspace.git Diffs - libtaskmanager

Review Request 126016: fix: properly recognise Plasma 5 KCM modules (wmClass=kcmshell5)

2015-11-10 Thread Johan Ouwerkerk
--- Previously the taskmanager library contained a special case logic for windows of KDE-4 KCM modules (only). These modules were recognised by finding wmClass=Kcmshell4. This logic is extended to cover kcmshell5 windows as well, meaning that KCMs written for Plasma 5 are properly recognised

Re: Review Request 125222: Plasma 5 Quicklaunch applet

2015-09-14 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125222/ --- (Updated Sept. 14, 2015, 5:48 p.m.) Status -- This change has been m

Re: Review Request 125222: Plasma 5 Quicklaunch applet

2015-09-14 Thread Marco Martin
> On Sept. 14, 2015, 4:09 p.m., Marco Martin wrote: > > applets/quicklaunch/package/contents/code/layout.js, line 39 > > > > > > can you verify that if grid.count changes dinamically, this cols() gets > > re-eval

Re: Review Request 125222: Plasma 5 Quicklaunch applet

2015-09-14 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125222/#review85391 --- Ship it! Ship It! - Marco Martin On Sept. 14, 2015, 3:54 p

Re: Review Request 125222: Plasma 5 Quicklaunch applet

2015-09-14 Thread David Rosca
> On Sept. 14, 2015, 4:09 p.m., Marco Martin wrote: > > applets/quicklaunch/package/contents/code/layout.js, line 39 > > > > > > can you verify that if grid.count changes dinamically, this cols() gets > > re-eval

Re: Review Request 125222: Plasma 5 Quicklaunch applet

2015-09-14 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125222/#review85380 --- applets/quicklaunch/package/contents/code/layout.js (line 39)

Re: Review Request 125222: Plasma 5 Quicklaunch applet

2015-09-14 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125222/ --- (Updated Sept. 14, 2015, 3:54 p.m.) Review request for Plasma. Changes

Re: Review Request 125174: Plasma 5 Quicklaunch applet

2015-09-14 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125174/ --- (Updated Sept. 14, 2015, 11:11 a.m.) Status -- This change has been

Review Request 125222: Plasma 5 Quicklaunch applet

2015-09-14 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125222/ --- Review request for Plasma. Repository: kdeplasma-addons Description ---

Re: Review Request 125174: Plasma 5 Quicklaunch applet

2015-09-14 Thread David Rosca
> On Sept. 14, 2015, 9:35 a.m., Marco Martin wrote: > > applets/quicklaunch-qml/package/contents/code/layout.js, line 23 > > > > > > I guess the spacing here is half because it's used as margins for the > > items

Re: Review Request 125174: Plasma 5 Quicklaunch applet

2015-09-14 Thread Marco Martin
> On Sept. 14, 2015, 8:24 a.m., Marco Martin wrote: > > Provided this gets maintained, I'm in favor of this (perhaps in > > kdeplasma-addons instead of a main workspace feature). > > Since the behavior of a pure launcher is quite different from both a > > taskbar entry or a dock icon, so some p

Re: Review Request 125174: Plasma 5 Quicklaunch applet

2015-09-14 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125174/#review85360 --- applets/quicklaunch-qml/package/contents/code/layout.js (line

Re: Review Request 125174: Plasma 5 Quicklaunch applet

2015-09-14 Thread David Rosca
> On Sept. 14, 2015, 8:24 a.m., Marco Martin wrote: > > Provided this gets maintained, I'm in favor of this (perhaps in > > kdeplasma-addons instead of a main workspace feature). > > Since the behavior of a pure launcher is quite different from both a > > taskbar entry or a dock icon, so some p

Re: Review Request 125174: Plasma 5 Quicklaunch applet

2015-09-14 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125174/#review85351 --- Provided this gets maintained, I'm in favor of this (perhaps i

Re: Review Request 125174: Plasma 5 Quicklaunch applet

2015-09-12 Thread David Rosca
> On Sept. 12, 2015, 12:42 a.m., Martin Klapetek wrote: > > Is there any disadvantage to using Icon-only task manager and adding > > launchers in there? It seems like this applet would do exactly the same > > minus the task switching, so perhaps some portions of the code could be > > shared?

Re: Review Request 125174: Plasma 5 Quicklaunch applet

2015-09-11 Thread Martin Klapetek
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125174/#review85224 --- Is there any disadvantage to using Icon-only task manager and

Review Request 125174: Plasma 5 Quicklaunch applet

2015-09-11 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125174/ --- Review request for Plasma. Repository: plasma-workspace Description ---

Re: Review Request 124923: Plasma 5 color picker plasmoid

2015-09-09 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124923/ --- (Updated Sept. 9, 2015, 8:21 p.m.) Status -- This change has been ma

Re: Review Request 124923: Plasma 5 color picker plasmoid

2015-09-06 Thread Thomas Pfeiffer
> On Aug. 25, 2015, 9:22 p.m., Thomas Pfeiffer wrote: > > Great work! > > Two points: > > 1. The two icons in the Plasmoid look like they're two separate Plasmoids, > > which is confusing. They should be more visually connected (we're still > > brainstorming ideas for how to do this in the VDG)

Re: Review Request 124923: Plasma 5 color picker plasmoid

2015-09-06 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124923/#review84907 --- I would be for pushing this. I'mnot sure how to solve the disc

Re: Review Request 124923: Plasma 5 color picker plasmoid

2015-09-06 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124923/#review84902 --- Ping - Kai Uwe Broulik On Aug. 26, 2015, 6:07 nachm., Kai U

Re: Review Request 124923: Plasma 5 color picker plasmoid

2015-08-26 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124923/ --- (Updated Aug. 26, 2015, 6:07 nachm.) Review request for Plasma and KDE Us

Re: Review Request 124923: Plasma 5 color picker plasmoid

2015-08-26 Thread Thomas Pfeiffer
> On Aug. 25, 2015, 9:22 p.m., Thomas Pfeiffer wrote: > > Great work! > > Two points: > > 1. The two icons in the Plasmoid look like they're two separate Plasmoids, > > which is confusing. They should be more visually connected (we're still > > brainstorming ideas for how to do this in the VDG)

Re: Review Request 124923: Plasma 5 color picker plasmoid

2015-08-26 Thread Marco Martin
> On Aug. 25, 2015, 9:22 p.m., Thomas Pfeiffer wrote: > > Great work! > > Two points: > > 1. The two icons in the Plasmoid look like they're two separate Plasmoids, > > which is confusing. They should be more visually connected (we're still > > brainstorming ideas for how to do this in the VDG)

Re: Review Request 124923: Plasma 5 color picker plasmoid

2015-08-25 Thread Kai Uwe Broulik
> On Aug. 25, 2015, 9:22 nachm., Thomas Pfeiffer wrote: > > Great work! > > Two points: > > 1. The two icons in the Plasmoid look like they're two separate Plasmoids, > > which is confusing. They should be more visually connected (we're still > > brainstorming ideas for how to do this in the VD

Re: Review Request 124923: Plasma 5 color picker plasmoid

2015-08-25 Thread Thomas Pfeiffer
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124923/#review84368 --- Great work! Two points: 1. The two icons in the Plasmoid look

Review Request 124923: Plasma 5 color picker plasmoid

2015-08-25 Thread Kai Uwe Broulik
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124923/ --- Review request for Plasma and KDE Usability. Repository: kdeplasma-addons

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2015-08-18 Thread Manuel Bärenz
https://bugs.kde.org/show_bug.cgi?id=344456 --- Comment #30 from Manuel Bärenz --- For Gentoo, just adding the Polkit files will not suffice. Only after respawning first kded5 and then plasmashell am I able to see Sleep and Hibernate buttons at all. And even then the Sleep button does not work, b

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2015-08-18 Thread Manuel Bärenz
https://bugs.kde.org/show_bug.cgi?id=344456 Manuel Bärenz changed: What|Removed |Added CC||man...@enigmage.de --- Comment #29 from Manuel

Re: Review Request 124347: Update desktopthemedetails kcm docbook to Plasma 5

2015-07-21 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124347/ --- (Updated July 21, 2015, 10:14 a.m.) Status -- This change has been m

Re: Review Request 124352: Update kwinsceenedges to Plasma 5

2015-07-21 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124352/ --- (Updated July 21, 2015, 10:02 a.m.) Status -- This change has been m

Re: Review Request 124347: Update desktopthemedetails kcm docbook to Plasma 5

2015-07-15 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124347/#review82533 --- Ship it! Ship It! - Marco Martin On July 14, 2015, 2:57 p.

Re: Review Request 124352: Update kwinsceenedges to Plasma 5

2015-07-15 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124352/#review82531 --- Ship it! no, screen edges shouldn't need compositor - Marco

Review Request 124352: Update kwinsceenedges to Plasma 5

2015-07-14 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124352/ --- Review request for Documentation, Plasma and Martin Gräßlin. Repository:

Review Request 124347: Update desktopthemedetails kcm docbook to Plasma 5

2015-07-14 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124347/ --- Review request for Documentation and Plasma. Repository: plasma-desktop

Re: Review Request 124283: Update kcmstyle docbook to Plasma 5

2015-07-12 Thread Burkhard Lück
available in Plasma 5, is this correct? Diffs - doc/kcontrol/kcmstyle/index.docbook a0b456b Diff: https://git.reviewboard.kde.org/r/124283/diff/ Testing --- builds Thanks, Burkhard Lück ___ Plasma-devel mailing list Plasma-devel

Re: Review Request 124283: Update kcmstyle docbook to Plasma 5

2015-07-08 Thread Burkhard Lück
> > (Updated Juli 7, 2015, 4:47 nachm.) > > > Review request for Documentation and Plasma. > > > Repository: plasma-desktop > > > Description > --- > > see Summary > > appmenu commented in docbook, because it is not ava

Re: Review Request 124283: Update kcmstyle docbook to Plasma 5

2015-07-08 Thread Luigi Toscano
r Documentation and Plasma. > > > Repository: plasma-desktop > > > Description > --- > > see Summary > > appmenu commented in docbook, because it is not available in Plasma 5, is > this correct? > > > Diffs > - > > doc/kcontr

Re: Review Request 124283: Update kcmstyle docbook to Plasma 5

2015-07-08 Thread Burkhard Lück
(Updated Juli 7, 2015, 4:47 nachm.) > > > Review request for Documentation and Plasma. > > > Repository: plasma-desktop > > > Description > --- > > see Summary > > appmenu commented in docbook, because it is not available in Plasma 5, is >

Re: Review Request 124283: Update kcmstyle docbook to Plasma 5

2015-07-07 Thread Sebastian Kügler
uly 7, 2015, 4:47 p.m.) > > > Review request for Documentation and Plasma. > > > Repository: plasma-desktop > > > Description > --- > > see Summary > > appmenu commented in docbook, because it is not available in Plasma 5, is > this correct

Review Request 124283: Update kcmstyle docbook to Plasma 5

2015-07-07 Thread Burkhard Lück
Description --- see Summary appmenu commented in docbook, because it is not available in Plasma 5, is this correct? Diffs - doc/kcontrol/kcmstyle/index.docbook a0b456b Diff: https://git.reviewboard.kde.org/r/124283/diff/ Testing --- builds Thanks, Burkhard Lück

Re: Plasma 5 is awesome...and some help required with build instructions

2015-05-19 Thread Siddhartha
On 19 May 2015 at 16:00, David Edmundson wrote: > Yes, it's only a problem on Kubuntu. > > It's also solvable by compiling Qt, but I don't really want to have to force > new devs to do that unless I have to. We should talk to the Kubuntu devs to see why its hardcoded that way, and ask them to re

Re: Plasma 5 is awesome...and some help required with build instructions

2015-05-19 Thread Martin Klapetek
On Tue, May 19, 2015 at 12:30 PM, David Edmundson < da...@davidedmundson.co.uk> wrote: > > But someone who wrote this must have been a Kubuntu user, there is a list > of dependencies. > That was added by me about 2 weeks ago when I tried to follow that setup as well on a clean system where I had

Re: Plasma 5 is awesome...and some help required with build instructions

2015-05-19 Thread David Edmundson
On Tue, May 19, 2015 at 2:10 AM, Siddhartha wrote: > On 18 May 2015 at 22:58, David Edmundson > wrote: > >> Just setting up on a new machine and thought I'd try following these >> instructions exactly, the way a new developer would. >> >> I got stuck on something I don't know how to solve. >> >>

Re: Plasma 5 is awesome...and some help required with build instructions

2015-05-18 Thread Siddhartha
On 18 May 2015 at 22:58, David Edmundson wrote: > Just setting up on a new machine and thought I'd try following these > instructions exactly, the way a new developer would. > > I got stuck on something I don't know how to solve. > > Under Kubuntu because Qt is compiled with a hardcoded plugindir

Re: Plasma 5 is awesome...and some help required with build instructions

2015-05-18 Thread Aleix Pol
On Mon, May 18, 2015 at 8:07 PM, David Edmundson wrote: > > > On Mon, May 18, 2015 at 7:05 PM, Aleix Pol wrote: >> >> On Mon, May 18, 2015 at 7:28 PM, David Edmundson >> wrote: >> > Just setting up on a new machine and thought I'd try following these >> > instructions exactly, the way a new deve

Re: Plasma 5 is awesome...and some help required with build instructions

2015-05-18 Thread David Edmundson
On Mon, May 18, 2015 at 7:05 PM, Aleix Pol wrote: > On Mon, May 18, 2015 at 7:28 PM, David Edmundson > wrote: > > Just setting up on a new machine and thought I'd try following these > > instructions exactly, the way a new developer would. > > > > I got stuck on something I don't know how to sol

Re: Plasma 5 is awesome...and some help required with build instructions

2015-05-18 Thread Aleix Pol
On Mon, May 18, 2015 at 7:28 PM, David Edmundson wrote: > Just setting up on a new machine and thought I'd try following these > instructions exactly, the way a new developer would. > > I got stuck on something I don't know how to solve. > > Under Kubuntu because Qt is compiled with a hardcoded pl

Re: Plasma 5 is awesome...and some help required with build instructions

2015-05-18 Thread David Edmundson
Just setting up on a new machine and thought I'd try following these instructions exactly, the way a new developer would. I got stuck on something I don't know how to solve. Under Kubuntu because Qt is compiled with a hardcoded plugindir for some reason. This means setting QT_PLUGIN_PATH env vari

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2015-05-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=344456 Kai Uwe Broulik changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[Powerdevil] [Bug 344456] Plasma 5 desktop does not suspend with only upower, no systemd

2015-05-10 Thread Eric Hameleers
https://bugs.kde.org/show_bug.cgi?id=344456 --- Comment #27 from Eric Hameleers --- I have attached a polkit file which enables the missing suspend/hibernate features in my Plasma 5 desktop. Thanks to luis' comment in this blog article: http://alien.slackbook.org/blog/kde-5_15-02-releas

  1   2   3   4   >