This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps 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]

setup window.h window.cc choose.cc PickCategor ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	davek@sourceware.org	2010-04-13 17:25:27

Modified files:
	.              : window.h window.cc choose.cc 
	                 PickCategoryLine.cc ChangeLog 

Log message:
	* window.cc (Window::Window): Initialise BusyCount and BusyCursor.
	(Window::SetBusy): Set hourglass cursor, counting nested activations.
	(Window::ClearBusy): Cancel one call to SetBusy and restore original
	cursor if no longer busy.
	* window.h (Window::BusyCount): New data member.
	(Window::OldCursor): Likewise.
	(Window::BusyCursor): Likewise.
	(Window::SetBusy): Prototype.
	(Window::ClearBusy): Likewise.
	* choose.cc (ChooserPage::createListview): Invoke busy cursor
	around long-running operation.
	(ChooserPage::OnInit): Likewise.
	(ChooserPage::changeTrust): Likewise.
	* PickCategoryLine.cc (PickCategoryLine::set_action): Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/window.h.diff?cvsroot=cygwin-apps&r1=2.12&r2=2.13
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/window.cc.diff?cvsroot=cygwin-apps&r1=2.15&r2=2.16
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.154&r2=2.155
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/PickCategoryLine.cc.diff?cvsroot=cygwin-apps&r1=2.10&r2=2.11
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.697&r2=2.698


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