index
:
kconfig.git
hurd
master
hurd kconfig.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kreadconfig
/
kreadconfig.cpp
Age
Commit message (
Expand
)
Author
2019-03-03
[Kconfig] Compile without foreach
Laurent Montel
2014-06-06
Fix kreadconfig to only print help when it matters.
Matthew Dawson
2014-04-27
Rename kreadconfig and kwriteconfig for coinstallability with kde-runtime4.
Michael Palimaka
2014-04-26
Adopt kreadconfig and kwriteconfig to kconfig
Aleix Pol
2014-04-26
Clean up preprocessor definitions and includes from the root CMakeLists.txt
Aleix Pol
2014-04-26
fix indentation, to some extent
Aleix Pol
2014-04-26
Port kreadconfig to KF5
Aleix Pol
2014-04-26
Port kstandarddirs usage with convert-kstandarddirs.pl
David Faure
2014-04-26
Forwardport of commit 1121161
Nicolas Lécureuil
2014-04-26
krazy fixes
John Layt
2014-04-26
support nested groups.
Oswald Buddenhagen
2014-04-26
KConfig* API overhaul. only cosmetics, so don't panic.
Oswald Buddenhagen
2014-04-26
Merge the KConfig branch. This are the 3 main modules (+kdeadmin), which are ...
Andreas Pakulat
2014-04-26
Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, ...
Chusslove Illich
2014-04-26
setGroup -> KConfigGroup
David Faure
2014-04-26
merged kconfiggroup_port branch
Stephan Kulow
2014-04-26
merge the kinstance-redesign branch back to trunk.
Matthias Kretz
2014-04-26
Less warnings about deprecated functions
Tim Beaulen
2014-04-26
readBoolEntry->readEntry
Laurent Montel
2014-04-26
Compile without qt3support
Laurent Montel
2014-04-26
ByeBye Q3CString
Laurent Montel
2014-04-26
svn merge svn+ssh://coolo@svn.kde.org/home/kde/trunk/KDE/kdebase@438057 svn+s...
Stephan Kulow
2014-04-26
Always pick up kiosk restrictions. The hassle of a command line switch is not...
Waldo Bastian
2014-04-26
master david says: stay closer to what it actually does. Still keeping the de...
Daniel Molkentin
2014-04-26
merging (and therefore kiok functions) used to be disabled by default. This n...
Daniel Molkentin
2014-04-26
Handle "path" as distinct type
Waldo Bastian
2014-04-26
Fix mem leak (delete config before close application)
Laurent Montel
2014-04-26
kwriteconfig by Luis Pedro Coelho <luis_pedro@netcabo.pt> A little brother fo...
Waldo Bastian
2014-04-26
Use KCmdLineLastOption
Laurent Montel
2014-04-26
* Add support for files other than kdeglobals * Better not create a KApplicat...
Waldo Bastian
2014-04-26
CVSSILENT: fixincludes
Dirk Mueller
2014-04-26
adding missing i18n()
Lukáš Tinkl
2014-04-26
output the path correctly Just got a wrong path to my Trash (translated, of c...
Lukáš Tinkl
2014-04-26
w/o cout from iostream.h RH really can use the latest and greatest gcc for th...
Harri Porten
2014-04-26
- no need to link against kdeui (kdecore is sufficient) - specify allowStyles...
Simon Hausmann
2014-04-26
Don't apply our settings to GTK if the user didn't want it.
Bernhard Rosenkraenzer