leia uwu
887db29f35
fix icon theme search paths
...
using fallback search paths breaks qadwaitadecorations
Signed-off-by: leia uwu <leia@tutamail.com >
(cherry picked from commit 614574f15c )
2024-12-09 07:14:38 +00:00
Trial97
af74d5f410
Make FTB Import note italic to match others
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit a09af619ce )
2024-12-02 14:17:44 +00:00
leia uwu
9791c306dc
fix: icon search paths memory leak
...
Signed-off-by: leia uwu <leia@tutamail.com >
(cherry picked from commit 3f67ef968b )
2024-12-02 14:00:59 +00:00
leia uwu
e7e9265c40
fix: fix system icons
...
This sets the fallback icon theme to the current(system default) icon theme before
launcher specific themes are applied
And removes `Inherits` line of multimc/legacy icon theme because it can end up making it
inherit a default theme set from /usr/share/icons/default/index.theme
instead of the user configured theme (probably a qt bug?)
Signed-off-by: leia uwu <leia@tutamail.com >
(cherry picked from commit fd9c80db62 )
2024-12-02 14:00:59 +00:00
Kationor
a914747416
Improve MANIFEST.MF parsing
...
Previously, we would only properly parse LF-encoded manifests, and even
those only if they used the recommended casing.
This commit allows the parser to recognise CR and CRLF newlines, and
also makes the name comparison case insensitive to align with the
specification. (Though not completely: we still don't support multiline
values)
Signed-off-by: Kationor <n96211028@gmail.com >
(cherry picked from commit b40a1973bf )
2024-11-25 10:05:19 +00:00
Trial97
4c4017d7ca
remove task parent from constuctor
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2024-11-15 09:35:36 +02:00
Alexandru Ionut Tripon
2a4c4ed8ea
Merge pull request #3103 from PrismLauncher/backport-3024-to-release-9.x
...
[Backport release-9.x] fix leak on resource search
2024-11-15 08:55:46 +02:00
Trial97
1c94a3e3e5
fix leak on resource search
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 8e7d84d05b )
2024-11-15 05:48:32 +00:00
TheKodeToad
eefeb5799d
Add scrollbar to Settings -> Launcher -> Features
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
(cherry picked from commit 71e55f8829 )
2024-11-15 05:40:31 +00:00
timoreo
6c6a4625ab
Merge pull request #3101 from PrismLauncher/backport-3096-to-release-9.x
...
[Backport release-9.x] Fix file remaingin open after program closure
2024-11-15 06:15:22 +01:00
Trial97
ea9029d7b6
Fix file remaingin open after program closure
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit ce61ed2f86 )
2024-11-15 05:14:42 +00:00
Trial97
76602391f4
Fix crash caused by invalid resource pointer
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2024-11-14 16:26:21 +02:00
Trial97
984daa450b
Close the window using the invokeMethod to not block
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 9601fbf2d5 )
2024-11-07 21:48:30 +00:00
Trial97
1dce1360bd
Fix installed typo
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 670c932f32 )
2024-11-07 16:31:03 +00:00
Trial97
40af3cf3d2
use isPortable to determine if the MSAStep should check for url handler
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 99cfb62370 )
2024-11-03 09:56:08 +00:00
Trial97
484d90899f
disable retry for modrinth currentVersions API
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 6f2f3c2d3b )
2024-11-03 09:55:50 +00:00
Trial97
d21cda1880
lock m_instanceExtras
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 11d4d948aa )
2024-10-30 20:56:30 +00:00
Trial97
dd8dec8be8
fix macos system detection
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 14c95b9d37 )
2024-10-30 19:16:53 +00:00
Ben Westover
d105d76f2a
Fix some typos
...
Signed-off-by: Ben Westover <me@benthetechguy.net >
(cherry picked from commit f6511c601e )
2024-10-29 22:06:15 +00:00
Trial97
63a6f823fd
add qassert
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 94f65f8727 )
2024-10-28 20:59:25 +00:00
Trial97
db32b2ad99
remove message box
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 9cdda4377b )
2024-10-28 20:59:25 +00:00
Trial97
c3cf5d31da
replace currentData with itemData on QComboBox::currentIndexChanged slots
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 0cafac84ac )
2024-10-28 20:59:25 +00:00
Trial97
1e696328bb
fix #3001
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit b593ff09e9 )
2024-10-28 20:59:25 +00:00
Trial97
1d9c97803a
rename snake_case to camelCase
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 44894a29b1 )
2024-10-28 20:59:25 +00:00
Trial97
3d55236fdf
add extra protection against empty download link
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 8daa1219a5 )
2024-10-28 20:59:25 +00:00
Trial97
130714a9ab
translate standard buttons
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit bd82737efb )
2024-10-28 20:34:51 +00:00
Trial97
98fe035442
replace unzipping with unpacking
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 9eb1ce3ad7 )
2024-10-28 13:23:42 +00:00
Trial97
8e4994590b
fix unzipping typo
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 685d3c79ac )
2024-10-28 13:23:42 +00:00
Trial97
9560447c92
swap search with filter button for modpacks
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 61448a61ea )
2024-10-28 13:04:39 +00:00
Trial97
42a6bd1151
change ZekeZ name
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit c4cd7cf6c1 )
2024-10-27 19:31:56 +00:00
Trial97
f06505b138
change contributors name
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit f373a5cea0 )
2024-10-27 19:31:56 +00:00
TheKodeToad
27c6596bcb
Use Launcher log level in AutoInstallJava
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
(cherry picked from commit d8702e1357 )
2024-10-25 06:42:32 +00:00
Rachel Powers
729cec5f45
fix don't hang the ui for a full version load
...
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com >
(cherry picked from commit 7bd04ae928 )
2024-10-24 10:24:53 +00:00
TheKodeToad
fb7d19941f
Fix CleanEnviroment()'s usage of stripVariableEntries
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
(cherry picked from commit e7cd8fe078 )
2024-10-23 21:30:57 +00:00
Trial97
b983ae0fb0
fix small leak
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 836aebc0d9 )
2024-10-22 14:41:34 +00:00
Trial97
85422427b9
Replaced QSet with QHash
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 73d33f93b3 )
2024-10-22 14:41:34 +00:00
Trial97
51a71d0471
skip QSaveFile temprary files
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 562c301326 )
2024-10-22 14:41:34 +00:00
Alexandru Ionut Tripon
6da14d66bb
Update launcher/ui/dialogs/skins/SkinManageDialog.cpp
...
Co-authored-by: TheKodeToad <TheKodeToad@proton.me >
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com >
(cherry picked from commit 69028969f1 )
2024-10-21 21:14:30 +00:00
Trial97
199c5497d3
do not try to import skin if path is empty
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit 9a5b773e69 )
2024-10-21 21:14:30 +00:00
TheKodeToad
577f8074e1
Fix removing portable.txt on Linux portable build
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
(cherry picked from commit f3f4c44620 )
2024-10-21 19:45:10 +00:00
Trial97
1cf91fa5d9
do not require java if auto-download is enabled
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
(cherry picked from commit fcadbbb739 )
2024-10-21 15:02:54 +00:00
ZekeZ
3ac080806d
Merge pull request #2831 from Trial97/fix_login
...
split the auth loading screen
2024-10-21 00:14:36 +10:00
Alexandru Ionut Tripon
9a161a0335
Merge pull request #2930 from Trial97/fixes
...
Fix tests segfault
2024-10-19 22:32:51 +03:00
Trial97
2030041fcc
Fix tests segfault
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2024-10-19 21:42:14 +03:00
Trial97
7519c63f2e
Replace http with https on skins
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2024-10-19 01:11:27 +03:00
timoreo
f60d6e4d48
Merge pull request #2917 from Trial97/asan_log
...
fix heap-use-after-free in modrinth creation task
2024-10-18 12:09:24 +02:00
Trial97
ac13579b99
fix heap-use-after-free in modrinth creation task
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2024-10-14 11:10:54 +03:00
Rachel Powers
a108b5b420
fix: ensure all connections to the ProgressDialogs's Task the dialog made are dissconnected
...
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com >
2024-10-14 00:45:45 -07:00
Alexandru Ionut Tripon
5685bc3407
Merge pull request #2913 from archessmn/fix/custom-command-tab-order
...
Fix tab order on custom command inputs
2024-10-13 09:49:13 +03:00
Alexandru Ionut Tripon
bd01c47dc9
Merge pull request #2906 from TheKodeToad/no-recursive-remove-on-update
...
Prevent directories from being removed on instance update
2024-10-13 09:48:27 +03:00