Revision 719709

Go back to digest for 7th October 2007

Other in KDE Base

Thomas Braxton committed changes in /branches/work/kde4_kconfig/kconfig:

Added support for opening "kdeglobals" safely (either singly, or with full "system.kdeglobals" and "kdeglobals" cascading), and opening the default app-config (appnamerc), and opening an anonymous config object.

Added KConfig::lookupData() that returns QString so now KConfigGroup doesn't use KConfig::internalEntryMap() at all.

Added locking, KConfig now tries to lock the local and global files when syncing/parsing.
(it doesn't care if it fails yet because I don't know what I should do in that case)

File Changes

Added 2 files
  • /branches/work/kde4_kconfig/kconfig/diffs
  •   /kdebase.diff
  •   /kdepimlibs.diff
Modified 10 files
  • /branches/work/kde4_kconfig/kconfig
  •   /kconfig.cpp
  •   /kconfig.h
  •   /kconfigbackend.h
  •   /kconfigdata.h
  •   /kconfiggroup.cpp
  •   /kconfiggroup.h
  •   /kconfigini.cpp
  •   /kconfigini_p.h
  •   /ksharedconfig.h
  •   /diffs/kdelibs.diff
12 files changed in total