Feed Advanced Search

Aug 8 2020

dfaure accepted D26448: Add KRecentFilesMenu to replace KRecentFileAction.

A unittest would be useful too, especially if we then refactor the loading to use KIO jobs.

Aug 8 2020, 8:59 AM · Frameworks

Aug 6 2020

dfaure added a comment to D29871: Enable option to show hidden folders in sidebar, plus small sidebar code fixes (eg: scrollbar display).

I didn't have an assert before though, should I replace the if statement with a Q_ASSERT then?

Aug 6 2020, 8:31 AM · Documentation

Aug 5 2020

dfaure added a comment to D29871: Enable option to show hidden folders in sidebar, plus small sidebar code fixes (eg: scrollbar display).

A bunch of fixes got reverted. The dead code is back. The assert is gone. The docu improvement is gone....

Aug 5 2020, 8:18 PM · Documentation
dfaure added inline comments to D29871: Enable option to show hidden folders in sidebar, plus small sidebar code fixes (eg: scrollbar display).
Aug 5 2020, 3:50 PM · Documentation
dfaure added inline comments to D29871: Enable option to show hidden folders in sidebar, plus small sidebar code fixes (eg: scrollbar display).
Aug 5 2020, 3:47 PM · Documentation

Aug 2 2020

dfaure added inline comments to D26448: Add KRecentFilesMenu to replace KRecentFileAction.
Aug 2 2020, 10:20 AM · Frameworks

Aug 1 2020

dfaure added inline comments to D29871: Enable option to show hidden folders in sidebar, plus small sidebar code fixes (eg: scrollbar display).
Aug 1 2020, 8:26 PM · Documentation

Jul 25 2020

dfaure added a comment to D29871: Enable option to show hidden folders in sidebar, plus small sidebar code fixes (eg: scrollbar display).

I can't really approve a half finished feature that is undiscoverable.

Jul 25 2020, 3:47 PM · Documentation

Jul 18 2020

dfaure added a comment to D29871: Enable option to show hidden folders in sidebar, plus small sidebar code fixes (eg: scrollbar display).

Well, if you insist, but this is how cruft just adds up. Will you -- or someone else -- remember to actually remove this weird entry from desktop files when implementing something better?
I just don't see how it belongs there. To make this actually available to users, you'd have to ship two desktop files "Home" and "Home with hidden directories shown"? Urgh.

Jul 18 2020, 9:11 PM · Documentation
dfaure added a comment to D29871: Enable option to show hidden folders in sidebar, plus small sidebar code fixes (eg: scrollbar display).

BTW we have moved to gitlab for merge requests :-)

Argh. So how do I do it now?

Jul 18 2020, 8:02 PM · Documentation
dfaure requested changes to D29871: Enable option to show hidden folders in sidebar, plus small sidebar code fixes (eg: scrollbar display).

Users don't create or edit desktop files ;)

Jul 18 2020, 7:47 PM · Documentation

Jul 14 2020

dfaure added a comment to D29871: Enable option to show hidden folders in sidebar, plus small sidebar code fixes (eg: scrollbar display).

The commit log explains the what but not the why. Can you give more details about the use case for this? At first sight it smells like overconfigurability (given that the user can already request that hidden files are shown, more globally).

Jul 14 2020, 9:42 AM · Documentation

Jul 6 2020

dfaure added a comment to D14631: Adds a new RenameDialog to KIO with more options for batch renaming.

Only if you can find a way to change BatchRenameJob in a binary and behaviour compatible way. And then it will be a dual-headed thing with two modes of operations, awful. All this sounds to me like much more trouble than writing a different job.

Jul 6 2020, 9:02 AM · Frameworks

Jul 5 2020

dfaure added a comment to T13364: lxr.kde.org seems to have incomplete index for General Search.

Done.

Jul 5 2020, 9:36 AM · Sysadmin

Jul 4 2020

dfaure added a comment to T13364: lxr.kde.org seems to have incomplete index for General Search.

Not fully sure. I thought it was corruption of the glimpse databases, but every tuesday they get deleted and recreated, AFAICS.

