]> cygwin.com Git - cygwin-apps/setup.git/commit - root.cc
2002-09-21 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Sat, 21 Sep 2002 09:36:46 +0000 (09:36 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Sat, 21 Sep 2002 09:36:46 +0000 (09:36 +0000)
commitf2ff983864409af899d8c753836124ff7d6fa9ab
tree56edd4770221353b3d0fc2bc5509243bdd59f847
parent12f14c3fae5a0146c6f42c516f9680b7907575a1
2002-09-21  Robert Collins  <rbtcollins@hotmail.com>

        * choose.h: Add OnUnattended method.
        * desktop.cc (DesktopSetupPage::OnInit): Allow fine grained
        control via command line options.
        (DesktopSetupPage::OnUnattended): Implement.
        (DesktopSetupPage::OnMessageApp): Implement.
        * desktop.h (DesktopSetupPage::OnUnattended): declare.
        (DesktopSetupPage::OnMessageApp): Ditto.
        * download.cc (do_download_thread): Support unattended mode.
        * install.cc (do_install_thread): Ditto.
        * localdir.h: Ditto.
        * main.cc (main): Ditto.
        * net.cc (NetPage::OnUnattended): Ditto.
        * net.h (NetPage::OnUnattended): Declare.
        * proppage.cc (PropertyPage::DialogProc): Support unattended mode.
        * proppage.h (PropertyPage::OnUnattended): Declare.
        * root.cc (RootPage::OnInit): Support unattended mode.
        (RootPage::OnUnattended): Implement.
        * root.h (RootPage::OnUnattended): Declare.
        * site.cc (register_saved_site): Extract Method from get_saved_sites.
        (get_saved_sites): Remove common code for adding a site.
        (SitePage::OnInit): Support unattended mode.
        (SitePage::OnUnattended): Implement.
        * site.h (SitePage::OnUnattended): Declare.
        * source.cc (SourcePage::OnActivate): Support unattended mode.
        (SourcePage::OnUnattended): Implement.
        * source.h (SourcePage::OnUnattended): Declare.
        * splash.h (SplashPage::OnUnattended): Declare.
        * state.cc (unattended_mode): Declare.
        * state.h (unattended_mode): Declare.
        * threebar.h (ThreeBarProgressPage::OnUnattended): New method.
22 files changed:
ChangeLog
choose.h
desktop.cc
desktop.h
download.cc
install.cc
localdir.h
main.cc
net.cc
net.h
proppage.cc
proppage.h
root.cc
root.h
site.cc
site.h
source.cc
source.h
splash.h
state.cc
state.h
threebar.h
This page took 0.033414 seconds and 5 git commands to generate.