Commit graph

166 commits

Author SHA1 Message Date
Dmitry Isaenko 8348c9f2ab Correct 'Font settings' window size.
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-30 00:09:27 +03:00
Dmitry Isaenko 3909371774 Add fonts selector for #153 2023-10-29 06:15:43 +03:00
Dmitry Isaenko c1651e874b Correct AppPreferences class. Fix #139
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-17 04:00:48 +03:00
Dmitry Isaenko cbb9fd60b9 Correct CSS
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-09 18:16:10 +03:00
Dmitry Isaenko 29f29b7d31 Minor fixes 2023-02-09 15:25:13 +03:00
Dmitry Isaenko c39a5f4c5b Correct Java 8 related things
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-07 00:05:13 +03:00
Dmitry Isaenko c34531a92f Fix dependencies resolution
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-06 16:16:03 +03:00
Dmitry Isaenko 83695511d3 Hide 'extended network settings' instead of setting it disabled
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-06 02:00:05 +03:00
Dmitry Isaenko c84f70ec10 "Installs Split NSP/XCI/NSZ/XCZ over Lan or USB", not only NSP. Also breaking every locale
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-04 17:05:57 +03:00
Dmitry Isaenko 6c51b8e1b6 Corrections at front and back end
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-04 15:25:34 +03:00
Dmitry Isaenko f8b60af41b FS drafts
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-01 12:44:45 +03:00
Dmitry Isaenko 4ccf833aa5 Fix issue where version was not showing in CLI mode; clear locale_en_US since it's just placeholder
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-26 07:59:56 +03:00
Dmitry Isaenko a60d929dcd Update readme
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-23 21:53:34 +03:00
Dmitry Isaenko 55df39923f Correct readme, update few icons, add freedesktop entry and svg icon. Could be useful for packagers.
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-23 07:08:22 +03:00
Dmitry Isaenko 8b23b8967b Correct locales logic to get some kind of ISO 639-3 support, update pom, make ja_ryu appear (unfortunately as 'Japanese' language and not as 'Central Okinawan')
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-11 17:04:55 +03:00
Dmitry Isaenko 5ed2167e9d Add Goldleaf v0.10 support. Remove jenkins malware, add Drone, update readme, increment version. Shifting code to the safer place. Update dependencies.
Some checks reported errors
continuous-integration/drone Build encountered an error
Fix #94: Just doing as @Fatih120 said
Fix #124: Implement updated Spanish translation by @Uzi-Oni
2022-07-26 18:25:26 +03:00
Dmitry Isaenko 2ee0362980 Move to OpenJFX 17 2021-09-16 00:51:02 +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 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 1176ad9e83 Solve - #87. Break LogPrinterGui 2021-08-09 22:47:52 +03: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 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 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 0cb945a7f4 Cosmetic updates of GL code and working prototype of NXDT 2020-10-28 15:59:45 +03:00
Dmitry Isaenko 6e21c514a8 Update test, rename FrontTab to GamesTab 2020-10-27 21:33:56 +03:00
Dmitry Isaenko eb07ab1df8 Update NXDT-related part 2020-10-27 20:53:52 +03:00
Dmitry Isaenko 98822de559 Fix POM, update package name a bit, update NXDT-related part 2020-10-27 18:15:52 +03:00
Dmitry Isaenko 8771d551a4 Fix split-files validation. Add JUnit5 dependency on testing stage. 2020-10-27 00:22:26 +03:00
Dmitry Isaenko 4cb3cbb491 Resolve #79 2020-10-26 14:12:14 +03:00
Dmitry Isaenko 85a54cabc2 Refactor 'network-stopper' related code 2020-10-06 02:19:08 +03:00
Dmitry Isaenko 45696881e2 Add NS-USBloader network-stopper feature (front-end implementation) 2020-09-29 02:54:18 +03:00
Dmitry Isaenko 22b18710a5 Fix "Don't serve requests" option, update version number, fix typo 2020-09-25 02:56:09 +03:00
Dmitry Isaenko adabfbe860 NXDT-related updates 2020-09-02 00:28:38 +03:00
Dmitry Isaenko ba4afa0046 NXDT-related updates 2020-08-27 13:13:28 +03:00
Dmitry Isaenko ab1b5b1820 NXDT: Add ZLT packet validation check
NXDT: Update BufferedStreams: add try-with-resources practice instead of handling steam.close() calls. (See https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html).

Thanks DarkMatterCore :)
2020-08-14 18:33:23 +03:00
Dmitry Isaenko dff7063e09 Add updated Brazilian Portuguese translation by @almircanella #69
Update README.md
2020-08-13 19:54:47 +03:00