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]

src/winsup/cinstall ChangeLog choose.cc ini.h ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2001-06-29 18:37:55

Modified files:
	winsup/cinstall: ChangeLog choose.cc ini.h iniparse.y res.rc 
	                 resource.h 
Added files:
	winsup/cinstall: choose.h 

Log message:
	Sat Jun 30 11:01:00 2001 Robert Collins <rbtcollins@hotmail.com>
	
	* choose.cc: Remove globals full_list, headers, package_indexes and
	nindexes.
	Add globals cat_headers, pkg_headers and chooser.
	(add_required): New function.
	(paint): Use the chooser for header details.
	Call into the chooser to paint each line.
	(list_click): Use new global variables.
	Call into the chooser to handle the click.
	Repaint the entire view if packages have been added or removed.
	(note_width): Get passed a headers struct rather than using a global
	variable.
	(fill_missing_category): New function.
	(default_trust): Skip non-"Required" or "Misc" packages.
	(pick_line::set_line (Package *)): New function.
	(pick_line::set_line (Category *)): New function.
	(pick_line::paint): New function.
	(pick_line::click): New function.
	(_view::_view): New function.
	(_view::set_view_mode): New function.
	(_view::mode_caption): New function.
	(_view::set_headers): New function.
	(_view::init_header): New function.
	(_view::insert_pkg): New function.
	(_view::insert_category): New function.
	(_view::insert_at): New function.
	(_view::insert_under): New function.
	(_view::clear_view): New function.
	(viewsplusplus): New function.
	(_view::client): New function.
	(set_view_mode): Use new chooser functionality.
	(set_full_list): Use new global variables.
	(create_listview): Instantiate chooser.
	Remove all hardcoded headers[] code.
	(dialog_cmd): On trust changes, check dependencies.
	(getcategorybyname): New function.
	(getpackagecategorybyname): New function.
	(scan2): Use case-insensitive package comparison.
	(do_choose): Use fill_missing_category ().
	Show some category data.
	* ini.h: Protect against multiple inclusion.
	(views) New enum.
	(_CategoryPackage): New struct.
	(_Category): New struct.
	(_Package): Change category to Category * from char *.
	(extern Category category): New global variable.
	(extern in ncategories): Ditto.
	(getcategorybyname): New prototype.
	(catpackagecategorybyname): New prototype.
	(register_category): New prototype.
	(add_category): New prototype.
	* iniparse.y: Parse multiple categories per package.
	category: New global variable.
	ncategories: New global variable.
	(new_package): Compare package against NULL, not 0.
	(new_requirement): Source formatting fix.
	(register_category): New function.
	(add_category): New function.
	* res.rc: Change IDC_CHOOSE_FULLPART to IDC_CHOOSE_VIEW.
	IDC_CHOOSE_VIEWCAPTION: New control.
	* resource.h: Change IDC_CHOOSE_FULLPART to IDC_CHOOSE_VIEW.
	IDC_CHOOSE_VIEWCAPTION: New control.
	Increment _APS_NEXT_CONTROL_VALUE.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/choose.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.78&r2=2.79
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/choose.cc.diff?cvsroot=src&r1=2.35&r2=2.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ini.h.diff?cvsroot=src&r1=2.13&r2=2.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/iniparse.y.diff?cvsroot=src&r1=2.9&r2=2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/res.rc.diff?cvsroot=src&r1=2.20&r2=2.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/resource.h.diff?cvsroot=src&r1=2.11&r2=2.12


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