CVS commit by mornfall: Adding kurrent: the apt-based system upgrader in two clicks. - add OR filter grouping - make PkgStatusFilter recognize "upgradable" state - new upgrade-tree predefined chain, with upgradable||changed filter - write Param::Map (de)serializer - start to make use of pkgProblemResolver in PkgManager (needs work) - make Grouper save its Param::Map again in saveToString
A kurrent/Makefile.am 1.1 A kurrent/kurrent.cpp 1.1 [UNKNOWN] A kurrent/kurrent.h 1.1 [no copyright] A kurrent/kurrentui.ui 1.1 A kurrent/main.cpp 1.1 [no copyright] M +1 -1 Makefile.am 1.7 M +35 -0 libcapture/filters.cpp 1.21 M +12 -0 libcapture/filters.h 1.21 M +2 -2 libcapture/grouper.cpp 1.30 M +18 -0 libcapture/groupermanager.cpp 1.4 M +38 -0 libcapture/param.cpp 1.3 M +21 -0 libcapture/param.h 1.7 M +10 -1 libcapture/pkgmanager.cpp 1.34