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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo