index
:
kconfig.git
hurd
master
hurd kconfig.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2014-03-24
Remove unhelpful comments
Alex Merry
2014-03-24
Better comment for why KDesktopFile::readPath uses readEntry
Alex Merry
2014-03-24
Remove old kdelibs4 code
Alex Merry
2014-03-23
Rename readConfig() to load(), to make it clear it's loading from disk.
David Faure
2014-03-23
Revert addition of DelayedParsing, not needed after all.
David Faure
2014-03-23
Make readConfig() non-virtual anymore, it's not useful.
David Faure
2014-03-23
Remove unnecessary debug output
David Faure
2014-03-23
Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration.
David Faure
2014-03-23
KStandardDirs -> QStandardPaths in apidox
Alex Merry
2014-03-13
KCoreConfigSkeleton: delay parsing until the call to readConfig()
David Faure
2014-03-13
Normalize vars to avoid odd bugs: QT_REQUIRED_VERSION => REQUIRED_QT_VERSION
Aurélien Gâteau
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-02-27
Fix interference from kdeplatformtheme into unittests
David Faure
2014-02-27
Add sharedConfig() accessor, to avoid manipulating a raw KConfig * as returne...
David Faure
2014-02-20
Make kconfig_compiler signals actually useful + add unit test
Alex Richardson
2014-02-16
Use the new syntax for ecm_generate_headers()
David Faure
2014-02-10
kconfig_compiler: fix typo that prevented using default QDateTime values
Alex Richardson
2014-01-26
SVN_SILENT made messages (.desktop file)
l10n daemon script
2014-01-25
SVN_SILENT made messages (.desktop file)
l10n daemon script
2014-01-25
Generate and install .pri file
David Faure
2014-01-25
SVN_SILENT made messages (.desktop file)
l10n daemon script
2014-01-24
SVN_SILENT made messages (.desktop file)
l10n daemon script
2014-01-15
Improve dependency specifications.
Michael Palimaka
2014-01-11
Port kconfig_compiler_kf5 to use QCommandLineParser
Bhushan Shah
2014-01-09
more rename to kconfig_compiler_kf5
Jonathan Riddell
2014-01-09
Further renaming to kconfig_compiler_kf5
Jonathan Riddell
2014-01-09
rename kconfig_compiler to kconfig_compiler_kf5
Jonathan Riddell
2014-01-09
Use kde5rc instead of kde4rc naming convention, REVIEW: 114917
Siddharth Sharma
2014-01-03
Install all headers into camelcase FrameworkName.
v4.95.0
David Faure
2014-01-03
Install all headers into camelcase FrameworkName.
David Faure
2014-01-01
Generate forward headers.
David Faure
2013-12-30
Revert "Workaround corrupted lock files"
David Faure
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