22 Commits

Author SHA1 Message Date
27680626fa
Update translation files 2025-05-31 00:19:12 -04:00
9b4addc8a5
Remove illegal characters from WAD names on Windows 2025-05-20 09:08:07 -04:00
d3653e3138
Add DarkMatterCore to README, minor translation cleanup 2025-05-13 19:01:09 -04:00
Pablo Curiel
3588b3cc54
Add Spanish localization (#30)
Other changes include:

* NUSGet.py: add translation file name fallback under Windows to fix a previously unhandled edge case (tested by me, provided by @NinjaCheetah himself).
* NUSGet.py: fix translation key lookups for strings that need to be formatted at runtime.

* ui_AboutDialog.py: fix translation key lookups for strings that need to be formatted at runtime.
* ui_AboutDialog.py: add myself to the list of translation contributors.

* Translations: update source and translation strings across all localization files to reflect the fixes mentioned above.
* Translations: update source string locations and add a new unfinished translation to all localization files (as a result of running update_translations.py).
2025-05-13 17:57:28 -04:00
0eb003d599
Keep "About NUSGet" and "About Qt" under the application menu on macOS
Defined menu roles for those items so that Qt knows they belong under "NUSGet" when on macOS. This worked automatically somehow in English, but when loading a localization they'd be relocated to "Help" like they are on Windows and Linux. They'll now stay in the correct place for all languages.
2025-05-09 12:56:26 -04:00
Gloria Goertz
40acae51ea
Update German translations (#25) 2025-05-09 08:22:49 -04:00
0a458a80e0
Fix styling of vertical scrollbar in tree views 2025-05-08 20:16:41 -04:00
249ba861ff
Added custom QSS to make NUSGet look nice and pretty (still WIP)
Massive thanks to Isla and Alex from WiiLink for making all the styling I'm using here.
2025-05-05 21:53:52 -04:00
5a42cc5bd7
Added About NUSGet and About Qt dialogs 2025-05-04 19:20:48 -04:00
a3d8dc7887
Added support for custom download directories 2025-04-22 21:46:15 -04:00
bcb86bc4b0
Added support for disabling auto-updates via a new config file 2025-04-21 23:27:54 -04:00
f2ae4b26ba
Fix workflow for Ubuntu 24.04, finalize translations for v1.3.0 2025-01-13 13:54:51 -05:00
5e37dce4e3
Download to "NUSGet Downloads" instead of "NUSGet"
I edited existing translations accordingly, since the folder name was quoted and is the same regardless of your system language, so I figured I could safely change it to "NUSGet Downloads" without damaging the translation.
2024-12-23 18:01:33 -05:00
49e53bf064
Merge branch 'trans-de'
# Conflicts:
#	resources/translations/nusget_de.ts
2024-12-23 12:43:01 -05:00
N•I•L
0edff8e5e9
Updated Romanian translations (#17) 2024-12-23 12:27:01 -05:00
yeah-its-gloria
76ee01c07d
Update German translation 2024-12-23 12:55:21 +01: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
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
yeah-its-gloria
6ae2a71e5c
Fix some dumb mistakes and add more translation comments 2024-10-31 15:47:48 +01:00
yeah-its-gloria
3700154578
Add German translation 2024-10-30 19:52:38 +01:00