Ice Yeti
66d661fd29
instance tool bar is independent of all worlds screen being visible
2026-06-03 18:53:02 -04:00
Ice Yeti
e88b293f4a
initial toggle button ui
2026-05-31 21:38:58 -04:00
Ice Yeti
3a6ae78bc6
all worlds list will now join correct instance for each world
2026-05-31 13:48:31 -04:00
Ice Yeti
4d1141f274
start work on ui
2026-05-27 20:27:27 -04:00
Ice Yeti
c295055279
clean up watchers
2026-05-27 16:48:14 -04:00
Ice Yeti
66b20c990f
fix ui/miscellanous issues
2026-05-26 21:31:34 -04:00
IceYetiWins
ed612a49e8
Merge branch 'PrismLauncher:develop' into develop
2026-05-26 20:25:04 -04:00
Ice Yeti
5f569aeb18
initial code for multi world list
2026-05-26 20:21:27 -04:00
Trial97
6699d3eca0
clang-tidy: clang-analyzer-*
...
This commit aims to fix all clang-analyzer-* warnings from clang-tidy.
Here is the list of the ones found in project:
"clang-analyzer-core.uninitialized.UndefReturn",
"clang-analyzer-deadcode.DeadStores",
"clang-analyzer-optin.core.EnumCastOutOfRange",
Some exceptions:
clang-analyzer-cplusplus.NewDeleteLeaks -> may need to disable it as
is a false positive
clang-analyzer-optin.cplusplus.VirtualCall -> may need to disable it
(or refactor a bunch of code to drop the virtual from those functions)
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-13 10:20:26 +03:00
Trial97
bac959bc6f
chore(clang-tidy): fix clang tidy warnings
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-09 23:26:21 +03:00
Trial97
97d570b343
chore(clang-tidy): fix clang tidy warnings
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-08 20:41:10 +03:00
Trial97
a63048d7e2
chore(clang-tidy): fix clang tidy warnings
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-08 20:41:10 +03:00
Trial97
ca721f9d67
add special modrinth header
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-08 20:41:10 +03:00
Alexandru Ionut Tripon
5d3411f412
fix: ignore non-existent or empty paths in processURLs ( #5442 )
2026-05-07 18:20:07 +00:00
Alexandru Ionut Tripon
5f7aa2fbdb
fix change version ( #5504 )
2026-05-07 11:28:13 +00:00
Alexandru Ionut Tripon
95a62a5dde
Fixes to 'Use system locale' ( #5485 )
2026-05-07 10:58:27 +00:00
Trial97
b174dec0d2
fix change version triggering an intial search
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-07 08:31:49 +03:00
Trial97
4463c21c98
chore(clang-tidy): fix clang tidy warnings
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-07 08:31:49 +03:00
TheKodeToad
4f58197edb
changed "Ok" to "OK" ( #5331 )
2026-05-05 09:21:29 +00:00
Alexandru Ionut Tripon
773285054d
fix: trim whitespaces from ManagedPackURL ( #5444 )
2026-05-04 20:37:21 +00:00
Alexandru Ionut Tripon
5d8cdb429b
add setting to controll game assets download ( #5355 )
2026-05-04 20:37:06 +00:00
Alexandru Ionut Tripon
fb745777c3
Improve clang-tidy CI speed by only running autogen & autorcc ( #5293 )
2026-05-04 20:36:09 +00:00
Tayou
c4eb008d58
fix other logs page crash ( #5458 )
2026-05-04 16:03:09 +00:00
Tayou
882b8e1bf8
Fix Cmd+Q on macOS closing active window instead of quitting ( #5427 )
2026-05-04 15:50:11 +00:00
Octol1ttle
8b159bacd8
change(LanguageSelectionWidget): 'Use system locale' -> 'Use system regional standards'
...
Closes #5358
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-03 16:33:05 +05:00
so5iso4ka
e9cdef65e6
fix(OtherLogsPage): handle empty log lines
...
Signed-off-by: so5iso4ka <so5iso4ka@icloud.com>
2026-04-26 18:04:29 +03:00
Octol1ttle
6e0d9b8ca0
change: improve clang-tidy CI speed by only running autogen & autorcc
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-24 12:11:03 +05:00
captivator
5ad8372e16
fix: trim whitespaces from ManagedPackURL
...
Signed-off-by: captivator <84224501+qaptivator@users.noreply.github.com>
2026-04-22 15:38:04 +03:00
captivator
92eeeaf14f
fix: ignore non-existent or empty paths in processURLs
...
Assisted-by: Gemini:3-Flash
Signed-off-by: captivator <84224501+qaptivator@users.noreply.github.com>
2026-04-22 12:27:18 +03:00
Trial97
418222cd6f
add setting to controll game assets download
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-04-19 23:51:48 +03:00
Alexandru Ionut Tripon
48f240703f
feat: add Manage Skins menu item to accounts button in MainWindow ( #5414 )
2026-04-19 20:44:25 +00:00
Danny
9621b59573
Change menu role for close action in MainWindow
...
Fixes issue in Mac OS where pressing Cmd+Q closes only the current window instead of quitting the application.
menuRole is consulted only by Qt's native macOS menu-bar integration, so this change has no effect on Windows, Linux, or BSD.
Fixes #1382
Signed-off-by: Danny <dannydjdk@users.noreply.github.com>
Assisted-by: Claude:claude-opus-4-7
2026-04-17 22:29:57 -05:00
Alexandru Ionut Tripon
e7a03d311c
ProgressDialog: allow finished tasks to be re-displayed once restarted ( #5412 )
2026-04-17 14:00:07 +00:00
captivator
03799bf258
apply reviewer suggestion: use explicit MSA check again
...
Co-authored-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
Signed-off-by: captivator <84224501+qaptivator@users.noreply.github.com>
2026-04-17 13:47:08 +03:00
captivator
4344f5eef9
apply reviewer suggestion: use explicit MSA check
...
Co-authored-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
Signed-off-by: captivator <84224501+qaptivator@users.noreply.github.com>
2026-04-17 13:46:43 +03:00
captivator
7d0d9a3827
feat: add Manage Skins menu item to accounts button in MainWindow
...
Assisted-by: Gemini:3-Flash
Signed-off-by: captivator <84224501+qaptivator@users.noreply.github.com>
2026-04-17 04:15:48 +03:00
Octol1ttle
b9fa4ffc00
fix(ProgressDialog): allow finished tasks to be re-displayed once restarted
...
Cherry-picked from libcurl (lmao)
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-16 22:04:43 +05:00
Tayou
f40cbf816e
fix text overlap in project item views ( #5406 )
2026-04-16 09:45:45 +00:00
Alexandru Ionut Tripon
8eb9a9971b
Search by project id (#) improvement ( #5303 )
2026-04-15 20:41:57 +00:00
so5iso4ka
fa54329711
fix text overlap in project item views
...
Signed-off-by: so5iso4ka <so5iso4ka@icloud.com>
2026-04-15 22:44:17 +03:00
0x189D7997
28c42d04b6
Limit normal search fallback to 404 respnse
...
Signed-off-by: 0x189D7997 <199489335+0x189D7997@users.noreply.github.com>
2026-04-14 23:51:34 +00:00
Alexandru Ionut Tripon
519d8f7385
add a option to skip meta refresh on launch ( #5267 )
2026-04-14 16:29:30 +00:00
Alexandru Ionut Tripon
ece83eb637
fix: force metadata version list refreshes to reload ( #5349 )
2026-04-14 16:29:05 +00:00
Octol1ttle
1fec781251
fix(ScreenshotsPage): fix QString::arg in string with no arguments
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-13 23:44:13 +05:00
Octol1ttle
08de904e21
fix(ScreenshotsPage): disable "Copy Image" when selecting multiple screenshots
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-13 23:44:13 +05:00
Octol1ttle
7a1d2e41a1
refactor(ScreenshotsPage): clang-tidy
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-13 23:44:13 +05:00
Octol1ttle
1b650622ea
fix(ScreenshotsPage): use correct selection collection
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-13 22:57:13 +05:00
Alexandru Ionut Tripon
a17a45c748
enable modpack changelog for modrinth page ( #5354 )
2026-04-11 05:19:09 +00:00
Alexandru Ionut Tripon
a488eb6d5d
fix pack upgrade ( #5345 )
2026-04-10 17:04:55 +00:00
Trial97
f3ff0a730a
enable modpack changelog for modrinth page
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-04-10 19:29:56 +03:00