CVS commit by mornfall: Macroify groupers. Sorry guys, call me evil, but i'm not going to type zillions of redundant lines to please someone's perverted aesthetics :P. Also start the work on persistent grouper data. Should figure out more on this and how will it interact with tree optimization. (Which should be prolly turned into a visitor, as i think of it ;)).
M +21 -19 libcapture/depgroupers.cpp 1.11 M +9 -6 libcapture/depgroupers.h 1.8 M +28 -31 libcapture/filters.cpp 1.13 M +9 -52 libcapture/filters.h 1.9 M +17 -10 libcapture/grouper.cpp 1.22 M +39 -36 libcapture/grouper.h 1.16 M +3 -2 libcapture/pkggroup.cpp 1.8 M +1 -1 libcapture/pkggroup.h 1.8 M +4 -2 libcapture/tree.cpp 1.16 M +1 -1 libcapture/tree.h 1.11 M +9 -0 libcapture/treenode.cpp 1.5 M +6 -1 libcapture/treenode.h 1.7 M +12 -12 libkapture/listtreewidget.cpp 1.18