aboutsummaryrefslogtreecommitdiff
path: root/common/config-manager.cpp
AgeCommit message (Collapse)Author
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
svn-id: r12722
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-11-11cleanup (merged the two base set() methods)Max Horn
svn-id: r11256
2003-11-10fix for bug #833537 (Config manager saves "save_slot")Max Horn
svn-id: r11254
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11219
2003-11-07fixed ConfigManager getInt/getBoolMax Horn
svn-id: r11199
2003-11-07change behaviour of ConfigManager::get once again -> now we *do* fall back ↵Max Horn
to the registered defaults... svn-id: r11195
2003-11-07spelling fixesJonathan Gray
svn-id: r11180
2003-11-07Use the new capabilities of class Map to make the ConfigManager case ↵Max Horn
insensitive when it comes to comparing config keys/domains svn-id: r11171
2003-11-05changed the way get(key,domain) works for global domains (instead of ↵Max Horn
defaulting to the empty string, it will now default to the registered default in this case) svn-id: r11151
2003-11-05added ConfigManager::removeKeyMax Horn
svn-id: r11140
2003-11-03stdafx.h needs to be included first.Marcus Comstedt
svn-id: r11117
2003-11-01fix potential crashMax Horn
svn-id: r11037
2003-10-10modified version of patch #821018; fix for bug #821083Max Horn
svn-id: r10716
2003-10-09fix ConfMan.set when dom is empty; added some asserts (paranoia)Max Horn
svn-id: r10698
2003-10-08new config manager. not everything is completed, and some things will still ↵Max Horn
be changed, but it seems to work well enough to put it into CVS svn-id: r10687