Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-16 | Prefer nullptr over Q_NULLPTR | Kevin Funk | |
2017-01-16 | Use nullptr everywhere | Kevin Funk | |
Differential Revision: https://phabricator.kde.org/D3987 | |||
2017-01-16 | Fix a few -Wdocumentation warnings | Kevin Funk | |
2017-01-15 | Add python bindings | Stephen Kelly | |
2017-01-15 | Add missing export decoration | Stephen Kelly | |
2017-01-08 | Update message, kdeui doesn't exist anymore. | David Faure | |
2017-01-02 | Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAG | Albert Astals Cid | |
REVIEW: 129745 | |||
2016-12-21 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n daemon script | |
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" | |||
2016-12-20 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n daemon script | |
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" | |||
2016-11-17 | Properly test environment variable | Aleix Pol | |
Summary: use qEnvironmentVariableIsSet instead of qgetenv().isEmpty() Reviewers: #frameworks, sebas, sitter Reviewed By: sebas, sitter Differential Revision: https://phabricator.kde.org/D3314 | |||
2016-11-10 | src/core/kconfigbackend.cpp - handle unused 'sys' argument | Allen Winter | |
2016-08-04 | api docs: add version to @deprecated tag for authorizeKAction | David Faure | |
2016-07-13 | Reduce string modifications when calling translatePath | Aleix Pol | |
Don't drop the file: prefix twice in every run. Use appropriate API on paths rather than string handling, when possible. REVIEW: 127813 | |||
2016-07-02 | Fix previous commit - this still needs to be exported | David Faure | |
CCMAIL: elvis.angelaccio@kdemail.net | |||
2016-07-02 | Deprecate authorizeKAction() in favor of authorizeAction() | Elvis Angelaccio | |
REVIEW: 128023 | |||
2016-05-19 | Avoid skipping KAuthorized check | David Edmundson | |
Previously, if a .desktop file had a TryExec and a X-KDE-AuthorizeAction entry we would skip the KAuthorized check. This is clearly wrong. REVIEW: 127948 | |||
2016-05-11 | Remove typedef copy | Stephen Kelly | |
The typedef is copied here to avoid including the header that contains it. However, this confuses sip if binding definitions are generated from the C++ headers. Simply inline the typedef instead. | |||
2016-04-27 | Make kdeglobals file path static as intended | Aleix Pol | |
2016-04-27 | Remove unneeded ifdefs to compare paths | Aleix Pol | |
Just keep the setting once and always use QString::compare instead of using QString::operator== or QString::compare depending on the platform. | |||
2016-04-27 | Remove unused variable | Aleix Pol | |
2016-04-17 | core/ksharedconfig.cpp - pedantic | Allen Winter | |
2016-03-28 | Add support for get QStandardPaths locations. | Sandro Knauß | |
Inside desktop files we want to reach also data, cache and config home to create files inside these directories. REVIEW: 127462 CHANGELOG: Add support for get QStandardPaths locations inside desktop files. | |||
2016-02-19 | KConfigIniBackend: Fix expensive detach in lookup | Kevin Funk | |
Differential Revision: https://phabricator.kde.org/D990 | |||
2016-01-20 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n daemon script | |
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" | |||
2016-01-02 | Qt 5.3 is required, remove code for < 5.3 | David Faure | |
2015-12-29 | Remove unused variable in KConfigPrivate | Matthew Dawson | |
This seems to be left over from KDE 3.5 times, and isn't referenced anywhere in the code. Since its a private header, just remove. Found by Coverity, issue 1175531. REVIEW: 126555 | |||
2015-12-23 | Fix some Clazy warnings | Imran Tatriev | |
2015-11-21 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n daemon script | |
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" | |||
2015-11-04 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n daemon script | |
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" | |||
2015-10-20 | use KDE_INSTALL_FULL_ variant, so there is no ambiguity | Rex Dieter | |
2015-10-17 | Allow KConfig to use resources as fallback config files | Christoph Cullmann | |
Fallback will be :/kconfig/ REVIEW: 125598 | |||
2015-10-05 | Minor optimizations | Albert Astals Cid | |
Ran the clazy tool (http://www.kdab.com/use-static-analysis-improve-performance/) Mostly QStringLiteral/QLatin1String additions A few const & additions to non public methods Compiles, test pass REVIEW: 125106 | |||
2015-09-07 | [KDesktopFile] add readMimeTypes | Kai Uwe Broulik | |
CHANGELOG: KDesktopFile can now read mime types specified in the MimeType field REVIEW: 124746 | |||
2015-08-19 | Rename private class to avoid exporting it accidentally | Montel Laurent | |
2015-08-19 | Fix pedantic | Montel Laurent | |
2015-08-16 | Rename private class to avoid exporting it accidentally | Montel Laurent | |
2015-08-12 | Minimize calls to expensive QStandardPaths::locateAll() | Sergio Martins | |
It's called a lot at startup as shown by profiling. heaptrack also complains it does many heap allocations, so cache it. REVIEW: 124199 | |||
2015-08-01 | Upgrade Qt version requirement to 5.3 | David Faure | |
2015-07-27 | Don't recommend to use deprecated API | Aleix Pol | |
REVIEW: 124467 | |||
2015-04-07 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n daemon script | |
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" | |||
2015-04-04 | KConfig: fix using KSharedConfig in global object destructor. | David Faure | |
ksharedconfig_in_global_object.cpp is now in kdelibs4 too (where it works) and reproduces Albert's KgDifficulty testcase. CHANGELOG: fix assert when using KSharedConfig in a global object destructor. REVIEW: 122232 | |||
2015-03-20 | mini-optimization by fixing defects found by coverity and using ↵ | Nick Shaforostoff | |
QByteArrayLiteral | |||
2015-02-25 | not necessary to have virtual + Q_DECL_OVERRIDE | Montel Laurent | |
2015-02-19 | Avoid code path that leaves local config locked | David Edmundson | |
The local config file gets locked on line 415, if we return early we need to unlock it. REVIEW: 122549 BUG: 344032 | |||
2015-02-16 | at KDesktopFile::locateLocal, correct the expression of the if statement ↵ | Guy Maurel | |
which was always TRUE REVIEW: 122445 | |||
2015-02-12 | Use Q_DECL_OVERRIDE where possible | Kevin Funk | |
With -Winconsistent-missing-override (Clang), headers from KConfig are throwing a lot of warnings. REVIEW: 122539 | |||
2015-01-10 | Update installation variables. | Alex Merry | |
2015-01-07 | Fix KCoreConfigSkeleton when toggling a value with saves in between | Albert Astals Cid | |
REVIEW: 121838 Acked by Matthew Dawson | |||
2014-12-25 | Simplify condition, endsWith is clever enough. | David Faure | |
2014-12-14 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |