aboutsummaryrefslogtreecommitdiff
path: root/src/kreadconfig/kreadconfig.cpp
AgeCommit message (Collapse)Author
2019-03-03[Kconfig] Compile without foreachLaurent Montel
Summary: compile without foreach Test Plan: Unittest Ok as previously Reviewers: dfaure Reviewed By: dfaure Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D19326
2014-06-06Fix kreadconfig to only print help when it matters.Matthew Dawson
kreadconfig only needs to print help when a key is not given or when extra text is on the end of the command line. BUG: 335806
2014-04-27Rename kreadconfig and kwriteconfig for coinstallability with kde-runtime4.Michael Palimaka
REVIEW: 117792
2014-04-26Adopt kreadconfig and kwriteconfig to kconfigAleix Pol
Drop KCoreAddons and KI18n dependency. Add a bunch of QStringLiteral()
2014-04-26Clean up preprocessor definitions and includes from the root CMakeLists.txtAleix Pol
Required stopping to use some kde4support headers that were magically injected.
2014-04-26fix indentation, to some extentAleix Pol
2014-04-26Port kreadconfig to KF5Aleix Pol
2014-04-26Port kstandarddirs usage with convert-kstandarddirs.plDavid Faure
2014-04-26Forwardport of commit 1121161Nicolas Lécureuil
svn path=/trunk/KDE/kdebase/runtime/; revision=1121163
2014-04-26krazy fixesJohn Layt
svn path=/trunk/KDE/kdebase/runtime/; revision=1067076
2014-04-26support nested groups.Oswald Buddenhagen
svn path=/trunk/KDE/kdebase/runtime/; revision=822957
2014-04-26KConfig* API overhaul. only cosmetics, so don't panic.Oswald Buddenhagen
KConfigBase: - remove separator argument from list entry reading/writing functions - introduce {read,write}XdgListEntry() - kill readPathListEntry(), add readPathEntry() overload instead. the default value is not optional any more, as it defines the return type. this is consistent with the readEntry() functions. - rename clean() => markAsClean(), remove rollback() - rename ConfigState => AccessMode, getConfigState() => accessMode() - rename {entry,group}IsImmutable() => is{Entry,Group}Immutable() - remove NLS alias to Localized KConfig: - remove setGroup() & group() - reshuffle OpenFlag enum, introduce NoCascade for symmetry - remove setExtraConfigFiles() alias to addConfigSources() KConfigGroup: - inherit KConfigBase::deleteGroup() overloads - make convertToQVariant() private, it will probably change somehow - KConfig & KConfigGroup: deprecate entryMap() - remove bogus declarations: KConfigGroup::setReadDefaults(), KConfig::readEntryUntranslated() - apidox - reshuffle the declarations in the headers svn path=/trunk/KDE/kdebase/runtime/; revision=728852
2014-04-26Merge the KConfig branch. This are the 3 main modules (+kdeadmin), which are ↵Andreas Pakulat
needed now because friday is the last BC day. The rest of the modules will follow as fast as my laptop allows. svn path=/trunk/KDE/kdebase/runtime/; revision=721704
2014-04-26Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, ↵Chusslove Illich
SIC. Most of the depending code has been auto-converted to new API. svn path=/trunk/KDE/kdebase/runtime/; revision=682259
2014-04-26setGroup -> KConfigGroupDavid Faure
svn path=/trunk/KDE/kdebase/runtime/; revision=635573
2014-04-26merged kconfiggroup_port branchStephan Kulow
svn path=/trunk/KDE/kdebase/runtime/; revision=635490
2014-04-26merge the kinstance-redesign branch back to trunk.Matthias Kretz
svn path=/trunk/KDE/kdebase/khelpcenter/; revision=628276
2014-04-26Less warnings about deprecated functionsTim Beaulen
svn path=/trunk/KDE/kdebase/coreapps/; revision=544526
2014-04-26readBoolEntry->readEntryLaurent Montel
svn path=/trunk/KDE/kdebase/khelpcenter/; revision=493850
2014-04-26Compile without qt3supportLaurent Montel
svn path=/trunk/KDE/kdebase/src/kreadconfig/; revision=470530
2014-04-26ByeBye Q3CStringLaurent Montel
svn path=/trunk/KDE/kdebase/src/kreadconfig/; revision=456190
2014-04-26svn merge svn+ssh://coolo@svn.kde.org/home/kde/trunk/KDE/kdebase@438057 ↵Stephan Kulow
svn+ssh://coolo@svn.kde.org/home/kde/branches/work/kde4/kdebase . I couldn't resolve one kicker conflict that results from different development directions, so I rely on Aaron to sort it out - the file is commited with conflicts svn path=/trunk/KDE/kdebase/kioslave/; revision=439627
2014-04-26Always pick up kiosk restrictions. The hassle of a command line switch is ↵Waldo Bastian
not worth the 20ms that you save. BUG: 96512 svn path=/trunk/kdebase/src/kreadconfig/; revision=380871
2014-04-26master david says: stay closer to what it actually does. Still keeping the ↵Daniel Molkentin
deeper sense in the help svn path=/trunk/kdebase/src/kreadconfig/; revision=380175
2014-04-26merging (and therefore kiok functions) used to be disabled by default. This ↵Daniel Molkentin
new switch "merged" will enable merging. This happens both in order to maintain the speed for the common case and in order to not break backward compatibility. CCMAIL:tackat@kde.org svn path=/trunk/kdebase/src/kreadconfig/; revision=380173
2014-04-26Handle "path" as distinct typeWaldo Bastian
svn path=/trunk/kdebase/src/kreadconfig/; revision=361006
2014-04-26Fix mem leak (delete config before close application)Laurent Montel
svn path=/trunk/kdebase/src/kreadconfig/; revision=268830
2014-04-26kwriteconfig by Luis Pedro Coelho <luis_pedro@netcabo.pt> A little brother ↵Waldo Bastian
for kreadconfig. svn path=/trunk/kdebase/src/kreadconfig/; revision=208341
2014-04-26Use KCmdLineLastOptionLaurent Montel
svn path=/trunk/kdebase/kstart/; revision=202148
2014-04-26* Add support for files other than kdeglobals * Better not create a ↵Waldo Bastian
KApplication since that starts kdeinit svn path=/trunk/kdebase/src/kreadconfig/; revision=190568
2014-04-26CVSSILENT: fixincludesDirk Mueller
svn path=/trunk/kdebase/khelpcenter/; revision=129081
2014-04-26adding missing i18n()Lukáš Tinkl
svn path=/trunk/kdebase/src/kreadconfig/; revision=124261
2014-04-26output the path correctly Just got a wrong path to my Trash (translated, of ↵Lukáš Tinkl
course!) svn path=/trunk/kdebase/src/kreadconfig/; revision=102605
2014-04-26w/o cout from iostream.h RH really can use the latest and greatest gcc for ↵Harri Porten
this utility. svn path=/trunk/kdebase/src/kreadconfig/; revision=79637
2014-04-26- no need to link against kdeui (kdecore is sufficient) - specify ↵Simon Hausmann
allowStyles = false and GUIEnabled = false at the KApplication constructor, to save startup time and ressources svn path=/trunk/kdebase/src/kreadconfig/; revision=79151
2014-04-26Don't apply our settings to GTK if the user didn't want it.Bernhard Rosenkraenzer
svn path=/trunk/kdebase/src/kreadconfig/; revision=78898