Jul 4 2020, 9:59 PM · Sysadmin
dfaure added a comment to T13364: lxr.kde.org seems to have incomplete index for General Search.

https://lxr.kde.org/search?_filestring=&_string=KAboutData looks much better now.

Jul 4 2020, 5:50 PM · Sysadmin
dfaure added a comment to T13364: lxr.kde.org seems to have incomplete index for General Search.

Here are my findings.

Jul 4 2020, 10:39 AM · Sysadmin
dfaure added a comment to T13364: lxr.kde.org seems to have incomplete index for General Search.

One thing that used to work better, was that I was able to get email when the cron job fails.
But now it says
"
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

Jul 4 2020, 9:42 AM · Sysadmin

Jun 14 2020

dfaure added a comment to D29066: Ensure that WebEnginePart uses proxy settings from KCM.

In the repo where your git push fails, what does git remote -v say?

Jun 14 2020, 9:41 AM

Jun 13 2020

dfaure added a comment to D26253: Port the About page to QtWebEngine.

OK, Qt min version increased: https://invent.kde.org/network/konqueror/commit/a6def18fba4958e0c5a105fd0d8507baeca78d92

Jun 13 2020, 8:38 PM
dfaure accepted D29066: Ensure that WebEnginePart uses proxy settings from KCM.

Good idea to check the default webengine. Just in case :)

Jun 13 2020, 6:01 PM
dfaure added a comment to D26342: Allow overriding to disable auto language detection.

I don't think that's a regression, in the previous behavior you could try to set any language to proofread, it would always auto-detect "Bonjour" as French, thus the "Tools / Spelling / change language" had not effect if autodetect was enabled at system level (while autodetection should be an application or even case by case decision).

Jun 13 2020, 5:58 PM · Frameworks
dfaure added a comment to D26253: Port the About page to QtWebEngine.

@stefanocrocco if it makes your life easier I'm fine with konqueror requiring Qt >= 5.12 (currently the CMakeLists.txt says 5.9, but KF5 requires 5.12)

Jun 13 2020, 12:55 PM
dfaure added a comment to D26342: Allow overriding to disable auto language detection.

This actually breaks language auto-detection for me in the KMail composer.

Jun 13 2020, 12:51 PM · Frameworks
dfaure accepted D29066: Ensure that WebEnginePart uses proxy settings from KCM.

Sorry, slipped my mind.

Jun 13 2020, 11:52 AM

Jun 11 2020

dfaure added a comment to D26253: Port the About page to QtWebEngine.

Implementing something Konqueror-specific in kwebkitpart doesn't really feel right though. I suppose that the konq: URLs are implemented by generating HTML code which is then sent to the engine; is there a reason why this would have to be done in the web kpart? That would also solve the problem for the other view modes (my build still shows KHTML, but also a fancy term for "kate" and okular).

Jun 11 2020, 7:02 PM
dfaure committed R178:2277b0fffb08: Make KDocTools optional (like in e.g. KIO) (authored by dfaure).
Make KDocTools optional (like in e.g. KIO)
Jun 11 2020, 6:46 PM
dfaure added a comment to D26253: Port the About page to QtWebEngine.

The fix is to implement similar support for the about page (with konq: URLs) in kwebkitpart. Since you're the only person interested in kwebkitpart these days (AFAIK), feel free to go ahead and do that.

Jun 11 2020, 6:16 PM

Jun 8 2020

dfaure moved T12226: Port akregator away from BrowserRun::saveUrl from Backlog to Done on the KF6 board.

Done in https://invent.kde.org/pim/akregator/-/merge_requests/1

Jun 8 2020, 3:16 PM · KF6
dfaure committed R249:58febc1b34ae: autotests: repair after recent commit introducing single quotes around filenames (authored by dfaure).
autotests: repair after recent commit introducing single quotes around filenames
Jun 8 2020, 8:30 AM

Jun 7 2020

