Tk::Wizard CHANGES LOG
----------------------
VERSION 1.93 22 April 2006
* Patch by Martin Thurn: sorry it's late:
* Wizard.pm: fix a typo "image_idr"
* Wizard.pm: don't complain about image_dir if the user has specified their own images
* Wizard.pm: add a sentence of pod for postNextButtonAction
VERSION 1.92
* Patch by Martin Thurn: thanks!
* in Installer.pm, prevent Tk core dump when background is undef
* in Installer.pm, eliminate the big empty space on the licence_page
* in Wizard.pm, make all of the user portion (but none of the button/borders) expand when the window is resized
VERSION 1.90 May 2005
Um... had my first child, can't remember what the patch was.
VERSION 1.08
* Mainly release to get the test suite working again,
and totally automated and devoid of net-access requirement
* added -image_dir to help test suite
- Martin said images are found in sitelibexp, not installsitearch
but that is not the case from the test suite.
* replaced -wait to test suite for automated testing
* dir select page for Win32 now tests for fixed drives when -nowarnings ne 1
* test script for dir selet page -nowarnings=9
* propogate -wait to all routines based on blank_frame, even dirselect for auto tests
* weird errors from NextButtonEventCycle when final page has -wait call "forward"
* simplified Installer test, remvoing dir select
* Added hashes to Installer warnings
* Passes all tests on Windoze. Will try Debian on Monday.
VERSION 1.07 patched by Martin Thurn <mthurn@verizon.net>:
* lib/Tk/Wizard.pm (Show, render_current_page): BUGFIX for DirSelectPage leaving Cwd in an unknown place
* lib/Tk/Wizard.pm: Fixed [most!] typos in pod
* lib/Tk/Wizard.pm (page_dirSelect): FIX: if caller dictates height, expand widgets to fit
* lib/Tk/Wizard.pm (blank_frame): BUGFIX: top image had wrong bgcolor
* lib/Tk/Wizard.pm (Populate): BUGFIX: -imagepath instead of -topimagepath in 2 places
* lib/Tk/Wizard.pm (Populate): FIX for some widgets having wrong bgcolor
* lib/Tk/Wizard.pm (page_dirSelect): clean up extraneous hardcoded references to %ENV
* lib/Tk/Wizard.pm (page_dirSelect): BUGFIX: missing '-' in front of 'command'
* lib/Tk/Wizard.pm (Populate): cleaned up the "tag text" (still not perfect, but better)
* lib/Tk/Wizard.pm (_font_family): more flexible font handling; better default fonts on Unix
* lib/Tk/Wizard.pm (Populate): images are found in sitelibexp, not installsitearch
VERSION 1.06
* Tk::Installer supports downloads;
* -continue dropped for semmantically inverse but more apt -wait
* Tk::Wizard::Installer::Win32 uses Win32.pm falls back to Win32::OLE
* Tk::Wizard - added -wait to blank_page
* First and last frames fill frame when -style=>top is specified
* DIALOGUE_really_quit referred to "Set Up" which wasn't very generic.
Now just refers to the wizard.
* Bug fixed for default -style.
VERSION 1.038 11 April 2003
* Images install to perlsitearch dir and are
used by default; added more warnings.
* Win32::Installer can now create shortcuts!
VERSION 1.037 08 April 2003
* Added addStartMenuPage to Tk::Wizard::Installer::Win32
* Added -tag_text to Tk::Wizard
* Removed BACK and CANCEL buttons from Finish page.
VERSION 1.036 04 April 2003
* New page type, text_frame via addTextFrame.
* New page type, multiple choice.
VERSION 1.035 02 April 2003
* -nohelpbutton bug now corrected
* -continue now works for empty task lists
(previously it asked for a key to be pressed)
VERSION 1.034 21 January 2003
* Typed = instead of =~, resulting in
incomplete dir listings in DirTrees.
VERSION 1.033 20 January 2003
* Fixed lack of require of File::Path
VERSION 1.032
* Added &forward> and &backward, mainly to automate tests.
* Added -continue method to &Tk::Wizard::Installer::addFileListPage
and &Tk::Wizard::addTaskListPage.
VERSION 1.031
* Added method &addTaskListPage (etc) to Tk::Wizard;
* Added -resizable switch; added warnings in addPage.
* Added method &addFileListPage (etc) to Tk::Wizard::Installer
VERSION 1.03
* Added basic tests/examples using Test::Harness.
* Re-arranged buttons so CANCEL is in most accessible place;
added button spacing
* Some more error checking
* Implimented as a Tk "composite" widget, based on
"Tk::MainWindow".
* Removed licence method to Tk::Wizard::Installer
and the Windows' registry method to Tk::Wizard::Installer::Win32.
* Added "-nowarnings" to "addDirSelectPage" method.
* Solaris "SystemButtonFace" resolved with little satisfaction to
a pre-defined colour.
VERSION 1.021
* More minor display tweeks.
* Added internationalisation of button labels.
VERSION 1.02
* All known display issues fixed.
* Warnings about stupid things if run undef "-w".
* Directory selection method cleaned, fixed and extended.
* "-style="top> implimented.
* Windows "uninstall" feature: thanks to James Tillman and Paul
Barker for info.
VERSION 1.01
* Added method "blank_frame" that can take title and standfirst
text.
* Added licence agreement bits.
* Modified spacing, added default font and background; changed
"filename" field to "-imagepath" for readability; made all
arguments begin with "-" to fit in with Tk "switches"; made the
supply of a "MainWindow" to the constructor optional, and
changed the supply method from a reference to part of the passed
name/value list.
VERSION 1.0
Initial version by Daniel T Hable, found with Google, at
http://perlmonks.thepen.com/139336.html.
#