Chris
4ce19a7ac8
improved style, font, and color controls
6 years ago
Chris
e0b577aac8
improved layout and style controls
6 years ago
Chris
0ae2472c72
closes #329 - string coersion is too broad causing typing errors
6 years ago
Chris
5ebcdd668c
Issue 321 Pt II - convert default arguments to strings
6 years ago
Chris
97929ea034
closes #256 - missing i18n strings
6 years ago
Chris
aeb8f67b92
closes issue #321 - coerce choices to string
6 years ago
Chris
9de3f21801
Add shell info to README
6 years ago
chriskiehl
7843cbcd9c
Make shell option in Popen configurable
6 years ago
Chris
5237b495c6
add fallback show_restart_button check for existing buildSpecs
6 years ago
Chris
5779f3569e
closes #284 - dropdowns in required section fail default input validation test
6 years ago
Chris
6240e979c7
closes #286 - 2.7 / 3.0 wx bitmap creation compatibility
6 years ago
Chris
a13a059f4d
closes #282 - removed debug statement
6 years ago
Chris
111a517b97
closes #298 - unused non-python3 file
6 years ago
Chris
221ed1a564
closes #313 - Missing program name in taskbar
6 years ago
Chris
3f748b976d
closes #313 - conditionally show/hide restart button
6 years ago
Chris
cf802b503b
Closes #316 - counter output was generated incorrectly
6 years ago
Chris
c8450cf20b
closes #312 - tuples causing failure when passed to
6 years ago
Chris
9762c481a7
Update CONTRIBUTING.md
5 years ago
Chris
d4828d33b5
Update CONTRIBUTING.md
5 years ago
Chris
e598573c65
Revert "fallback when decoding errors happen"
This reverts commit f189006dd4
.
5 years ago
Jannik Waschkau
f189006dd4
fallback when decoding errors happen
6 years ago
Chris
a1b1d7fc9e
Create CONTRIBUTING.md
5 years ago
Chris
abd69a9bae
use Thread instead of Pool due to python 3.7 issue
6 years ago
Chris
19172ddf8f
Fix incorrect option name if config section
6 years ago
Emir Turkes
da5fd0ac40
Change "choose one" to "choose_one" in languages
The key is incorrectly specified which causes the mutually exclusive
group radio buttons to display "choose_one" instead of the proper
language value like "Choose One".
6 years ago
rhkubiak
cfed2f7ded
Update polish.json
I missed one English word.
6 years ago
Alan
db882069b6
Update portuguese translations
6 years ago
rhkubiak
b9a16ca4b5
Made Polish translation
6 years ago
Chris
2f5fca2b84
Update README.md
6 years ago
Chris
8166404c14
version bump
6 years ago
Chris
afddc823b0
ignore all virtualenvs
6 years ago
chriskiehl
1c0e1278d9
closes #272 - radio group behavior broken when in optional section
6 years ago
saddy001
109f4972b2
Compatibility with legacy versions of Pillow
Old versions of Pillow:Image don't support .tobytes(), so we use .tostring() instead.
6 years ago
Rodrigo Abt
fddd002ce6
Update spanish.json
Updated missing translations
6 years ago
Jakub Smetana
d7a59c9e3a
Made Czech translation
100% done
6 years ago
Juan Nunez-Iglesias
9d77cba9b6
Add MultiFileChooser to the widgets table
It took me a while to figure out that this existed, and having it in this table would have helped!
6 years ago
Mian Chen
d2124fac87
Update chinese.json
6 years ago
Alexis
4dcc7a1909
fix for issue #264
There was a wrong indentation in the config generator. If there was a target then it would not create build spec
6 years ago
chriskiehl
12b2181a28
closes #260 - Unable to take multiple files as input
6 years ago
metadirective
adf9f87a44
Completed French translation.
6 years ago
Jannik Waschkau
f6270af6db
German translation
6 years ago
Artem Svetlov
118ed0bea2
Update russian.json
6 years ago
Chris
4616068cfd
Update ISSUE_TEMPLATE.md
6 years ago
Chris
356e68c169
Create ISSUE_TEMPLATE.md
6 years ago
ronyhe
d311df7ff7
Add Hebrew language
6 years ago
Dan H
d01afc9b7b
Move progress_bar flag to showSettings() method
6 years ago
dagrha
6ad67e6333
add return_to_config option
6 years ago
Paul Magwene
d564bdb613
relax requirements.txt to allow for later versions
6 years ago
Christoph Buchner
dfefe79eb6
Relax dependency specification
Make it possible to install more current package versions for psutil, pillow and wxpython.
6 years ago
chriskiehl
8f91e53469
Fix hard coded absolute path in tests
6 years ago