D27982: use better strings for dri devices

2020-03-11 Thread Nathaniel Graham
ngraham added inline comments. INLINE COMMENTS > opengl.cpp:284 > auto info = get_dri_device_proc(QStringLiteral("/proc/dri/") + entry > + QStringLiteral("/name")); > -info.deviceId = entry; > +info.deviceId = i18nc("%1 is a DRI card index integer", "Card %1", >

D27958: [SystemTray] Fix item size for very narrow panel

2020-03-10 Thread Nathaniel Graham
ngraham added a comment. Nice, drag-and-drop now correctly shows the menu for the case of dragging an icon from Kickoff or the task manager. However dragging a URL still doesn't show the menu; it just downloads the entire page. We need the drop menu in this case because it's probably more

D27957: [GTK Config] Port all settings to KConfigWatcher

2020-03-10 Thread Nathaniel Graham
ngraham added a comment. So much less code! Seems to work well for me. REPOSITORY R99 KDE Gtk Configuration Tool REVISION DETAIL https://phabricator.kde.org/D27957 To: gikari, #plasma Cc: ngraham, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas,

D27956: [Various KCMs] Notify about changes in GTK related settings

2020-03-10 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added reviewers: ervin, bport, meven. ngraham added a comment. This revision is now accepted and ready to land. I'm finding myself wondering why we don't just make everything notify by default. REPOSITORY R119 Plasma Desktop BRANCH

D27960: Make it possible to scroll through the padding

2020-03-10 Thread Nathaniel Graham
ngraham added a comment. This doesn't work well for me with a touchpad. The side padding regions clearly accept scroll events now, but the actual scroll behavior is jerky and inconsistent. :( Feels like events are getting dropped or interfering with one another. REPOSITORY R169 Kirigami

D27669: [kstyle] Tools area

2020-03-10 Thread Nathaniel Graham
ngraham added a comment. In D27669#625350 , @davidre wrote: > Or the window doesn't have a tool area? ;) Conceptually, we're considering the titlebar to be always a part of the window's Tools Area. :) But yes, semantics aside, I

D27669: [kstyle] Tools area

2020-03-10 Thread Nathaniel Graham
ngraham added a comment. In D27669#625187 , @davidre wrote: > Again why are we introducing this separator line and even drawing it under normal titlebars? Compared to before > F8168549: grafik.png

D27669: [kstyle] Tools area

2020-03-10 Thread Nathaniel Graham
ngraham added a comment. FWIW, I'm okay making this configurable, as I do admit that it could be a very polarizing change. We do intend to change the default Breeze color scheme itself to use a light gray for the titlebar, but yes, I understand that people who prefer very dark or bold

D27669: [kstyle] Tools area

2020-03-09 Thread Nathaniel Graham
ngraham added a comment. This is looking pretty polished. There are just a few visual issues left: #1: The titlebar and toolbar/menubar change color at slightly different rates, rather than all together. I guess the titlebar should animate its transition too: F8168180:

D27669: [kstyle] Tools area

2020-03-09 Thread Nathaniel Graham
ngraham added a comment. Fascinating. I've been testing different color schemes to find one that I like best and the current one happens to have the same color for the window bg and inactive toolbar bg, yes. Fixed, now, thanks! REPOSITORY R31 Breeze REVISION DETAIL

D27669: [kstyle] Tools area

2020-03-09 Thread Nathaniel Graham
ngraham added inline comments. INLINE COMMENTS > ngraham wrote in breezetoolsareamanager.cpp:108 > All of them with anything besides a titlebar in their Tools area: Dolphin, > Gwenview, Okular, Kate, Konsole... F8168127: vokoscreenNG-2020-03-09_18-36-02.webm

D27669: [kstyle] Tools area

2020-03-09 Thread Nathaniel Graham
ngraham added inline comments. INLINE COMMENTS > cblack wrote in breezetoolsareamanager.cpp:108 > Eh? What application do you see this behaviour in? All of them with anything besides a titlebar in their Tools area: Dolphin, Gwenview, Okular, Kate, Konsole... REPOSITORY R31 Breeze REVISION

D27669: [kstyle] Tools area

2020-03-09 Thread Nathaniel Graham
ngraham added inline comments. INLINE COMMENTS > breezetoolsareamanager.cpp:108 > +} else { > +window->setContentsMargins(0,1,0,0); > +} This seems to make the window content move vertically when the window loses focus

