aboutsummaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2016-05-11Remove not-implemented functionStephen Kelly
2015-12-23gui: add a small apidox bit for the KConfigGui namespacePino Toscano
2015-12-23Fix some Clazy warningsImran Tatriev
2015-11-03Fix usage of ecm_create_qm_loader.Alex Merry
2015-10-05Minor optimizationsAlbert Astals Cid
2015-08-22Optimize readEntryGuiKevin Funk
2015-07-02Remove compiler warning about initialization of sub object.Milian Wolff
2015-05-29Prevent crash if QWindow::screen() is nullAleix Pol
2015-05-12fix missing exportDavid Faure
2015-05-11Add KConfigGui::setSessionConfig()Stefan Becker
2015-02-12Use Q_DECL_OVERRIDE where possibleKevin Funk
2015-02-03skip empty partsMarco Martin
2015-01-17Add missing QIODevice includeHrvoje Senjan
2015-01-10Update installation variables.Alex Merry
2014-11-02Define <source_files_var> for ecm_create_qm_loaderBurkhard Lück
2014-09-19use the same open flags as the group handed inAaron Seigo
2014-09-13Use const char[] instead of const char*, saves 8 byte in .data each.Volker Krause
2014-08-31Add documentation onto KWindowConfig namespaceDavid Edmundson
2014-08-10Allow translations to have context again.Matthew Dawson
2014-07-22allow the extraction of the shortcut names for translationLukáš Tinkl
2014-06-12Simple CleanupsThomas Braxton
2014-05-26Update usage of QVariant::type() for Qt5.Thomas Braxton
2014-05-12remove unused member of the private classMarco Martin
2014-05-02fix include path in .pri filesDavid Faure
2014-04-26Use KF5_INCLUDE_INSTALL_DIR and KF5_INSTALL_TARGETS_DEFAULT_ARGSAlex Merry
2014-03-28Stop re-loading values inside KCoreConfigSkeleton::save().Matthew Dawson
2014-03-13Normalize vars to avoid odd bugs: QT_REQUIRED_VERSION => REQUIRED_QT_VERSIONAurélien Gâteau
2014-02-16Use the new syntax for ecm_generate_headers()David Faure
2014-01-25Generate and install .pri fileDavid Faure
2014-01-15Improve dependency specifications.Michael Palimaka
2014-01-03Install all headers into camelcase FrameworkName.David Faure
2014-01-01Generate forward headers.David Faure
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI