Commit Graph

  • ae3aeb320f fix links in packaging readme Felix Obenauer 2020-06-06 22:18:20 +0200
  • 243955ce7c closes #470 - helpfully map arguments with Path types to FileChoosers 1.0.4-release--issue-470 Chris 2020-06-14 14:33:05 -0700
  • f22fdcd7af closes #480 - program_description not overriding parser description Chris 2020-06-14 13:53:28 -0700
  • df9284a467 closes #452 - modals missing i18n options Chris 2020-06-14 13:41:27 -0700
  • 36ab13c59d closes #497 - fix show_header_title not corretly setting visibility Chris 2020-06-14 13:20:58 -0700
  • 91d0fad421 closes #517 - radio group not enabling widget when initial_selection is set Chris 2020-06-14 12:29:45 -0700
  • 933cbcbabb fix links in packaging readme #580 Felix Obenauer 2020-06-06 22:18:20 +0200
  • 2f1772e6b8 Protect against wx module not being found. #579 Ben Elliston 2020-06-06 10:45:36 +1000
  • 026822266a Behave like --ignore-gooey has been passed if the display is missing. This alows Gooey applications to run unmodified on systems with no X display present. Ben Elliston 2020-05-25 13:38:51 +1000
  • 88ae13d363 Pre-fill counter dropdowns with 0 (not 1) to 10 inclusive. Fixes issue #569. Ben Elliston 2020-05-25 15:31:28 +1000
  • 59a166bc24 Behave like --ignore-gooey has been passed if the display is missing. This alows Gooey applications to run unmodified on systems with no X display present. #578 Ben Elliston 2020-05-25 13:38:51 +1000
  • 2c8580e5b2 ProcessController.py (run): Use default Popen buffer size to avoid Python 3.8 runtime warnings: #577 Ben Elliston 2020-05-28 17:16:46 +1000
  • ee957a1e4a Pre-fill counter dropdowns with 0 (not 1) to 10 inclusive. Fixes issue #569. #575 Ben Elliston 2020-05-25 15:31:28 +1000
  • f2ee7617ec bigfix: make checkbox honor gooey_options/label Chris 2020-06-02 17:48:49 -0700
  • 2e09916165 ProcessController.py (run): Use default Popen buffer size to avoid Python 3.8 runtime warnings: #572 Ben Elliston 2020-05-28 17:16:46 +1000
  • 229d27f8bb Pre-fill counter dropdowns with 0 (not 1) to 10 inclusive. Fixes issue #569. #570 Ben Elliston 2020-05-25 15:31:28 +1000
  • 6dc69f7bd3 Behave like --ignore-gooey has been passed if the display is missing. This alows Gooey applications to run unmodified on systems with no X display present. #568 Ben Elliston 2020-05-25 13:38:51 +1000
  • e28da8503b Implementation of the TimeChooser widget. Nathan Richard 2019-02-27 17:07:45 +0100
  • 85a489c26f
    Merge branch '1.0.4-release' into rebase-calendar-widget #504 Chris 2020-05-17 19:24:36 -0700
  • 14893335fc Issue 554: Fix MultiFileChooser output formatting. Bess L. Walker 2020-04-18 15:11:06 -0600
  • 5e16ed5a01 Include MultiDirChooser in the list of Choosers Bess L. Walker 2020-04-25 10:44:19 -0600
  • 9284f87a1d Fix Issue 550: MultiDirChooser cannot handle paths with spaces Bess L. Walker 2020-04-25 10:41:45 -0600
  • 657cb6ad6c Substitute Python3-only code for Python 2.7-compatible code. Bess L. Walker 2020-04-25 17:27:12 -0600
  • 22499c9139 Fix Issue 553: Handle Windows volume labels correctly in MultiDirChooser. Bess L. Walker 2020-04-25 17:07:50 -0600
  • 7995a78d8f Add instructions for conda install #557 JEACO 2020-05-11 08:53:56 +0200
  • 35700bdbad Update the wxpython version #555 Krzysztof Jurewicz 2020-04-27 00:27:31 +0200
  • f87446ebc5
    Update ISSUE_TEMPLATE.md Chris 2020-04-26 14:19:55 -0700
  • e5710fc95c
    Update ISSUE_TEMPLATE.md Chris 2020-04-26 14:19:09 -0700
  • b6947a5bfc Substitute Python3-only code for Python 2.7-compatible code. #554 Bess L. Walker 2020-04-25 17:27:12 -0600
  • aba8aed54b Fix Issue 553: Handle Windows volume labels correctly in MultiDirChooser. Bess L. Walker 2020-04-25 17:07:50 -0600
  • a6e30774ee hotfix #549 - lock down WX version in setup.py due to breaking changes in latest version 1.0.3.1-hotfix Chris 2020-04-25 15:22:33 -0700
  • 248477bbb3 hotfix #549 - lock down WX version in setup.py due to breaking changes in latest version Chris 2020-04-25 15:22:33 -0700
  • 62406e8588
    Include MultiDirChooser in the list of Choosers #552 Bess L. Walker 2020-04-25 10:44:19 -0600
  • 0147bfcdfa Fix Issue 550: MultiDirChooser cannot handle paths with spaces Bess L. Walker 2020-04-25 10:41:45 -0600
  • cf2474f42a
    Add MultiDirChooser to readme. #551 Bess L. Walker 2020-04-25 10:16:54 -0600
  • 0e4a54fb26 Fix Issue #550 Bess L. Walker 2020-04-25 10:14:50 -0600
  • 480a9339bb Issue 554: Fix MultiFileChooser output formatting. #546 Bess L. Walker 2020-04-18 15:11:06 -0600
  • c8296b7b66
    Update ISSUE_TEMPLATE.md Chris 2020-04-15 10:02:23 -0700
  • 20163326e5 Do not translate arguments in add_subparsers #545 Krzysztof Jurewicz 2020-04-15 13:25:00 +0200
  • 4badaf4966 pass footer_bg_color from buildSpec to Footer Stephen Macke 2020-03-17 21:16:38 -0700
  • 990e19376a Fixed a typo MGlolenstine 2020-02-19 13:43:12 +0100
  • e15b537942 Closes #200 substitute command line arguments for defaults Jonathan Schultz 2020-02-03 09:07:08 +0800
  • 39dac1d7c1
    Update Using-Richtext-Controls.md Chris 2020-04-12 15:32:20 -0700
  • 0ffbfe0351 closes #527 - add documentation for richtext controls Chris 2020-04-12 15:29:30 -0700
  • ad5d0ea51e fix README typos Chris 2020-01-13 20:00:25 -0800
  • c74f24d733 [Closes #537] Return Action when calling add_argument Tyler Donaldson 2020-03-26 11:45:03 -0700
  • 579e2efd03 [Closes #537] Return Action when calling add_argument #538 Tyler Donaldson 2020-03-26 11:45:03 -0700
  • 45abc726b2 Implementation of the TimeChooser widget. Nathan Richard 2019-02-27 17:07:45 +0100
  • 2d94f0c9ec pass footer_bg_color from buildSpec to Footer #536 Stephen Macke 2020-03-17 21:16:38 -0700
  • ecba80f31b
    Fixed a typo #530 MGlolenstine 2020-02-19 13:43:12 +0100
  • e894f7e57b Add ColourChooser to README conradhilley 2020-01-18 16:27:46 -0800
  • 686a9a7ce7 closes #523 - added ColourChooser widget conradhilley 2020-01-18 16:13:09 -0800
  • 3302d5c35c un-added translations for 'print', since menubar labels are chosen by user. #525 tpr 2020-02-10 17:10:15 -0600
  • 9fb3a75639 renamed to appropriate name and removed cruft tpr 2020-02-10 17:02:28 -0600
  • 60ada61afa Added test file for print menubar. tpr 2020-02-10 16:58:36 -0600
  • 2cc7f5a730
    Updated docs tom-p-reichel 2020-02-10 16:52:14 -0600
  • 69de1a085f Fixed fonts tpr 2020-02-10 16:40:25 -0600
  • 1958ec695e Reimplemented printing tpr 2020-02-10 16:26:06 -0600
  • 5244b10f82
    Closes #200 substitute command line arguments for defaults #514 Jonathan Schultz 2020-02-03 09:07:08 +0800
  • 4596653127
    Add ColourChooser to README #524 conradhilley 2020-01-18 16:27:46 -0800
  • 1c5db81745 closes #523 - added ColourChooser widget conradhilley 2020-01-18 16:13:09 -0800
  • 6a9195b2d2 Changed the check on TextContainer default values to allow False-evaluated defaults. Nathan Richard 2019-11-13 14:55:06 +0100
  • 6e9ebe0a81 Added a cast to string for the Dropdown default and choices values. Nathan Richard 2019-04-11 18:02:55 +0200
  • 3a31d2cc5d Revert "Improved the iter_parsers function of the argparse_to_json.py to allow" Chris 2020-01-13 19:03:35 -0800
  • 5e4959b7da update README to reference new .png override requirement Chris 2020-01-13 18:57:16 -0800
  • 823a72512a Remove unused images Chris 2020-01-13 18:56:47 -0800
  • b52b239d10 Fix title card typo Chris 2020-01-13 18:54:47 -0800
  • 7330fcefac closes #515 - fix typo in doc string Chris 2020-01-13 18:38:24 -0800
  • 389743a9d3
    Fix simple typo: overriden -> overridden #516 Tim Gates 2019-12-21 19:09:56 +1100
  • 44b26dd018 Implementation of a "collapsible" option to hide advanced options. #503 Nathan Richard 2019-11-14 13:45:26 +0100
  • 0a5b7777e3 Implemented printing on success #502 tpr 2019-11-17 13:38:24 -0600
  • 44581be078 Changed the check on TextContainer default values to allow False-evaluated defaults. #501 Nathan Richard 2019-11-13 14:55:06 +0100
  • d52bd27551 Added a cast to string for the Dropdown default and choices values. Nathan Richard 2019-04-11 18:02:55 +0200
  • 4140f8e8e6 Improved the iter_parsers function of the argparse_to_json.py to allow the extraction to the sub parser recursively Alberto de Rodrigo 2019-09-30 18:17:05 +0200
  • eea9a3ebcf 20190928 korean,japanese translation deepthought 2019-09-28 17:23:27 +0900
  • 4f7d4fd5f0 commit #489 Taysser 2019-09-30 15:06:22 -0700
  • 9c06d08878 commit #490 Taysser 2019-09-30 14:29:58 -0700
  • 2dfe232837
    Update functional.py Taysser Gherfal 2019-09-30 14:24:25 -0700
  • 1b46314dfb commit Taysser 2019-09-30 13:41:24 -0700
  • 32234fd263
    Update functional.py Taysser Gherfal 2019-09-30 13:27:29 -0700
  • 882aad69df Improved the iter_parsers function of the argparse_to_json.py to allow the extraction to the sub parser recursively #488 Alberto de Rodrigo 2019-09-30 18:17:05 +0200
  • 2da2fe98bc 20190928 korean,japanese translation #492 #487 deepthought 2019-09-28 17:23:27 +0900
  • e697226075 Created Croatian language file dsardelic 2019-09-26 10:27:49 +0200
  • 3ad7322b5f Updated Bosnian language file to match the current English file dsardelic 2019-09-26 10:25:39 +0200
  • 5a4a93cf43 Created Croatian language file #482 dsardelic 2019-09-26 10:27:49 +0200
  • fbc3cc5ed3 Updated Bosnian language file to match the current English file dsardelic 2019-09-26 10:25:39 +0200
  • 7747cf811d Added Turkish translation Nazım Gediz Aydındoğmuş 2019-09-23 08:16:19 +0300
  • f93969f479
    Create croatian.json #479 Dino Sardelic 2019-09-25 08:39:26 +0200
  • 0aa11b3bb6
    Update bosnian.json Dino Sardelic 2019-09-25 08:33:44 +0200
  • cf03f2b1e3
    Updated to match the current English version Dino Sardelic 2019-09-25 08:23:58 +0200
  • b39fe8c93e
    Added Turkish translation #473 Nazım Gediz Aydındoğmuş 2019-09-23 08:16:19 +0300
  • 66f154decb only add dock image to non win32 runs 1.0.3 Chris 2019-09-22 12:27:42 -0700
  • 7c9e3c4ae2 version bump Chris 2019-09-22 11:52:23 -0700
  • 5891954e99 Update 1.0.3-release-notes.md Chris 2019-09-22 11:38:17 -0700
  • 49267ae18d release notes wip Chris 2019-09-22 11:30:23 -0700
  • 0b79b5d766 closes #297 @thorstenwagner - fix footer button sizing Chris 2019-09-22 11:17:02 -0700
  • 072db3c87d Update README.md Chris 2019-09-22 11:09:47 -0700
  • 649c3e904f add option to suppress Gooey's --ignore injection behavior Chris 2019-09-22 10:57:02 -0700
  • 2dbe068fb3 Delete Other-Languages.md Chris 2019-09-21 22:06:27 -0700
  • fa70a6df4c Update 1.0.3-release-notes.md Chris 2019-09-21 19:54:28 -0700