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 Makefile.in choo ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2002-01-21 22:36:36

Modified files:
	winsup/cinstall: ChangeLog Makefile.in choose.cc choose.h ini.h 
	                 package_meta.cc package_meta.h 
Added files:
	winsup/cinstall: PickCategoryLine.cc PickCategoryLine.h 
	                 PickLine.cc PickLine.h PickPackageLine.cc 
	                 PickPackageLine.h PickView.cc PickView.h 

Log message:
	2002-01-22  Robert Collins  <rbtcollins@hotmail.com>
	
	* PickPackageLine.cc: New file.
	* PickPackageLine.h: New file.
	* PickLine.cc: New file.
	* PickLine.h: New file.
	* PickCategoryLine.cc: New file.
	* PickCategoryLine.h: New file.
	* PickView.cc: New file.
	* PickView.h: New file.
	* Makefile.in: Add new objects to setup.exe.
	Backout -fno-exceptions option.
	* choose.cc: Include PickView.h.
	Remove view related defines and static variables.
	(_pkg_headers): Moved to PickView.cc.
	(_cat_headers): Ditto.
	(view::views::Unknown): Ditto.
	(view::views::PackageFull):
	(view::views::Package):
	(view::views::Category):
	(pkgtrustp): Moved to package_meta.cc.
	(add_required): Moved to package_meta.cc.
	(pick_category_line::empty): Moved to PickCategoryLine.cc
	(paint): Adjust for moved static variables.
	(view::scroll): Moved to PickView.cc.
	(list_vscroll): Adjust for moved static variables.
	(list_hscroll): Ditto.
	(list_click): Ditto.
	(note_width): Moved to PickView.cc.
	(view::view): Ditto.
	(view::set_view_mode): Ditto.
	(view::mode_caption): Ditto.
	(view::views::caption): Ditto.
	(view::set_headers): Ditto.
	(DoInsertItem): Ditto.
	(view::init_headers): Ditto.
	(view::insert_pkg): Ditto.
	(view::insert_category): Ditto.
	(view::clear_view): Ditto.
	(view::views::operator++): Ditto.
	(view::click): Ditto.
	(default_trust): Adjust for moved statics.
	(pick_pkg_line::paint): Moved to PickPackageLine.cc.
	(pick_pkg_line::click): Ditto.
	(pick_category_line::actiontext): Moved to PickCategoryLine.cc
	(pick_category_line::paint): Ditto.
	(pick_category_line::click): Ditto.
	(set_view_mode): Adjust for moved statics.
	(create_listview): Ditto.
	* choose.h: Remove Category and packagemeta forward defines - not needed.
	Don't include unneeded headers list and package_meta.
	(_header): Move to PickView.h.
	(pick_line): Move to PickLine.h.
	(pick_pkg_line): Move to PickPackageLine.h.
	(pick_category_line): Move to PickCategoryLine.h.
	(view): Move to PickView.h.
	* ini.h (trusts): Move to package_meta.h.
	* package_meta.h (trusts): New enum.
	(packagemeta::set_requirements): New helper method.
	(packagemeta::trustp): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/PickCategoryLine.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/PickCategoryLine.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/PickLine.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/PickLine.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/PickPackageLine.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/PickPackageLine.h.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/PickView.cc.diff?cvsroot=src&r1=NONE&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/PickView.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.179&r2=2.180
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/Makefile.in.diff?cvsroot=src&r1=2.46&r2=2.47
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/choose.cc.diff?cvsroot=src&r1=2.86&r2=2.87
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/choose.h.diff?cvsroot=src&r1=2.13&r2=2.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ini.h.diff?cvsroot=src&r1=2.28&r2=2.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_meta.cc.diff?cvsroot=src&r1=2.13&r2=2.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_meta.h.diff?cvsroot=src&r1=2.9&r2=2.10


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