]> cygwin.com Git - cygwin-apps/setup.git/commit - ChangeLog
2002-07-08 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Sun, 7 Jul 2002 15:14:50 +0000 (15:14 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Sun, 7 Jul 2002 15:14:50 +0000 (15:14 +0000)
commit0cf68afdb897a057e9a93ed9a4264a5399939ec9
treeff371924f45e29c2a94c62114da89d82ac1d7ba3
parent89374d4aa9a187cdded11552472e88bf9fb1c051
2002-07-08  Robert Collins  <rbtcollins@hotmail.com>

        * PickCategoryLine.cc: Change bucket to use STL container syntax
        throughout.
        (PickCategoryLine::paint): Use new Category type syntax.
        * PickCategoryLine.h: Use STL vectors rather than custom containers
        throughout.
        * IniDBBuilderPackage.cc (IniDBBuilderPackage::buildPackageCategory):
        Use new add_category syntax.
        * PickView.cc (PickView::insert_pkg): Use new Category type syntax.
        (PickView::insert_category): Ditto.
        (PickView::init_headers): Ditto.
        * category.cc: Trim obsolete code.
        * category.h: Replace interconnecting class with a typedef to
        facilitate leveraging STL maps.
        * choose.cc (fill_missing_category): Use updated pkg.add_category
        syntax.
        (default_trust): Use new Category type syntax.
        (set_view_mode): Ditto.
        (create_listview): Ditto.
        * package_db.cc (categories): Ditto.
        * package_db.h: Update headers list to include needed headers.
        (packagedb::categories): Replace custom list with STL map.
        * package_meta.cc: Use new Category type syntax throughout.
        (packagemeta::add_category): Implement new syntax.
        * package_meta.h: Remove commented out source.
        (packagemeta::add_category): Update syntax to decouple interface from
        packagedb.
12 files changed:
ChangeLog
IniDBBuilderPackage.cc
PickCategoryLine.cc
PickCategoryLine.h
PickView.cc
category.cc
category.h
choose.cc
package_db.cc
package_db.h
package_meta.cc
package_meta.h
This page took 0.037135 seconds and 5 git commands to generate.