aboutsummaryrefslogtreecommitdiff
path: root/src/kconf_update/kconf_update.cpp
AgeCommit message (Expand)Author
2019-09-17[KConfig] port away from deprecated methods in Qt 5.14David Faure
2019-08-24String code optimization: use QLatin1String/QChar overload for string concatFriedrich W. H. Kossebau
2019-03-12[kconf_update] move from custom logging tech to qCDebugHarald Sitter
2019-03-03[Kconfig] Compile without foreachLaurent Montel
2019-01-09KonfUpdate: delete copy constructor and assignment operatorAlbert Astals Cid
2018-03-11Remove not necessary QtCore and coLaurent Montel
2017-01-16Prefer nullptr over Q_NULLPTRKevin Funk
2015-12-29Ensure KonfUpdate's fields are all initialized.Matthew Dawson
2015-12-23Fix some Clazy warningsImran Tatriev
2015-10-05Minor optimizationsAlbert Astals Cid
2015-08-05finish the port to QCommandLineParser (it has addPositionalArgument now)David Faure
2015-08-05test_kconf_update: use QStandardPaths test modeDavid Faure
2015-05-02Fix kconf_update for spaces in pathsDavid Faure
2015-02-14Revert "Revert the SIC in commit 915976c1238be811f169eab1b02f7e8dad6410e0."Matthew Dawson
2015-02-14Revert the SIC in commit 915976c1238be811f169eab1b02f7e8dad6410e0.Matthew Dawson
2015-01-06Don't upgrate config file with upd file from kde4.Montel Laurent
2014-06-12Simple CleanupsThomas Braxton
2014-05-23Fix searching of paths in kconf_updateDavid Edmundson
2014-05-07Fix kconf_update test on WindowsAlex Richardson
2014-05-07Use QProcess in kconf_updateAlex Richardson
2014-03-24Remove unhelpful commentsAlex Merry
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI