D9512: startplasmacompositor: If available, query org.freedesktop.locale1 for XKB defaults

2017-12-27 Thread Martin Flöser
graesslin added a comment. In https://phabricator.kde.org/D9512#183207, @fvogt wrote: > However, only KWin knows that the user didn't specify a custom layout, so just relaying the locale1 properties to kwin during autostart won't work. Actually it's not only KWin knowing that. KWi

Re: Plasma and Frameworks Release issue

2017-12-27 Thread Sebastian Kügler
On Tuesday, December 26, 2017 5:57:32 PM CET David Edmundson wrote: > We have a frameworks and Plasma release schedule issue again. > > We have new API (Package::fileUrl literally everwhere and I have something > minor in kwin) that requires frameworks 5.42 > > This frameworks release comes out o

KDE CI: Plasma kwin stable-kf5-qt5 SUSEQt5.9 - Build # 15 - Failure!

2017-12-27 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Plasma%20kwin%20stable-kf5-qt5%20SUSEQt5.9/15/ Project: Plasma kwin stable-kf5-qt5 SUSEQt5.9 Date of build: Thu, 28 Dec 2017 05:04:47 + Build duration: 12 min and counting CONSOLE OUTPUT [...trunc

KDE CI: Plasma kwin stable-kf5-qt5 FreeBSDQt5.9 - Build # 9 - Failure!

2017-12-27 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Plasma%20kwin%20stable-kf5-qt5%20FreeBSDQt5.9/9/ Project: Plasma kwin stable-kf5-qt5 FreeBSDQt5.9 Date of build: Thu, 28 Dec 2017 05:04:47 + Build duration: 8 min 27 sec and counting CONSOLE OUTPUT

KDE CI: Plasma plasma-desktop kf5-qt5 FreeBSDQt5.9 - Build # 41 - Still unstable!

2017-12-27 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Plasma%20plasma-desktop%20kf5-qt5%20FreeBSDQt5.9/41/ Project: Plasma plasma-desktop kf5-qt5 FreeBSDQt5.9 Date of build: Thu, 28 Dec 2017 03:46:11 + Build duration: 13 min and counting JUnit Tests

D9521: Pass SwitchEvent from LibInput through KWin and add to DebugConsole

2017-12-27 Thread Nathaniel Graham
Restricted Application edited projects, added Plasma; removed KWin. REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D9521 To: graesslin, #kwin, #plasma Cc: ngraham, plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

D9516: [libinput] Add support for switch devices and events

2017-12-27 Thread Nathaniel Graham
Restricted Application edited projects, added KWin; removed Plasma. REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D9516 To: graesslin, #kwin, #plasma Cc: ngraham, plasma-devel, kwin, bwowk, ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, se

D9521: Pass SwitchEvent from LibInput through KWin and add to DebugConsole

2017-12-27 Thread Martin Flöser
graesslin added a dependency: D9516: [libinput] Add support for switch devices and events. Restricted Application edited projects, added KWin; removed Plasma. REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D9521 To: graesslin, #kwin, #plasma Cc: plasma-devel, kwin, bwowk,

D9516: [libinput] Add support for switch devices and events

2017-12-27 Thread Martin Flöser
graesslin added a dependent revision: D9521: Pass SwitchEvent from LibInput through KWin and add to DebugConsole. REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D9516 To: graesslin, #kwin, #plasma Cc: plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensre

D9521: Pass SwitchEvent from LibInput through KWin and add to DebugConsole

2017-12-27 Thread Martin Flöser
graesslin created this revision. graesslin added reviewers: KWin, Plasma. Restricted Application added a project: KWin. Restricted Application added subscribers: kwin, plasma-devel. Restricted Application edited projects, added Plasma; removed KWin. REVISION SUMMARY This change introduces a new

D9516: [libinput] Add support for switch devices and events

2017-12-27 Thread Martin Flöser
graesslin created this revision. graesslin added reviewers: KWin, Plasma. Restricted Application added a project: KWin. Restricted Application added subscribers: kwin, plasma-devel. Restricted Application edited projects, added Plasma; removed KWin. REVISION SUMMARY This change adds support for

D9474: [Kickoff / Kicker] Move "Add to favorites" entry to the bottom of the context menu

2017-12-27 Thread Andres Betts
abetts added a comment. Can you post an image of what this will look like? REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D9474 To: broulik, #plasma, hein, ivan Cc: abetts, ngraham, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, se

D9512: startplasmacompositor: If available, query org.freedesktop.locale1 for XKB defaults

2017-12-27 Thread Fabian Vogt
fvogt added a comment. In https://phabricator.kde.org/D9512#183199, @davidedmundson wrote: > This could also be done in kcminit phase 0, it's a bit later and can then be done with slightly more stuff in parallel - also it'd be C++ so you can at least send all 4 DBus requests before block

D9464: KCM: add support for non-integer output scaling

2017-12-27 Thread David Edmundson
davidedmundson requested changes to this revision. davidedmundson added a comment. This revision now requires changes to proceed. This would leave the X KCM with two scaling settings. The combo box And the dialog with the button at the bottom That's going to result in a much bigger

D9510: [server] Add a method IdleInterface::simulateUserActivity

2017-12-27 Thread David Edmundson
davidedmundson accepted this revision. This revision is now accepted and ready to land. Restricted Application edited projects, added Plasma; removed Plasma on Wayland. REPOSITORY R127 KWayland BRANCH idle-timeout-simulate-user-activity REVISION DETAIL https://phabricator.kde.org/D9510 To

D9512: startplasmacompositor: If available, query org.freedesktop.locale1 for XKB defaults

2017-12-27 Thread David Edmundson
davidedmundson added a comment. This could also be done in kcminit phase 0, it's a bit later and can then be done with slightly more stuff in parallel - also it'd be C++ so you can at least send all 4 DBus requests before blocking on the first. As long as you update both the DBus environ

D9512: startplasmacompositor: If available, query org.freedesktop.locale1 for XKB defaults

2017-12-27 Thread Fabian Vogt
fvogt added a comment. It's not really a fallback. It'll be used until the user specifies a keyboard layout manually in the configuration. locale1 is pretty much guaranteed to be available at that point and as the variables have to be set for kwin_wayland, there's not much that can be ch

D9512: startplasmacompositor: If available, query org.freedesktop.locale1 for XKB defaults

2017-12-27 Thread Martin Flöser
graesslin added a comment. In general OK. What I don't like is that it adds five blocking dbus calls in the system startup for a fallback. Any chance to get the queries async? REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D9512 To: fvogt, #plasma, graessli

D7246: Tooltips

2017-12-27 Thread Martin Flöser
graesslin requested changes to this revision. graesslin added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > CMakeLists.txt:27 > Test > +Widgets > ) I don't see Widgets used anywhere. > CMakeLists.txt:1 > +add_definitions(-DTRANSLATION_DOMAIN="kcmkwi

KDE CI: Plasma kwin kf5-qt5 FreeBSDQt5.9 - Build # 22 - Still unstable!

2017-12-27 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Plasma%20kwin%20kf5-qt5%20FreeBSDQt5.9/22/ Project: Plasma kwin kf5-qt5 FreeBSDQt5.9 Date of build: Wed, 27 Dec 2017 08:51:24 + Build duration: 24 min and counting JUnit Tests Name: (root) Failed

KDE CI: Plasma kwin kf5-qt5 SUSEQt5.9 - Build # 349 - Fixed!

2017-12-27 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Plasma%20kwin%20kf5-qt5%20SUSEQt5.9/349/ Project: Plasma kwin kf5-qt5 SUSEQt5.9 Date of build: Wed, 27 Dec 2017 08:51:24 + Build duration: 24 min and counting JUnit Tests Name: (root) Failed: 0 te

Re: Plasma and Frameworks Release issue

2017-12-27 Thread Heiko Becker
On 12/26/17 17:57, David Edmundson wrote: > We have a frameworks and Plasma release schedule issue again. > > We have new API (Package::fileUrl literally everwhere and I have > something minor in kwin) that requires frameworks 5.42 > > This frameworks release comes out on the 6th of Jan. > The be