D6569: [client] Track all created ConnectionThreads and add API to access them

2017-07-20 Thread Martin Flöser
This revision was automatically updated to reflect the committed changes. Closed by commit R127:e4c90bf90717: [client] Track all created ConnectionThreads and add API to access them (authored by graesslin). REPOSITORY R127 KWayland CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6569?

D6786: [server] Send text input leave if focused surface gets unbound

2017-07-20 Thread Martin Flöser
This revision was automatically updated to reflect the committed changes. Closed by commit R127:706a4771803d: [server] Send text input leave if focused surface gets unbound (authored by graesslin). REPOSITORY R127 KWayland CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6786?vs=16920&

[Powerdevil] [Bug 378498] Power settings missing scrollbar

2017-07-20 Thread keitalbame
https://bugs.kde.org/show_bug.cgi?id=378498 --- Comment #6 from keitalbame --- Seems similar to bug 360260 -- You are receiving this mail because: You are the assignee for the bug.

D6799: Apply maximize effect to full screen changes

2017-07-20 Thread Kai Uwe Broulik
broulik added a comment. I was surprised myself. :) > Would this fix: https://bugs.kde.org/show_bug.cgi?id=382161 ? I looked at it when I did this, actually, but this particular patch does not help. //But// since we now have the information we could fix this eventually. REPOSITORY

D6799: Apply maximize effect to full screen changes

2017-07-20 Thread Martin Flöser
graesslin added a comment. If we do this we need to rename the effect - it is no longer a maximize effect. Otherwise I'm surprised of how little impact it has on the code base. Would this fix: https://bugs.kde.org/show_bug.cgi?id=382161 ? REPOSITORY R108 KWin REVISION DETAIL https:/

D6802: Call Platform::setupActionForGlobalAccel on the Client shortcut

2017-07-20 Thread Martin Flöser
graesslin created this revision. Restricted Application added a project: KWin. Restricted Application added subscribers: kwin, plasma-devel. REVISION SUMMARY Platform::setupActionForGlobalAccel is an important call on X11 platform. Without the x11 timestamp doesn't get updated and calls in KWi

D6801: Replace delegate slots for window shortcut by std::bind expressions

2017-07-20 Thread Martin Flöser
graesslin created this revision. Restricted Application added a project: KWin. Restricted Application added subscribers: kwin, plasma-devel. REVISION SUMMARY Client had a slot to delay a call when setting up a global shortcut for the Client. This can be simplified by using a std::bind expressi

[Powerdevil] [Bug 378498] Power settings missing scrollbar

2017-07-20 Thread keitalbame
https://bugs.kde.org/show_bug.cgi?id=378498 --- Comment #5 from keitalbame --- I confirm that also have issues while opening Display(#380079) and Energy settings from krunner or from the tray. HINT: The scrollbar is shown if you access from "System Settings >> Display and Monitor" or "System Set

D6795: Honor system font settings

2017-07-20 Thread David Edmundson
davidedmundson added a comment. I think at some point soon we need to consider a feature freeze for this browser-integration. REPOSITORY R856 Plasma Browser Integration REVISION DETAIL https://phabricator.kde.org/D6795 To: broulik, davidedmundson, fvogt Cc: plasma-devel, ZrenBot, progwo

D6799: Apply maximize effect to full screen changes

2017-07-20 Thread Kai Uwe Broulik
broulik created this revision. Restricted Application added a project: KWin. Restricted Application added subscribers: KWin, kwin, plasma-devel. REVISION SUMMARY Animates the window also when entering/leaving full screen like it does when maximizing/unmaximizing. TEST PLAN - Entering and lea

D6654: [krunner] Perform Wayland integration in show not expose event

2017-07-20 Thread Martin Flöser
graesslin abandoned this revision. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D6654 To: graesslin, #plasma, broulik Cc: davidedmundson, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart, lukas

Re: Plasma Mobile Vision, amend?

2017-07-20 Thread Sebastian Kügler
On Thu, 20 Jul 2017 13:35:49 +0530 Bhushan Shah wrote: > This is the thought that popped up in my mind when I was waiting for > my flight to Madrid, so that idea might not be that mature, but still > sending it on the plasma mailing list so we can discuss it at Plasma > BoF probably > > The idea

D6795: Honor system font settings

2017-07-20 Thread Kai Uwe Broulik
broulik edited the test plan for this revision. REPOSITORY R856 Plasma Browser Integration REVISION DETAIL https://phabricator.kde.org/D6795 To: broulik, davidedmundson, fvogt Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart, lukas

D6795: Honor system font settings

2017-07-20 Thread Fabian Vogt
fvogt added a comment. > (since Chrome expects that in pixels but we use points) I guess we could convert that fairly easily, which kind of pixels does chromium expect? Device-independant or device-dependant or something entirely different? REPOSITORY R856 Plasma Browser Integration

D6795: Honor system font settings

2017-07-20 Thread Kai Uwe Broulik
broulik created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY This adds a `FontsPlugin` that will apply system font settings to the browser as far as it can get. It only applies the font family for norm

Plasma Mobile Vision, amend?

2017-07-20 Thread Bhushan Shah
Hello Plasmoids, This is the thought that popped up in my mind when I was waiting for my flight to Madrid, so that idea might not be that mature, but still sending it on the plasma mailing list so we can discuss it at Plasma BoF probably The idea is that current Plasma Mobile vision is about, -

D6792: Make sure the dbus xml interface file exists before it's used

2017-07-20 Thread Heiko Becker
heikobecker created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY This started to happen with cmake 3.9, producing this erorr: - No rule to make target 'app/org.kde.khotkeys.xml', needed by 'kcm_

D6718: Fix occasional abort in the krunner plugin

2017-07-20 Thread Heiko Becker
heikobecker added a comment. Can't really say if there's something wrong elsewhere, but FWIW this patch indeed fixes crashing krunner, see https://bugs.kde.org/show_bug.cgi?id=382521 for the backtrace. REPOSITORY R856 Plasma Browser Integration REVISION DETAIL https://phabricator.kde.or

D6631: Fix compilation with strict libc (such as musl)

2017-07-20 Thread Ben Cooksley
bcooksley added a comment. Sorry, looks like it's still unhappy (another different error). This time it's complaining about gettimeofday() According to https://github.com/kinetiknz/cubeb/issues/6 defining XOPEN_SOURCE will sort this, but i'm not sure if musl is okay with that? REPOSITORY