[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kdenonbeta/kdedebian/kapture



CVS commit by mornfall: 

- lots of renaming fun (PkgTree -> Tree, PkgTreeNode -> TreeNode,
  PkgTreeItem -> TreePkgNode, PkgSubTree -> TreeBranchNode, Pkg*Grouper*
  -> *Grouper*, PkgFeeder -> Feeder, PkgTreeFactory -> TreeFactory),
  should clarify things a bit
- lot of work done on the priority package-selection stuff in
  capture::PkgCache, it mostly works as intended now (test it with
  libcapture/pkgcache-test)
- start work on PkgGroup concept (for creating groups of packages in the
  tree, installable together)
- first try on more human-parseable Grouper and GrouperChain marshaller
- move capture::argmap decl to stl_util.h, make argmap (de)marshaller
  delimeters user-selectable
- update TODO
- other minor changes, i am really short on time now (as i write this),
  i hope i didn't break it too much and see ya :)

CCMAIL: kde-debian-devel@kde.org


  A            libcapture/feeder.cpp   1.1 [no copyright]
  A            libcapture/feeder.h   1.1 [LGPL (v2+)]
  A            libcapture/grouper.cpp   1.1 [LGPL (v2+)]
  A            libcapture/grouper.h   1.1 [LGPL (v2+)]
  A            libcapture/pkggroup.cpp   1.1 [LGPL (v2+)]
  A            libcapture/pkggroup.h   1.1 [LGPL (v2+)]
  A            libcapture/tree.cpp   1.1 [LGPL (v2+)]
  A            libcapture/tree.h   1.1 [LGPL (v2+)]
  A            libcapture/treebranchnode.cpp   1.1 [LGPL (v2+)]
  A            libcapture/treebranchnode.h   1.1 [LGPL (v2+)]
  A            libcapture/treefactory.h   1.1 [LGPL]
  A            libcapture/treegroupnode.cpp   1.1 [LGPL (v2+)]
  A            libcapture/treegroupnode.h   1.1 [LGPL (v2+)]
  A            libcapture/treenode.cpp   1.1 [LGPL (v2+)]
  A            libcapture/treenode.h   1.1 [LGPL (v2+)]
  A            libcapture/treepkgnode.cpp   1.1 [LGPL (v2+)]
  A            libcapture/treepkgnode.h   1.1 [LGPL (v2+)]
  A            libkapture/detailview.cpp   1.1 [no copyright]
  A            libkapture/detailview.h   1.1 [UNKNOWN]
  A            part/kapturepart.desktop   1.1
  A            part/kapturepart_shell.rc   1.1
  M +26 -1     TODO   1.7
  M +7 -7      kapture/kapture.cpp   1.5
  M +6 -3      libcapture/Makefile.am   1.3
  M +15 -11    libcapture/pkgcache-test.cpp   1.2
  M +226 -106  libcapture/pkgcache.cpp   1.2
  M +9 -3      libcapture/pkgcache.h   1.2
  M +1 -1      libcapture/pkgitem.h   1.2
  M +3 -3      libcapture/pkgmanager.cpp   1.3
  M +1 -1      libcapture/pkgmanager.h   1.3
  M +20 -11    libcapture/stl_util.cpp   1.3
  M +6 -5      libcapture/stl_util.h   1.2
  M +2 -0      libkapture/.cvsignore   1.2
  M +2 -1      libkapture/Makefile.am   1.4
  M +9 -9      libkapture/kapturemanager.cpp   1.3
  M +7 -7      libkapture/kapturemanager.h   1.3
  M +7 -7      libkapture/pkgdetails.cpp   1.3
  M +9 -9      libkapture/pkgdetails.h   1.3
  M +51 -39    libkapture/pkglist.cpp   1.3
  M +17 -17    libkapture/pkglist.h   1.3
  M +7 -7      libkapture/pkglistview.cpp   1.3
  M +8 -8      libkapture/pkglistview.h   1.3
  M +4 -4      libkapture/pkgview.cpp   1.3
  M +12 -12    libkapture/pkgview.h   1.3
  M +9 -9      part/partview.cpp   1.3
  M +4 -4      part/partview.h   1.3
  R            libcapture/pkgfeeder.cpp   1.1
  R            libcapture/pkgfeeder.h   1.2
  R            libcapture/pkggrouper.cpp   1.2
  R            libcapture/pkggrouper.h   1.2
  R            libcapture/pkgsubtree.cpp   1.2
  R            libcapture/pkgsubtree.h   1.2
  R            libcapture/pkgtree.cpp   1.2
  R            libcapture/pkgtree.h   1.2
  R            libcapture/pkgtreefactory.h   1.1
  R            libcapture/pkgtreeitem.cpp   1.1
  R            libcapture/pkgtreeitem.h   1.1
  R            libcapture/pkgtreenode.cpp   1.2
  R            libcapture/pkgtreenode.h   1.1





Reply to: