Feed Advanced Search

Mar 13 2019

rooty added a comment to D17073: [Task Manager] Do not crop album art in tooltip.
  • Using a bigger font size means less characters could be display.

The song name is always going to be elided, so it doesn't matter.

Mar 13 2019, 9:33 AM · Plasma
rooty requested changes to D17073: [Task Manager] Do not crop album art in tooltip.

How about adding a little bit of a margin above the song name (Layout.topMargin 2, same as the left margin)
And why not keep the level of the track name at 4? It's more important than the artist name (subheading)

Mar 13 2019, 9:10 AM · Plasma

Mar 12 2019

rooty accepted D19613: Support NET_WM_STATE_FOCUSED.
Mar 12 2019, 1:39 PM · KWin
rooty added a comment to D19613: Support NET_WM_STATE_FOCUSED.

This is a really good idea. Nothing to lose and tons to gain, especially considering we get to use our existing code
+1

Mar 12 2019, 6:49 AM · KWin

Mar 11 2019

rooty accepted D19471: Middle-elide file/folder labels so the extension is always visible.

Right-sided elision isn't all that useful considering the filename that's being elided is usually pretty long already. This patch, however, would enable the user to always see the extension (which is a huge deal, especially if we're dealing with something malicious).

Mar 11 2019, 7:39 PM · Dolphin
rooty added a comment to T10325: 5.16 Login screen improvements.

Oh one more thing - should we push the entire clock + stack a little bit further down to make it more (or entirely) vertically centered?

Mar 11 2019, 3:18 AM · Plasma, VDG
rooty updated the test plan for D19469: [sddm-theme] Update login screen preview image.
Mar 11 2019, 3:17 AM · Plasma
rooty updated the diff for D19631: [sddm-theme/lock screen] Overhaul font sizes.

Use Math.max instead of OR (works with other distros now)

Mar 11 2019, 3:06 AM · Plasma
rooty added a comment to D19647: [sddm-theme/lock screen] Use QQC2 for the clock labels.

Sure thing

Mar 11 2019, 2:55 AM · Plasma

Mar 10 2019

rooty accepted D19656: Comparisson has a typo, === and not = ==..

That commit truly is the gift that keeps on giving

Mar 10 2019, 3:17 PM · Plasma
rooty added a comment to D19557: Update design to look more similar to kde.org.

Can you make it use Noto Sans by any chance?

Mar 10 2019, 10:21 AM · Documentation, Frameworks
rooty updated the diff for D19631: [sddm-theme/lock screen] Overhaul font sizes.

Missed one

Mar 10 2019, 8:45 AM · Plasma
rooty updated the summary of D19631: [sddm-theme/lock screen] Overhaul font sizes.
Mar 10 2019, 8:43 AM · Plasma
rooty updated the diff for D19631: [sddm-theme/lock screen] Overhaul font sizes.

Simplify

Mar 10 2019, 8:42 AM · Plasma
rooty updated the summary of D19647: [sddm-theme/lock screen] Use QQC2 for the clock labels.
Mar 10 2019, 7:34 AM · Plasma
rooty updated the summary of D19647: [sddm-theme/lock screen] Use QQC2 for the clock labels.
Mar 10 2019, 7:32 AM · Plasma
rooty added a task to D19647: [sddm-theme/lock screen] Use QQC2 for the clock labels: T10325: 5.16 Login screen improvements.
Mar 10 2019, 7:26 AM · Plasma
rooty added a revision to T10325: 5.16 Login screen improvements: D19647: [sddm-theme/lock screen] Use QQC2 for the clock labels.
Mar 10 2019, 7:26 AM · Plasma, VDG
rooty added reviewers for D19647: [sddm-theme/lock screen] Use QQC2 for the clock labels: Plasma, VDG, filipf, ngraham.
Mar 10 2019, 7:25 AM · Plasma
rooty requested review of D19647: [sddm-theme/lock screen] Use QQC2 for the clock labels.
Mar 10 2019, 7:24 AM · Plasma
rooty updated the diff for D19469: [sddm-theme] Update login screen preview image.

Make Katie uppercase

Mar 10 2019, 7:11 AM · Plasma
rooty updated the diff for D19469: [sddm-theme] Update login screen preview image.

Update preview to reflect latest theme version

Mar 10 2019, 6:50 AM · Plasma
rooty updated the diff for D19631: [sddm-theme/lock screen] Overhaul font sizes.

Make the logout screen work too

Mar 10 2019, 6:34 AM · Plasma
rooty updated the test plan for D19631: [sddm-theme/lock screen] Overhaul font sizes.
Mar 10 2019, 5:21 AM · Plasma
rooty added a comment to T10597: Branding for Plasma Nano.

Plasma Nano is really cute haha
But I have to say I admire the symmetry of Plasma Ion

Mar 10 2019, 5:13 AM · KDE Promo, VDG
rooty updated the diff for D19631: [sddm-theme/lock screen] Overhaul font sizes.

Apply theme.conf approach to all modifications

Mar 10 2019, 5:04 AM · Plasma
rooty updated the diff for D19631: [sddm-theme/lock screen] Overhaul font sizes.

Revert changes to UserDelegate.qml (empty line)

Mar 10 2019, 4:29 AM · Plasma
rooty updated the diff for D19631: [sddm-theme/lock screen] Overhaul font sizes.

Use fixed font size for SDDM theme but not lock screen

Mar 10 2019, 4:28 AM · Plasma

Mar 9 2019

rooty added a comment to D19631: [sddm-theme/lock screen] Overhaul font sizes.

Can confirm. theme.defaultFont.pointSize is indeed 9 pt.

Mar 9 2019, 5:10 PM · Plasma
rooty added a comment to D19631: [sddm-theme/lock screen] Overhaul font sizes.

I don't think we should use hardcoded font sizes in either place. Maybe what we should do is have both of them use font.pointSize: theme.defaultFont.pointSize + 1 (etc.).

Yes that was the idea in D19547, but we can't because sddm doesn't recognize theme.defaultFont.pointSize.

Hmm, why not? Wouldn't the SDDM user just have its own value for that?

Mar 9 2019, 4:37 PM · Plasma
rooty added a comment to D19631: [sddm-theme/lock screen] Overhaul font sizes.

I don't think we should use hardcoded font sizes in either place. Maybe what we should do is have both of them use font.pointSize: theme.defaultFont.pointSize + 1 (etc.).

Mar 9 2019, 4:33 PM · Plasma
rooty committed R120:4ede2e108531: Merge branch 'Plasma/5.15' (authored by rooty).
Merge branch 'Plasma/5.15'
Mar 9 2019, 4:14 PM
rooty committed R120:23f3345a2287: [notifications] Lift up notification content if one line of body text droops (authored by rooty).
[notifications] Lift up notification content if one line of body text droops
Mar 9 2019, 4:14 PM
rooty closed D19036: [notifications] Lift up notification content if one line of body text droops.
Mar 9 2019, 4:14 PM · Plasma
rooty updated the diff for D19036: [notifications] Lift up notification content if one line of body text droops.

Rebase if needed

Mar 9 2019, 4:05 PM · Plasma
rooty updated the summary of D19036: [notifications] Lift up notification content if one line of body text droops.
Mar 9 2019, 4:02 PM · Plasma
rooty added a comment to D19036: [notifications] Lift up notification content if one line of body text droops.

The status of this says 'Accepted', so developers might not check it.

If you want to wait for a developer's review, I suggest to keep the status 'Needs Review'.

Mar 9 2019, 3:41 PM · Plasma
rooty retitled D19631: [sddm-theme/lock screen] Overhaul font sizes from [sddm-theme/lock screen] Overhaul font sizes to [sddm-theme/lock screen] WIP, Overhaul font sizes.
Mar 9 2019, 3:39 PM · Plasma
rooty added a comment to D19631: [sddm-theme/lock screen] Overhaul font sizes.

Can anyone please help - how do I tell Main.qml to set the integer "nameFontSize" to 12 pt? My knowledge here is very limited and nothing I've tried has worked :/

Mar 9 2019, 3:39 PM · Plasma
rooty updated the diff for D19631: [sddm-theme/lock screen] Overhaul font sizes.

(WIP) Switch back to the default theme font + 1 (or 2) for the lock screen

Mar 9 2019, 3:37 PM · Plasma
rooty added a comment to D19631: [sddm-theme/lock screen] Overhaul font sizes.

What hardcoding font sizes gives us are 2 places in Plasma losing their flexibility and not taking the user's preferences into consideration = SDDM-ing it.

Mar 9 2019, 12:13 PM · Plasma
rooty added a comment to D19631: [sddm-theme/lock screen] Overhaul font sizes.

There has to be a better solution. We're dragging the quality of Plasma down simply because SDDM isn't on par with it. If there's no other way, hardcoded font sizes should only be present in SDDM.

Mar 9 2019, 10:07 AM · Plasma
rooty updated subscribers of D19631: [sddm-theme/lock screen] Overhaul font sizes.

@davidedmundson thoughts?

Mar 9 2019, 9:59 AM · Plasma
rooty updated the test plan for D19631: [sddm-theme/lock screen] Overhaul font sizes.
Mar 9 2019, 9:05 AM · Plasma
rooty updated the summary of D19631: [sddm-theme/lock screen] Overhaul font sizes.
Mar 9 2019, 9:04 AM · Plasma
rooty added a revision to T10325: 5.16 Login screen improvements: D19631: [sddm-theme/lock screen] Overhaul font sizes.
Mar 9 2019, 9:04 AM · Plasma, VDG
rooty added a task to D19631: [sddm-theme/lock screen] Overhaul font sizes: T10325: 5.16 Login screen improvements.
Mar 9 2019, 9:04 AM · Plasma
rooty added reviewers for D19631: [sddm-theme/lock screen] Overhaul font sizes: VDG, Plasma, ngraham, filipf.
Mar 9 2019, 9:03 AM · Plasma
rooty requested review of D19631: [sddm-theme/lock screen] Overhaul font sizes.
Mar 9 2019, 8:53 AM · Plasma
rooty updated the task description for T10325: 5.16 Login screen improvements.
Mar 9 2019, 6:52 AM · Plasma, VDG
rooty committed R120:aca7fd387307: [sddm-theme/lock screen] Improve appearance in software rendering mode… (authored by rooty).
[sddm-theme/lock screen] Improve appearance in software rendering mode…
Mar 9 2019, 6:51 AM
rooty closed D19609: [sddm-theme/lock screen] Improve appearance in software rendering mode (outlines and icons).
Mar 9 2019, 6:51 AM · Plasma
rooty accepted D19629: Change media-skip* and media-seek* style.

A quick google search (mpv, VLC, windows media player, etc.) reveals that the change you're proposing is actually more in keeping with the standard than what we've been using (Spotify/Winamp). So, +1 from me

Mar 9 2019, 5:44 AM · Frameworks
rooty added a comment to D19609: [sddm-theme/lock screen] Improve appearance in software rendering mode (outlines and icons).

I know it sounds strange but no value other than undefined causes the D19577 error... we could technically put "red" there because there's no outline to begin with and it'd look the same haha

Mar 9 2019, 3:51 AM · Plasma
rooty updated the diff for D19609: [sddm-theme/lock screen] Improve appearance in software rendering mode (outlines and icons).

Use less of a margin, rebase

Mar 9 2019, 3:48 AM · Plasma
rooty added inline comments to D19609: [sddm-theme/lock screen] Improve appearance in software rendering mode (outlines and icons).
Mar 9 2019, 3:41 AM · Plasma

Mar 8 2019

rooty added a reviewer for D19468: [sddm-theme/lock screen] Remove username shadow and show clock shadow only when unfocused: filipf.
Mar 8 2019, 3:31 PM · Plasma
rooty updated the diff for D19468: [sddm-theme/lock screen] Remove username shadow and show clock shadow only when unfocused.

Rebase

Mar 8 2019, 3:29 PM · Plasma
rooty updated the diff for D19468: [sddm-theme/lock screen] Remove username shadow and show clock shadow only when unfocused.

Refresh

Mar 8 2019, 3:28 PM · Plasma
rooty updated the summary of D19609: [sddm-theme/lock screen] Improve appearance in software rendering mode (outlines and icons).
Mar 8 2019, 3:09 PM · Plasma
rooty updated the task description for T10325: 5.16 Login screen improvements.
Mar 8 2019, 1:47 PM · Plasma, VDG
rooty added a task to D19609: [sddm-theme/lock screen] Improve appearance in software rendering mode (outlines and icons): T10325: 5.16 Login screen improvements.
Mar 8 2019, 1:44 PM · Plasma
rooty added a revision to T10325: 5.16 Login screen improvements: D19609: [sddm-theme/lock screen] Improve appearance in software rendering mode (outlines and icons).
Mar 8 2019, 1:44 PM · Plasma, VDG
rooty added reviewers for D19609: [sddm-theme/lock screen] Improve appearance in software rendering mode (outlines and icons): Plasma, VDG, ngraham, filipf.
Mar 8 2019, 1:42 PM · Plasma
rooty requested review of D19609: [sddm-theme/lock screen] Improve appearance in software rendering mode (outlines and icons).
Mar 8 2019, 1:41 PM · Plasma
rooty accepted D19478: [Login, Lock, and Logout Screen] Make the avatar background circle more subtle.

There doesn't seem to be anything else to be done here

Mar 8 2019, 12:46 PM · Plasma
rooty added a comment to D19478: [Login, Lock, and Logout Screen] Make the avatar background circle more subtle.

i vote for no 2 / current diff

Mar 8 2019, 11:37 AM · Plasma
rooty updated the task description for T10325: 5.16 Login screen improvements.
Mar 8 2019, 2:56 AM · Plasma, VDG
rooty updated the diff for D19468: [sddm-theme/lock screen] Remove username shadow and show clock shadow only when unfocused.

Rebase

Mar 8 2019, 2:49 AM · Plasma
rooty added a comment to D19468: [sddm-theme/lock screen] Remove username shadow and show clock shadow only when unfocused.

The last holdout :D

Mar 8 2019, 2:21 AM · Plasma
rooty added a comment to D19214: [sddm-theme] Replace login button label with icon.

Thank you so much this particular landing has been a long time coming :D

Mar 8 2019, 2:09 AM · Plasma
rooty committed R120:602e5533d348: [sddm-theme] Replace login button label with icon (authored by rooty).
[sddm-theme] Replace login button label with icon
Mar 8 2019, 2:01 AM
rooty closed D19214: [sddm-theme] Replace login button label with icon.
Mar 8 2019, 2:01 AM · Plasma

Mar 7 2019

rooty accepted D19307: Enforce new muted icon style in all action icons.
Mar 7 2019, 6:25 PM · Frameworks
rooty added a dependent revision for D19599: textfield height based only on clear text: D19214: [sddm-theme] Replace login button label with icon.
Mar 7 2019, 6:13 PM · Frameworks
rooty added a dependency for D19214: [sddm-theme] Replace login button label with icon: D19599: textfield height based only on clear text.
Mar 7 2019, 6:13 PM · Plasma
rooty accepted D19599: textfield height based only on clear text.

Good things come to those who wait, thanks for the fix.
I can also confirm that this doesn't affect any other font adversely in any way.

Mar 7 2019, 5:53 PM · Frameworks
rooty added a comment to D19594: Purely cosmetic UI fixes.

Way prettier with these changes, +1
Ditto on the Status box, alignment with the left window border seems preferable.

Mar 7 2019, 3:05 PM
rooty added inline comments to D19214: [sddm-theme] Replace login button label with icon.
Mar 7 2019, 2:38 PM · Plasma
rooty updated the diff for D19214: [sddm-theme] Replace login button label with icon.

Rebase; add Accessible.name

Mar 7 2019, 2:37 PM · Plasma
rooty added a comment to D19214: [sddm-theme] Replace login button label with icon.

If I don't subtract 0.5 units.smallSpacing (two pixels), this happens:

Mar 7 2019, 2:28 PM · Plasma
rooty added a comment to D19214: [sddm-theme] Replace login button label with icon.

Looks like https://bugs.kde.org/show_bug.cgi?id=399155 has revealed that the text field itself just isn't tall enough. Fixing that should fix both the bug mentioned above, as well as the hackaround to make the button shorter so they're the same height.

Let's either fix the issue in the PlasmaComponents text field before we land this, or else see if we can port this to use the Kirigami ActionTextField instead, which should be the correct height.

Mar 7 2019, 2:01 PM · Plasma
rooty added a comment to D19479: [Lock, Login, and Logout screen] Adjust visual feedback of action buttons.

These screenshots might make this problem more appreciable.

Mar 7 2019, 12:44 PM · Plasma
rooty added a comment to D19479: [Lock, Login, and Logout screen] Adjust visual feedback of action buttons.

Visual indication on mouseover is generally a good thing ++

Mar 7 2019, 12:29 PM · Plasma
rooty added a comment to D19588: [Notifications] Improve finished notification.

A thumbnail

Mar 7 2019, 11:22 AM · Plasma
rooty accepted D19479: [Lock, Login, and Logout screen] Adjust visual feedback of action buttons.

Perfect

Mar 7 2019, 11:13 AM · Plasma
rooty added a comment to D19588: [Notifications] Improve finished notification.

A few concerns:

Mar 7 2019, 11:07 AM · Plasma
rooty committed R120:06793f21d1ce: [sddm-theme/lock screen] Fix "unable to assign [undefined]" error (authored by rooty).
[sddm-theme/lock screen] Fix "unable to assign [undefined]" error
Mar 7 2019, 8:34 AM
rooty closed D19577: [sddm-theme/lock screen] Fix "unable to assign [undefined]" error.
Mar 7 2019, 8:34 AM · Plasma
rooty updated the summary of D19577: [sddm-theme/lock screen] Fix "unable to assign [undefined]" error.
Mar 7 2019, 6:58 AM · Plasma
rooty retitled D19577: [sddm-theme/lock screen] Fix "unable to assign [undefined]" error from [sddm-theme/lock screen] Fix "unable to assign [undefined] error to [sddm-theme/lock screen] Fix "unable to assign [undefined]" error.
Mar 7 2019, 6:57 AM · Plasma
rooty added reviewers for D19577: [sddm-theme/lock screen] Fix "unable to assign [undefined]" error: VDG, Plasma.
Mar 7 2019, 6:56 AM · Plasma
rooty requested review of D19577: [sddm-theme/lock screen] Fix "unable to assign [undefined]" error.
Mar 7 2019, 6:56 AM · Plasma
rooty added a comment to T9041: New "Home" tab for Kickoff.

Mar 7 2019, 4:57 AM · Plasma, VDG
rooty requested changes to D19479: [Lock, Login, and Logout screen] Adjust visual feedback of action buttons.

I really hate to be a bore but without the switch to PropertyAnimation that annoying bug (that you might not be able to notice but I am) keeps rearing its ugly head.

Mar 7 2019, 2:15 AM · Plasma
rooty committed R120:7ae050057e34: Merge branch 'master' of https://anongit.kde.org/plasma-workspace (authored by rooty).
Merge branch 'master' of https://anongit.kde.org/plasma-workspace
Mar 7 2019, 2:02 AM
rooty committed R120:2e573530707b: Merge branch 'Plasma/5.15' (authored by rooty).
Merge branch 'Plasma/5.15'
Mar 7 2019, 2:02 AM
rooty committed R120:9a7de4e02399: [OSD] Fix animation stutter (authored by rooty).
[OSD] Fix animation stutter
Mar 7 2019, 1:59 AM
rooty closed D19566: [OSD] Fix animation stutter.
Mar 7 2019, 1:59 AM · Plasma

Mar 6 2019

rooty added a comment to D19566: [OSD] Fix animation stutter.

How's that? It actually reminds me of the notification widget with these changes in place

Mar 6 2019, 3:40 PM · Plasma