index
:
kconfig.git
hurd
master
hurd kconfig.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
kconfig.cpp
Age
Commit message (
Expand
)
Author
2015-10-17
Allow KConfig to use resources as fallback config files
Christoph Cullmann
2015-10-05
Minor optimizations
Albert Astals Cid
2015-08-19
Fix pedantic
Montel Laurent
2015-08-12
Minimize calls to expensive QStandardPaths::locateAll()
Sergio Martins
2015-04-04
KConfig: fix using KSharedConfig in global object destructor.
David Faure
2015-02-19
Avoid code path that leaves local config locked
David Edmundson
2014-09-19
provide a getter for OpenFlags
Aaron Seigo
2014-07-29
Fix KConfig compilation
David Gil
2014-06-28
Fix data race on static int.
David Faure
2014-06-21
Fix reading of entries for language/country combinations
Martin Gräßlin
2014-06-18
Optimize KConfigGroup::exists and similar operations.
Milian Wolff
2014-06-18
Remove duplicate comparison against group.
Milian Wolff
2014-06-12
Fix locale-aware reading in KDesktopFile
Martin Gräßlin
2014-06-12
Simple Cleanups
Thomas Braxton
2014-05-05
Revert "Store app config file in ~/.config/<domain>/<app>rc"
David Faure
2014-05-04
Store app config file in ~/.config/<domain>/<app>rc
David Faure
2014-04-01
fixed mingw build
Patrick von Reth
2014-03-25
Use the full path for kconf_update when running it
Alex Merry
2014-03-24
Remove old kdelibs4 code
Alex Merry
2014-03-23
Revert addition of DelayedParsing, not needed after all.
David Faure
2014-03-13
KCoreConfigSkeleton: delay parsing until the call to readConfig()
David Faure
2014-03-01
make comment less confusing
David Faure
2014-03-01
we use Qt5 now, so re-enable -DQT_NO_CAST_FROM_BYTEARRAY
David Faure
2014-01-09
Use kde5rc instead of kde4rc naming convention, REVIEW: 114917
Siddharth Sharma
2013-12-18
Code reformatted using kde-dev-scripts/astyle-kdelibs.
David Faure
2013-12-18
Move kconfig code to the root directory.
Jenkins CI