D10480: align checkable widgets in menu items

2018-02-13 Thread Vlad Zagorodniy
zzag created this revision. zzag added reviewers: Breeze, VDG, hpereiradacosta. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. zzag requested review of this revision. REVISION SUMMARY Some icons in menus have small internal padding. In

D10438: reserve space for checkable widgets in menu items

2018-02-13 Thread Vlad Zagorodniy
This revision was automatically updated to reflect the committed changes. Closed by commit R31:8989f8fd9c2c: reserve space for checkable widgets in menu items (authored by zzag). REPOSITORY R31 Breeze CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10438?vs=27019=27055 REVISION

D10388: allow to have more than one default activity

2018-02-13 Thread David Edmundson
davidedmundson added inline comments. INLINE COMMENTS > mart wrote in Activities.cpp:233 > setActivityState(activity, Running); > makes it running but *not* current, right? yeah, my bad. Ignore my comment. REPOSITORY R161 KActivity Manager Service REVISION DETAIL

D10039: [WebBrowser Plasmoid] Port to QtWebEngine

2018-02-13 Thread Kai Uwe Broulik
broulik edited the summary of this revision. REPOSITORY R114 Plasma Addons REVISION DETAIL https://phabricator.kde.org/D10039 To: broulik, #plasma, #vdg, davidedmundson, ngraham Cc: ngraham, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol,

D10480: align checkable widgets in menu items

2018-02-13 Thread Hugo Pereira Da Costa
hpereiradacosta added a comment. Also, code breaks in the following configurations: F5709787: Screenshot_20180213_142858.png (see the incorrect centering of the radio button) this is because you have to rely on maxIconWidth, even if the current

D10438: reserve space for checkable widgets in menu items

2018-02-13 Thread Vlad Zagorodniy
zzag added a comment. > Not that I know. Also: I cannot reproduce. Here, if I uncheck "Show Icons in Menus" in system settings->widget style->Fine tuning, icons dissapear and shortcut are still there. Seems like it's only relevant to Arch Linux and Arch Linux-based distros. KDE neon

D10480: align checkable widgets in menu items

2018-02-13 Thread Hugo Pereira Da Costa
hpereiradacosta added a comment. the diff appears more complex than it actually is because of unrelated changes. Please keep the changes to the minimum, this will help reviewing. INLINE COMMENTS > breeze.h:70 > Menu_FrameWidth = 0, > -MenuItem_MarginWidth = 3, > +

D10476: Improve "write the first review" text

2018-02-13 Thread Aleix Pol Gonzalez
apol accepted this revision. This revision is now accepted and ready to land. REPOSITORY R134 Discover Software Store BRANCH new-first-review-text REVISION DETAIL https://phabricator.kde.org/D10476 To: ngraham, #discover_software_store, apol Cc: plasma-devel, ZrenBot, progwolff,

D10325: [KFileWidget] Hide places frame and header

2018-02-13 Thread Kai Uwe Broulik
broulik added inline comments. INLINE COMMENTS > apol wrote in kfilewidget.cpp:1351 > Does it really make sense that it's a dock if it can't be interacted with? I don't know. You can still resize the panel, I also wanted to keep the patch as unintrusive as possible. REPOSITORY R241 KIO

D10388: allow to have more than one default activity

2018-02-13 Thread Marco Martin
mart added inline comments. INLINE COMMENTS > ivan wrote in Activities.cpp:233 > @davidedmundson Haven't looked at that part of Plasma for some time, but I > see no reason why it would do that since creating a new activity does not > make it current. setActivityState(activity, Running); makes

D10480: align checkable widgets in menu items

2018-02-13 Thread Vlad Zagorodniy
zzag edited the summary of this revision. REPOSITORY R31 Breeze REVISION DETAIL https://phabricator.kde.org/D10480 To: zzag, #breeze, #vdg, hpereiradacosta Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

D10039: [WebBrowser Plasmoid] Port to QtWebEngine

2018-02-13 Thread Kai Uwe Broulik
broulik updated this revision to Diff 27057. broulik edited the test plan for this revision. broulik added a comment. - Make QtWebEngine optional. Had to move the files into a "package" subdir and Phab doesn't see that it's a move.. REPOSITORY R114 Plasma Addons CHANGES SINCE LAST UPDATE

