CVS commit by mornfall: - released 0.3.1 -> debian/changelog update - new class GrouperManager in libcapture; mostly moved relevant parts of KaptureManager there, will expand on it later - make GrouperFactory hold a persistent instance of the grouper to be able to run it's methods; it's never used for addNode ops (Factory used to instantiate this as needed and destroy it immediately; i suppose this is better solution) - fix testsuite
A libcapture/groupermanager.cpp 1.1 [no copyright] A libcapture/groupermanager.h 1.1 [LGPL (v2+)] M +6 -0 debian/changelog 1.8 M +1 -1 libcapture/Makefile.am 1.17 M +1 -1 libcapture/depgroupers.cpp 1.19 M +32 -28 libcapture/grouper.cpp 1.27 M +10 -3 libcapture/grouper.h 1.21 M +3 -0 libcapture/pkgmanager.cpp 1.32 M +5 -1 libcapture/pkgmanager.h 1.23 M +1 -73 libkapture/kapturemanager.cpp 1.27 M +0 -7 libkapture/kapturemanager.h 1.14 M +1 -0 libkapture/pkgcelemview.cpp 1.9 M +1 -1 libkapture/treeview.cpp 1.8 M +3 -3 tests/libcapture/celem-test.cpp 1.2