This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/winsup/cinstall ChangeLog category.cc cate ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2002-01-06 05:37:10

Modified files:
	winsup/cinstall: ChangeLog category.cc category.h choose.cc 
	                 choose.h 

Log message:
	2001-01-07  Robert Collins  <rbtcollins@hotmail.com>
	
	* category.cc (Categorycmp): Add a const safe version.
	* category.h (Categorycmp): Add a const safe version.
	(Category): Add operator ==.
	* choose.cc (fill_missing_category): Add every package to "All".
	(pick_category_line::paint): Add support for hidden labels, and a tree depth.
	(pick_category_line::click): Ditto.
	(view::view): Pass in a top level category to use.
	(view::insert_pkg): Special case - skip category "All".
	(view::insert_category): Ditto.
	(view::clear_view): Set the contents label state.
	(create_listview): Pass in a top level category to view().
	* choose.h (topbucket): Make bucket available to derived classes.
	(pick_category_line):  Add support for hidden labels, and a tree depth.
	Remove our second copy of bucket.
	(view): Pass in a top level category to the constructor.
	Use pick_category_line to allow three level display.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.170&r2=2.171
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/category.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/category.h.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/choose.cc.diff?cvsroot=src&r1=2.82&r2=2.83
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/choose.h.diff?cvsroot=src&r1=2.10&r2=2.11


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]