D10039: [WebBrowser Plasmoid] Port to QtWebEngine

2018-02-13 Thread Kai Uwe Broulik
broulik updated this revision to Diff 27058. broulik added a comment. - Fix diff REPOSITORY R114 Plasma Addons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10039?vs=27057=27058 REVISION DETAIL https://phabricator.kde.org/D10039 AFFECTED FILES applets/CMakeLists.txt

Re: Plasma Wayland 5.13 Meeting time

2018-02-13 Thread Roman Gilg
Date and time change! According to the poll https://doodle.com/poll/496zqb7bpritxxwu people have time at: Wednesday the 18-02-14, 5:00 PM Berlin time. So let's do the meeting at this date and time on #plasma IRC. On Mon, Feb 12, 2018 at 4:52 PM, Roman Gilg wrote: > We had

D10476: Improve "write the first review" text

2018-02-13 Thread Nathaniel Graham
This revision was automatically updated to reflect the committed changes. Closed by commit R134:bc533aaf7086: Improve write the first review text (authored by ngraham). REPOSITORY R134 Discover Software Store CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10476?vs=27037=27059

KDE CI: Plasma xdg-desktop-portal-kde stable-kf5-qt5 SUSEQt5.9 - Build # 7 - Failure!

2018-02-13 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Plasma%20xdg-desktop-portal-kde%20stable-kf5-qt5%20SUSEQt5.9/7/ Project: Plasma xdg-desktop-portal-kde stable-kf5-qt5 SUSEQt5.9 Date of build: Tue, 13 Feb 2018 13:19:59 + Build duration: 32 min and counting

D10480: align checkable widgets in menu items

2018-02-13 Thread Vlad Zagorodniy
zzag updated this revision to Diff 27062. zzag added a comment. delete changes not related to this diff REPOSITORY R31 Breeze CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10480?vs=27051=27062 BRANCH center-checkbox REVISION DETAIL https://phabricator.kde.org/D10480

D10438: reserve space for checkable widgets in menu items

2018-02-13 Thread Fabian Riethmayer
fabianr added a comment. @zzag It would be greate if you could add a screenshot of the new context menu to https://community.kde.org/KDE_Visual_Design_Group/HIG/ContextMenu#Examples . Of cause other improvements/corrections to the page are more then welcome, too. If you hagve question you

D7849: Fix the tray icon scaling on HiDPI screens

2018-02-13 Thread Alexander Potashev
aspotashev added a comment. related bug report: https://bugs.kde.org/show_bug.cgi?id=360333 REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D7849 To: pgkos, #plasma Cc: aspotashev, ngraham, anthonyfieroni, broulik, #frameworks, davidedmundson,

D10438: reserve space for checkable widgets in menu items

2018-02-13 Thread Hugo Pereira Da Costa
hpereiradacosta accepted this revision. hpereiradacosta added a comment. This revision is now accepted and ready to land. In D10438#205230 , @zzag wrote: > > I'm not sure whether these changes should come with this diff or maybe I

Re: Latte Dock findings and maybe useful to Plasma also...

2018-02-13 Thread Eike Hein
Hi Michael, thanks for these findings! I'll ask Marco what he thinks about the trimComponentCache thing ... Cheers, Eike

D10481: Add FormLayout.qml to kirigami.qrc

2018-02-13 Thread Igor Cota
icota created this revision. icota added a reviewer: Kirigami. icota added a project: Kirigami. Restricted Application added a subscriber: plasma-devel. icota requested review of this revision. REVISION SUMMARY Can't use form layout in an app that includes(kirigami.pri) otherwise REPOSITORY

D10482: Add an isNull() check before setting wheter QIcon is a mask

2018-02-13 Thread Igor Cota
icota created this revision. icota added a reviewer: Kirigami. icota added a project: Kirigami. Restricted Application added a subscriber: plasma-devel. icota requested review of this revision. REVISION SUMMARY To avoid stepping on a null QIcon. This can happen when calling ::fromTheme with a

D10480: align checkable widgets in menu items

2018-02-13 Thread Vlad Zagorodniy
zzag added a comment. > this is because you have to rely on maxIconWidth, even if the current item has no icon, when computing the checkbox space. I've came up with something like this if( showIcon && menuItemOption->maxIconWidth > 0 ) { int dx = (iconRect.left() -

D10438: reserve space for checkable widgets in menu items

2018-02-13 Thread Vlad Zagorodniy
zzag added a comment. Maybe an option like "Reserve space for check boxes" should be added in fine tuning settings? REPOSITORY R31 Breeze REVISION DETAIL https://phabricator.kde.org/D10438 To: zzag, #breeze, #vdg, ngraham, hpereiradacosta Cc: alake, colomar, januz, fabianr, mmustac,

D10483: Polish ToolBarApplicationHeader appearance

2018-02-13 Thread Nathaniel Graham
ngraham edited the summary of this revision. REPOSITORY R169 Kirigami REVISION DETAIL https://phabricator.kde.org/D10483 To: ngraham, #kirigami, mart Cc: #discover_software_store, plasma-devel, apol, davidedmundson, mart, hein

D10438: reserve space for checkable widgets in menu items

2018-02-13 Thread Hugo Pereira Da Costa
hpereiradacosta added a comment. In D10438#205505 , @ngraham wrote: > FWIW I like it, but since this is mostly subjective, I wouldn't fight to the death to retain if if everyone else suddenly hated it. ok. Maybe it is just a question to

Plasma 5.12.1

2018-02-13 Thread Jonathan Riddell
Plasma 5.12.1 is now out for your compilers https://www.kde.org/announcements/plasma-5.12.1.php

D10475: Make it possible to show the title despite having ctx actions

2018-02-13 Thread Nathaniel Graham
ngraham edited the summary of this revision. REPOSITORY R169 Kirigami REVISION DETAIL https://phabricator.kde.org/D10475 To: apol, #kirigami Cc: mart, ngraham, plasma-devel, apol, davidedmundson, hein

D10471: Use Kirgami.ToolBarApplicationHeader instead of the view headers

2018-02-13 Thread Nathaniel Graham
ngraham edited the summary of this revision. REPOSITORY R134 Discover Software Store REVISION DETAIL https://phabricator.kde.org/D10471 To: apol, ngraham Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

D10438: reserve space for checkable widgets in menu items

2018-02-13 Thread Hugo Pereira Da Costa
hpereiradacosta added subscribers: colomar, alake. hpereiradacosta added a comment. So ... I applied the patch (which I approved), used it, and ... don't like it sorry. See attached screenshots I think the unnecessary space breaks alignment with the menu above. and is completely

D10475: Make it possible to show the title despite having ctx actions

2018-02-13 Thread Marco Martin
mart added a comment. I like it! tough i think the more actions button should always be on the right of everything else, including the title REPOSITORY R169 Kirigami REVISION DETAIL https://phabricator.kde.org/D10475 To: apol, #kirigami Cc: mart, ngraham, plasma-devel, apol,

D10480: align checkable widgets in menu items

2018-02-13 Thread Vlad Zagorodniy
zzag updated this revision to Diff 27072. zzag added a comment. fix checkbox aligning when there is no any icon REPOSITORY R31 Breeze CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10480?vs=27062=27072 BRANCH center-checkbox REVISION DETAIL

D10480: align checkable widgets in menu items

2018-02-13 Thread Vlad Zagorodniy
zzag marked 2 inline comments as done. zzag added inline comments. INLINE COMMENTS > hpereiradacosta wrote in breezestyle.cpp:4701 > why was this chunk of code moved ? This is unrelated to the change. > Please try keep the diff to the minimum To keep it consistent: 1. compute required

D10438: reserve space for checkable widgets in menu items

2018-02-13 Thread Vlad Zagorodniy
zzag added a comment. Alright here's a patch which would make possible to turn off reserving space. Yet, a checkbox should be added in "Fine tuning" tab. From 45be224b2fb31966a3117aa1f226f8ea711f8109 Mon Sep 17 00:00:00 2001 From: Vlad Zagorodniy Date: Tue,

D10438: reserve space for checkable widgets in menu items

2018-02-13 Thread Nathaniel Graham
ngraham added a comment. FWIW I like it, but since this is mostly subjective, I wouldn't fight to the death to retain if if everyone else suddenly hated it. REPOSITORY R31 Breeze REVISION DETAIL https://phabricator.kde.org/D10438 To: zzag, #breeze, #vdg, ngraham, hpereiradacosta Cc:

D10483: Polish ToolBarApplicationHeader appearance

2018-02-13 Thread Nathaniel Graham
ngraham created this revision. ngraham added reviewers: Kirigami, mart. Restricted Application added a project: Kirigami. Restricted Application added a subscriber: plasma-devel. ngraham requested review of this revision. REVISION SUMMARY - Increase the toolbar height by 4 pixels, to make it

D10483: Polish ToolBarApplicationHeader appearance

2018-02-13 Thread Nathaniel Graham
ngraham edited the test plan for this revision. REPOSITORY R169 Kirigami REVISION DETAIL https://phabricator.kde.org/D10483 To: ngraham, #kirigami, mart Cc: #discover_software_store, plasma-devel, apol, davidedmundson, mart, hein

D10438: reserve space for checkable widgets in menu items

2018-02-13 Thread Marijo Mustac
mmustac added a comment. I am a user :-D To be honest I liked Vlad`s proposal after my first comment a lot. { margin-left: 10px; } The current implementation is nothing I would really like to have and be definitly a reason to search for a solution or another theme (which would propably

D10483: Polish ToolBarApplicationHeader appearance

2018-02-13 Thread Andres Betts
abetts added a comment. Sorry guys, this proposed left alignment just won't work IMHO. The reason is that we are turning the bar into a CSD. Unlike a desktop application, we don't have the ability to shrink the application in mobile. What this amounts to is that people will want to add more

D10471: Use Kirgami.ToolBarApplicationHeader instead of the view headers

2018-02-13 Thread Aleix Pol Gonzalez
apol updated this revision to Diff 27080. apol added a comment. Fix the search page REPOSITORY R134 Discover Software Store CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10471?vs=27034=27080 BRANCH master REVISION DETAIL https://phabricator.kde.org/D10471 AFFECTED FILES

D10461: GMenu-DBusMenu-Proxy

2018-02-13 Thread Kai Uwe Broulik
broulik updated this revision to Diff 27077. broulik retitled this revision from "WIP: GMenu-DBusMenu-Proxy" to "GMenu-DBusMenu-Proxy". broulik edited the summary of this revision. broulik added a comment. - Cleanup code and use categorized logging - Monitor action changes (e.g. toggled

D10475: Make it possible to show the title despite having ctx actions

2018-02-13 Thread Aleix Pol Gonzalez
apol updated this revision to Diff 27083. apol added a comment. Keep the title aligned to the left REPOSITORY R169 Kirigami CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10475?vs=27074=27083 BRANCH master REVISION DETAIL https://phabricator.kde.org/D10475 AFFECTED FILES

D10475: Make it possible to show the title despite having ctx actions

2018-02-13 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R169 Kirigami BRANCH master REVISION DETAIL https://phabricator.kde.org/D10475 To: apol, #kirigami, mart Cc: mart, ngraham, plasma-devel, apol, davidedmundson, hein

D10475: Make it possible to show the title despite having ctx actions

2018-02-13 Thread Nathaniel Graham
ngraham added a comment. No, but in Desktop mode, if the window is not widescreen, then the left side of the header currently gets navigation buttons: Back when you can go back, and after the first time you go back, Forward is shown, too. REPOSITORY R169 Kirigami REVISION DETAIL

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Piotr Kosinski
pgkos created this revision. pgkos added a reviewer: Plasma: Workspaces. pgkos added a project: Plasma: Workspaces. Restricted Application edited projects, added Plasma; removed Plasma: Workspaces. Restricted Application added a subscriber: plasma-devel. pgkos requested review of this revision.

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Nathaniel Graham
ngraham added a comment. Thanks for the patch! 1. Please follow the formatting guidelines in https://community.kde.org/Infrastructure/Phabricator#Formatting_your_patch 2. Please update the Test Plan section with evidence of testing. A pair of before-and-after screenshots is always

D10483: Polish ToolBarApplicationHeader appearance

2018-02-13 Thread Marco Martin
mart added a comment. In D10483#205563 , @abetts wrote: > Sorry guys, this proposed left alignment just won't work IMHO. The reason is that we are turning the bar into a CSD. Unlike a desktop application, we don't have the ability to shrink the

D7849: Fix the tray icon scaling on HiDPI screens

2018-02-13 Thread Nathaniel Graham
ngraham added a comment. Does this actually fully fix https://bugs.kde.org/show_bug.cgi?id=360333? REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D7849 To: pgkos, #plasma Cc: aspotashev, ngraham, anthonyfieroni, broulik, #frameworks,

D10485: [lookandfeel kcm] Do not declare plugin in lookandfeeltool code version

2018-02-13 Thread Friedrich W . H . Kossebau
kossebau created this revision. kossebau added reviewers: FreeBSD, tcberner, bshah. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. kossebau requested review of this revision. REVISION SUMMARY Also improves race condition on creating the

D10475: Make it possible to show the title despite having ctx actions

2018-02-13 Thread Aleix Pol Gonzalez
apol added a comment. In D10475#205609 , @ngraham wrote: > Also, what happens to the navigation buttons if you're not in widescreen view? You get navigation buttons, and then context actions, and then the title? That'll be an awful lot of

D10471: Use Kirgami.ToolBarApplicationHeader instead of the view headers

2018-02-13 Thread Nathaniel Graham
ngraham edited the summary of this revision. REPOSITORY R134 Discover Software Store REVISION DETAIL https://phabricator.kde.org/D10471 To: apol, ngraham Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

D10475: Make it possible to show the title despite having ctx actions

2018-02-13 Thread Aleix Pol Gonzalez
apol updated this revision to Diff 27074. apol added a comment. Have the 3-dots button rightmost REPOSITORY R169 Kirigami CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10475?vs=27033=27074 BRANCH master REVISION DETAIL https://phabricator.kde.org/D10475 AFFECTED FILES

D10475: Make it possible to show the title despite having ctx actions

2018-02-13 Thread Nathaniel Graham
ngraham requested changes to this revision. ngraham added a comment. This revision now requires changes to proceed. This patch makes the title right-aligned, which is non-standard with anything. Let's keep it left-aligned for now. Also, what happens to the navigation buttons if you're not in

D10485: [lookandfeel kcm] Do not declare plugin in lookandfeeltool code version

2018-02-13 Thread Friedrich W . H . Kossebau
kossebau added a reviewer: mart. REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D10485 To: kossebau, #freebsd, tcberner, bshah, mart Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread David Edmundson
davidedmundson added a comment. Which application icons, and where are they set to 0.8? REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D10487 To: pgkos, #plasma_workspaces Cc: davidedmundson, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed,

D10475: Make it possible to show the title despite having ctx actions

2018-02-13 Thread Nathaniel Graham
ngraham added a comment. For me this patch still has the titles aligned to the right, even after your change: F5710374: right.png But as currently implemented, if we move the title over to the left as I'm asking for, then the above image would

D10483: Polish ToolBarApplicationHeader appearance

2018-02-13 Thread Nathaniel Graham
ngraham updated this revision to Diff 27096. ngraham added a comment. Revert change to center title REPOSITORY R169 Kirigami CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10483?vs=27071=27096 BRANCH header-polish REVISION DETAIL https://phabricator.kde.org/D10483 AFFECTED

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Piotr Kosinski
pgkos added a comment. The 0.8 is used to create a small padding, so the icons never touch the panel's borders. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D10487 To: pgkos, #plasma_workspaces Cc: ngraham, davidedmundson, plasma-devel, ZrenBot,

D10483: Polish ToolBarApplicationHeader appearance

2018-02-13 Thread Nathaniel Graham
ngraham edited the summary of this revision. REPOSITORY R169 Kirigami REVISION DETAIL https://phabricator.kde.org/D10483 To: ngraham, #kirigami, mart Cc: abetts, #discover_software_store, plasma-devel, apol, davidedmundson, mart, hein

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Piotr Kosinski
pgkos added a comment. This patch also enables the user to configure the tray icon's size limit using System Settings -> Icons -> Advanced -> Panel REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D10487 To: pgkos, #plasma_workspaces Cc: ngraham,

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Piotr Kosinski
pgkos edited the summary of this revision. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D10487 To: pgkos, #plasma_workspaces Cc: ngraham, davidedmundson, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Piotr Kosinski
pgkos updated this revision to Diff 27095. pgkos added a comment. Fix tray icon scaling REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10487?vs=27089=27095 BRANCH tray-icon-size-fix REVISION DETAIL https://phabricator.kde.org/D10487

D10485: [lookandfeel kcm] Do not declare plugin in lookandfeeltool code version

2018-02-13 Thread David Edmundson
davidedmundson accepted this revision. davidedmundson added a comment. This revision is now accepted and ready to land. Thanks! please close 389982 REPOSITORY R119 Plasma Desktop BRANCH definenopluginwithlookandfeeltool REVISION DETAIL https://phabricator.kde.org/D10485 To:

D10480: align checkable widgets in menu items

2018-02-13 Thread Hugo Pereira Da Costa
hpereiradacosta added a comment. Ok. So, the patch works, but ... there is something fishy here. In principle it should not be needed. Right ? Ifcheckboxes have a fixed size, and if margins would be equal to spacing, and if the math are correct, having something laied out as: margin +

D10483: Polish ToolBarApplicationHeader appearance

2018-02-13 Thread Nathaniel Graham
This revision was automatically updated to reflect the committed changes. Closed by commit R169:667cc4318a18: Polish ToolBarApplicationHeader appearance (authored by ngraham). REPOSITORY R169 Kirigami CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10483?vs=27096=27097 REVISION

D10480: align checkable widgets in menu items

2018-02-13 Thread Vlad Zagorodniy
zzag added a comment. > In principle it should not be needed. Right ? Yes. > Ifcheckboxes have a fixed size, and if margins would be equal to spacing, and if the math are correct, having something laied out as: margin + checkbox + spacing + icon + spacing + text would be

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Piotr Kosinski
pgkos updated this revision to Diff 27103. pgkos added a comment. Make the padding of all the panel icons the same CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10487?vs=27095=27103 BRANCH tray-icon-size-fix REVISION DETAIL https://phabricator.kde.org/D10487 AFFECTED FILES

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Piotr Kosinski
pgkos edited the test plan for this revision. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D10487 To: pgkos, #plasma_workspaces Cc: ngraham, davidedmundson, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

D10483: Polish ToolBarApplicationHeader appearance

2018-02-13 Thread Nathaniel Graham
ngraham added a comment. I've reverted the title alignment changes for now. There are too many patches in flight to keep up! If this is good, let's land it (and also Aleix's patches once they're all good too) and then I'll iterate on the titles a bit more. Does that sound like a plan?

D10483: Polish ToolBarApplicationHeader appearance

2018-02-13 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R169 Kirigami BRANCH header-polish REVISION DETAIL https://phabricator.kde.org/D10483 To: ngraham, #kirigami, mart Cc: abetts, #discover_software_store, plasma-devel, apol, davidedmundson, mart,

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread David Edmundson
davidedmundson requested changes to this revision. davidedmundson added a comment. This revision now requires changes to proceed. > The 0.8 is used to create a small padding, so the icons never touch the panel's borders. If the goal of the patch is to make the icon sizes the same as the

D10490: Add a method to dbus interface to query information about a window

2018-02-13 Thread Martin Flöser
graesslin created this revision. graesslin added reviewers: KWin, Plasma. Restricted Application added a project: KWin. Restricted Application added subscribers: kwin, plasma-devel. graesslin requested review of this revision. Restricted Application edited projects, added Plasma; removed KWin.

D10489: Fix the tray icon scaling

2018-02-13 Thread Piotr Kosinski
pgkos created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. pgkos requested review of this revision. REPOSITORY R120 Plasma Workspace BRANCH tray-icon-size-fix REVISION DETAIL https://phabricator.kde.org/D10489

[Breeze] [Bug 364849] Tooltip Text in several qt apps such as Amarok and Krusader is unreadable (white on white) with the Breeze/Breeze Dark color schemes

2018-02-13 Thread Myriam Schweingruber
https://bugs.kde.org/show_bug.cgi?id=364849 Myriam Schweingruber changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Nathaniel Graham
ngraham added a comment. I fear this will generate the exact same types of user complaints that the huge clock text did before we gave it more vertical padding: people will say that the icons are too tall and don't have enough padding. Let's try not changing the appearance and vertical

D10438: reserve space for checkable widgets in menu items

2018-02-13 Thread Hugo Pereira Da Costa
hpereiradacosta added a comment. In D10438#205519 , @zzag wrote: > Maybe an option like "Reserve space for check boxes" should be added in fine tuning settings? Please no option. If we put an option to every feature we are not sure

D10490: Add a method to dbus interface to query information about a window

2018-02-13 Thread Kai Uwe Broulik
broulik added inline comments. Restricted Application edited projects, added KWin; removed Plasma. INLINE COMMENTS > dbusinterface.cpp:199 > +const QVariantMap ret{ > +{QStringLiteral("resourceClass"), c->resourceClass()}, > +

D10490: Add a method to dbus interface to query information about a window

2018-02-13 Thread David Edmundson
davidedmundson added a comment. Restricted Application edited projects, added Plasma; removed KWin. Cool approach. One minor thing that won't happen anyway. INLINE COMMENTS > dbusinterface.cpp:193 > +{ > +m_replyQueryWindowInfo = message(); > +setDelayedReply(true); can you add: if

D10480: align checkable widgets in menu items

2018-02-13 Thread Hugo Pereira Da Costa
hpereiradacosta added a comment. In D10480#205772 , @zzag wrote: > > In principle it should not be needed. Right ? > > Yes. > > > Ifcheckboxes have a fixed size, and if margins would be equal to spacing, and if the math are correct,

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Piotr Kosinski
pgkos added a comment. I have tested it with the panel in both horizontal and vertical orientations, and 0.85 looks optimal for me. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D10487 To: pgkos, #plasma_workspaces, davidedmundson Cc: ngraham,

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread David Edmundson
davidedmundson requested changes to this revision. davidedmundson added a comment. This revision now requires changes to proceed. I'm not merging a patch that just adds random numbers that you happen to think look good. It's not unification if you can't justify where the numbers come

D10495: Workaround to restore KF5 programs from system tray

2018-02-13 Thread Andrius Štikonas
stikonas added a comment. This is more to start some discussion on system tray under Wayland. I'm not sure myself if this should be committed. I just use this workaround locally until winId() works on Wayland. REPOSITORY R289 KNotifications REVISION DETAIL

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Piotr Kosinski
pgkos updated this revision to Diff 27105. pgkos added a comment. Squashed the commits REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10487?vs=27103=27105 BRANCH tray-icon-size-fix REVISION DETAIL https://phabricator.kde.org/D10487 AFFECTED

D10495: Workaround to restore KF5 programs from system tray

2018-02-13 Thread Andrius Štikonas
stikonas created this revision. stikonas added reviewers: wbauer, Plasma, davidedmundson, volkov. Restricted Application added projects: Plasma, Frameworks. Restricted Application added subscribers: Frameworks, plasma-devel. stikonas requested review of this revision. REVISION SUMMARY Currently

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Piotr Kosinski
pgkos added a comment. I could argue that the numbers come from Material Design guidelines - it recommends between 10% to 20% of padding around icons. But with your attitude it will be difficult to justify anything.

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Piotr Kosinski
pgkos added a comment. So maybe you tell me where this comes from? https://cgit.kde.org/plasma-workspace.git/commit/applets/digital-clock/package/contents/ui/DigitalClock.qml?id=90ea27f49c84f0dffbbf79b29eaa14c57f31a24d REPOSITORY R120 Plasma Workspace REVISION DETAIL

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Nathaniel Graham
ngraham added a comment. In D10487#205827 , @pgkos wrote: > I could argue that the numbers come from Material Design guidelines - it recommends between 10% to 20% of padding

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Piotr Kosinski
pgkos updated this revision to Diff 27114. pgkos added a comment. Use units.smallSpacing for padding instead of magic numbers. REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10487?vs=27105=27114 BRANCH tray-icon-size-fix REVISION DETAIL

D10480: align checkable widgets in menu items

2018-02-13 Thread Vlad Zagorodniy
zzag added a comment. F5710509: a.png //Side note: This patch tries to center every checkbox between the left border and blue rect(and it also ignores margins.)// F5710580: Screenshot_20180214_002713.png

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread David Edmundson
davidedmundson added a comment. Yeah, the clock code isn't something I'd accept either. > But with your attitude it will be difficult to justify anything. Plasma has a predefined margin size smallSpacing. If you're using something else, it probably isnt' going to end up consistent.

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Nathaniel Graham
ngraham added a comment. Padding is fine. We're just saying that: - You need to retain the default appearance for a default sized panel - You need to use programmatic padding values rather than magic numbers REPOSITORY R120 Plasma Workspace REVISION DETAIL

D10487: Fix tray icon size scaling when changing the panel size (fix bug 360333)

2018-02-13 Thread Piotr Kosinski
pgkos added a comment. I have tried and tested this diff without any padding, and trust me, it looks very bad - **I would rather have this patch not accepted** - than not to add any padding. Particularly, the tray icons look extremely bad when there is no padding - I suppose this is

D10500: Make the review pop-up a bit more user-friendly

2018-02-13 Thread Nathaniel Graham
ngraham edited the summary of this revision. ngraham edited the test plan for this revision. REPOSITORY R134 Discover Software Store REVISION DETAIL https://phabricator.kde.org/D10500 To: ngraham, #discover_software_store Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed,

D10461: GMenu-DBusMenu-Proxy

2018-02-13 Thread Konstantin
rilian added a comment. Hello, I am Konstantin, developer of vala-panel-appmenu. I have some comments about your application. MenuModel protocol consitsts for 5 items: AppMenu - with property _GTK_APPMENU_OBJECT_PATH MenuBar - with property _GTK_MENUBAR_OBJECT_PATH It is a

D10475: Make it possible to show the title despite having ctx actions

2018-02-13 Thread Nathaniel Graham
ngraham added a reviewer: abetts. ngraham added a comment. Great, now we have the titles on the left, like @mart wants. We're getting there! There are a couple remaining issues: - Needs a re-base as it doesn't apply cleanly onto current master - Now everything in the header is

D10502: Eliminate unnecessary bottom pading on OverlaySheets

2018-02-13 Thread Nathaniel Graham
ngraham created this revision. ngraham added reviewers: Kirigami, apol. Restricted Application added a project: Kirigami. Restricted Application added a subscriber: plasma-devel. ngraham requested review of this revision. REVISION SUMMARY The OverlaySheet already defines a bottomMargin, so we

D10502: Eliminate unnecessary bottom pading on OverlaySheets

2018-02-13 Thread Nathaniel Graham
ngraham edited the test plan for this revision. REPOSITORY R169 Kirigami REVISION DETAIL https://phabricator.kde.org/D10502 To: ngraham, #kirigami, apol Cc: plasma-devel, apol, davidedmundson, mart, hein

D10498: Workaround the touchpad toggle button not working

2018-02-13 Thread Albert Astals Cid
aacid created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. aacid requested review of this revision. TEST PLAN Without it the touchpad toggle at my laptop just toggles once now it works fine all the time REPOSITORY

D10498: Workaround the touchpad toggle button not working

2018-02-13 Thread Albert Astals Cid
aacid updated this revision to Diff 27123. aacid edited the summary of this revision. aacid added a comment. [try to] add BUGS: REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10498?vs=27122=27123 BRANCH arcpatch-D10498 REVISION DETAIL

  1   2   >