CVS commit by mornfall: - new Param class, to store parameters in relatively extensible, clean and practical way - change all Groupers to use a <string, Param*> map as argmap - fix the rest of the code to work with changed Grouper ifaces
A libcapture/param.h 1.1 [LGPL (v2+)] M +8 -8 libcapture/depgroupers.cpp 1.7 M +9 -9 libcapture/depgroupers.h 1.5 M +23 -40 libcapture/filters.cpp 1.9 M +12 -12 libcapture/filters.h 1.7 M +10 -8 libcapture/grouper.cpp 1.18 M +17 -15 libcapture/grouper.h 1.12 M +5 -10 libcapture/pkggroup.cpp 1.6 M +3 -5 libcapture/pkggroup.h 1.6 M +15 -15 libkapture/kapturemanager.cpp 1.19 M +2 -2 libkapture/listtreeview.cpp 1.10