z3ntu (Luca Weiss)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Tuesday

  • Clear sailing ahead.

User Details

User Since
Jul 23 2017, 5:29 PM (360 w, 6 d)
Availability
Available

Recent Activity

May 11 2020

z3ntu added a comment to D29357: Display rich text notification messages on Android.

I don't see a reason why rich text should be limited to API24+? Yes, the fromHtml(String source, int flags) method is API 24+ but for APIs lower than that you can use fromHtml(String source) as for example wrapped in androidx.core.text.HtmlCompat:

/**
    * Invokes {@link Html#fromHtml(String, int)} on API 24 and newer, otherwise {@code flags} are
    * ignored and {@link Html#fromHtml(String)} is used.
    */
@NonNull
public static Spanned fromHtml(@NonNull String source, @FromHtmlFlags int flags) {
    if (Build.VERSION.SDK_INT >= 24) {
        return Html.fromHtml(source, flags);
    }
    //noinspection deprecation
    return Html.fromHtml(source);
}
May 11 2020, 8:49 AM · Frameworks

May 1 2020

z3ntu committed R20:9cbb53744f59: Quicksettings: add toggle for enabling/disabling screen rotation (authored by z3ntu).
Quicksettings: add toggle for enabling/disabling screen rotation
May 1 2020, 1:11 PM
z3ntu committed R20:6db9537dd31e: Quicksettings: convert screenshot interface to class member (authored by z3ntu).
Quicksettings: convert screenshot interface to class member
May 1 2020, 1:11 PM
z3ntu committed R20:782d583175b1: Quicksettings: unify spaces/tabs usage (authored by z3ntu).
Quicksettings: unify spaces/tabs usage
May 1 2020, 1:11 PM

Apr 27 2020

z3ntu added a comment to D29236: Add setDefaultProfile() to ViewManager.

Quick other question: This repo doesn't contain a .arcconfig file yet, should I submit a patch to add it?

Apr 27 2020, 5:37 PM · Konsole
z3ntu requested review of D29236: Add setDefaultProfile() to ViewManager.
Apr 27 2020, 5:36 PM · Konsole

Apr 17 2020

z3ntu committed R1029:5e960cb0a0f6: touch: bug fixes and general improvements (authored by z3ntu).
touch: bug fixes and general improvements
Apr 17 2020, 2:50 PM
z3ntu closed D26353: touch: bug fixes and general improvements.
Apr 17 2020, 2:50 PM
z3ntu committed R1029:0faf250cb5cf: touch: Remove deprecated ApplicationHeader (authored by z3ntu).
touch: Remove deprecated ApplicationHeader
Apr 17 2020, 2:47 PM
z3ntu closed D26340: touch: Remove deprecated ApplicationHeader.
Apr 17 2020, 2:47 PM
z3ntu committed R104:67980bc2728d: feat(kded): add getAutoRotate method and rename lockAutoRotate (authored by z3ntu).
feat(kded): add getAutoRotate method and rename lockAutoRotate
Apr 17 2020, 2:39 PM
z3ntu closed D28773: feat(kded): add getAutoRotate method and rename lockAutoRotate.
Apr 17 2020, 2:39 PM · Plasma
z3ntu updated the diff for D28773: feat(kded): add getAutoRotate method and rename lockAutoRotate.
  • const auto
Apr 17 2020, 2:33 PM · Plasma

Apr 13 2020

z3ntu updated the diff for D28773: feat(kded): add getAutoRotate method and rename lockAutoRotate.
  • extract m_data->outputs() into a variable
Apr 13 2020, 11:52 AM · Plasma
z3ntu updated the diff for D28773: feat(kded): add getAutoRotate method and rename lockAutoRotate.
  • const function, std::all_of
Apr 13 2020, 11:07 AM · Plasma

Apr 12 2020

z3ntu planned changes to D28773: feat(kded): add getAutoRotate method and rename lockAutoRotate.
Apr 12 2020, 2:36 PM · Plasma
z3ntu requested review of D28773: feat(kded): add getAutoRotate method and rename lockAutoRotate.
Apr 12 2020, 2:18 PM · Plasma

Apr 11 2020

z3ntu added a comment to T12957: Plasma Mobile virtual sprint feedback.

Did you like the format? Anything we can improve upon?

