summaryrefslogtreecommitdiffstats
path: root/tests/winDialog.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunk. Resolve conflicts in win/tkWinDialog.c and ↵erikleunissen2025-03-271-0/+2
|\ | | | | | | tests/winDialog.test, but don't import changes to winDialog-5.9 (now useless test)
| * Ticket [441c526c] MSWin: remove XP Style dialogs and old compiler compatibilityoehhar2025-03-111-84/+29
| |
* | Convert from approach B => A (revert access procs to the original variable ↵erikleunissen2025-02-131-11/+14
| | | | | | | | references), domain dialog
* | testutils.tcl [testutils]: new command that handles importing/forgetting of ↵erikleunissen2025-02-101-3/+2
| | | | | | | | utility procs and associated variables, and performs auto-(re)initialization of upvar'ed namespace variables previously unset by cleanup in the test file.
* | fontchooser.test, winDialog.test: use global namespace qualifier inside ↵erikleunissen2025-02-071-7/+4
| | | | | | | | procs instead of another "upvar". Also simplify proc Click in fontchooser.test
* | fontchooser.test, winDialog.test: don't qualify namespace for variables ↵erikleunissen2025-02-061-3/+3
| | | | | | | | imported from testutils.tcl using "upvar".
* | winDialog.test: fix typo in comment for test winDialog-5.15erikleunissen2025-02-051-1/+1
| |
* | Rename variable "tk_dialog" to "testDialog" (namespace ::tk::test::dialog). ↵erikleunissen2025-01-241-14/+14
| | | | | | | | It's a better name and it prevents confusion with the Tk command tk_dialog.
* | winDialog.test: convert test winDialog-5.9 to a template, disabled with ↵erikleunissen2025-01-241-9/+14
| | | | | | | | constraint knownBug
* | fontchooser.test, winDialog.test: more adaptations to relocated variable ↵erikleunissen2025-01-241-10/+14
| | | | | | | | tk_dialog
* | winDialog.test: remove outdated commenterikleunissen2025-01-201-4/+0
| |
* | testutils.tcl: collect procs afterbody, start and then in an ensemble ↵erikleunissen2025-01-191-123/+123
| | | | | | | | command testDialog. Rename them to signify a stage in the lifetime of a dialog. Rename proc dialogTestFont -> testDialogFont to follow suit. Adapt all calls/references in test files fontchooser.test and winDialog.test.
* | winDialog.test: clean up test-local variableerikleunissen2025-01-181-1/+1
| |
* | winDialog.test: "collect" proc initialdir into oblivionerikleunissen2025-01-131-28/+24
| |
* | winDialog.test: explain removal of test winDialog-5.15erikleunissen2025-01-101-0/+7
| |
* | Removed proc vista? and its usageerikleunissen2025-01-071-65/+23
| |
* | Relocate procs afterbody, ApplyFont, start, then.erikleunissen2025-01-061-70/+23
|/
* Merge 8.7. More indent fixesjan.nijtmans2024-09-291-192/+192
|
* Add tcl8 contraints to some winDialog tests: The depend on ~-expansion as ↵jan.nijtmans2022-12-071-8/+8
| | | | done in Tcl 8.x, but Tcl 9.0 doesn't do that any more.
* Merge 8.6jan.nijtmans2020-12-111-1/+1
|\
| * Fix winDialog-5.12.7 testcase in CI environmentjan.nijtmans2020-12-111-1/+1
| |
* | Merge 8.6jan.nijtmans2020-12-101-1/+16
|\ \ | |/
| * Make sure there's a file in the home directory on Windows for winDialog-5.12.7dkf2020-12-091-1/+16
| |
| * Mark more test-cases with "failsOnUbuntu"jan.nijtmans2020-09-291-6/+6
| |
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
| |
* | Merge trunkjan.nijtmans2020-10-051-10/+10
| |
* | Use \x escape sequences in stead of \u when appropriatejan.nijtmans2020-09-291-2/+2
| |
* | Remove many unnessesaary curly-braces in testcasesjan.nijtmans2020-06-091-11/+11
| |
* | Merge 8.6jan.nijtmans2019-10-041-1/+1
|\ \ | |/
| * Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more ↵jan.nijtmans2019-10-041-1/+1
| | | | | | | | links to point to the current https://core.tcl-lang.org
* | Change .ext extension into .aaa in winDialog.test since some corporate ↵fvogel2019-05-171-10/+10
|\ \ | |/ | | | | policies forbid .ext extension. See https://core.tcl-lang.org/tcl/tktview/cc74e50996e20cbb6a851087b36c52eb75526aa4
| * Change .ext extension into .aaa in winDialog.test since some corporate ↵fvogel2019-05-171-10/+10
| | | | | | | | policies forbid .ext extension. See https://core.tcl-lang.org/tcl/tktview/cc74e50996e20cbb6a851087b36c52eb75526aa4
* | Excess spacing in test-suitejan.nijtmans2016-03-141-6/+6
|/
* Test winDialog-5.12.7 failed if first item in home folder was not a ↵oehhar2015-12-141-1/+1
| | | | file->corrected
* Fix [908b78de9a] for OS X/X11 - which apparently doesn't set ::env(USERNAME) ↵jan.nijtmans2015-10-231-2/+2
| | | | - as well.
* Fix [908b78de9a6534d6]: winDialog.test terminates in errorjan.nijtmans2015-10-131-1/+1
|
* Fix comment in test winDialog-5.12.2ashok2015-10-101-4/+5
|
* Added missing tests for tk_getOpenFile -defaultextensionashok2015-10-091-0/+29
|
* Bug [47af31bd3a] - tk_getSaveFile adds . as extension.ashok2015-10-091-2/+113
| | | Also added more tests for -filetypes and -defaultextension combinations.
* Fix for [46c83f60] (relative paths ignored in tk_getOpenFile/tk_getSaveFile ↵ashok2015-10-061-0/+193
| | | | on Vista+). Added tests for -initialdir option.
* Fix for 4a0451f529. Needed a Tcl_ResetResult after recursive eventashok2014-12-031-6/+12
| | | | | | loop otherwise clicking Cancel would return a non-empty result in case a script was run in the background as part of the event loop. Also updated test suite which did not actually check that a Cancel resulted in an empty event string.
* Fix winDialog tests to not assume current working directory when -initialdir ↵ashok2014-10-281-16/+21
| | | | is not specified
* - Fix winDialog-9.7 test in case "initialdir" contains capital characters. jan.nijtmans2014-10-201-5/+1
| | | - Add "uuid.lib" as requirement for tkWinDialog.c
* Replace use of ::env(TEMP) with use of [tcltest::temporaryDirectory] fordgp2014-10-201-9/+6
| | | improved portability of the test suite.
* Changed to not use c:/ as initialdirashok2014-10-161-4/+14
|
* Update test suite for compatibility with new Vista file dialogs.ashok2014-09-201-68/+83
| | | | Some tests still fail pending what we decide about behaviour when -initialdir is not specified.
* Convert native paths returned from file dialogs to Tcl canonical paths.ashok2014-09-201-12/+44
|
* Fixed, but only tested yet on Windows 7. On other platforms, at least the ↵jan.nijtmans2012-11-111-10/+28
| | | | 'user input problem' is gone, but the test might still fail.
* demo fix for bug 3585396. On which platforms this fails?jan.nijtmans2012-11-091-3/+3
|
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\