public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* setup ChangeLog PickView.cc PickView.h choose. ...
@ 2003-07-27  9:52 rbcollins
  0 siblings, 0 replies; 4+ messages in thread
From: rbcollins @ 2003-07-27  9:52 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sourceware.org	2003-07-27 09:52:02

Modified files:
	.              : ChangeLog PickView.cc PickView.h choose.cc 
	                 choose.h 

Log message:
	2003-07-27  Robert Collins  <rbtcollins@hotmail.com>
	
	* PickView.h (PickView::lv): Eliminate.
	* PickView.cc (PickView::init): Replace use of lv with
	GetHWND().
	(PickView::list_click): Ditto.
	* choose.h (ChooserPage::lv): Eliminate.
	* choose.cc: Replace lv with chooser->GetHWND()
	throughout.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.384&r2=2.385
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/PickView.cc.diff?cvsroot=cygwin-apps&r1=2.15&r2=2.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/PickView.h.diff?cvsroot=cygwin-apps&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.122&r2=2.123
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.h.diff?cvsroot=cygwin-apps&r1=2.26&r2=2.27


^ permalink raw reply	[flat|nested] 4+ messages in thread

* setup ChangeLog PickView.cc PickView.h choose. ...
@ 2003-07-29  9:41 rbcollins
  0 siblings, 0 replies; 4+ messages in thread
From: rbcollins @ 2003-07-29  9:41 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sourceware.org	2003-07-29 09:41:27

Modified files:
	.              : ChangeLog PickView.cc PickView.h choose.cc 
	                 choose.h 

Log message:
	2003-07-29  Robert Collins  <rbtcollins@hotmail.com>
	
	* PickView.h (CATEGORY_EXPANDED): Move from choose.h
	(CATEGORY_COLLAPSED): Move from choose.cc.
	(PickView::setViewMode): Move from ChooserPage.
	* choose.h (CATEGORY_EXPANDED): Delete.
	(CATEGORY_COLLAPSED): Delete.
	(ChooserPage::setViewMode): Delete.
	* PickView.cc (PickView::setViewMode): Move from ChooserPage.
	* chooser.cc (ChooserPage::setViewMode): Delete, and adjust callers
	throughout.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.391&r2=2.392
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/PickView.cc.diff?cvsroot=cygwin-apps&r1=2.17&r2=2.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/PickView.h.diff?cvsroot=cygwin-apps&r1=2.10&r2=2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.127&r2=2.128
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.h.diff?cvsroot=cygwin-apps&r1=2.29&r2=2.30


^ permalink raw reply	[flat|nested] 4+ messages in thread

* setup ChangeLog PickView.cc PickView.h choose. ...
@ 2003-07-27 10:13 rbcollins
  0 siblings, 0 replies; 4+ messages in thread
From: rbcollins @ 2003-07-27 10:13 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sourceware.org	2003-07-27 10:13:11

Modified files:
	.              : ChangeLog PickView.cc PickView.h choose.cc 
	                 choose.h 

Log message:
	2003-07-27  Robert Collins  <rbtcollins@hotmail.com>
	
	* choose.h (ChooserPage::setViewMode): Remove HWND from
	signature.
	(ChooserPage::defaultTrust): Ditto.
	Move to PickView.
	(ChooserPage::ifChecked): Use Window helper function
	IsButtonChecked.
	* choose.cc (ChooserPage::setViewMode): Use chooser->GetHWND()
	throughout.
	Update all callers with new signature.
	(ChooserPage::defaultTrust): Ditto.
	Move to PickView.
	* PickView.h (PickView::defaultTrust): Declare.
	* PickView.cc (PickView::defaultTrust): Copy from chooser.cc.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.385&r2=2.386
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/PickView.cc.diff?cvsroot=cygwin-apps&r1=2.16&r2=2.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/PickView.h.diff?cvsroot=cygwin-apps&r1=2.9&r2=2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.123&r2=2.124
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.h.diff?cvsroot=cygwin-apps&r1=2.27&r2=2.28


^ permalink raw reply	[flat|nested] 4+ messages in thread

* setup ChangeLog PickView.cc PickView.h choose. ...
@ 2003-03-05  0:53 maxb
  0 siblings, 0 replies; 4+ messages in thread
From: maxb @ 2003-03-05  0:53 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2003-03-05 00:53:05

Modified files:
	.              : ChangeLog PickView.cc PickView.h choose.cc 
	                 res.rc 

Log message:
	2003-03-05  Brian Keener  <bkeener@thesoftwaresource.com>
	
	* PickView.cc (PickView::views): Add two new views for Skipped
	packages and Installed Packages not requiring update.
	(PickView::set_headers () ): Ditto.
	(PickView::clear_view (void) ): Ditto.
	(PickView::views::caption () ): Add two new captions for the new
	views added for Skipped and Installed Packages.
	(PickView::scroll () ): Modify Scroll Bar property to Disable
	instead of disappearing when there is nothing to Scroll.
	* PickView.h: Add two new views for Skipped packages and Installed
	packages to public class view.
	* choose.cc (list_click () ): Modify Scroll Bar property to Disable
	instead of disappearing when there is nothing to Scroll.
	(listview_proc () ): Ditto.
	(set_view_mode): Add two new views for Skipped Packages and Installed
	Packages not requiring update.  Modify Scroll Bar property to Disable
	instead of disappearing when there is nothing to scroll.
	* res.rc (IDD_CHOOSE): Reposition Radio Buttons, View Selection
	Button and View Button Caption to make room for longer captions.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.313&r2=2.314
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/PickView.cc.diff?cvsroot=cygwin-apps&r1=2.12&r2=2.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/PickView.h.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/choose.cc.diff?cvsroot=cygwin-apps&r1=2.110&r2=2.111
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/res.rc.diff?cvsroot=cygwin-apps&r1=2.45&r2=2.46


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-29  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27  9:52 setup ChangeLog PickView.cc PickView.h choose. rbcollins
  -- strict thread matches above, loose matches on Subject: below --
2003-07-29  9:41 rbcollins
2003-07-27 10:13 rbcollins
2003-03-05  0:53 maxb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).