Feed Advanced Search

Oct 3 2020

Zren added a comment to T11052: Accent Colors, Color Ramps and other improvements to theming..

Not sure if this has been linked yet: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/305

Oct 3 2020, 3:48 PM · Plasma, VDG

Jul 5 2020

Zren abandoned D21312: [Places] Draw 2px rectangle disk capacity bar underneath mount points.
Jul 5 2020, 5:09 PM · Dolphin

Jul 1 2020

Zren added a comment to D21312: [Places] Draw 2px rectangle disk capacity bar underneath mount points.

I have created a Merge Request on GitLab with a a couple new commits.

Jul 1 2020, 2:36 PM · Dolphin

Jun 21 2020

Zren added inline comments to D28224: Improve tests behaviour on set ups with high dpi.
Jun 21 2020, 3:06 PM · KWin

May 15 2020

Zren added a comment to D29462: Fix Kirigami.Units.devicePixelRatio=1.3 when it should be 1.0 at 96dpi.

The plasma-framework patch is D29463

May 15 2020, 5:02 PM · Kirigami

May 5 2020

Zren updated the summary of D29462: Fix Kirigami.Units.devicePixelRatio=1.3 when it should be 1.0 at 96dpi.
May 5 2020, 11:20 PM · Kirigami
Zren added reviewers for D29463: Fix Kirigami.Units.devicePixelRatio=1.3 when it should be 1.0 at 96dpi: Kirigami, mart.
May 5 2020, 11:18 PM · Frameworks
Zren requested review of D29463: Fix Kirigami.Units.devicePixelRatio=1.3 when it should be 1.0 at 96dpi.
May 5 2020, 11:16 PM · Frameworks
Zren requested review of D29462: Fix Kirigami.Units.devicePixelRatio=1.3 when it should be 1.0 at 96dpi.
May 5 2020, 11:05 PM · Kirigami

Apr 16 2020

Zren added a comment to D28874: Taiwanese holidays.

Phab only understands .diff. Phab does not recognize .patch.

Apr 16 2020, 5:48 PM · Frameworks
Zren added a comment to D28874: Taiwanese holidays.

There's a few extra spaces at the end of "植樹節 " and "中秋節 補假 " too.

Apr 16 2020, 4:31 PM · Frameworks
Zren added a comment to D28874: Taiwanese holidays.

Now you're missing holidays/plan2/holiday_tw_zh which can still be seen here: https://phabricator.kde.org/D28874?id=80260

Apr 16 2020, 2:58 PM · Frameworks

Feb 16 2020

Zren added a comment to D27346: emojier: Improve resizing performance.

As in clip: true?

Feb 16 2020, 1:10 AM · Plasma

Feb 15 2020

baberts awarded D27337: [Emojier] Optimize performance a Love token.
Feb 15 2020, 6:49 PM · Plasma

Feb 12 2020

Zren added a comment to D27346: emojier: Improve resizing performance.

Not sure. Backwards compatibility?

Feb 12 2020, 5:38 PM · Plasma
Zren added a comment to D27346: emojier: Improve resizing performance.

FixedSize 25pt does help, but "2 glyph emojis" will overlap each other.

Feb 12 2020, 4:50 PM · Plasma
Zren added a comment to D27337: [Emojier] Optimize performance.

I used Loader as I didn't want loading glyphs to block scrollbar responsiveness. GridView reuses delegates, but I don't think it's the MouseArea + Label constructor that's slow. I think it's the "rendering the emoji glyph" in the GUI draw that is the root cause.

Feb 12 2020, 10:10 AM · Plasma
Zren requested review of D27337: [Emojier] Optimize performance.
Feb 12 2020, 12:02 AM · Plasma

Jan 19 2020

Zren added a comment to D26773: Added option to blur background on active window.

I don't care if Inactive Blur is upstreamed or not as all my code is GPL. I didn't upstream it since I thought the feature was niche enough I shouldn't burden others with it's maintenance.

Jan 19 2020, 10:54 PM · Plasma

Jan 16 2020

Zren committed R114:59cd237a7146: [TabBox] Add Thumbnail Grid window switcher (authored by Zren).
[TabBox] Add Thumbnail Grid window switcher
Jan 16 2020, 1:16 AM
Zren closed D26681: [TabBox] Thumbnail Grid window switcher.
Jan 16 2020, 1:16 AM · Plasma

Jan 15 2020

Zren updated the diff for D26681: [TabBox] Thumbnail Grid window switcher.

Fix implicitWidth error by using Layout.min/maxWidth.
Scale captionRow.spacing by dpi.
Take into account the close button is 30x30.
Use a ColumnLayout for thumbnailGridItems instead of anchoring.
Add Item container for KWin.ThumbnailItem so it's not cliping the bottom of the window thumbnail.
Remove "keybindings don't work" comment that no longer applies.
Use const for function variables.
644 (RW-R--R--) file permission.

Jan 15 2020, 7:07 PM · Plasma
Zren added inline comments to D26681: [TabBox] Thumbnail Grid window switcher.
Jan 15 2020, 6:51 PM · Plasma
Zren requested review of D26681: [TabBox] Thumbnail Grid window switcher.
Jan 15 2020, 2:21 AM · Plasma

Oct 25 2019

Zren added a comment to D21312: [Places] Draw 2px rectangle disk capacity bar underneath mount points.

I've tried moving the "update space info" code outside of the paint() function. I still need to make the "update space info" async, and have it update when space is freed/consumed.

Oct 25 2019, 3:26 PM · Dolphin