588b44381c
Install standalone instead of onefile when using make install
...
This makes the app load faster, because the current install setup makes using the compressed onefile over the standalone build pointless and wastes time on launch.
2024-12-22 21:52:20 -05:00
9dcaa22e89
Added ability to filter title trees with search box
...
Also fixed tree widths not expanding for titles with long names
2024-12-22 17:07:27 -05:00
4ec15d0eb3
Mention scripting in README, added example script
2024-12-19 20:28:53 -05:00
2142dbad7e
Added error reporting to script downloads, errors do not stop scripts
2024-12-19 20:16:15 -05:00
87da32d62e
Improved WAD name formatting for batch downloads
...
Also started working on a fix for the checkmark/X icons denoting a ticket not appearing anymore.
2024-12-18 09:08:21 -05:00
6660e129a8
Added WIP JSON-based script support, removed old format
...
The old script code was already broken from the previous commits anyway, since they changed too much internally. This new format is much easier to understand and will allow for creating more powerful scripts.
2024-12-17 21:55:01 -05:00
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
...
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