[Breeze] [Bug 384514] Pushbuttons, Toggle Buttons, and Segmented Controls look nearly or actually identical to one another

2017-09-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384514 --- Comment #3 from Nate Graham --- Created attachment 107770 --> https://bugs.kde.org/attachment.cgi?id=107770&action=edit Idea for improvement Random idea: draw a 1px line around the outline for toggle buttons and segmented controls: https://i.imgu

[Breeze] [Bug 384514] Pushbuttons, Toggle Buttons, and Segmented Controls look nearly or actually identical to one another

2017-09-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384514 Nate Graham changed: What|Removed |Added Flags||Usability+ -- You are receiving this mail becaus

[Breeze] [Bug 384514] Pushbuttons, Toggle Buttons, and Segmented Controls look nearly or actually identical to one another

2017-09-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384514 --- Comment #2 from Nate Graham --- Created attachment 107769 --> https://bugs.kde.org/attachment.cgi?id=107769&action=edit What the buttons actually do -- You are receiving this mail because: You are the assignee for the bug.

[Breeze] [Bug 384514] Pushbuttons, Toggle Buttons, and Segmented Controls look nearly or actually identical to one another

2017-09-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384514 --- Comment #1 from Nate Graham --- Created attachment 107768 --> https://bugs.kde.org/attachment.cgi?id=107768&action=edit What the user sees -- You are receiving this mail because: You are the assignee for the bug.

[Breeze] [Bug 384514] New: Pushbuttons, Toggle Buttons, and Segmented Controls look nearly or actually identical to one another

2017-09-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384514 Bug ID: 384514 Summary: Pushbuttons, Toggle Buttons, and Segmented Controls look nearly or actually identical to one another Product: Breeze Version: unspecified Platform: Other

D7734: Add virtual method to Scene to get the EGL/GLX extensions

2017-09-08 Thread David Edmundson
davidedmundson accepted this revision. This revision is now accepted and ready to land. REPOSITORY R108 KWin BRANCH scene-opengl-platform-interface-extensions REVISION DETAIL https://phabricator.kde.org/D7734 To: graesslin, #kwin, #plasma, davidedmundson Cc: plasma-devel, kwin, bwowk, Zre

D3805: Per-activity favorites (Final, again?)

2017-09-08 Thread Ivan Čukić
This revision was automatically updated to reflect the committed changes. Closed by commit R119:4ba9b01e2d6a: Per-activity favorites (Final, again?) (authored by ivan). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D3805?vs=19304&id=19320#toc REPOSITORY R119 Plasma Desktop CHANGES SIN

D7740: Move SceneOpenGL into a dedicated plugin

2017-09-08 Thread Martin Flöser
graesslin added a subscriber: bshah. graesslin added a comment. @bshah could you please try this patch on hwcomposer platform? I tried to get all required changes into it, but I currently don't have a compiler to verify. REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D7

D7740: Move SceneOpenGL into a dedicated plugin

2017-09-08 Thread Martin Flöser
graesslin added a dependency: D7734: Add virtual method to Scene to get the EGL/GLX extensions. REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D7740 To: graesslin, #kwin, #plasma Cc: plasma-devel, kwin, bwowk, ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, jensre

D7740: Move SceneOpenGL into a dedicated plugin

2017-09-08 Thread Martin Flöser
graesslin created this revision. Restricted Application added a project: KWin. Restricted Application added subscribers: kwin, plasma-devel. REVISION SUMMARY Unfortunately a rather large change which required more refactoring than initially expected. The main problem was that some parts needed

D7734: Add virtual method to Scene to get the EGL/GLX extensions

2017-09-08 Thread Martin Flöser
graesslin added a dependent revision: D7740: Move SceneOpenGL into a dedicated plugin. REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D7734 To: graesslin, #kwin, #plasma Cc: plasma-devel, kwin, bwowk, ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, jensreuterberg,

