D7239: Drop unused dependency

2017-08-10 Thread Heiko Becker
heikobecker created this revision. Restricted Application added projects: Plasma, Kirigami. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY It was introduced with https://phabricator.kde.org/R169:c99775ef3cfe7c9c5718d73a1dc2fef8cde69a34 but I couldn't find why or any

D7235: [Folder View] Don't process mime data if immutable

2017-08-10 Thread Kai Uwe Broulik
broulik created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY In Desktop containment we reject any drops in the first place but in Folder you can always drop a file where we would then also offer to creat

D7232: Move SceneXRender into a plugin

2017-08-10 Thread Kai Uwe Broulik
broulik added inline comments. INLINE COMMENTS > xrender.json:7 > +}, > +"CompositingType": 2 > +} Can we instead query `QMetaEnum` and store the enum's key name as a string? REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D7232 To: graesslin, #kwin, #plasma Cc: b

Re: kscreenlocker: loginctl/systemd

2017-08-10 Thread Martin Flöser
Am 2017-08-09 14:00, schrieb Hartmut Goebel: Hi, I'm trying to build kscreenlocker and the whole plasma desktop for GuixSD. GuixSD does not use systemd but shepherd. Now when building kscreenlocker I get this message: -- The following RUNTIME packages have not been found: * loginctl , Send c

D7232: Move SceneXRender into a plugin

2017-08-10 Thread Martin Flöser
graesslin created this revision. Restricted Application added a project: KWin. Restricted Application added subscribers: kwin, plasma-devel. REVISION SUMMARY First step for loading the compositor Scenes through plugins. The general idea is that we currently needlessly pull in all the Scenes al

Re: querying current mouse state

2017-08-10 Thread René J . V . Bertin
On Thursday August 10 2017 17:15:20 Martin Flöser wrote: > Point is: if the kernel could read the information from the device, it > would know it. I don't think that the kernel knows it, which means I > don't think that the device driver has that. Hmm. That still might make sense for position i

Re: querying current mouse state

2017-08-10 Thread Martin Flöser
Am 2017-08-10 01:45, schrieb René J. V. Bertin: Martin Flöser wrote: Hi of the buttons, but just sends the press events. I'm pretty sure that not even the kernel knows it, otherwise libinput would expose it. It doesn't need to know it (and probably shouldn't because why would it). All it ne

D7205: Don't require X11 to save font DPI to config

2017-08-10 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R119:f97930a8cc3b: Don't require X11 to save font DPI to config (authored by davidedmundson). REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D7205?vs=17879&id=1796

D7193: Move the X11 specific OverlayWindow into the platform/x11

2017-08-10 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R108 KWin BRANCH overlaywindow-to-platform REVISION DETAIL https://phabricator.kde.org/D7193 To: graesslin, #kwin, #plasma, mart Cc: plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed, ha

D7197: Move event filtering for overlay window into an X11EventFilter

2017-08-10 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. BRANCH overlay-window-eventfilter REVISION DETAIL https://phabricator.kde.org/D7197 To: graesslin, #kwin, #plasma, mart Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas,

D7205: Don't require X11 to save font DPI to config

2017-08-10 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R119 Plasma Desktop BRANCH master REVISION DETAIL https://phabricator.kde.org/D7205 To: davidedmundson, #plasma, mart Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, ab

D7229: Fix SuggestionBar Transparency, Connection Issues, Updated Readme

2017-08-10 Thread Marco Martin
mart added a comment. if possible, make reviews that tackle only one topic, there are many unrelated changes here REPOSITORY R846 Mycroft Plasma integration REVISION DETAIL https://phabricator.kde.org/D7229 To: Aiix, #plasma Cc: mart, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mo

D7229: Fix SuggestionBar Transparency, Connection Issues, Updated Readme

2017-08-10 Thread Aditya Mehra
This revision was automatically updated to reflect the committed changes. Closed by commit R846:211f68849a81: Fix SuggestionBar Transparency, Connection Issues, Updated Readme (authored by Aiix). REPOSITORY R846 Mycroft Plasma integration CHANGES SINCE LAST UPDATE https://phabricator.kde.org

D7229: Fix SuggestionBar Transparency, Connection Issues, Updated Readme

2017-08-10 Thread Aditya Mehra
Aiix created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY Fixed: Suggestions Bar Transparency Issue, Connection Issues, Updated Readme - Replaced suggestion bar transparency with theme background -

D7227: Don't show appstream action if we can't find an app to open appstream:// URLs.

2017-08-10 Thread Aleix Pol Gonzalez
apol accepted this revision. apol added a comment. This revision is now accepted and ready to land. LGTM REPOSITORY R119 Plasma Desktop BRANCH master REVISION DETAIL https://phabricator.kde.org/D7227 To: hein, #plasma, broulik, apol Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, al

Re: kscreenlocker: loginctl/systemd

2017-08-10 Thread Andreas Sturmlechner
On Wednesday, 9 August 2017 at 14:00, Hartmut Goebel wrote: > Now when building kscreenlocker I get this message: > > -- The following RUNTIME packages have not been found: > > * loginctl , Send control commands to the login manager , >

D7227: Don't show appstream action if we can't find an app to open appstream:// URLs.

2017-08-10 Thread Eike Hein
hein created this revision. Restricted Application added a project: Plasma. REVISION SUMMARY BUG:383292 REPOSITORY R119 Plasma Desktop BRANCH master REVISION DETAIL https://phabricator.kde.org/D7227 AFFECTED FILES applets/kicker/plugin/appentry.cpp To: hein, #plasma, broulik, apol C

kscreenlocker: loginctl/systemd

2017-08-10 Thread Hartmut Goebel
Hi, I'm trying to build kscreenlocker and the whole plasma desktop for GuixSD. GuixSD does not use systemd but shepherd. Now when building kscreenlocker I get this message: -- The following RUNTIME packages have not been found: * loginctl , Send control commands to the login manager ,

Re: [kde-embedded] Fwd: Windows Manager architecture document being discussed within AGL

2017-08-10 Thread Agustín Benito
Hi Marco, more info here: https://wiki.automotivelinux.org/subsystem/graphics/weston-ivi-shell and here https://at.projects.genivi.org/wiki/display/WIE/01.+Quick+start Best Regards Agustín Benito Bethencourt http://www.toscalix.com On Tue, Aug 8, 2017 at 10:02 AM, Marco Martin wrote: > really