- 14 Jan, 2021 3 commits
-
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
- 13 Jan, 2021 1 commit
-
-
Alexander Lohnau authored
See https://phabricator.kde.org/T13553 for details. Now deprecation warnings are also emitted at runtime and the related methods are formally deprecated.
-
- 12 Jan, 2021 2 commits
-
-
Alexander Lohnau authored
This makes the unit tests less noisy when it is not needed and at the same time it prevents bitrotting.
-
Alexander Lohnau authored
-
- 10 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 09 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 08 Jan, 2021 1 commit
-
-
Alexander Lohnau authored
GIT_SILENT
-
- 06 Jan, 2021 1 commit
-
-
Alexander Lohnau authored
The concept will be removed in KF6, see https://phabricator.kde.org/T13553. Also it is not needed in the tests, consequently there is no reason to keep it and we can remove the noise when searching for occurrences.
-
- 05 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 03 Jan, 2021 1 commit
-
-
Alexander Potashev authored
-
- 02 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 24 Dec, 2020 2 commits
-
-
Alexander Lohnau authored
-
Alexander Lohnau authored
- Silence deprecation warnings for already deprecated code - Fix unused variable in KPluginFactory constructor
-
- 19 Dec, 2020 2 commits
-
-
David Faure authored
-
Gabriel Souza Franco authored
The Android build system does not support subfolders inside the libs folder. This results in no plugins being included in the APK. This uses the same convention Qt uses for its plugins, namely renaming the resulting file as: libplugins_original_path_to_plugin.so The plugin loading code is ifdef'ed to only use this schema on Android.
-
- 18 Dec, 2020 3 commits
-
-
Ahmad Samir authored
- Use QString::at() instead of operator[] to prevent detaching. - Using QString::startsWith(), less numbers/calculations. - Some minor code formatting for better readability.
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 14 Dec, 2020 1 commit
-
-
Friedrich W. H. Kossebau authored
desktoptojson instead of linking kcoreaddons compiles a linked copy of the desktopfileparser.cpp, and reused the same logging category, yet set a different logging default (Debug instead of Warning). Which makes sense as on conversion one is more interested in any issues. Though that different setup falls flat once one used kdebugsettings or directly changes defaults in qtlogging.ini, as at that level both cases get the same default. This patch... ... introduces a separate logging category for the conversion tool, so consumers can control both usages separately. ... now generates the respective logging category code ... removes outdated note about updating the unit test
-
- 12 Dec, 2020 1 commit
-
-
Script Kiddy authored
-
- 09 Dec, 2020 1 commit
-
-
Friedrich W. H. Kossebau authored
-
- 08 Dec, 2020 3 commits
-
-
Nicolas Fella authored
QProcess::pid() is deprecated and the problem that KProcess::pid() solves is solved by QProcess::processId()
-
Ahmad Samir authored
KTextToHTMLHelper ctor takes 4 args, 3 of which have default values, that's why the code compiled before.
-
Script Kiddy authored
-
- 05 Dec, 2020 1 commit
-
-
Script Kiddy authored
-
- 03 Dec, 2020 2 commits
-
-
Nicolas Fella authored
This reverts commit 407f96d8
-
Ahmad Samir authored
GIT_SILENT
-
- 02 Dec, 2020 1 commit
-
-
Nicolas Fella authored
QStringRef will be gone in Qt6.
-
- 30 Nov, 2020 1 commit
-
-
Nicolas Fella authored
A common corner case that the test should cover.
-
- 27 Nov, 2020 2 commits
-
-
Nicolas Fella authored
Otherwise it fails with "error: conversion from ‘int’ to ‘QChar’ is ambiguous" when building against Qt6.
-
Nicolas Fella authored
-
- 26 Nov, 2020 3 commits
-
-
Albert Astals Cid authored
-
Nicolas Fella authored
It's only used for one function that is behind that flag already. This allows to build against a Qt that doesn't have QRegExp at all, i.e. Qt6
-
Nicolas Fella authored
NAME_MAX is defined in limits.h/climits. Getting it through stdio.h was accidental and can blow up any time.
-
- 22 Nov, 2020 1 commit
-
-
Alexander Lohnau authored
- The returned QStrings were not used - There was an empty QStringLiteral used. See clazy rule empty-qstringliteral, but in an equal checks that makes no difference, QTBUG-54505. And because we actually have a null string, it makes sense to be more explicit and on the safe side with this. GIT_SILENT
-
- 17 Nov, 2020 3 commits
-
-
Méven Car authored
-
Laurent Montel authored
Fix crash when I try to open kmail config
-
Script Kiddy authored
-