38 Commits

Author SHA1 Message Date
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
Some checks failed
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
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
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
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
f891965812
Add icon made by @DamiDoop, should be built with it on macOS and Windows now 2024-06-26 19:26:39 -04:00
1404d083f4
Updated for libWiiPy v0.3.0 compatibility 2024-06-08 00:01:53 -04:00
0bf0c2b5d7
Merge remote-tracking branch 'origin/main' 2024-05-18 20:46:51 -04:00
a3f02afa73
Try loading Breeze from your system plugins on Linux 2024-05-18 20:46:38 -04:00
ca5a0fc00e
Updated some text, and changed default download directory to a folder under the user's downloads folder 2024-05-10 14:21:44 -04:00
51fc2a1d74
Added libTWLPy version to start log 2024-05-08 16:34:42 -04:00
93e21023ea
Added DSi title support and began filling out database 2024-05-08 14:25:44 -04:00
32af83f476
Log output is slightly more verbose during downloads and decryption 2024-05-07 00:22:17 -04:00
21663babbd Fix console dropdown not being disabled during a download 2024-05-06 09:52:18 -04:00
a64c93f1a3
Fully redesigned NUSGet interface 2024-05-05 14:26:13 -04:00
ec16050d6f Added ability to re-encrypt vWii WAD Title Keys with the common key
This allows the creation of WADs that can be installed from *within* vWii mode, instead of just from Wii U mode.
2024-05-03 22:39:37 -04:00
95dd93b85f
Added vWii title support and began filling in database 2024-05-03 01:25:45 -04:00
625131873b
Allow for using the Wii U NUS for faster downloads (libWiiPy v0.2.3 beta) 2024-05-02 00:50:20 -04:00
466f914ad9
More optimizations and code cleanup 2024-04-29 21:33:19 -04:00
d2348f0b78
Greatly improved how regions are handled 2024-04-29 21:18:17 -04:00
3eff8d08fe
Added comments to all the source code 2024-04-29 18:25:13 -04:00
25e62c4d9a
Added icons to the titles in the tree to indicate if a ticket is available or not 2024-04-29 16:47:57 -04:00
a79db53507 Rename NUSD-Py to NUSGet 2024-04-29 11:15:19 -04:00