aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-04GIT_SILENT Commit translations from l10n-kf5v5.49.0-rc1v5.49.0l10n daemon script
2018-08-04GIT_SILENT Upgrade ECM and KF5 version requirements for 5.49.0 release.l10n daemon script
2018-08-04GIT_SILENT Upgrade KF5 version to 5.49.0.l10n daemon script
2018-07-08Honor BUILD_TESTINGAntonio Rojas
Only build tests if BUILD_TESTING is on Differential Revision: https://phabricator.kde.org/D13947
2018-07-07GIT_SILENT Upgrade ECM and KF5 version requirements for 5.48.0 release.l10n daemon script
2018-06-30Remove unused includeBoudewijn Rempt
Differential revision: https://phabricator.kde.org/D13792
2018-06-10GIT_SILENT Upgrade KF5 version to 5.48.0.l10n daemon script
2018-06-02GIT_SILENT Upgrade ECM and KF5 version requirements for 5.47.0 release.l10n daemon script
2018-05-16KConfigCompiler_Test: Update test_signal.h.ref to follow the generated fileMaximiliano Curia
Summary: Since "Use override" (3985f2a0) kconfig_compiler.cpp generates usrSave with override instead of Q_DECL_OVERRIDE. This causes the KConfigCompiler_Test to fail [1], as the reference file of the test was not updated. [1]: https://build.kde.org/job/Frameworks%20kconfig%20kf5-qt5%20SUSEQt5.10/32/ Reviewers: #frameworks, mlaurent Reviewed By: mlaurent Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D12892
2018-05-13GIT_SILENT Upgrade KF5 version to 5.47.0.l10n daemon script
2018-05-07kcfg.xsd - do not require a kcfgfile elementAllen Winter
Differential Revision: https://phabricator.kde.org/D7415
2018-05-05GIT_SILENT Upgrade ECM and KF5 version requirements for 5.46.0 release.l10n daemon script
2018-05-04GIT_SILENT Upgrade KF5 version to 5.46.0.l10n daemon script
2018-05-04Use overrideLaurent Montel
2018-04-19Warning--Laurent Montel
2018-04-07GIT_SILENT Upgrade ECM and KF5 version requirements for 5.45.0 release.l10n daemon script
2018-04-06Fix autotestLaurent Montel
2018-04-06SVN_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"
2018-03-24Remove useless QT_VERSION_CHECKAlbert Astals Cid
We require Qt 5.8
2018-03-24GIT_SILENT Upgrade Qt5 version requirement to 5.8.0.l10n daemon script
2018-03-11Remove not necessary QtCore and coLaurent Montel
2018-03-10GIT_SILENT Upgrade KF5 version to 5.45.0.l10n daemon script
2018-03-03GIT_SILENT Upgrade ECM and KF5 version requirements for 5.44.0 release.l10n daemon script
2018-03-03GIT_SILENT Upgrade KF5 version to 5.44.0.l10n daemon script
2018-02-24Save some memory allocations by using the right APIAleix Pol
Test Plan: tests pass Reviewers: #frameworks, markg Reviewed By: markg Subscribers: markg Tags: #frameworks Differential Revision: https://phabricator.kde.org/D10771
2018-02-05Export kconf_update with toolingAleix Pol
Summary: This way if another cmake project imports it when cross-compiling, it can be executed. Reviewers: #frameworks Tags: #frameworks Differential Revision: https://phabricator.kde.org/D9652
2018-02-05GIT_SILENT Upgrade ECM and KF5 version requirements for 5.43.0 release.l10n daemon script
2018-01-15GIT_SILENT Upgrade KF5 version to 5.43.0.l10n daemon script
2018-01-13Use Ctrl+Shift+, as the standard shortcut for "Configure <Program>"Nathaniel Graham
Summary: FEATURE: Use Ctrl+Shift+, as the standard keyboard shortcut to invoke KDE programs' "Configure <Program>" menu items. Test Plan: This shortcut is not used by anything else. Searched on lxr, found one conflict in DigiKam, and the developers agreed to change it: https://bugs.kde.org/show_bug.cgi?id=386335 Will wait to land this until Digikam 5.8.0 is released to prevent any shortcut conflicts. Tested in KDE Neon. Tried out Plasma, KWin, Dolphin, Kate, Konsole, Gwenview, Okular, Konversation, KTorrent, and Skanlite; all now have a consistent keyboard shortcut for their "Configure <Program>" menu items. Reviewers: #frameworks, #vdg, broulik, rkflx Reviewed By: rkflx Subscribers: ilic, abetts, elvisangelaccio, aacid, argonel, marten, graesslin, broulik, #frameworks Tags: #frameworks Differential Revision: https://phabricator.kde.org/D8296
2018-01-05GIT_SILENT Upgrade ECM and KF5 version requirements for 5.42.0 release.l10n daemon script
2018-01-05Remove obsolete reviewboardrc fileLaurent Montel
2017-12-14Remove cmake warning about generating moc fileMontel Laurent
Test Plan: compile kmail without cmake warning Reviewers: kfunk, dfaure Reviewed By: kfunk Subscribers: mpyne, apol, aacid, #frameworks Tags: #frameworks Differential Revision: https://phabricator.kde.org/D9277
2017-12-10GIT_SILENT Upgrade KF5 version to 5.42.0.l10n daemon script
2017-12-08API docs: Sergio suggested create(), more readable than winId()David Faure
2017-12-08API docs: full working code, including workaround for Qt issue...David Faure
2017-12-08API docs: explain how to use KWindowConfig from a dialog constructor.David Faure
Qt doesn't make it easy for us to just use QWindow...
2017-12-06Deprecate KDesktopFile::sortOrder()Alexander Volkov
Summary: The SortOrder key is deprecated by the Desktop Entry Specification: https://standards.freedesktop.org/desktop-entry-spec/latest/apc.html Reviewers: dfaure, #frameworks Reviewed By: dfaure Subscribers: #frameworks Tags: #frameworks Differential Revision: https://phabricator.kde.org/D9224
2017-12-06Fix the result of KDesktopFile::sortOrder()Alexander Volkov
Summary: KDesktopFile::sortOrder() returns the value of SortOrder key as a string whithout parsing it as a list. But according to Desktop Entry Specification https://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html it's type is "string(s)", i.e. the same type as the type of Actions and MimeType keys, and thus it should be read the same way. Reviewers: #frameworks, dfaure Reviewed By: dfaure Subscribers: dfaure, #frameworks Tags: #frameworks Differential Revision: https://phabricator.kde.org/D8689
2017-12-02GIT_SILENT Upgrade ECM and KF5 version requirements for 5.41.0 release.l10n daemon script
2017-12-02KConfig: fix autotest on CI with trailing slash in HOME.David Faure
Summary: The CI has $HOME=/home/jenkins/ with a trailing slash, which leads to FAIL! : KConfigTest::testPath() Compared values are not the same Actual (sc3.readPathEntry("homepath", QString())): "/home/jenkins//foo" Expected (HOMEPATH): "/home/jenkins/foo" QDir::homePath() is too clean for our purposes, use $HOME on Unix. Test Plan: kconfigtest now passes with HOME=/home/dfaure/
2017-12-02GIT_SILENT repair indentationDavid Faure
2017-12-02Repair broken test after commit ee2b394599.David Faure
QStringLiteral is latin1, not utf8.
2017-11-30Fix some clazy warningMontel Laurent
2017-11-30Use Q_FALLTHROUGHMontel Laurent
2017-11-20Don't look for /etc/kderc every single timeAleix Pol
Summary: Every time we open a configuration file, we are checking if this file is there. Since it's a sysadmin setting I'd say it's fine to assume that it's not appearing and disappearing. Also we are not supporting the case of the file changing during runtime or so. Reviewers: #frameworks, mpyne, dfaure Reviewed By: mpyne, dfaure Subscribers: dfaure, mpyne Tags: #frameworks Differential Revision: https://phabricator.kde.org/D8871
2017-11-12GIT_SILENT Upgrade KF5 version to 5.41.0.l10n daemon script
2017-11-04GIT_SILENT Upgrade ECM and KF5 version requirements for 5.40.0 release.l10n daemon script
2017-10-31GIT_SILENT Upgrade KF5 version to 5.40.0.l10n daemon script
2017-10-26Don't build the kconfig_compiler tests when crosscompilingAleix Pol
Summary: We will be using an external version of it in practice Reviewers: #frameworks, davidedmundson Reviewed By: davidedmundson Tags: #frameworks Differential Revision: https://phabricator.kde.org/D8457
2017-10-07GIT_SILENT Upgrade ECM and KF5 version requirements for 5.39.0 release.l10n daemon script