summaryrefslogtreecommitdiffstats
path: root/tests/filebox.test
Commit message (Collapse)AuthorAgeFilesLines
* TIP 382 test suite update and Motif dialog implementation.dgp2011-10-311-1/+1
| | | FossilOrigin-Name: 3ddf36980ad8ab9045fbf5401bbd990b92cc48fd
* Purge RCS Keywords.dgp2011-06-081-3/+0
|\ | | | | FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
| * Purge RCS Keywords.dgp2011-06-081-3/+0
| | | | | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
* | fixes for [temporaryDirectory] != [pwd]das2008-12-291-2/+3
| | | | | | FossilOrigin-Name: c5e3058ecb1423d72a02bfbee7a774bd0a731606
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| | | | | | FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
* | * library/tkfbox.tcl (VerifyFileName): Corrected a couplekennykb2007-11-261-1/+64
| | | | | | | | | | | | | | | | | | | | of typos in handling of bad file names. [Bug #1822076] * tests/filebox.test (filebox-7.1, filebox-7.2): Added test cases that exercise the above bug. Thanks to Christoph Bauer (fridolin@users.sf.net) for the patch. FossilOrigin-Name: 27c8361229b773ae529b789e845fc82fbde8a6ec
* | * doc/getOpenFile.n: TIP#242 implementation of -typevariable tohobbs2007-10-251-3/+24
| | | | | | | | | | | | | | | | | | | | | | * library/tkfbox.tcl: return type of selected file in file dialogs. * library/xmfbox.tcl: [Bug #1156388] * macosx/tkMacOSXDialog.c: * tests/filebox.test: * tests/winDialog.test: * win/tkWinDialog.c: FossilOrigin-Name: 32679bf38647e40e47ad512d393e4e2004cacfb9
* | Corrected handling of MacOS filetypes in tk_*file dialogsvincentdarley2004-12-201-1/+15
| | | | | | FossilOrigin-Name: 8816a87828f214c5ce538f7a1a491c25b36283e3
* | * tests/canvPs.test: Cleaned up the matching of [makeFile] anddgp2004-12-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | * tests/choosedir.test: [removeFile] commands as indicated by the * tests/filebox.test: results of a -debug 1 run of the test suite. * tests/imgPPM.test: Tk test suite is now -debug 1 clean. This * tests/imgPhoto.test: completes fixing [1078648]. * tests/listbox.test: * tests/main.test: FossilOrigin-Name: 27f85236860c30c83c0d859b2c5b807868dc8557
* | * tests/filebox.test: A few typo corrections in dkf's recentdgp2004-06-041-2/+2
| | | | | | | | | | | | | | | | * tests/frame.test: style upgrade for the test suite. * tests/select.test: * tests/visual.test: FossilOrigin-Name: e15f2a6aa1954a7e907d31c1f920d4e6f87d2371
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-123/+104
| | | | | | FossilOrigin-Name: 8e6c4d129ce99dffc495e03b82bb2f284e6c1ffb
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-9/+3
|/ | | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. FossilOrigin-Name: 01af81ecf20f3111d08ac51117da1c5ca09c567d
* * Completed conversion of Tk test suite to use tcltest.dgp2002-07-141-10/+10
| | | FossilOrigin-Name: c483179b915e863450b867189ddfab962971936a
* Improvements to filebox tests (including two fixes due to changed behaviour ↵dkf2002-02-251-150/+260
| | | | | dating from 2001-12-14) FossilOrigin-Name: cfe79a6bb36c34a8eec73e9655fea33a8b8708c8
* 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. FossilOrigin-Name: 3c0c681d8883f0843b9dcb3f402c2773f6a438a7
* * 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. FossilOrigin-Name: 299558846cdddbcdf4211b57d925fd8996d70155
* * 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]. FossilOrigin-Name: 507a9fe0e822d879c18e4d215b8bb2275ed0aad0
* minor whitespace cleanuphobbs1999-11-301-21/+4
| | | FossilOrigin-Name: cc8aadfbbe5be40e44ad4506b9cf6df717231c68
* 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. FossilOrigin-Name: 8b087c35f7a2789eb1f253365aa0602397f5fc7e
* * Merged 8.1 branch into the main trunkstanton1999-04-161-33/+44
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* - 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 FossilOrigin-Name: 57baa455226f5efaa661fab16daf5a32b4733900
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* *** empty log message ***stanton1998-06-251-2/+41
| | | FossilOrigin-Name: d0d81921d36f4393a8920ea77c73867caef4e4d7
* added test for unusual initialdirstanton1998-06-241-0/+8
| | | FossilOrigin-Name: 404910a539b8dc083296018b3e5d71186254127f
* Initial revisionrjohnson1998-04-011-0/+251
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4