Apr 11 2020, 7:10 PM · Akademy Tools, Plasma: Mobile

Apr 10 2020

z3ntu added a comment to T12903: add toggle for the rotation lock/unlock in mobile shell.

Do we have such icons somewhere?

Apr 10 2020, 8:48 PM · Plasma: Mobile, Junior Jobs
z3ntu claimed T12903: add toggle for the rotation lock/unlock in mobile shell.
Apr 10 2020, 6:22 PM · Plasma: Mobile, Junior Jobs

Apr 6 2020

z3ntu updated the task description for T12906: Mini Plasma Mobile sprint.
Apr 6 2020, 6:45 PM · Plasma: Mobile

Mar 5 2020

z3ntu added a comment to D26340: touch: Remove deprecated ApplicationHeader.

@svuorela No I don't have push access

Mar 5 2020, 10:44 AM

Feb 13 2020

z3ntu added a comment to D27383: fix: reset doctor output color before exiting.

Merged by Carl Schwan 3 days ago

Feb 13 2020, 9:34 PM · Plasma
z3ntu added a comment to D27383: fix: reset doctor output color before exiting.

No I don't have commit rights.
Luca Weiss luca@z3ntu.xyz (but isn't this information already as commit author?)

Feb 13 2020, 9:13 PM · Plasma
z3ntu updated the diff for D27383: fix: reset doctor output color before exiting.

Change commit message

Feb 13 2020, 9:01 PM · Plasma
z3ntu added a comment to D27383: fix: reset doctor output color before exiting.

Of the four scopes (api, kwayland, qscreen & randr) I have no idea where to put this in. If you have a suggestion, I can update the commit message.

Feb 13 2020, 8:46 PM · Plasma
z3ntu requested review of D27383: fix: reset doctor output color before exiting.
Feb 13 2020, 8:11 PM · Plasma

Feb 9 2020

z3ntu committed R982:8dffcc64d2ae: Reenable jekyll-feed (authored by z3ntu).
Reenable jekyll-feed
Feb 9 2020, 11:10 PM

Feb 8 2020

z3ntu updated the diff for D26353: touch: bug fixes and general improvements.
  • empty states
  • i18n
  • Revert "i18n"
Feb 8 2020, 10:46 AM

Feb 6 2020

z3ntu awarded D27193: Improve the behaviour of the power button on mobile a Yellow Medal token.
Feb 6 2020, 1:23 PM · Plasma
z3ntu added a comment to D27193: Improve the behaviour of the power button on mobile.

On Mobile, if the power button is pressed for short time, suspend to Ram as requested by Bhushan.

Feb 6 2020, 1:22 PM · Plasma

Jan 5 2020

z3ntu added inline comments to D26353: touch: bug fixes and general improvements.
Jan 5 2020, 3:42 PM
z3ntu updated the diff for D26353: touch: bug fixes and general improvements.
  • Adjust empty state style and text
  • Use i18n instead of qsTr
Jan 5 2020, 3:39 PM

Jan 1 2020

z3ntu added inline comments to D26353: touch: bug fixes and general improvements.
Jan 1 2020, 8:18 PM
z3ntu requested review of D26353: touch: bug fixes and general improvements.
Jan 1 2020, 7:45 PM
z3ntu added a reviewer for D26340: touch: Remove deprecated ApplicationHeader: svuorela.
Jan 1 2020, 12:52 PM
z3ntu requested review of D26340: touch: Remove deprecated ApplicationHeader.
Jan 1 2020, 12:50 PM

Sep 10 2019

z3ntu added a comment to T10011: Screenshots functionality.

Taking screenshots with a key combo is also important, e.g. vol down & power for a few seconds like it's done in Android

Sep 10 2019, 9:02 AM · Plasma: Mobile

Aug 18 2019

z3ntu added a comment to D23224: Fix capitalization of Nextcloud.

No, I don't have any rights here.

Aug 18 2019, 10:44 AM · Frameworks

Aug 17 2019

z3ntu added a comment to D23224: Fix capitalization of Nextcloud.

I'm guessing the changed English strings will trigger a "untranslated string" warning in the translation software, so the translators should notice it, right?

Aug 17 2019, 4:55 PM · Frameworks
z3ntu updated the diff for D23224: Fix capitalization of Nextcloud.

Don't change the translated strings

Aug 17 2019, 4:54 PM · Frameworks
z3ntu requested review of D23224: Fix capitalization of Nextcloud.
Aug 17 2019, 4:38 PM · Frameworks

Dec 15 2018

z3ntu requested review of D17603: Fix kmail not finding mimelib/smtp.h.
Dec 15 2018, 2:15 PM

Sep 11 2018

z3ntu added a comment to D15380: Add reset font size shortcut.

Funnily enough Ctrl+Shift+0 is Ctrl+= on the German keyboard which is set by default to "Enlarge Font"

Sep 11 2018, 9:43 PM · Documentation, Konsole

Sep 9 2018

z3ntu added a comment to D15380: Add reset font size shortcut.

What about Ctrl+0? Web browsers use it and doesn't seem used in Konsole/shells yet.

Sep 9 2018, 6:35 PM · Documentation, Konsole

Feb 19 2018

z3ntu added a comment to D10605: Fix location of Firefox dbCacheFile.

No (this is one of my first patches 😄)

Feb 19 2018, 12:47 PM · Plasma

Feb 17 2018

z3ntu added a comment to D10610: Fix favicons in firefox bookmarks runner.

Presumably this means it'll break on < Firefox 58?

Feb 17 2018, 7:33 PM · Plasma
z3ntu updated the diff for D10610: Fix favicons in firefox bookmarks runner.
  • Add m_fetchsqlite_fav to teardown
Feb 17 2018, 7:29 PM · Plasma
z3ntu updated the diff for D10610: Fix favicons in firefox bookmarks runner.

Do the same change as in D10605

Feb 17 2018, 5:06 PM · Plasma
z3ntu added a comment to D10605: Fix location of Firefox dbCacheFile.

@mlaurent Updated the patch.

Feb 17 2018, 5:05 PM · Plasma
z3ntu updated the diff for D10605: Fix location of Firefox dbCacheFile.

Put slash directly into the QStringLiteral

Feb 17 2018, 5:04 PM · Plasma
z3ntu added a comment to D10610: Fix favicons in firefox bookmarks runner.

Two more notes:

Feb 17 2018, 4:28 PM · Plasma
z3ntu updated the test plan for D10610: Fix favicons in firefox bookmarks runner.
Feb 17 2018, 4:25 PM · Plasma
z3ntu requested review of D10610: Fix favicons in firefox bookmarks runner.
Feb 17 2018, 4:24 PM · Plasma
z3ntu added a comment to D10605: Fix location of Firefox dbCacheFile.

I researched a bit more. The commit af0a29a185f190088af4a3a9d0d5bfb28a8feae3 caused this behaviour. A small test app results in:

Feb 17 2018, 2:48 PM · Plasma
z3ntu requested review of D10605: Fix location of Firefox dbCacheFile.
Feb 17 2018, 2:33 PM · Plasma

Oct 23 2017

z3ntu added a comment to D3829: [touchpad] Use a separate X11 Display to monitor the XInput event..

This patch works for me :)

Oct 23 2017, 3:35 PM · Plasma

Oct 16 2017

z3ntu added a comment to R32:9ac4e855ca82: Proof of concept.

quick question (in inline comment)

Oct 16 2017, 7:46 PM

Oct 3 2017

z3ntu added a comment to D8089: Fix compilation of kikbd.

uhm I think I have to write a comment here to "submit" my inline comments?

Oct 3 2017, 6:50 AM

Oct 1 2017

z3ntu added a reviewer for D8089: Fix compilation of kikbd: helio.
Oct 1 2017, 2:23 PM
z3ntu created D8089: Fix compilation of kikbd.
Oct 1 2017, 2:18 PM

Sep 30 2017

z3ntu updated the summary of D8076: nfs: Skip mounts with no permission.
Sep 30 2017, 7:07 PM
z3ntu updated the diff for D8076: nfs: Skip mounts with no permission.

Add the bug keyword

Sep 30 2017, 3:56 PM
z3ntu added a comment to D8076: nfs: Skip mounts with no permission.

Well as we don't add failed mounts to the failList (if they fail because of 13 / MNT3ERR_ACCES) so the line if (failList.size() == exportsCount) { won't work then.

Sep 30 2017, 3:55 PM
z3ntu created D8076: nfs: Skip mounts with no permission.
Sep 30 2017, 2:30 PM