| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix build issues | 2020-10-02 | 1 | -10/+9 | |
| | | |||||
| * | Merge pull request #299 from thiakil/validation-changes | 2020-10-02 | 4 | -0/+146 | |
| |\ | | | | | Validation improvements | ||||
| | * | add MappingValidator based test | 2020-07-19 | 4 | -0/+146 | |
| | | | |||||
| * | | Configuration stuff (#301) | 2020-08-04 | 1 | -0/+86 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Begin writing new config system * Make config work * Save window size and position * Add editor font chooser * Use *.ini for windows and mac instead of *rc * Allow for changing language without having to restart the program * Save selected directory in file dialogs * Make dialog visible after moving it to the correct position * Don't change theme on the fly since it's broken * Remove unused gui parameter * Use xdg-open to open URLs on Linux since Desktop.browse doesn't work, at least not on my PC * Fix default proposed highlight color * Multi font selection dialog thingy * Remember network options * Make font selection dialog actually work * Collapse general actions ("OK", "Cancel", ..) into one translation * Localize font dialog * Use enum name when saving colors for consistency with currently selected theme * Save size of split panes * Import old config * Add test & fix some parts of the config serializer * TranslationChangeListener/TranslationUtil -> LanguageChangeListener/LanguageUtil | ||||
| * | Mapping format fixes (#294) | 2020-07-13 | 1 | -0/+129 | |
| | | | | | | | | | | * add test to ensure mapping formats can read/write properly * fix not baking last entries in TinyV2 reader * fix broken filter in Enigma File writer * Fix Enigma Zip writer ZipFS exception on non-matching filesystems | ||||
| * | Add menu entry to reload jar & mappings from disk (#263) | 2020-07-06 | 1 | -6/+7 | |
| | | | | | | | | | | | * Add button to reload jar & mappings from disk * Disable menu entry when currently loading * Add menu entry that reloads mappings only * Remove duplicate user query code | ||||
| * | Make class loading more flexible (#277) | 2020-07-06 | 9 | -42/+57 | |
| | | |||||
| * | Split GUI code to separate module (#242) | 2020-06-03 | 45 | -0/+2606 | |
| * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com> | |||||