D27711: [Applet]Use gridLayout for details

2020-03-09 Thread Nathaniel Graham
ngraham added a subscriber: manueljlin. ngraham added a comment. FormLayouts are used all over the place. But typically, we don't reduce the opacity of the labels. I'm not categorically against it, I'm just wondering. IIRC the labels were reduced opacity before, and this was not a change

D27697: WIP: Added top area to notification header

2020-03-09 Thread Nathaniel Graham
ngraham requested changes to this revision. ngraham added a comment. This revision now requires changes to proceed. Looks sexy as hell. I think the icon inside the notification needs to be moved or resized though. Right now it has no top padding, so it touches the header. INLINE COMMENTS >

D27943: [Gtk Config] Port fonts sync to KConfigWatcher

2020-03-09 Thread Nathaniel Graham
ngraham added inline comments. INLINE COMMENTS > gtkconfig.h:89 > void onKWinSettingsChange(const KConfigGroup , const > QByteArrayList ) const; > +void onKcminputSettingsChange(const KConfigGroup , const > QByteArrayList ) const; > `onKcmInputSettingsChange` (capitalize the I in

D27823: Use consistent highlight

2020-03-09 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. Thanks, everything works now. :) I don't see that extra line in mine. But yeah, if it's reproducible, it's a bug that should be fixed. REPOSITORY R116 Plasma Network Management Applet REVISION DETAIL

D27938: 'Classic' and 'Redmond' button icon styles, configurable via Breeze window decoration settings

2020-03-09 Thread Nathaniel Graham
ngraham requested changes to this revision. ngraham added a comment. This revision now requires changes to proceed. I have to agree with Hugo and David. "Styles within styles" screams "this should just be another window decoration theme" to me as well. Especially since the proposed new

D27711: [Applet]Use gridLayout for details

2020-03-09 Thread Nathaniel Graham
ngraham added a comment. Do we need to reduce the opacity for the labels? We don't really do this anywhere else. REPOSITORY R116 Plasma Network Management Applet REVISION DETAIL https://phabricator.kde.org/D27711 To: gvgeo, #plasma, jgrulich, ngraham Cc: plasma-devel, Orage, LeGast00n,

D27466: Increase the size of system tray icon hitboxes on the System Tray Plasmoid

2020-03-09 Thread Nathaniel Graham
ngraham added a comment. In D27466#624639 , @kmaterka wrote: > I guess it needs to be reworked... I can do that, just need few days for investigation. Thanks, much appreciated! REPOSITORY R120 Plasma Workspace REVISION DETAIL

D27938: 'Classic' and 'Redmond' button icon styles, configurable via Breeze window decoration settings

2020-03-08 Thread Nathaniel Graham
ngraham added a comment. > A small bug is also fixed in kdecoration/config/breezeconfigwidget.cpp whereby the "Draw a circle around close button" setting does not reset to Defaults properly. Would you mind extracting this into its own patch and submitting it separately? Sounds like a

D27938: 'Classic' and 'Redmond' button icon styles, configurable via Breeze window decoration settings

2020-03-08 Thread Nathaniel Graham
ngraham added reviewers: Breeze, ndavis. ngraham added a comment. Wow, looks like this was a lot of work! Can you add a bit more information about what your goal is here? You're adding different icon styles for the titlebar buttons that you can use while still using the Breeze window

D25324: [GTK Config] Add XSettingsd as a runtime dependency

2020-03-08 Thread Nathaniel Graham
ngraham added subscribers: jriddell, cfeck. ngraham added a comment. We can't add a new required dependency since dependencies are frozen in the stable branches. Not sure what the policy is regarding adding optional ones though. @cfeck/@jriddell? REPOSITORY R99 KDE Gtk Configuration Tool

D27380: [GTK Config] Construct font style by hand instead of relying on Qt function

2020-03-08 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. This revision is now accepted and ready to land. Works for me and seems sane. REPOSITORY R99 KDE Gtk Configuration Tool BRANCH font-style REVISION DETAIL https://phabricator.kde.org/D27380 To: gikari, #plasma, ervin, bport,

D27823: Use consistent highlight

2020-03-08 Thread Nathaniel Graham
ngraham added a comment. Now I see no highlight effect at all. Does this work for you? REPOSITORY R116 Plasma Network Management Applet REVISION DETAIL https://phabricator.kde.org/D27823 To: niccolove, jgrulich, #vdg, ngraham Cc: davidre, ngraham, plasma-devel, Orage, LeGast00n,

