Alan
4a57bd7251
Portuguese translation
10 years ago
denarced
9f36c7c517
Code review fix: convert list into variables.
10 years ago
denarced
377b51700f
Simplify code_prep.split_line, fix it's unit test.
I presumed that the failing unit test was wrong and the previous implementation was working as it should.
10 years ago
denarced
a6ba7c04c3
Minor fix to a code comment.
10 years ago
chriskiehl
7d3e7ca077
Fixed bug in parser that was preventing different argparse import styles from being recognized
added ast_inspector.py - utility for inspecting the properties of ast objects
moved additional code formatting tasks into code_prep.py
added code_prep_unittest.py
Updated monkey_parser.py to use new parser fixes
10 years ago
chriskiehl
50b22fef2e
fixed bug in code gen that was writing raw object name for importFrom nodes
10 years ago
chriskiehl
97f9ca4fe6
Fixed double icon bug (Issue #27 )
10 years ago
chriskiehl
d864d6c77d
Fixed comma issue in german file
10 years ago
chriskiehl
b283d5a43a
Updated internal todo
10 years ago
raimu
8868ba29f9
add German translation
10 years ago
chriskiehl
9a5101a6b3
Added Restart Button in the footer.
Changed the thread Pool to run a new Thread each time (to allow restarting the client app)
10 years ago
Chris
b7f37f45c6
Update TODO.txt
10 years ago
chriskiehl
068e341cdd
Merged in dutch language
10 years ago
chriskiehl
dfd40fcaac
Removed parameters being passed to Gooey in mock app.
10 years ago
chriskiehl
639f1b9771
Removed redundant language loading code, and debug statements. Added direct call to i18n to set language type
10 years ago
chriskiehl
61b03d878d
Fixed issue with i18n not loading the correct language
Added unittests for i18n
10 years ago
Thiht
06e4b07165
Improve the french translation
Remove the obsolete entries
Translate the new entries (based on english.json)
10 years ago
martijn
8f9cff2848
Added dutch language, fixed other languages not loading bug and replaced two instances of hard coded english with i18n.translate
10 years ago
Richard Acosta
7a21af70d2
the language import would break on linux if the path had any capitalization in the path
10 years ago
chriskiehl
7494eb338a
Made azeirah's suggested changes to setup.py
10 years ago
martijn
7404084962
added Dutch language json
10 years ago
chriskiehl
494ba52705
Updated Documentation
10 years ago
chriskiehl
20bc3f0d50
Replaced duplicated code with utility funcs in styling.py
10 years ago
chriskiehl
6e2a063da1
Updated Controller to accept instance of controlled class -- going to refactor so that the weird "register_controller" thing doesn't need to happen
Resolved PEP issues
10 years ago
chriskiehl
c9959dedb6
Flattened project structure
Refactored source_parser.py to be more manageable
Converted the I18N system from a class into a normal module.
10 years ago
Chris Kiehl
3a361eccad
Project in disarray
10 years ago
Chris Kiehl
1f77805af9
last big push before packaging
10 years ago