dfaure committed R241:b5e3f560825c: Deprecate totalFiles and totalDirs signals, not emitted (authored by dfaure).
Deprecate totalFiles and totalDirs signals, not emitted
Jun 7 2020, 7:32 PM
dfaure committed R497:b88212a3d1b0: Add support for "force" to make_rc_tag.sh (authored by dfaure).
Add support for "force" to make_rc_tag.sh
Jun 7 2020, 7:22 PM
dfaure committed R201:770108e781c4: Port away from KParts::BrowserRun (authored by dfaure).
Port away from KParts::BrowserRun
Jun 7 2020, 11:54 AM
dfaure added a comment to D29810: Don't use the setenv function after fork.

This breaks FreeBSD compilation. Please check: https://build.kde.org/job/Frameworks/job/kcrash/job/kf5-qt5%20FreeBSDQt5.14/17/

Jun 7 2020, 10:36 AM · Frameworks
dfaure committed R236:226987c89e94: KDatePicker: Fix parsing date from line edit on Enter press (authored by volkov).
KDatePicker: Fix parsing date from line edit on Enter press
Jun 7 2020, 10:34 AM
dfaure committed R201:8889379f282f: Port akregator away from KParts::BrowserRun (authored by dfaure).
Port akregator away from KParts::BrowserRun
Jun 7 2020, 10:32 AM
dfaure committed R241:e8b3e5fe64e7: Port from KRandom::random to QRandomGenerator (authored by aacid).
Port from KRandom::random to QRandomGenerator
Jun 7 2020, 10:20 AM
dfaure committed R285:bb7c80717a60: Don't use the setenv function after fork (authored by jpalecek).
Don't use the setenv function after fork
Jun 7 2020, 9:24 AM
dfaure closed D29810: Don't use the setenv function after fork.
Jun 7 2020, 9:24 AM · Frameworks
dfaure committed R285:dfae07a8ed40: Fix segfault on no restart args (authored by jpalecek).
Fix segfault on no restart args
Jun 7 2020, 9:22 AM
dfaure closed D29814: Fix segfault on no restart args.
Jun 7 2020, 9:22 AM · Frameworks
dfaure accepted D29814: Fix segfault on no restart args.
Jun 7 2020, 9:17 AM · Frameworks

Jun 6 2020

dfaure committed R497:6c019d4c8d8d: Minor fixes (authored by dfaure).
Minor fixes
Jun 6 2020, 11:19 PM
dfaure committed R883:1570733: add frameworks-5.71.0 to generate_release_data.py.
add frameworks-5.71.0 to generate_release_data.py
Jun 6 2020, 11:15 PM
dfaure committed R497:f4c8e51e6486: Fixes (authored by dfaure).
Fixes
Jun 6 2020, 8:02 PM
dfaure committed R201:70c1d3683a65: Remove unused includes (authored by dfaure).
Remove unused includes
Jun 6 2020, 7:52 PM
dfaure committed R286:698fe94d39b2: Adapt kfilemetadata to "audio/x-speex+ogg" as recently changed in shared-mime… (authored by dfaure).
Adapt kfilemetadata to "audio/x-speex+ogg" as recently changed in shared-mime…
Jun 6 2020, 3:48 PM
dfaure committed R244:ee056eec85fb: autotests: make kdirwatch_stat_unittest more robust. (authored by dfaure).
autotests: make kdirwatch_stat_unittest more robust.
Jun 6 2020, 3:33 PM
dfaure added a comment to D29809: Don't invoke qstring localized stuff in critical section.

Done in https://invent.kde.org/frameworks/kcrash/commit/c315685f0e0920e8847afe12c97fbbe4653eb351

Jun 6 2020, 2:48 PM · Frameworks
dfaure committed R285:c315685f0e09: Don't invoke qstring localized stuff in critical section (authored by dfaure).
Don't invoke qstring localized stuff in critical section
Jun 6 2020, 2:47 PM
dfaure closed D29809: Don't invoke qstring localized stuff in critical section.
Jun 6 2020, 2:47 PM · Frameworks
dfaure added a comment to D29814: Fix segfault on no restart args.

This question is still without an answer: "Can you explain how to trigger this crash in the first place? Which application triggers it?"