Plasma Mobile - Purism meeting notes

2017-09-08 Thread Sebastian Kügler
Hi, Some people involved in Plasma Mobile and KDE's promo efforts had a meeting with Purism, a company who is running a crowdfunding campaign to create a privacy-focused "free software" phone yesterday. I've taken some notes as to keep the community in the loop. These notes may not be complete, b

D7260: System tray icon's context menu isn't updated properly in plasma/x11

2017-09-08 Thread Aleksei Nikiforov
i.Dark_Templar added a comment. > With this patch the "Bookmarks" menu in KWrite does no longer open (as if it were empty) with global menu enabled. Hmm, for some reason it still works for me. But when I use global menu, I see a small flickering: menu appears, hides and reappears. I assu

[Breeze] [Bug 381288] Breeze could use higher-contrast text by default (tweaked color scheme attached)

2017-09-08 Thread Sebastian Kügler
https://bugs.kde.org/show_bug.cgi?id=381288 Sebastian Kügler changed: What|Removed |Added Assignee|plasma-devel@kde.org|plasma-b...@kde.org -- You are receiving th

[Breeze] [Bug 381288] Breeze could use higher-contrast text by default (tweaked color scheme attached)

2017-09-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381288 --- Comment #9 from Nate Graham --- Created attachment 107749 --> https://bugs.kde.org/attachment.cgi?id=107749&action=edit Darker text on alternating row backgrounds (e.g. Dolphin Details view) Attaching a screenshot showing the darker text on alter

D3805: Per-activity favorites (Final, again?)