D25324: [GTK Config] Add XSettingsd as a runtime dependency

2020-03-08 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. This revision is now accepted and ready to land. Very nice. REPOSITORY R99 KDE Gtk Configuration Tool BRANCH xsettingsd-dependency (branched from master) REVISION DETAIL https://phabricator.kde.org/D25324 To: gikari, #plasma,

D27823: Use consistent highlight

2020-03-08 Thread Nathaniel Graham
ngraham added a comment. Does this work for you? I still see the old highlight. REPOSITORY R116 Plasma Network Management Applet REVISION DETAIL https://phabricator.kde.org/D27823 To: niccolove, jgrulich, #vdg, ngraham Cc: davidre, ngraham, plasma-devel, Orage, LeGast00n,

D27823: Use consistent highlight

2020-03-08 Thread Nathaniel Graham
ngraham added a comment. There we go, much better now. :) Reviewing... REPOSITORY R116 Plasma Network Management Applet REVISION DETAIL https://phabricator.kde.org/D27823 To: niccolove, jgrulich, #vdg, ngraham Cc: davidre, ngraham, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev,

D27915: Use breeze icons for categories

2020-03-08 Thread Nathaniel Graham
ngraham added a reviewer: apol. ngraham added a comment. Hmm, your before and after screenshots look identical to me. What's the reason for this? To make them look better in High DPI mode? I thought that was already fixed with D27515: Icon: fix rendering of image: urls on High DPI

D27823: Use consistent highlight

2020-03-08 Thread Nathaniel Graham
ngraham added a comment. you need to rebase on top of `master` from the remote. This looks to have been branched off of the state of master from last November or something. Try `git pull --rebase origin master` That should give you some merge conflicts that you can fix. REPOSITORY

D27466: Increase the size of system tray icon hitboxes on the System Tray Plasmoid

2020-03-08 Thread Nathaniel Graham
This revision was automatically updated to reflect the committed changes. Closed by commit R120:d1d769841d53: Increase the size of system tray icon hitboxes on the System Tray Plasmoid (authored by The-Feren-OS-Dev, committed by ngraham). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST

D27823: Use consistent highlight

2020-03-08 Thread Nathaniel Graham
ngraham added a comment. Now it needs a rebase, as there are merge conflicts. :) REPOSITORY R116 Plasma Network Management Applet REVISION DETAIL https://phabricator.kde.org/D27823 To: niccolove, jgrulich, #vdg, ngraham Cc: ngraham, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev,

D26718: aggregate text for KRunner in DesktopView

2020-03-06 Thread Nathaniel Graham
ngraham added a comment. @davidedmundson stable branch? REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D26718 To: pdabrowski, #plasma, #plasma_workspaces, davidedmundson, ngraham, broulik Cc: plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack,

D26718: aggregate text for KRunner in DesktopView

2020-03-06 Thread Nathaniel Graham
ngraham added a comment. All right then. I guess it is a tricky problem. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D26718 To: pdabrowski, #plasma, #plasma_workspaces, davidedmundson, ngraham, broulik Cc: plasma-devel, Orage, LeGast00n,

D27664: Improve layout and appearance of app details view

2020-03-06 Thread Nathaniel Graham
This revision was automatically updated to reflect the committed changes. Closed by commit R134:9b0652d5c724: Improve layout and appearance of app details view (authored by ngraham). REPOSITORY R134 Discover Software Store CHANGES SINCE LAST UPDATE

D27663: Show tooltip with full URL for URL button with overridden text

2020-03-06 Thread Nathaniel Graham
This revision was automatically updated to reflect the committed changes. Closed by commit R169:c1475bfa1781: Show tooltip with full URL for URL button with overridden text (authored by ngraham). REPOSITORY R169 Kirigami CHANGES SINCE LAST UPDATE

D27903: [applet/digital-clock] Show time zones in expanded representation too

2020-03-06 Thread Nathaniel Graham
ngraham created this revision. ngraham added reviewers: VDG, Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. ngraham requested review of this revision. REVISION SUMMARY Right now time zones are only shown in the tooltip, which is annoying since the tooltip

D27892: [RFC] Don't draw shadows on quick tiled or maximized edges

2020-03-06 Thread Nathaniel Graham
ngraham added a comment. +1 for the concept and resulting appearance. But, should this maybe be done in KWin instead? That way all window decoration themes would get this fix/change, not just Breeze. REPOSITORY R31 Breeze REVISION DETAIL https://phabricator.kde.org/D27892 To: davidre,

D27685: Remove extra top and bottom padding from dock widgets

2020-03-06 Thread Nathaniel Graham
ngraham planned changes to this revision. ngraham added a comment. Oh I see now, like this, when unlocked: F8157256: Screenshot_20200306_064315.png REPOSITORY R31 Breeze REVISION DETAIL https://phabricator.kde.org/D27685 To: ngraham, #vdg,

D27685: Remove extra top and bottom padding from dock widgets

2020-03-06 Thread Nathaniel Graham
ngraham added a comment. Can you think of an example of where there would be? If there's content inside this margin, that seems wrong to me anyway. REPOSITORY R31 Breeze REVISION DETAIL https://phabricator.kde.org/D27685 To: ngraham, #vdg, #breeze, cblack, ndavis Cc: plasma-devel,

D27565: Hide configure action in Info center mode

2020-03-05 Thread Nathaniel Graham
ngraham added a comment. Not sure about that, since it's shown in icons view too. So we would need to conditionally show it for icons+systemsettings view and sidebar+systemsettings view. This patch just hides it for sidebar+kinfocenter view, which seems simpler to me. Or maybe I'm

D24070: [Applets/Battery] Don't use toolTipMainText to show info, rather use the second line

2020-03-05 Thread Nathaniel Graham
ngraham added a comment. @broulik I get the sense that you're boycotting this patch :) REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D24070 To: ngraham, #vdg, #plasma, ndavis, mthw Cc: GB_2, ndavis, broulik, plasma-devel, Orage, LeGast00n,

D27877: Make panel edit mode tooltip not unexpectedly disappear under certain circumstances

2020-03-05 Thread Nathaniel Graham
ngraham updated this revision to Diff 77059. ngraham added a comment. Whitespace REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D27877?vs=77058=77059 BRANCH stickier-panel-tooltip (branched from Plasma/5.18) REVISION DETAIL

D27877: Make panel edit mode tooltip not unexpectedly disappear under certain circumstances

2020-03-05 Thread Nathaniel Graham
ngraham created this revision. ngraham added a reviewer: Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. ngraham requested review of this revision. REVISION SUMMARY The panel edit mode tooltip can currently disappear in an irritating manner under two

D27669: WIP: [kstyle] Tools area

2020-03-05 Thread Nathaniel Graham
ngraham added a comment. It still crashes with the same backtrace. :( REPOSITORY R31 Breeze REVISION DETAIL https://phabricator.kde.org/D27669 To: cblack, #plasma, #breeze, #vdg Cc: davidedmundson, hpereiradacosta, gvgeo, ngraham, manueljlin, niccolove, ndavis, plasma-devel, Orage,

D27669: WIP: [kstyle] Tools area

2020-03-05 Thread Nathaniel Graham
ngraham added a comment. This latest iteration makes Telegram crash for me now. Backtrace: Thread 1 "telegram-deskto" received signal SIGSEGV, Segmentation fault. QAbstractAnimation::setDirection (this=0x583e16a0, direction=QAbstractAnimation::Forward) at

D27845: Replace Task Manager with Icons-Only-Task Manager in the default panel, and thicken it

2020-03-05 Thread Nathaniel Graham
ngraham added a comment. In D27845#623019 , @mart wrote: > In D27845#622178 , @ngraham wrote: > > > Not as touch-friendly, but the clock text looks better and it won't be so huge for people using

D27845: Replace Task Manager with Icons-Only-Task Manager in the default panel, and thicken it

2020-03-05 Thread Nathaniel Graham
ngraham added a comment. In D27845#622970 , @kmaterka wrote: > Should System Tray icons be larger then? Here's how it would look to go from `iconSize=1` to `iconSize=2` (i.e, 16px to 22px): F815: Bigger.png

D27845: Replace Task Manager with Icons-Only-Task Manager in the default panel, and thicken it

2020-03-05 Thread Nathaniel Graham
ngraham updated this revision to Diff 77053. ngraham added a comment. Use a gridUnit-based measurement again, and increase the thickness a bit to effectively 46px tall, which I really don't think is excessive REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE

D27823: Use consistent highlight

2020-03-05 Thread Nathaniel Graham
ngraham requested changes to this revision. ngraham added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > ConnectionItem.qml:54 > > +onContainsMouseChanged: { > +if (containsMouse) { `ConnectionItem.qml` already has `onContainsMouseChanged` (at

D27845: Replace Task Manager with Icons-Only-Task Manager in the default panel, and thicken it

2020-03-05 Thread Nathaniel Graham
ngraham added a comment. @davidedmundson one problem here is that a `gridUnit` is a fairly coarse unit of measurement, and gridUnit * 3, or 54px is a bit larger than we'd like, but the current thickness (gridUnit *2, or 36px) is too thin. We initially settled on something in the mid 40s,

D27870: [applets/systemtray] Right align popup heading when in RTL mode

2020-03-05 Thread Nathaniel Graham
ngraham added a comment. I doubt it. left-alignment is already the effective default anyway, so I'm actually surprised that explicitly setting it here makes RTL work. This hints at a deeper bug somewhere, unfortunately. REPOSITORY R120 Plasma Workspace REVISION DETAIL

D27845: Replace Task Manager with Icons-Only-Task Manager in the default panel, and thicken it

2020-03-05 Thread Nathaniel Graham
ngraham added inline comments. INLINE COMMENTS > davidedmundson wrote in layout.js:29 > why is this no longer unit based Because VDG people wanted a size that isn't a multiple or clean divisor of `gridUnit` and none of the other units values would evaluate for some reason. Some people think

D27845: Replace Task Manager with Icons-Only-Task Manager in the default panel, and thicken it

2020-03-05 Thread Nathaniel Graham
ngraham added a comment. In D27845#622739 , @ndavis wrote: > I don't want to turn this into bikeshedding, but I think a size of 42 is better because that raises the size of task manager icons to 32px. 22px is pretty small for an IOTM. > With

D27874: Disable the audio stream indicator for IOTM

2020-03-05 Thread Nathaniel Graham
ngraham added a comment. I can't say that it's gotten in the way for me either, with my thick panel. It does overlap the badge icon though which is a bit annoying. Also yes, if you want to remove this from the IOTM, you need to hide the setting on the IOTM's config page too. REPOSITORY

D27870: [applets/systemtray] Right align popup heading when in RTL mode

2020-03-05 Thread Nathaniel Graham
ngraham added a comment. Feels like this should be set by default in the `Heading` item, or else we'll be doing this everywhere, no? REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D27870 To: filipf, #plasma, #vdg Cc: ngraham, plasma-devel, Orage,

D27869: Separate processcore/{formatter,unit} into its own library

2020-03-05 Thread Nathaniel Graham
ngraham added inline comments. INLINE COMMENTS > unit.h:81 > -// Misc units. > -UnitCelsius = 500, > -UnitDecibelMilliWatts, No Fahrenheit for us poor Americans? :) REPOSITORY R111 KSysguard Library REVISION DETAIL https://phabricator.kde.org/D27869 To: ahiemstra, #plasma Cc:

D26718: aggregate text for KRunner in DesktopView

2020-03-05 Thread Nathaniel Graham
ngraham added a comment. In D26718#622618 , @davidedmundson wrote: > > Are you planning to work on that other part in this patch, or in a separate one? > > To do what exactly? Find another way to fix the problem of keystrokes

D27847: [applet/taskmanager] Remove the launcher items' tooltip icons

2020-03-04 Thread Nathaniel Graham
ngraham added a comment. In D27847#622409 , @anthonyfieroni wrote: > Why? I think you forgot to read the description section. :) REPOSITORY R119 Plasma Desktop BRANCH remove-tooltip-icon (branched from master) REVISION DETAIL

D26718: aggregate text for KRunner in DesktopView

2020-03-04 Thread Nathaniel Graham
ngraham added a comment. Can confirm the fix when running from the desktop, but not when using the shortcut. So I wouldn't call 416145 fully fixed yet. Are you planning to work on that other part in this patch, or in a separate one? REPOSITORY R120 Plasma Workspace REVISION DETAIL

D27764: Update L2TP to NetworkManager-l2tp 1.8.0 features

2020-03-04 Thread Nathaniel Graham
ngraham added a comment. It's just that in general we're trying to move away from group boxes and towards the use of whitespace to logically group sections. It's not a huge deal, but it would be appreciated. :) REVISION DETAIL https://phabricator.kde.org/D27764 To: dkosovic, jgrulich Cc:

D27849: [applets/digital-clock] Remove the tooltip icon

2020-03-04 Thread Nathaniel Graham
ngraham created this revision. ngraham added reviewers: VDG, Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. ngraham requested review of this revision. REVISION SUMMARY To increase consistency and reduce redundancy, widget tooltip icons are being removed in

D27847: [applet/taskmanager] Remove the launcher items' tooltip icons

2020-03-04 Thread Nathaniel Graham
ngraham created this revision. ngraham added reviewers: VDG, Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. ngraham requested review of this revision. REVISION SUMMARY As discussed in T12778 , the icon can never be in a

D27845: Replace Task Manager with Icons-Only-Task Manager in the default panel, and thicken it

2020-03-04 Thread Nathaniel Graham
ngraham updated this revision to Diff 76967. ngraham added a comment. Use 38px as the height, and hardcode it since there's no good way to get there with a multiple of `gridUnit` REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D27845?vs=76966=76967

D27792: [Applet]Fix traffic monitor labels width

2020-03-04 Thread Nathaniel Graham
ngraham added a comment. Yeah, if you want to keep the plotter dimensions constant, then there's no way around measuring the width of the labels. Regarding not opening any new patches, I hope you didn't have a bad experience in KDE that's left a bad taste in your mouth. If anything's

D27845: Replace Task Manager with Icons-Only-Task Manager in the default panel, and thicken it

2020-03-04 Thread Nathaniel Graham
ngraham added a comment. Now to my eyes, 38px is too small. But apparently my tired old eyes and small screen (13.3" FHD) are not representative of other VDG people's views. :) Still it makes me realize that we really need to get https://bugs.kde.org/show_bug.cgi?id=356446 done so that

D27845: Replace Task Manager with Icons-Only-Task Manager in the default panel, and thicken it

2020-03-04 Thread Nathaniel Graham
ngraham added a comment. Some folks in the #VDG channel have objected to the panel being 48px tall, so here's how it would look at 38 (the default Windows panel height): F8149938: 38.png Not as

D27845: Replace Task Manager with Icons-Only-Task Manager in the default panel, and thicken it

2020-03-04 Thread Nathaniel Graham
ngraham added a comment. Sounds like a bug we should fix with the `preferred://` schemas then. REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D27845 To: ngraham, #vdg, #plasma Cc: The-Feren-OS-Dev, plasma-devel, Orage, LeGast00n, cblack, jraleigh, zachus,

D25773: [Applets/Task Manager] Add pinned filemanager and browser apps by default

2020-03-04 Thread Nathaniel Graham
ngraham abandoned this revision. ngraham added a comment. Abandoning in favor of, D27845: Replace Task Manager with Icons-Only-Task Manager in the default panel, and thicken it , after further discussion in T12441 .

D27845: Replace Task Manager with Icons-Only-Task Manager in the default panel, and thicken it

2020-03-04 Thread Nathaniel Graham
ngraham added a comment. One other note: it might make sense to turn on the Digital Clock's date display by default if we go with this, as the clock text is currently rather gigantic and IMO adding the date results in both more information and also a better use of space: F8149908:

D27845: Replace Task Manager with Icons-Only-Task Manager in the default panel, and thicken it

2020-03-04 Thread Nathaniel Graham
ngraham created this revision. ngraham added reviewers: VDG, Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. ngraham requested review of this revision. REVISION SUMMARY This patch implements the part of T12441 that was

D27792: [Applet]Fix traffic monitor labels width

2020-03-04 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. If you need to measure the width of text, then you're doing it the right way. However this problem wouldn't be happening in the first place if this UI used Layouts, which handle this kind of case more elegantly so you don't need to

D27608: Fixes for applet configuration layout.

2020-03-04 Thread Nathaniel Graham
ngraham added a comment. Yeah, this seems fine to land as-is. :) REPOSITORY R119 Plasma Desktop BRANCH configscollcat (branched from master) REVISION DETAIL https://phabricator.kde.org/D27608 To: gvgeo, #plasma, #vdg, filipf, ngraham Cc: ngraham, filipf, plasma-devel, Orage,

D26992: [SystemTray] Use unified data model everywhere

2020-03-04 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. This revision is now accepted and ready to land. UI and interaction are good, and a basic code review reveals no issues to me. Still, you may want to wait for a more thorough code review from a #plasma

D27824: Use consistent highlight

2020-03-04 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. This revision is now accepted and ready to land. Need to adjust the button's right margin in `DeviceItem.qml` as well: F8149546: Screenshot_20200304_084053.png Could be done in another patch.

D27823: Use consistent highlight

2020-03-04 Thread Nathaniel Graham
ngraham added a comment. This needs a rebase. Also you probably need to delete the existing mouseover highlight effect. REPOSITORY R116 Plasma Network Management Applet REVISION DETAIL https://phabricator.kde.org/D27823 To: niccolove, jgrulich, #vdg Cc: ngraham, plasma-devel, Orage,

D27764: Update L2TP to NetworkManager-l2tp 1.8.0 features

2020-03-03 Thread Nathaniel Graham
ngraham added a comment. -1 for using group boxes. :) I don't think they're needed at all. Just change the "Type:" label to "Authentication:" and that section is clear enough, then just separate the logical sections with whitespace REPOSITORY R116 Plasma Network Management Applet

D27595: Watch for language change events, and forward those to the QML engine

2020-03-03 Thread Nathaniel Graham
ngraham added a comment. `git bisect` says this caused https://bugs.kde.org/show_bug.cgi?id=418447. F8148416: Spacing sometimes too high.mp4 Would be nice to fix that regression before it gets shipped with Frameworks 5.68. REPOSITORY R169

D24706: [RFC] Change button style

2020-03-03 Thread Nathaniel Graham
ngraham added a comment. In D24706#595764 , @ngraham wrote: > Thanks Noah. > > So you're the boss after all (as the de- facto Breeze maintainer now), and I think we should follow your lead design-wise. But it might also be interesting to

D27608: Fixes for applet configuration layout.

2020-03-03 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. This revision is now accepted and ready to land. Yep! Everything else looks good to me. REPOSITORY R119 Plasma Desktop BRANCH configscollcat (branched from master) REVISION DETAIL https://phabricator.kde.org/D27608 To: gvgeo,

D27645: [KCM]Align volume controls row

2020-03-03 Thread Nathaniel Graham
ngraham added a comment. Needs a rebase REPOSITORY R115 Plasma Audio Volume Applet REVISION DETAIL https://phabricator.kde.org/D27645 To: gvgeo, #plasma, #vdg, drosca, ngraham Cc: broulik, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2,

D27422: [KCM]Update Device item layout based on applet

2020-03-03 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. Ship it, the jagginess is clearly caused by something lower in the stack. REPOSITORY R115 Plasma Audio Volume Applet BRANCH kcmports3 (branched from master) REVISION DETAIL https://phabricator.kde.org/D27422 To: gvgeo, #plasma,

D27697: WIP: Added top area to notification header

2020-03-03 Thread Nathaniel Graham
ngraham added a comment. Man this looks nice. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D27697 To: niccolove, broulik Cc: ngraham, broulik, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen,

D27807: Changed style of pressed list item to be consistent

2020-03-03 Thread Nathaniel Graham
ngraham added a comment. In D27807#621347 , @ndavis wrote: > It's strange that the plasma-devel mailing list isn't automatically added, even when it's a reviewer group. Because then people who are both subscribed to the mailing list and

D27608: Fixes for applet configuration layout.

2020-03-03 Thread Nathaniel Graham
ngraham requested changes to this revision. ngraham added a comment. This revision now requires changes to proceed. So with this patch, I see a new visual issue: the first time I open an applet config window, the vertical separator is not visible: F8147412: Screenshot_20200303_093031.png

D26946: Changed leftMargins to smallSpacing to be consistent

2020-03-03 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. This revision is now accepted and ready to land. Right, this is good to go now. We should remove the margin in the checkbox too. REPOSITORY R120 Plasma Workspace BRANCH smallspacingmargin (branched from master) REVISION DETAIL

D27466: Increase the size of system tray icon hitboxes on the System Tray Plasmoid

2020-03-01 Thread Nathaniel Graham
ngraham added a comment. I mean, it's only one more pixel. :) But yes, for some people with certain fonts maybe it will be too much. But then again, could a single pixel really be enough to make it too much? BRANCH D27466 (branched from master) REVISION DETAIL

D27466: Increase the size of system tray icon hitboxes on the System Tray Plasmoid

2020-02-29 Thread Nathaniel Graham
ngraham added a comment. It is (already) font-dependent, yes. A higher font size will result in larger spacing. IMO this is not super sensible, but, there is it. :p BRANCH D27466 (branched from master) REVISION DETAIL https://phabricator.kde.org/D27466 To: The-Feren-OS-Dev, #vdg,

D27737: Fixed margin of digital clock

2020-02-29 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. Visually +1 too. Stable branch? REPOSITORY R120 Plasma Workspace BRANCH margin_digital_clock (branched from master) REVISION DETAIL https://phabricator.kde.org/D27737 To: niccolove, #vdg, #plasma, davidedmundson, ngraham

D27466: Increase the size of system tray icon hitboxes on the System Tray Plasmoid

2020-02-29 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. So at this point it's just one pixel, and I don't see the huge harm. :) However the last patch to adjust this (D27438 ) proved quite controversial, so we should wait for more opinions to avoid

D27465: Make the icon hitboxes for the System Tray Plasmoid larger when Kirigami Tablet Mode is enabled

2020-02-29 Thread Nathaniel Graham
This revision was automatically updated to reflect the committed changes. Closed by commit R120:9e0711ac408d: Make the icon hitboxes for the System Tray Plasmoid larger when Kirigami Tablet… (authored by The-Feren-OS-Dev, committed by ngraham). REPOSITORY R120 Plasma Workspace CHANGES SINCE

D27577: [KCM]Fix content below scrollbars

2020-02-29 Thread Nathaniel Graham
ngraham added a comment. +1, go ahead REPOSITORY R115 Plasma Audio Volume Applet BRANCH advanced2 (branched from master) REVISION DETAIL https://phabricator.kde.org/D27577 To: gvgeo, #plasma, #vdg, drosca, ngraham Cc: ngraham, apol, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev,

D27737: Fixed margin of digital clock

2020-02-29 Thread Nathaniel Graham
ngraham added a comment. Nice, this fixes https://bugs.kde.org/show_bug.cgi?id=417803. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D27737 To: niccolove, #vdg, #plasma Cc: ngraham, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh,

D27669: WIP: [kstyle] Tools area

2020-02-27 Thread Nathaniel Graham
ngraham added a comment. In D27669#619230 , @hpereiradacosta wrote: > Overall, this is good stuff I think (although we should also discuss whether this should be part of breeze or rather a next-gen theme). We discussed that in T12488

D27711: [Applet]Use gridLayout for details

2020-02-27 Thread Nathaniel Graham
ngraham added a comment. Yeah, that's fine. REPOSITORY R116 Plasma Network Management Applet REVISION DETAIL https://phabricator.kde.org/D27711 To: gvgeo, #plasma, jgrulich, ngraham Cc: plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2,

D27711: [Applet]Use gridLayout for details

2020-02-27 Thread Nathaniel Graham
ngraham added a comment. Even better than a GridLayout is a `Kirigami.FormLayout! That's what's being approximated here, so why not use the real thing? :) REPOSITORY R116 Plasma Network Management Applet REVISION DETAIL https://phabricator.kde.org/D27711 To: gvgeo, #plasma, jgrulich,

D27669: WIP: [kstyle] Tools area

2020-02-27 Thread Nathaniel Graham
ngraham added a comment. Looking pretty great. The appearance of the Tools Area itself is good in all KDE apps tested. Visually, I only see a few remaining issues: There's no line under the titlebar in windows without a Tools Area: F8135611: Screenshot_20200227_151538.png

D27684: [applets/taskmanager] Show PA-related features even when audio indicators are disabled

2020-02-27 Thread Nathaniel Graham
This revision was automatically updated to reflect the committed changes. Closed by commit R119:3b2e4ddaa01a: [applets/taskmanager] Show PA-related features even when audio indicators are… (authored by ngraham). REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE

D27199: [Applet]Update layout based on T10470

2020-02-27 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. LGTM! Nice work. REPOSITORY R116 Plasma Network Management Applet BRANCH arcpatch-D27199_2 REVISION DETAIL https://phabricator.kde.org/D27199 To: gvgeo, #plasma, #vdg, jgrulich, manueljlin, ngraham Cc: ngraham, plasma-devel,

D27669: WIP: [kstyle] Tools area

2020-02-26 Thread Nathaniel Graham
ngraham added a comment. Okular and Gwenview are now fixed for me. KMag and Filelight still consider the toolbar to be outside of the Tools Area for some reason. Awesome progress though. It looks so good! REPOSITORY R31 Breeze REVISION DETAIL https://phabricator.kde.org/D27669 To:

<    5   6   7   8   9   10   11   12   13   14   >