Am 2016-06-20 11:32, schrieb Bhavisha Dhruve:
On Thu, Jun 9, 2016 at 11:35 AM, Martin Graesslin
wrote:
So the important things are:
* create a KWayland::Server::Display which is setup to use
ConnectClientsOnly
* it uses createClient on an anonymous socketpair
* it needs to create at least the
On Wed, Jun 22, 2016 at 1:48 PM, Martin Gräßlin wrote:
> I don't like the name KWinApp, though as that can be confused with the
> static method kwinApp in KWin. So I'd suggest to rename it.
Hello Martin,
In sometime i will put the code on phabricator. Regarding name, well it
would be really k
colomar added a comment.
Martin is right, OSDs are not only about keyboard shortcuts.
They are quite difficult to describe clearly without relying on technical
terms, however.
Maybe "Visual feedback (On-Screen Display) for status changes not triggered
via a graphical user interface"
graesslin created this revision.
graesslin added reviewers: KWin, Plasma on Wayland.
Restricted Application added subscribers: kwin, plasma-devel.
Restricted Application added projects: Plasma on Wayland, KWin.
REVISION SUMMARY
The idea is to not send multiple resize requests to a client when we
broulik accepted this revision.
broulik added a reviewer: broulik.
broulik added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> maximize_test.cpp:141
> #define CLEANUP(name) \
> if (name) { \
> delete name; \
Not related to this patch but delet
graesslin created this revision.
graesslin added reviewers: KWin, Plasma on Wayland.
Restricted Application added subscribers: kwin, plasma-devel.
Restricted Application added projects: Plasma on Wayland, KWin.
REVISION SUMMARY
From the famous category: "How could that code ever have worked".
graesslin created this revision.
graesslin added reviewers: KWin, Plasma on Wayland, hein.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
TEST PLAN
Compiles
REPOSITORY
rKWIN KWin
BRANCH
transient-for-plasma-window
REVISION DETAIL
graesslin created this revision.
graesslin added reviewers: KWin, Plasma on Wayland.
Restricted Application added subscribers: kwin, plasma-devel.
Restricted Application added projects: Plasma on Wayland, KWin.
REVISION SUMMARY
This ensures that resizing a panel updates the client area. On X11 t
sebas accepted this revision.
sebas added a reviewer: sebas.
This revision is now accepted and ready to land.
REPOSITORY
rKWIN KWin
BRANCH
transient-for-plasma-window
REVISION DETAIL
https://phabricator.kde.org/D1780
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpref
graesslin created this revision.
graesslin added a reviewer: Plasma on Wayland.
Restricted Application added a subscriber: plasma-devel.
Restricted Application added a project: Plasma on Wayland.
REVISION SUMMARY
So far SeatInterface handled automatically which DataDeviceInterface
holds the cu
graesslin added a dependent revision: D1973: Support for syncing the clipboard
from X11 to Wayland and vice versa.
REPOSITORY
rKWAYLAND KWayland
REVISION DETAIL
https://phabricator.kde.org/D1972
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: graesslin,
graesslin added a dependency: D1972: [server] Add support for setting the
clipboard selection DataDeviceInterface manually.
REPOSITORY
rKWIN KWin
REVISION DETAIL
https://phabricator.kde.org/D1973
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: graesslin
graesslin created this revision.
graesslin added reviewers: Plasma on Wayland, KWin.
Restricted Application added subscribers: kwin, plasma-devel.
Restricted Application added projects: Plasma on Wayland, KWin.
REVISION SUMMARY
The clipboard sync is done by a dedicated helper binary launched by
davidedmundson created this revision.
davidedmundson added a reviewer: Plasma.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
Digital Clock sets fontSizeMode, this scales the font to fit between a
tiny size and a the gi
bgupta created this revision.
bgupta added a subscriber: Plasma.
bgupta set the repository for this revision to rKDEPLASMAADDONS Plasma Addons.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
This patch adds a wallpaper pl
bgupta added a reviewer: Plasma.
REPOSITORY
rKDEPLASMAADDONS Plasma Addons
REVISION DETAIL
https://phabricator.kde.org/D1976
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: bgupta, #plasma
Cc: plasma-devel, #plasma, jensreuterberg, sebas
GENERAL INFO
BUILD FAILURE
Build URL:
https://build.kde.org/job/plasma-desktop%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/4/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Wed, 22 Jun 2016 18:00:53 +
Build duration: 6 min 21 sec
CHANGE SET
Revision 6df109ac61700f05012782
https://bugs.kde.org/show_bug.cgi?id=364649
Bug ID: 364649
Summary: Unable to configure power management
Product: Powerdevil
Version: unspecified
Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
Sever
https://bugs.kde.org/show_bug.cgi?id=364649
John changed:
What|Removed |Added
Version|unspecified |5.5.5
--
You are receiving this mail because:
You are t
davidedmundson added a comment.
Seems generally good.
INLINE COMMENTS
> config.qml:27
> +
> +Column {
> +id: root;
If you switch these to ColumnLayout / RowLayout (from QtQuick.Layouts, which
you're currently not using) you can get rid of a lot of the anchors and widths
in this code.
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/215/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Wed, 22 Jun 2016 21:58:53 +
Build duration: 19 min
CHANGE SET
Revision 1abaaa55e908c19b82ec2ff57cbfc83bf0
GENERAL INFO
BUILD FAILURE
Build URL:
https://build.kde.org/job/plasma-desktop%20Plasma-5.7%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/5/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Wed, 22 Jun 2016 22:22:23 +
Build duration: 5 min 43 sec
CHANGE SET
Revision 6b18c200bba03ba876ecc8
bgupta added inline comments.
INLINE COMMENTS
> davidedmundson wrote in config.qml:27
> If you switch these to ColumnLayout / RowLayout (from QtQuick.Layouts, which
> you're currently not using) you can get rid of a lot of the anchors and
> widths in this code.
I was initially using ColumnLayo
graesslin added a comment.
You might have seen that I have an open differential request to integrate
Plasma Wallpapaer into kscreenlocker.
This makes me ask the question: how will this wallpaper plugin look like if
you don't have an internet connection?
REPOSITORY
rKDEPLASMAADDONS Pla
Am 2016-06-22 11:00, schrieb Bhavisha Dhruve:
On Wed, Jun 22, 2016 at 1:48 PM, Martin Gräßlin
wrote:
I don't like the name KWinApp, though as that can be confused with
the static method kwinApp in KWin. So I'd suggest to rename it.
Hello Martin,
In sometime i will put the code on phabricato
25 matches
Mail list logo