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 PickCategoryLine ...


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

Modified files:
	winsup/cinstall: ChangeLog PickCategoryLine.cc 
	                 PickCategoryLine.h PickLine.h 
	                 PickPackageLine.cc PickPackageLine.h list.h 
	                 package_meta.cc package_meta.h 

Log message:
	2002-01-22  Robert Collins  <rbtcollins@hotmail.com>
	
	* PickCategoryLine.cc (PickCategoryLine::actiontext): Remove.
	(PickCategoryLine::paint): Use the new action method.
	(PickCategoryLine::click): Set the action for all children.
	(PickCategoryLine::set_action): New method.
	* PickCategoryLine.h (PickCategoryLine::-actions): Remove.
	(PickCategoryLine::current_default): Use packagemeta _actions class.
	* PickLine.h (PickLine::set_action): New abstract method that requires including
	package_meta.h.
	* PickPackageLine.cc (PickPackageLine::set_action): New method.
	* PickPackageLine.h (PickPackageLine::set_action): Declare this.
	* list.h (getbykey): A const correctness fix.
	* package_meta.cc: Run indent.
	(packagemeta::Default_action): New const.
	(packagemeta::Install_action): Ditto.
	(packagemeta::Reinstall_action): Ditto.
	(packagemeta::Uninstall_action): Ditto.
	(packagemeta::_actions::caption): New method.
	(packagemeta::_actions::operator++): Ditto.
	(packagemeta::set_action): New overload.
	* package_meta.h (packagemeta::_actions): New class.
	(packagemeta::set_action): Declare this.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.181&r2=2.182
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/PickCategoryLine.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/PickCategoryLine.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/PickLine.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/PickPackageLine.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/PickPackageLine.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/list.h.diff?cvsroot=src&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_meta.cc.diff?cvsroot=src&r1=2.14&r2=2.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/package_meta.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]