D6047: WIP: Support XDG v6

2017-06-27 Thread Marco Martin
mart added a comment. In https://phabricator.kde.org/D6047#119765, @graesslin wrote: > In https://phabricator.kde.org/D6047#119698, @mart wrote: > > > trying to implement the kwin part of ping btw, will do in a branch of the branch kwin/xdgv6 > > > no need to hurry with it. IMHO

Discover depending on unreleased Appstream

2017-06-27 Thread Jonathan Riddell
Plasma Discover recently got an update to use Appstream Qt API which was itself only committed a few days ago https://phabricator.kde.org/D6267 Use appstream-qt insted of glib based one https://github.com/ximion/appstream/commit/548a5ae6617ef1c2523981cadb73fd2d41e0cf43#diff-e85823b4e7db1064f4301e

D6402: Inject custom style sheet with system colors

2017-06-27 Thread Kai Uwe Broulik
broulik created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY WebView follows the color of the application but text does not leading to black text on dark gray background. BUG: 360214 TEST PLAN Br

D6403: get rid of manual window flags setting on controller

2017-06-27 Thread Marco Martin
mart created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY with Qt 5.9, the panel controller can't get focus, so it can't be dismissed by clicking anywhere, (couldn't figure out what was the commit tha

D6401: [platforms/x11] Request OpenGL 2.1 instead of 1.2

2017-06-27 Thread David Edmundson
davidedmundson accepted this revision. This revision is now accepted and ready to land. REPOSITORY R108 KWin BRANCH fix-glx-requested-version REVISION DETAIL https://phabricator.kde.org/D6401 To: graesslin, #kwin, #plasma, davidedmundson Cc: plasma-devel, kwin, ZrenBot, progwolff, lesliez

D6402: Inject custom style sheet with system colors

2017-06-27 Thread David Edmundson
davidedmundson accepted this revision. This revision is now accepted and ready to land. REPOSITORY R111 KSysguard Library REVISION DETAIL https://phabricator.kde.org/D6402 To: broulik, #plasma, anthonyfieroni, davidedmundson Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jens

D6388: Don't use plasma theme icons for stream/device icons

2017-06-27 Thread David Rosca
drosca requested changes to this revision. drosca added a comment. This revision now requires changes to proceed. If we want this, then only for applications tab (streams), because there is no reason not to use Plasma theme for device icons (those are standard freedesktop icon names). REPOSI

D6403: get rid of manual window flags setting on controller

2017-06-27 Thread David Edmundson
davidedmundson added a comment. Any idea why it was set to not take focus in the first place? What makes the other 2 flags redundant? REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D6403 To: mart, #plasma Cc: davidedmundson, plasma-devel, ZrenBot, progw

D6402: Inject custom style sheet with system colors

2017-06-27 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R111:3c2eff3dcb6e: Inject custom style sheet with system colors (authored by broulik). REPOSITORY R111 KSysguard Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6402?vs=15903&id=15906 R

KDE Plasma 5.10.3

2017-06-27 Thread Jonathan Riddell
Plasma 5.10.3 is now released with fixes in KWin and brightness control https://www.kde.org/announcements/plasma-5.10.3.php

D6373: [libksysguard] Fix text color in memory html view

2017-06-27 Thread Christoph Feck
cfeck added a comment. This can be abandoned, https://phabricator.kde.org/D6402 was committed. REPOSITORY R111 KSysguard Library REVISION DETAIL https://phabricator.kde.org/D6373 To: anthonyfieroni, #plasma, davidedmundson, graesslin Cc: cfeck, broulik, plasma-devel, ZrenBot, progwolff,

D6373: [libksysguard] Fix text color in memory html view

2017-06-27 Thread Anthony Fieroni
anthonyfieroni abandoned this revision. anthonyfieroni added a comment. https://phabricator.kde.org/D6402 REPOSITORY R111 KSysguard Library REVISION DETAIL https://phabricator.kde.org/D6373 To: anthonyfieroni, #plasma, davidedmundson, graesslin Cc: cfeck, broulik, plasma-devel, ZrenBot,

D6403: get rid of manual window flags setting on controller

2017-06-27 Thread Marco Martin
mart added a comment. In https://phabricator.kde.org/D6403#119866, @davidedmundson wrote: > Any idea why it was set to not take focus in the first place? > > What makes the other 2 flags redundant? it's ~Qt::WindowDoesNotAcceptFocus so the idea was to make it take focus again

D6403: get rid of manual window flags setting on controller

2017-06-27 Thread Michail Vourlakos
mvourlakos added a comment. David in Latte we solved this by keeping the flag but removing the dock type for the configuration window and of course keep also the keepabove REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D6403 To: mart, #plasma Cc: mvourlakos

D6403: get rid of manual window flags setting on controller

2017-06-27 Thread David Edmundson
davidedmundson added a comment. > David in Latte we solved this by keeping the flag but removing the dock type for the configuration window and of course keep also the keepabove That was about the missing clicks? REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.k

D6403: get rid of manual window flags setting on controller

2017-06-27 Thread Michail Vourlakos
mvourlakos added a comment. > That was about the missing clicks? Sorry if I understood wrongly the case... we did this for config window in wayland in order to receive the focuslost event and close itself REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde

D6047: WIP: Support XDG v6

2017-06-27 Thread Marco Martin
mart added a comment. right now, the xdgv6 branch (xdgv6popup actually) for me causes a crash in kwin at startup, with the following BT: #0 _int_malloc (av=av@entry=0x7556ab20 , bytes=bytes@entry=72) at malloc.c:3414 #1 0x7522a5d4 in __GI___libc_malloc (bytes=72) at malloc.c

D6047: WIP: Support XDG v6

2017-06-27 Thread David Edmundson
davidedmundson added a comment. Update from IRC chat: It was BIC from when I renamed that signal. All resolved. REPOSITORY R127 KWayland REVISION DETAIL https://phabricator.kde.org/D6047 To: davidedmundson, #plasma Cc: graesslin, mart, plasma-devel, #frameworks, ZrenBot, progwolff, le

D6411: [platforms/x11] Use a GlxContextAttributeBuilder

2017-06-27 Thread Martin Flöser
graesslin created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY Based on the work of https://phabricator.kde.org/R108:3f4995fb9b4fd753a304ea65020bbafdd174936b this change introduces a GlxContextAttribu