aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-07Commit translations from l10n-kf5v5.25.0-rc1v5.25.0l10n daemon script
2016-08-06Upgrade ECM and KF5 version requirements for 5.25.0 release.l10n daemon script
2016-08-04api docs: add version to @deprecated tag for authorizeKActionDavid Faure
2016-08-01Add DeleteFile and RenameFile standard shortcut.Leslie Zhai
REVIEW: 128517
2016-07-24Qt 5.5.0 is now required, as discussed on kde-frameworks-devell10n daemon script
2016-07-13Reduce string modifications when calling translatePathAleix 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-09Upgrade KF5 version to 5.25.0.l10n daemon script
2016-07-02Fix previous commit - this still needs to be exportedDavid Faure
CCMAIL: elvis.angelaccio@kdemail.net
2016-07-02Deprecate authorizeKAction() in favor of authorizeAction()Elvis Angelaccio
REVIEW: 128023
2016-07-02Upgrade ECM and KF5 version requirements for 5.24.0 release.l10n daemon script
2016-06-22Fix reproducibility in builds by ensuring utf-8 encoding.Scarlett Clark
REVIEW:128102 Set encoding on kconfig_compiler generated cpp and headers to utf-8 ( reproducible builds ) Under certain locals non standard characters will get dropped making builds un reproducible. Setting the encoding to utf-8 on the files makes all builds reproducible no matter what ( or none ) locale is in use. Thereby making the build reproducible.
2016-06-17Promote Android supportAndreas Cord-Landwehr
2016-06-15Individually specify supported platformsAndreas Cord-Landwehr
2016-06-13Upgrade KF5 version to 5.24.0.l10n daemon script
2016-06-06Upgrade ECM and KF5 version requirements for 5.23.0 release.l10n daemon script
2016-06-06Upgrade KF5 version to 5.23.0.l10n daemon script
2016-05-22update metainfo.yaml for new kapidox versionOlivier CHURLAUD
2016-05-19Avoid skipping KAuthorized checkDavid 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-19Add autotest for broken KAuthorised check in tryExec()David Edmundson
2016-05-11Remove not-implemented functionStephen Kelly
No one could be using this because they would not be able to link,
2016-05-11Remove typedef copyStephen 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-05-06Upgrade ECM and KF5 version requirements for 5.22.0 release.l10n daemon script
2016-05-02Upgrade KF5 version to 5.22.0.l10n daemon script
2016-04-27Make kdeglobals file path static as intendedAleix Pol
2016-04-27Remove unneeded ifdefs to compare pathsAleix 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-27Remove unused variableAleix Pol
2016-04-17core/ksharedconfig.cpp - pedanticAllen Winter
2016-04-16kconfigcompiler_test_signals.cpp - pedanticAllen Winter
2016-04-03Upgrade Qt version requirement.l10n daemon script
2016-04-02Upgrade ECM and KF5 version requirements for 5.21.0 release.l10n daemon script
2016-03-28Add 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-03-13Upgrade KF5 version to 5.21.0.l10n daemon script
2016-03-04Upgrade ECM and KF5 version requirements for 5.20.0 release.l10n daemon script
2016-02-19KConfigIniBackend: Fix expensive detach in lookupKevin Funk
Differential Revision: https://phabricator.kde.org/D990
2016-02-13Upgrade KF5 version to 5.20.0.l10n daemon script
2016-02-06Upgrade ECM and KF5 version requirements for 5.19.0 release.l10n daemon script
2016-01-28Let KDE*CompilerSettings change the policies in the projectAleix Pol
As suggested in ECM documentation.
2016-01-20SVN_SILENT made messages (.desktop file) - always resolve oursl10n 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-09Upgrade KF5 version to 5.19.0.l10n daemon script
2016-01-02Qt 5.3 is required, remove code for < 5.3David Faure
2016-01-01Upgrade ECM and KF5 version requirements for 5.18.0 release.l10n daemon script
2015-12-29Ensure KonfUpdate's fields are all initialized.Matthew Dawson
These fields should all be written to before they are read during normal operation, but this ensures they have a sensible default in case they are not. Coverity issue 1291513.
2015-12-29Remove unused variable in KConfigPrivateMatthew 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-29Ensure group is unescaped properly in kconf_update.Matthew Dawson
During a kconf_update run, an invalid group name may be treated as correct even though the name failed to unescape. This leads the group name to be a null character, which will fail. If the unescape failed, return that failure status instead. This should have no impact, as the previous result would have been wrong anyways. Now a more useful diagnostic will be returned instead. Update the unit tests to ensure this issue is tested in the future. Found in Coverity issue 258087. REVIEW: 126556
2015-12-29Remove duplicate branch in kconfig_compiler.cppMatthew Dawson
This has been around for a long time, no need to dupilcate. Coverity issue 1289077.
2015-12-23gui: add a small apidox bit for the KConfigGui namespacePino Toscano
This way it can be shown in the apidox.
2015-12-23Fix some Clazy warningsImran Tatriev
2015-12-12Upgrade KF5 version to 5.18.0.l10n daemon script
2015-12-06Upgrade ECM and KF5 version requirements for 5.17.0 release.l10n daemon script
2015-12-06Upgrade KF5 version to 5.17.0.l10n daemon script