62fa5ef7b1
Entirely rewrote title tree backend
...
Title trees are now model-based rather than item based. Coming with this is proper item metadata, so the data and UI are finally disconnected, making future development much easier. There are also some minor visual improvements as a result of using a TreeView instead of a TreeWidget.
vWii System Menus now have public versions defined in the database. Public version display code has also been entirely rewritten, as the version displayed in the interface and the version used by the code are no longer the same.
2024-12-13 22:39:09 -05:00
c1eb80fbb6
Massively improved code readability
...
Python application / build-linux (push) Has been cancelled
Python application / build-macos-x86 (push) Has been cancelled
Python application / build-macos-arm64 (push) Has been cancelled
Python application / build-windows (push) Has been cancelled
NUSGet's code has been updated to use better formatting and practices that align with how my other projects like libWiiPy and WiiPy are written.
2024-12-13 18:34:37 -05:00
Aep
08c2bd27f5
Add Public System Menu Versions ( #16 )
...
* Add System Menu Versions
* add ()
* fix comments
* Fix version getting messed up by public version
---------
Co-authored-by: Aep <itisinfactmark@gmail.com>
2024-11-27 11:50:34 -05:00
dadcc02701
Fix --onefile accidentally being passed for macOS builds instead of only --standalone
2024-11-16 23:00:37 -05:00
c716291c2d
Updated build process, workflow, and build directions in README
2024-11-16 22:50:36 -05:00
DDinghoya
7c35e2090d
Add Korean translations ( #15 )
...
* Create nusget_ko.ts
* Update NUSGet.pyproject
2024-11-16 22:02:52 -05:00
1ae712918e
Run extra build job for macOS x86_64
2024-11-16 01:13:29 -05:00
LNLenost
85763cae60
New Italian translations :D ( #10 )
...
* Delete resources/translations/nusget_it.ts (old translation)
* Uploaded new Italian translation
v1.2.0
2024-11-12 16:51:13 -05:00
a1b071b9c6
Merge pull request #9 from NotImplementedLife/main
...
Added Romanian translation
2024-11-07 14:30:01 -05:00
NotImplementedLife
96e2f5fa0d
added Romanian translation
2024-11-07 20:08:00 +02:00
ffac804ada
Update python-build.yml
...
Now uploads non-onefile build for Windows, since on Windows the "folder with executable and dependencies" distribution strategy is pretty typical and wouldn't have the speed penalty of self-extraction that the onefile has.
2024-11-06 22:59:26 -05:00
74acfff007
Merge pull request #8 from yeah-its-gloria/main
2024-10-31 13:20:18 -04:00
yeah-its-gloria
6ae2a71e5c
Fix some dumb mistakes and add more translation comments
2024-10-31 15:47:48 +01:00
b655dd161b
Merge pull request #7 from yeah-its-gloria/main
...
German translation
2024-10-31 10:36:39 -04:00
yeah-its-gloria
3700154578
Add German translation
2024-10-30 19:52:38 +01:00
a272fbc097
Bump macOS version used for GitHub Actions to macos-latest
2024-10-29 23:01:30 -04:00
3a8dfb95a1
Added guide for translation and new script to build translations
2024-10-29 22:54:47 -04:00
58d3f7bd3e
Merge pull request #6 from yeah-its-gloria/main
2024-10-22 06:55:59 -04:00
yeah-its-gloria
f55cb05703
Apply UI fixes
2024-10-22 09:46:58 +02:00
yeah-its-gloria
33b30b4aa5
Clean up the UI
2024-10-21 23:44:27 +02:00
yeah-its-gloria
dd79be0b48
Fix version lookup
...
Checking regions was pretty superfluous anyway, since it only served to *potentially* speed up the lookup.
2024-10-21 23:22:51 +02:00
yeah-its-gloria
9c15eac1fd
Verify titles
...
Name archives properly using the database
Fix UI problems on macOS
2024-10-21 14:03:07 +02:00
yeah-its-gloria
0dbe28914d
Add batch downloading with NUSD scripts
2024-10-19 18:07:42 +02:00
bc1858a5a5
Add region to WAD file names if title is not region free
2024-08-22 21:48:38 -04:00
0ca2cc272a
Improved how title loading is handled and improved databases
2024-08-21 22:39:50 -04:00
ac42de6efc
Added last missing translations for message boxes
2024-08-21 19:37:59 -04:00
e2decf8d6f
Wrote script to update ts files since the real one is broken
2024-08-21 19:34:08 -04:00
bcf82a011f
NUSGet now checks for updates on startup
2024-08-21 19:04:39 -04:00
1b4324e9b8
Update README with platform-specific usage information
2024-08-21 18:20:08 -04:00
cbbac55743
Added option to patch downloaded IOSes
2024-08-17 23:36:45 -04:00
adc8be9cbb
Added "Hidden Channels" category to Wii/vWii databases
2024-08-13 21:30:03 -04:00
8e326aeb56
Fixed English text not appearing
2024-08-12 21:14:12 -04:00
807e632505
Improved translation handling and fixed word wrapping for checkboxes
2024-08-12 18:55:28 -04:00
911c01a066
Merge pull request #3 from LNLenost/main
...
Added Italian translation, created issue templates
2024-08-12 17:17:23 -04:00
LNLenost
f4c61ed020
Created issue templates
2024-08-09 11:42:13 +02:00
LNLenost
6d1e53c777
Added Italian translation
2024-08-09 11:38:35 +02:00
LNLenost
9829ae0365
Delete resources/translations/nusget_it.ts since it was all in english
2024-08-09 11:37:53 +02:00
f21357c01d
Minor README fixes
2024-07-22 03:01:35 -04:00
439aebbdb8
Added Linux packaging files and added linux-install to Makefile
2024-07-21 20:11:14 -04:00
bf09f3b18e
Small GitHub Actions fix for the Nutika binary no longer being named 'nuitka3'
2024-07-21 19:28:13 -04:00
7f788ae36c
Update GitHub Actions workflow to remove .bin from the end of the Linux binary's name
2024-07-17 21:58:09 -04:00
96cab930f0
Minor database correction
v1.1.0
2024-07-17 15:02:35 -04:00
7518a5e663
Merge pull request #2 from rolfiee/main
...
fix typos in norwegian translation.
2024-07-06 07:48:05 +10:00
Rolfie
8193fe029b
fix typos in norwegian translation.
2024-07-05 02:46:51 +02:00
62467bb616
Removed compiled translations and added step to build them
2024-07-04 06:32:24 +10:00
ca81c2e6d3
Added Norwegian translation, blanks for other common languages
2024-07-04 06:13:46 +10:00
47904c72be
Made more strings translatable, including error messages
2024-07-03 07:42:36 +10:00
dc82790aef
Add base for translating the NUSGet interface via Qt Linguist
2024-07-03 07:11:25 +10:00
2db66af177
Updated wording in interface, small database corrections
2024-07-01 01:05:12 -04:00
1507da0d5b
Fix deprecated Nutika arguments
v1.0.0
2024-06-26 20:28:47 -04:00