199 Commits

Author SHA1 Message Date
Leart Dukaj
2b46edf401 Update makefile to fix installs on Linux, add uninstall option (#42)
Co-authored-by: Leart Dukaj <leartdukaj@tutanota.de>
2026-02-09 12:34:51 -05:00
92ee96fb1b Merge branch 'main' of https://github.com/NinjaCheetah/NUSGet 2026-02-02 22:39:26 -05:00
8bd72c5899 Create FUNDING.yml 2026-02-02 22:38:50 -05:00
e4b5f184c6 Fix automatic update check
Also updated copyright dates to 2024-2026!
2026-01-05 23:23:24 -05:00
d3c39c022a Update README screenshot 2026-01-05 17:54:59 -05:00
6a6ecd0fd5 Updated the way the output dir is handled internally
No longer a global variable, wow! This change means that the "open output directory" button will always open the appropriate directory based on your current settings and simplifies output dir validation.
v1.5.0
2026-01-05 17:03:42 -05:00
ed90dd529b Add open output folder button 2026-01-05 15:16:03 -05:00
5faab5bade Bump workflow to Python 3.13 2025-12-18 15:56:56 -05:00
e304de58f2 Update translation credits v1.4.3 2025-09-18 00:23:11 -04:00
Imre Eilertsen
fa1cce2dfa (l10n) Update Norwegian Translations (#40)
* Fixed various pretty bad translations for Norwegian

* Fixed various pretty bad translations for Norwegian

* 2 extra fixes for the main file.
2025-09-18 00:19:49 -04:00
2c043f9e2d Add macOS bundle identifier for codesigning 2025-09-18 00:11:54 -04:00
6cb89711f7 Fix database encoding issue 2025-09-16 22:50:44 -04:00
bb93248b62 Separate standalone and onefile packages on Windows v1.4.2 2025-07-04 12:49:51 -04:00
690a14b77c (l10n) Update Italian and Spanish Translations
These translations were written by the typical contributors, they just are not being submitted via a pull request and I entered them in manually instead.
v1.4.1
2025-06-24 13:00:09 -04:00
草莓蛋糕
07f7392ed1 (l10n) Update Norwegian Translations (#37) 2025-06-18 16:04:23 -04:00
DDinghoya
24a8b2b0bc (l10n) Update Korean Translations (#36) 2025-06-12 13:36:43 -04:00
63800eac77 (l10n) Minor fix for translation source files 2025-06-05 09:05:51 -04:00
Gloria Goertz
a8dfcd3fe1 (l10n) Update German Translations (#35) 2025-06-05 08:59:37 -04:00
rougets
5ac3f4d385 (l10n) Update French Translations (#34) 2025-06-05 08:59:07 -04:00
N•I•L
b7e6929405 Updated Romanian Translations (#33) 2025-06-05 08:58:19 -04:00
dd189f31b1 Updated config to use Application Support on macOS
NUSGet will now also create .config if it doesn't exist on Linux, though I really can't see that ever happening.
2025-06-05 08:50:51 -04:00
27680626fa Update translation files 2025-05-31 00:19:12 -04:00
cffa8f79ff Fix background of theme options QMenu 2025-05-27 21:08:24 -04:00
109e3dc25a Allow setting theme color theme from the menu bar
This functions essentially the same as the language selector. The language selector now also checks the currently set option on launch, and both the language and theme selectors spawn a popup prompting the user to restart NUSGet after selecting a new value.
2025-05-27 14:44:48 -04:00
db6dc65791 Work in progress language selection support
Still need to add a popup telling you that NUSGet needs to be restarted after changing the language, and having it load the selected language in the selection menu so that it's checked on launch.
2025-05-26 21:50:04 -04:00
e8d6a19d03 Disable debug line that was setting progress bar to busy on launch 2025-05-25 01:02:57 -04:00
811e2ef01f Added progress bar to show download progress 2025-05-25 00:58:55 -04:00
4a08bd47cd Allow overriding the color scheme with the THEME environment variable v1.4.0 2025-05-21 12:53:32 -04:00
f29964be53 Another quick style fix for light theme on Windows 2025-05-20 23:16:01 -04:00
1af938decd Improved light theme based on testing on Linux/Windows 2025-05-20 23:07:24 -04:00
a4679be043 Added an experimental light theme and automatic system theme detection 2025-05-20 22:26:11 -04:00
7caa7775ff Force correct coloring so that text is always legible on all system themes
Since NUSGet only supports a dark theme right now, but your system may use a light theme, the OS may recolor text on screen to be black on black, which is obviously bad for readability. All text will now be white, so you can always read it.
And hey, maybe there will be a proper light theme soon!
2025-05-20 21:11:29 -04:00
07579d7361 Improve illegal character removal
Now removes the NTFS-forbidden characters on all platforms, as some may still cause issues depending on your OS and FS. These characters are also now removed during the actual download process, so they'll still appear in the WAD name box, but will be stripped out before the file is created.
2025-05-20 13:54:27 -04:00
9b4addc8a5 Remove illegal characters from WAD names on Windows 2025-05-20 09:08:07 -04:00
LNLenost
a1bfcd5f8b Update Italian translations (#31)
* Delete resources/translations/nusget_it.ts

* new translations
2025-05-20 08:52:37 -04:00
c748400cd3 Improved UI spacing consistency between languages 2025-05-15 14:22:10 -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
rougets
c8737ad507 Update French translations (#29)
* l10n: update French translation file

* l10n: update MainWindow French translations

* l10n: add AboutNUSGet French translations
2025-05-12 18:34:26 -04:00
f76ad67108 Fix image prefix path on Windows 2025-05-12 18:30:50 -04:00
2557ad236e Added custom information icon, should fix clipping on Windows 2025-05-12 18:22:05 -04:00
a4ee311d73 Explain testing languages in TRANSLATING.md 2025-05-12 11:59:37 -04:00
0bf0880b84 Update translation directions 2025-05-12 11:49:31 -04:00
5a8439906a Fix for help menu on Windows, dropdown still has graphical issues 2025-05-11 23:51:21 -04:00
69299ad956 Help menu style now based on dropdown style 2025-05-11 23:20:57 -04:00
bc8592178c Override Windows changing text colors inappropriately 2025-05-11 22:41:58 -04:00
1ee30146e5 Fixed dropdown styling once and for all 2025-05-11 22:21:53 -04:00
N•I•L
3a6ef23fb9 Update Romanian translations (#28) 2025-05-11 20:01:07 -04:00
草莓蛋糕
8e87f6b067 norwegian translation update (#27)
* norwegian translation updates

* mistake fix :c
2025-05-10 19:13:37 -04:00
0e7dd5815e Improve dropdown styling 2025-05-09 13:51:12 -04:00