Jun 6 2020, 2:11 PM · Frameworks
dfaure accepted D29809: Don't invoke qstring localized stuff in critical section.
Jun 6 2020, 2:11 PM · Frameworks
dfaure added a comment to D29814: Fix segfault on no restart args.

This commit seems to include the changes requested in the other review...

Jun 6 2020, 1:12 PM · Frameworks
dfaure added a comment to D29809: Don't invoke qstring localized stuff in critical section.

The changes you mention don't appear in phabricator.

Jun 6 2020, 1:12 PM · Frameworks
dfaure added a comment to T12101: [KWallet] Provide org.freedesktop.secrets support.

Alternative solution: we port apps to libqt5keychain, which itself supports KWallet, gnome-keyring and libsecret (which I assume uses "secrets service").
See task T12219

Jun 6 2020, 1:03 PM · KF6
dfaure committed R320:73c53d987dcb: Fix kio-extras compilation with -DQT_NO_CAST_TO_ASCII (authored by dfaure).
Fix kio-extras compilation with -DQT_NO_CAST_TO_ASCII
Jun 6 2020, 11:41 AM
dfaure committed R241:601bf6c8e72b: autotests: fix kfileplacesviewtest when kio-extras isn't installed (authored by dfaure).
autotests: fix kfileplacesviewtest when kio-extras isn't installed
Jun 6 2020, 11:16 AM
dfaure committed R161:9b2d5e4e457d: Improve assert's error message on SQL error (authored by dfaure).
Improve assert's error message on SQL error
Jun 6 2020, 10:51 AM
dfaure committed R241:d166309c4546: autotests: attempt to fix kfileplacesviewtest on CI (authored by dfaure).
autotests: attempt to fix kfileplacesviewtest on CI
Jun 6 2020, 10:42 AM
dfaure committed R286:b661ba60cee9: GIT_SILENT add debug output on failure (authored by dfaure).
GIT_SILENT add debug output on failure
Jun 6 2020, 10:41 AM
dfaure committed R365:e626d7b11064: Build kdesupport/plasma-wayland-protocols, needed for kde/workspace/kwayland… (authored by dfaure).
Build kdesupport/plasma-wayland-protocols, needed for kde/workspace/kwayland…
Jun 6 2020, 10:36 AM

Jun 5 2020

dfaure committed R497:697c6c310724: GIT_SILENT minor script improvement (authored by dfaure).
GIT_SILENT minor script improvement
Jun 5 2020, 12:35 PM
dfaure committed R96:eaa7d9d87598: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:41 AM
dfaure committed R858:ead03314eccb: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:41 AM
dfaure committed R495:e8b3f65b941e: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:41 AM
dfaure committed R312:185dec35eebd: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R263:73e337d89919: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R311:2f1a7b91c66c: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R292:2233060c2400: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R310:b76b2cf174de: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R39:ed68351cf47b: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R309:fa5fb962cbd5: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R308:1dfe3ce2c190: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R291:611ae6312c2c: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R307:b135e4e8ee9c: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R306:ae0a46f646cc: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R290:17dfe2b06e65: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R289:9330863930e6: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R305:c1a2f23c2679: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R304:11954bf73553: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R316:44e7fc366f28: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R315:a59a10dec6c2: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R288:648ecaafb755: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R287:37be13e3a459: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R302:e614c5c9bfe0: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R268:b30783c22c0e: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R286:afa4348cab13: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R301:095893f2bbde: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R238:c242c52fa693: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R298:133e53216ed7: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R297:da301b5dedee: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:40 AM
dfaure committed R285:89915cf8ea33: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:39 AM
dfaure committed R174:257429c126b0: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:39 AM
dfaure committed R284:a6c92f05ba90: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:39 AM
dfaure committed R295:93ff6ed15fc7: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:39 AM
dfaure committed R294:f88b8aba5376: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:39 AM
dfaure committed R283:cf7a4c89edbd: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:39 AM
dfaure committed R159:730b238b0606: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:39 AM
dfaure committed R6:5c4381589504: GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT (authored by dfaure).
GIT_SILENT increase KF_DISABLE_DEPRECATED_BEFORE_AND_AT
Jun 5 2020, 8:39 AM