2017-09-08 Thread Eike Hein
hein accepted this revision. hein added a comment. This revision is now accepted and ready to land. So I assume the bug was that I was getting too many favorites? Limit::all is now unlimited I assume? Otherwise it needs to be integrated with the maxFavorites stuff to disable the actions. (Doe

D7734: Add virtual method to Scene to get the EGL/GLX extensions

2017-09-08 Thread Martin Flöser
graesslin created this revision. Restricted Application added a project: KWin. Restricted Application added subscribers: kwin, plasma-devel. REVISION SUMMARY We had a few places (e.g. DebugConsole, Platform) where the Scene was cased into a SceneOpenGL to access the backend and get the extensi

D6591: XdgV6 - Kwin side

2017-09-08 Thread David Edmundson
davidedmundson updated this revision to Diff 19310. davidedmundson added a comment. Restricted Application edited projects, added Plasma; removed KWin. popup changes REPOSITORY R108 KWin CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6591?vs=19302&id=19310 BRANCH asdf REVISION

D6591: XdgV6 - Kwin side

2017-09-08 Thread David Edmundson
davidedmundson commandeered this revision. davidedmundson edited reviewers, added: mart; removed: davidedmundson. davidedmundson added inline comments. Restricted Application edited projects, added KWin; removed Plasma. INLINE COMMENTS > graesslin wrote in shell_client.cpp:277-280 > this needs to

D7733: [Folder View Icons Config] Fix initial index of ComboBox

2017-09-08 Thread Kai Uwe Broulik
broulik created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY A while ago I optimized Plasma config dialogs to create the component with the cfg_ properties already set. This code relied on the fact that

D7624: [Containment Actions Config] Cleanup layout and support multiple modifiers

2017-09-08 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R119:b20d5297ed49: [Containment Actions Config] Cleanup layout and support multiple modifiers (authored by broulik). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D7624?vs=19039&id=19306#toc REPOSI

D7633: [Digital Clock] Compact and move to the end font setup

2017-09-08 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R120:a8ae90067183: [Digital Clock] Compact and move to the end font setup (authored by broulik). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D7633?vs=19017&id

D7624: [Containment Actions Config] Cleanup layout and support multiple modifiers

2017-09-08 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D7624 To: broulik, #plasma, mart Cc: mart, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol

D3805: Per-activity favorites (Final, again?)

2017-09-08 Thread Ivan Čukić
ivan updated this revision to Diff 19304. ivan added a comment. Increasing the result limit REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D3805?vs=19303&id=19304 BRANCH arcpatch-D3805 REVISION DETAIL https://phabricator.kde.org/D3805 AFFECTED

D3805: Per-activity favorites (Final, again?)

2017-09-08 Thread Ivan Čukić
ivan updated this revision to Diff 19303. ivan added a comment. More debugging... REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D3805?vs=19301&id=19303 BRANCH arcpatch-D3805 REVISION DETAIL https://phabricator.kde.org/D3805 AFFECTED FILES ap

D6591: XdgV6 - Kwin side

2017-09-08 Thread Marco Martin
mart updated this revision to Diff 19302. mart added a comment. Restricted Application edited projects, added Plasma; removed KWin. - Temporary popup stuff - Update to signal rename - skip taskbar/pager/windowmanagement for xdgpopups - send configure on popup resize - Merge branch 'mart

D3805: Per-activity favorites (Final, again?)

2017-09-08 Thread Ivan Čukić
ivan updated this revision to Diff 19301. ivan edited the summary of this revision. ivan edited the test plan for this revision. ivan added a comment. Removed model test REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D3805?vs=19283&id=19301 BRANCH

D6591: XdgV6 - Kwin side

2017-09-08 Thread Marco Martin
mart commandeered this revision. mart added a reviewer: davidedmundson. Restricted Application edited projects, added KWin; removed Plasma. REPOSITORY R108 KWin REVISION DETAIL https://phabricator.kde.org/D6591 To: mart, #plasma, graesslin, davidedmundson Cc: mart, graesslin, kwin, plasma-de

D6591: XdgV6 - Kwin side

2017-09-08 Thread Marco Martin
mart added inline comments. INLINE COMMENTS > graesslin wrote in shell_client.cpp:608-609 > just wondering: isn't there a close() missing? It's only pinging... the close is actually beaing done at line 244: at the pongReceived (if the ping reason was closewindow, then it closes it there) REPOS

D7260: System tray icon's context menu isn't updated properly in plasma/x11

2017-09-08 Thread Kai Uwe Broulik
broulik added a comment. With this patch the "Bookmarks" menu in KWrite does no longer open (as if it were empty) with global menu enabled. In application F3903010: Screenshot_20170908_112004.png In global menu (affects both the plasmoid and the ti

D2754: Touchpad KDED: fix metadata warning

2017-09-08 Thread Rajeesh K Nambiar
knambiar added a comment. In https://phabricator.kde.org/D2754#143319, @aacid wrote: > So what's the status of this? needs landing? needs help? Thanks for offering the help, Albert! Trouble here is that the error is not reproducible. The last message in my logs is from Sep 04 (p

D2754: Touchpad KDED: fix metadata warning

2017-09-08 Thread Rajeesh K Nambiar
knambiar updated this revision to Diff 19300. REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D2754?vs=6670&id=19300 REVISION DETAIL https://phabricator.kde.org/D2754 AFFECTED FILES kcms/touchpad/src/kded/kded_touchpad.desktop To: knambiar, #plasma,

D7726: Fix ignoring of certain popup windows by the windowmapper

2017-09-08 Thread Fabian Vogt
This revision was automatically updated to reflect the committed changes. Closed by commit R856:876423912bf5: Fix ignoring of certain popup windows by the windowmapper (authored by fvogt). REPOSITORY R856 Plasma Browser Integration CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D7726?

D7726: Fix ignoring of certain popup windows by the windowmapper

2017-09-08 Thread Kai Uwe Broulik
broulik accepted this revision. broulik added a comment. This revision is now accepted and ready to land. Thanks for figuring that out :) REPOSITORY R856 Plasma Browser Integration BRANCH popupfix REVISION DETAIL https://phabricator.kde.org/D7726 To: fvogt, broulik, davidedmundson Cc: