57 Commits

Author SHA1 Message Date
aquileia
809e61db88 Python scripts: Unify encoding magic comments 2016-05-03 22:12:19 +02:00
Charles Dang
ff7128f8dc GUI.pyw: New years copyright update 2016-03-04 00:47:46 +11:00
Ignacio R. Morelle
ba8da92135 Restore executable bit on the WML tools GUI frontend 2015-10-30 02:43:35 -03:00
Elvish_Hunter
e07de1bf48 GUI.pyw: fixed regexps not being handled correctly on non Windows systems
This fix relies on the fact that argparse doesn't require the equal sign any more.
2015-10-20 15:02:32 +02:00
Elvish_Hunter
1a0d04d7b2 GUI.pyw: fixed a bug that caused the output to not be printed on Windows 2015-10-20 15:02:32 +02:00
Elvish_Hunter
21a6bc5831 Converted GUI.pyw to Python 3 2015-09-24 11:40:14 +02:00
Elvish_Hunter
ef559d0ffd GUI.pyw: allow binding tooltips to tagged elements of widgets 2015-09-12 21:49:02 +02:00
Charles Dang
4f078f26ef GUI.pyw: small label tweaks 2015-09-10 21:55:43 +11:00
Elvish_Hunter
2e574252cb GUI.pyw: added more tooltips 2015-09-07 20:55:09 +02:00
Elvish_Hunter
814d9d1478 GUI.pyw: allow changing tooltip text at runtime 2015-09-07 20:55:09 +02:00
Elvish_Hunter
3cbbede271 GUI.pyw: use specific tooltip font 2015-09-07 20:55:09 +02:00
Elvish_Hunter
cb3c5b9c45 GUI.pyw: focus doesn't follow the mouse any more
Done as per shadowm's suggestion.
2015-09-03 10:06:14 +02:00
Elvish_Hunter
dce1e7bdc1 GUI.pyw: added tooltips, finally! 2015-09-02 19:52:46 +02:00
Elvish_Hunter
b23e93a823 GUI.pyw: added exit confirmation dialog 2015-08-31 23:12:06 +02:00
Charles Dang
f07c67ec3e Improvement to the bundled GUI.py icon 2015-08-18 07:36:04 +11:00
Elvish_Hunter
5fd31c88a5 wml tools GUI: added a window icon 2015-08-17 17:02:00 +02:00
Elvish_Hunter
499866323b GUI.pyw: fixed an obscure bug triggered by Unicode literals 2015-08-04 10:07:59 +02:00
Elvish_Hunter
e2063ee024 GUI.pyw: use 'with' statement instead of open() and close() 2015-07-28 12:05:05 +02:00
Elvish_Hunter
ccc2ea9319 GUI.pyw: remove some duplicated code 2015-07-28 11:41:58 +02:00
Elvish_Hunter
76f1e4bf3c wml tools GUI: added support for *BSD systems 2015-07-21 11:00:59 +02:00
Elvish_Hunter
f501b39a2a wml tools GUI: fixed the text box ignoring mouse clicks on Mac OS 2015-02-26 15:04:08 +01:00
Elvish_Hunter
57cde075b8 wml tools GUI: fixed bindings for Entry, Spinbox and Text widgets on Mac OS 2015-02-26 14:58:26 +01:00
Elvish_Hunter
205673d607 wml tools GUI: fixed shortcuts being reported as Ctrl+key instead of Command+key on Mac OS
The actual bindings will be fixed in the next commit.
2015-02-26 14:49:18 +01:00
Elvish_Hunter
0b14c1ae50 wml tools GUI: updated copyright notice 2015-02-18 11:27:03 +01:00
Elvish_Hunter
b337e13070 wml tools GUI: exclude the double endline at the end of the file when exporting as text 2015-02-10 11:18:49 +01:00
Elvish_Hunter
63cac8ec70 wml tools GUI: the Ctrl+A accelerator (select all) finally works 2015-02-10 11:14:41 +01:00
Elvish_Hunter
3f3e0ce5f6 wml tools GUI: handle the case in which a user selects the core directory or one of it subdirectories in the add-on selection box 2015-02-10 10:59:02 +01:00
Elvish_Hunter
57d2ece3de wml tools GUI: used os.path.normpath so Windows users see their standard directory separator 2015-02-10 10:50:06 +01:00
Elvish_Hunter
d5a78d19ed GUI.pyw: fixed the 3rd column width in the wmlindent tab 2015-01-23 11:29:14 +01:00
Elvish_Hunter
845d721216 GUI.pyw: fixed wording of an option 2015-01-23 11:17:59 +01:00
Elvish_Hunter
970a739f6d GUI.pyw: reworked verbosity options to fix a bug reported by vultraz 2015-01-23 11:06:06 +01:00
Elvish_Hunter
31bf0159ed GUI.pyw: check if the user already selected a folder, and use it in the directory selection dialog if so 2015-01-23 10:58:16 +01:00
Charles Dang
340e02ed9b wmltools GUI: fixed wording of wmlindent -v -v toggle 2015-01-21 18:12:59 +11:00
Elvish_Hunter
c65c9759d6 GUI.pyw: removed a line that I used while developing the latest modifications 2015-01-20 11:44:13 +01:00
Elvish_Hunter
b39efb97f9 GUI.pyw: added a Clear button to the directory selection box 2015-01-20 11:13:03 +01:00
Elvish_Hunter
2625c02f4d GUI.pyw: use a better error message when Skip core directory is on and there is no directory selected. Also add a missing comment 2015-01-20 11:13:02 +01:00
Elvish_Hunter
04f267e36b GUI.pyw: force Disable checks for unknown units when Skip core directory is enabled 2015-01-20 11:13:02 +01:00
Charles Dang
fce03fae5a wmltools GUI: use utf8 copyright symbol instead of '(C)' in About 2015-01-18 03:43:23 +11:00
Charles Dang
53c2ef9cb7 wmltools GUI: Added option to skip core when running wmllint 2015-01-17 22:32:43 +11:00
Elvish_Hunter
256fbc7d1a wml tools GUI: added context menu to the output text box 2014-09-15 17:58:40 +02:00
Elvish_Hunter
a77841e44b wml tools GUI: improved bindings to invoke the context menu 2014-09-15 17:58:39 +02:00
Elvish_Hunter
d61cd6e534 wml tools GUI: removed the 0 from some IntVar() initializations, because it doesn't do anything 2014-08-18 16:20:13 +02:00
Elvish_Hunter
dfb4767af2 wml tools GUI: replaced all IntVar() instances used by checkbuttons with BooleanVar() 2014-08-18 16:20:13 +02:00
Elvish_Hunter
834e5632d0 wml tools GUI: improved credits description for the Tango icons 2014-08-18 16:20:13 +02:00
Elvish_Hunter
3df50dd007 wml tools GUI: fixed the WinError 87 that happened on Python 3.4 2014-08-18 16:20:13 +02:00
Groggy Dice
d2888b1ab3 wmltools GUI: remove -f and -p wmllint options, add -m 2014-08-06 05:48:25 -04:00
Elvish_Hunter
9fd8ba5ef9 wmllint GUI: now the focus follows the mouse pointer, allowing use of the mouse wheel on the disabled Text widget 2014-06-25 14:54:56 +02:00
Elvish_Hunter
ebb4a80f46 wmllint GUI: fixed a bug on Python 2.7.7 that froze the application on Windows 2014-06-25 14:54:56 +02:00
Elvish_Hunter
e3fc8f13b8 wmllint gui: made some options in the wmlscope tab evenly spaced 2014-05-29 14:57:10 +02:00
Elvish_Hunter
5480cca466 wmllint gui: fixed a bug in regexp handling 2014-05-29 14:57:09 +02:00