Commit Graph

261 Commits (5b67821d3b5e54e52ccdaed0f9f48e23303e4c52)

Author SHA1 Message Date
exiori 5b67821d3b
Create locale_zh_CN.properties
Update  a line
2021-09-22 10:03:30 +08:00
Dmitry Isaenko 8547eb0e4e Polish README.md 2021-09-21 01:42:13 +03:00
Dmitry Isaenko a6f95f32bb
Merge pull request #105 from qazrfv1234/qazrfv1234-patch-1
Update locale_zh_TW.properties
2021-09-21 01:16:34 +03:00
qazrfv1234 eb72fd17b6
Update locale_zh_TW.properties 2021-09-16 21:46:44 +08:00
Dmitry Isaenko f0714ef961 And I forgot to update screenshot. Here. 2021-09-16 01:00:05 +03:00
Dmitry Isaenko 9301f4da8e update README 2021-09-16 00:54:42 +03:00
Dmitry Isaenko 2ee0362980 Move to OpenJFX 17 2021-09-16 00:51:02 +03:00
Dmitry Isaenko ff77c117ad Add libusb4java.dylib that @agungrbudiman gave me. 2021-09-05 02:57:08 +03:00
Dmitry Isaenko 325b7fa32a
Merge pull request #104 from exiori/master
update chinsee translation
2021-08-28 15:16:35 +03:00
exiori 3fde307ea1
Update chinese translation 2021-08-28 11:27:45 +08:00
exiori c5e8dc67ad
Update chinese translation 2021-08-28 11:24:50 +08:00
exiori 66f4c22417
Update Chinese(Traditional)by FFT9 2021-08-28 11:18:08 +08:00
exiori b5a6972671
Update Chinese (Simplified) by FFT9 2021-08-28 09:25:10 +08:00
exiori 7d8b32dc7c
Add and Update simChinese list by FFT9 2021-08-28 09:22:02 +08:00
Dmitry Isaenko 8af1aa485e Fix #102 2021-08-27 18:35:53 +03:00
Dmitry Isaenko 747a745bbd Update screenshots, small UI corrections. 2021-08-26 16:16:04 +03:00
Dmitry Isaenko 3f2e986aed Validated using newest GoldLeaf v0.9 and works fine. Updated text, application preferences record, fxml, readme. 2021-08-25 07:03:17 +03:00
Dmitry Isaenko 825af65ff2
Merge pull request #101 from unbranched/patch-2
Italian translation update
2021-08-25 03:30:28 +03:00
unbranched 892e919d18
Italian translation update 2021-08-21 11:03:05 +00:00
Dmitry Isaenko b02bc7ed2d Using idea from #90: Replace 'Tinfoil' by 'Awoo' everywhere on the front end. Also touched translation files (hope didn't broke it, but could be)
Add 'Fusee Geelee' and 'RCM' labels used on 'RCM' tab to 'properties' files in case someone wants to translate it.. I don't think if someone should but there is an option.
(note: CLI arguments remains the same while only description updated)
2021-08-10 17:00:33 +03:00
Dmitry Isaenko 86c867ab2c
Merge pull request #98 from calini/master
Add Romanian translation
2021-08-09 22:53:06 +03:00
Dmitry Isaenko 2a3bdd949f Solve - #44: move to JFX 16 2021-08-09 22:50:44 +03:00
Dmitry Isaenko 1176ad9e83 Solve - #87. Break LogPrinterGui 2021-08-09 22:47:52 +03:00
Calin Ilie ba1ba20d43
Convert Romanian translation to Java entities 2021-07-28 23:00:24 +01:00
Calin Ilie 62de68ba89
Add Romanian translation 2021-07-28 22:51:14 +01:00
Dmitry Isaenko 79c519b1f3 Hotfix for 'open recent tab' feature: if non-functional tab selected then 'Games' (default) tab would be opened. 2021-01-11 00:44:37 +03:00
Dmitry Isaenko 4d92e536ae Always open tab which had been opened before application was closed last time. 2021-01-11 00:30:46 +03:00
Dmitry Isaenko d231a39e0c Merge remote-tracking branch 'origin/master' 2020-12-14 22:10:44 +03:00
Dmitry Isaenko d759bf01de Update settings screenshot 2020-12-14 22:10:17 +03:00
Dmitry Isaenko 3f04ce97f9
Merge pull request #86 from DDinghoya/patch-4
Update locale_ko_KR.properties
2020-12-13 21:35:32 +03:00
DDinghoya 48cdd4f830
Update locale_ko_KR.properties 2020-12-13 20:12:28 +09:00
Dmitry Isaenko f5b0c1549f Remove empty lines in Arabic translation 2020-12-10 01:29:16 +03:00
Dmitry Isaenko da623518d1 UI fixes and enhancements 2020-12-10 00:32:25 +03:00
Dmitry Isaenko d8ea426fa4 Update scan-folder-to-add-files function: set pop-up window with indicator showing how many files did we scan and how many files would be added.
Minor color corrections on light theme for whoever use it
Fix TF progress-bar (can't recall when I broke it..)
2020-12-10 00:07:44 +03:00
Dmitry Isaenko 619a2b157e Remove select-folders button, add settings option
Hide 'Select split-files' button when 'Search-for-roms' option enabled in options
Add settings option for this
Update l10n
Update icons, correct css.
2020-11-29 17:19:57 +03:00
Dmitry Isaenko 0a8440ef34 Minor corrections to wolfposd's implementation 2020-11-29 02:18:35 +03:00
Dmitry Isaenko dcabf76522
Merge pull request #82 from wolfposd/master
allows adding files and folders via filechooser and drag and drop #51
2020-11-29 00:12:11 +03:00
Wolf Posdorfer 112a0f80e0 tooltips for a great user experience =) 2020-11-24 20:05:18 +01:00
Wolf Posdorfer 2936d65a31 looking through the whole hdd takes time, peform on background, update list on ui-thread 2020-11-24 19:54:06 +01:00
Wolf Posdorfer b2202cf483 Reverting FileChooser and adding DirChooser
- old filechooser
- directory chooser can choose any directory and recursively adds all *.xyz files
- add button template
2020-11-24 19:12:19 +01:00
Dmitry Isaenko 128d305ea4
Merge pull request #84 from DDinghoya/patch-3
Update locale_ko_KR.properties
2020-11-24 16:51:25 +03:00
DDinghoya 9af20a98cc
Update locale_ko_KR.properties 2020-11-24 17:53:29 +09:00
Dmitry Isaenko 7a94c48559 Add Arabic by @eslamabdel (#83) 2020-11-22 23:12:07 +03:00
Wolf Posdorfer 503aa8cbe2 allows adding files and folders via filechooser and drag and drop
need to switch to JFileChooser, as javafx filechooser doesnt allow files+folders selection
selection folders (filechooser/dragndrop) now recursively walks the directory and adds every file.xyz it finds
2020-11-21 17:32:11 +01:00
Dmitry Isaenko 9a42e42c30 Version increment 2020-11-06 23:25:25 +03:00
Dmitry Isaenko 953dcb50cb Rally fix #81 2020-11-06 22:29:09 +03:00
Dmitry Isaenko 5e5a774e34 Fix #81 2020-11-06 22:26:35 +03:00
Dmitry Isaenko fbd5ec970b Small NXDT-code refactoring 2020-10-29 16:54:41 +03:00
Dmitry Isaenko 050982f8ea Update Jenkinsfile 2020-10-28 19:10:08 +03:00
Dmitry Isaenko 0cb945a7f4 Cosmetic updates of GL code and working prototype of NXDT 2020-10-28 15:59:45 +03:00