summaryrefslogtreecommitdiffstats
path: root/tests/filebox.test
Commit message (Collapse)AuthorAgeFilesLines
* * Completed conversion of Tk test suite to use tcltest.dgp2002-07-141-10/+10
|
* Improvements to filebox tests (including two fixes due to changed behaviour ↵dkf2002-02-251-150/+260
| | | | dating from 2001-12-14)
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-011-2/+2
| | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace.
* * tests/filebox.test: Adjusted tests to accomodate -multiple.ericm2000-06-301-4/+5
| | | | | | | | | | | * library/xmfbox.tcl: Adjusted arguments list construction such that -multiple is not presented as an option for tk_getSaveFile. * library/tk.tcl: Added test for safe interpreter status before attempting to load message catalogs (which is impossible in a standard safe interpreter). This means that SafeTk will not have localized dialogs, unless a means is found for loading the message catalog files.
* * tests/filebox.test:ericm2000-03-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * tests/choosedir.test: Updated tests. * library/xmfbox.tcl: Updated to stash data array in ::tk::dialog::file namespace instead of in global namespace. * library/tkfbox.tcl: Extended some functions to support creation of a choosedir dialog, to allow greater code reuse between the two dialogs. Moved tkFDialog* functions into a namespace (::tk::dialog::file). Because these are private Tk functions (and should thus not be used directly by users), this should not impact anybody (the tk_getOpenFile and tk_getSaveFile commands still exist at the global scope). * library/tk.tcl: * library/tclIndex: Updated function names for tkFDialog* functions and choosedir functions. * library/choosedir.tcl: New and improved implementation of tk_chooseDirectory dialog. Based on tk_getOpenFile dialog. * library/listbox.tcl: (tkListboxCancel) Added a check for empty string value for tkPriv(listboxPrev). Without this check, it's possible to get a stack trace under certain conditions. [Bug: 4373].
* minor whitespace cleanuphobbs1999-11-301-21/+4
|
* Added "wm geometry" calls in some tests that were waiting for the user towart1999-11-121-1/+3
| | | | | place a window manually. The Tk test suite can now run on twm with no user intervention.
* * Merged 8.1 branch into the main trunkstanton1999-04-161-33/+44
|
* - updated filebox test to work regardless of current working dir.hershey1998-12-071-4/+3
| | | | | | - updated imgPhoto to check for teapot.ppm before running the tests. exits gracefully if file cannot be found. - lint in "all" file
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* *** empty log message ***stanton1998-06-251-2/+41
|
* added test for unusual initialdirstanton1998-06-241-0/+8
|
* Initial revisionrjohnson1998-04-011-0/+251