Feed Advanced Search

May 17 2021

ZaWertun added a comment to T13722: Flags (not the int type) from kdelibs4support.

Try also setting mipmap to true: https://doc.qt.io/qt-5/qml-qtquick-image.html#mipmap-prop.
Maybe it will give better results (disabled by default).

May 17 2021, 12:58 PMVDG, KF6

May 13 2021

ZaWertun added a comment to T13722: Flags (not the int type) from kdelibs4support.

Simple Ruby script to remove black outlines in OpenMoji flags:

require 'rexml/xpath'
require 'rexml/document'
May 13 2021, 3:00 PMVDG, KF6
ZaWertun added a comment to T13722: Flags (not the int type) from kdelibs4support.

USA flag:

May 13 2021, 2:35 PMVDG, KF6
ZaWertun added a comment to T13722: Flags (not the int type) from kdelibs4support.

Black outline in OpenMoji can be simply hidden by this CSS rule:

<style>
  #line { display: none; }
</style>

Or removed with use of any XML library - by removing tag <g id="line">.

May 13 2021, 2:29 PMVDG, KF6

Jun 19 2020

ZaWertun added a comment to D29857: Fix: kwalletmanager cannot be started by systemsettings/account details/launch.

Nice 馃憤

Jun 19 2020, 8:57 AM
ZaWertun added a comment to D29857: Fix: kwalletmanager cannot be started by systemsettings/account details/launch.

Patch won't apply directly, but you've done the work finding the bug, I can sort that.

Jun 19 2020, 8:44 AM
ZaWertun edited reviewers for D29857: Fix: kwalletmanager cannot be started by systemsettings/account details/launch, added: cfeck; removed: davidedmundson.
Jun 19 2020, 8:41 AM

Jun 18 2020

ZaWertun retitled D29857: Fix: kwalletmanager cannot be started by systemsettings/account details/launch from kwalletconfig5 tries to start process named "kwalletmanager5 --show" to Fix: kwalletmanager cannot be started by systemsettings/account details/launch.
Jun 18 2020, 1:00 PM
ZaWertun requested review of D29857: Fix: kwalletmanager cannot be started by systemsettings/account details/launch.
Jun 18 2020, 12:59 PM

May 26 2020

ZaWertun added a comment to D29833: Akonadi searches for file mysql-global.conf at wrong path.

Just updated the commit.

May 26 2020, 4:20 PMKDE PIM
ZaWertun updated the diff for D29833: Akonadi searches for file mysql-global.conf at wrong path.

Unneeded prefix akonadi/ removed.

May 26 2020, 11:14 AMKDE PIM
ZaWertun added reviewers for D29833: Akonadi searches for file mysql-global.conf at wrong path: dvratil, knauss.
May 26 2020, 9:32 AMKDE PIM
ZaWertun added a comment to D29833: Akonadi searches for file mysql-global.conf at wrong path.

Another approach is to remove prefix akonadi/ from all calls to the StandardDirs::locateResourceFile (second parameter):

src/widgets/selftestdialog.cpp
320:    const QString globalConfig = StandardDirs::locateResourceFile("config", QStringLiteral("akonadi/mysql-global.conf"));
335:    const QString localConfig  = StandardDirs::locateResourceFile("config", QStringLiteral("akonadi/mysql-local.conf"));
May 26 2020, 7:48 AMKDE PIM
ZaWertun requested review of D29833: Akonadi searches for file mysql-global.conf at wrong path.
May 26 2020, 6:23 AMKDE PIM

May 3 2020

ZaWertun added a comment to D29322: Fix bookmark command being percent encoded.

Thanks!

May 3 2020, 9:25 AMKonsole

May 1 2020

ZaWertun requested review of D29322: Fix bookmark command being percent encoded.
May 1 2020, 10:39 AMKonsole

Dec 27 2019

ZaWertun updated the diff for D10883: Ability to view git diff (with difftool) for selected file.
Dec 27 2019, 2:25 PM
ZaWertun updated the diff for D10883: Ability to view git diff (with difftool) for selected file.
Dec 27 2019, 2:09 PM

Dec 25 2019

ZaWertun added a comment to D10883: Ability to view git diff (with difftool) for selected file.

https://stackoverflow.com/questions/16562121/git-diff-head-vs-staged

Dec 25 2019, 9:10 AM

Aug 12 2019

ZaWertun abandoned D22528: KIO FTP: Fix file copy hanging when copying to existing file.

No problem. I'm closing revision then.
Thanks for the feedback.

Aug 12 2019, 4:03 PMFrameworks
ZaWertun added a comment to D22528: KIO FTP: Fix file copy hanging when copying to existing file.

Just found another bug on the KDE bugzilla related to this: https://bugs.kde.org/show_bug.cgi?id=410357.

Aug 12 2019, 9:43 AMFrameworks

Aug 2 2019

ZaWertun added a comment to D22528: KIO FTP: Fix file copy hanging when copying to existing file.

Wrong. Still present in KF frameworks 5.61:

Aug 2 2019, 1:50 PMFrameworks
ZaWertun added a comment to D22528: KIO FTP: Fix file copy hanging when copying to existing file.

Bug still present in plasma 5.16.4.

Aug 2 2019, 1:45 PMFrameworks

Jul 19 2019

ZaWertun added a comment to D22528: KIO FTP: Fix file copy hanging when copying to existing file.

Looks good to me. The slave indeed must issue an exit state there.

What email address would you like to have associated with the git commit?

Jul 19 2019, 9:39 AMFrameworks

Jul 18 2019

ZaWertun added a comment to D22528: KIO FTP: Fix file copy hanging when copying to existing file.

Patch was made against version 5.60.0 (rev 8513ca9).
Sorry that I didn't mention it earlier.

Jul 18 2019, 4:46 PMFrameworks
ZaWertun retitled D22528: KIO FTP: Fix file copy hanging when copying to existing file from KIO FTP: File copy hangs when copying to existing file to KIO FTP: File copy hangs when copying to existing file - fix.
Jul 18 2019, 2:43 PMFrameworks
ZaWertun added a comment to D22528: KIO FTP: Fix file copy hanging when copying to existing file.

One more small thing: it's better to replace sCopyFile in call to error with something like dest.path(),
to display server path rather than local source.

Jul 18 2019, 11:41 AMFrameworks
ZaWertun added a reviewer for D22528: KIO FTP: Fix file copy hanging when copying to existing file: dfaure.
Jul 18 2019, 11:33 AMFrameworks
ZaWertun requested review of D22528: KIO FTP: Fix file copy hanging when copying to existing file.
Jul 18 2019, 11:33 AMFrameworks

Mar 17 2018

ZaWertun updated the diff for D10883: Ability to view git diff (with difftool) for selected file.

New signal slot syntax

Mar 17 2018, 4:08 PM

Feb 27 2018

ZaWertun added a reviewer for D10883: Ability to view git diff (with difftool) for selected file: Dolphin.
Feb 27 2018, 11:16 AM
ZaWertun requested review of D10883: Ability to view git diff (with difftool) for selected file.
Feb 27 2018, 11:16 AM