TheKodeToad
fd3ae85d45
Simplify MessageLevel::Enum -> MessageLevel
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-12-07 13:15:22 +00:00
Seth Flynn
1caf2cc7d5
Drop Qt5Compat ( #4176 )
2025-11-27 16:32:40 -05:00
Alexandru Ionut Tripon
32303d6351
Improve no loader dialog ( #4374 )
2025-11-27 22:56:11 +02:00
Trial97
074846d72a
remove qt5compat
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-11-27 22:37:31 +02:00
Trial97
fa930afe4b
move ExportToZipTask
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-11-26 18:39:18 +02:00
Pagwin
331c1de9cd
Edited a comment for clarity
...
Signed-off-by: Pagwin <git@pagwin.xyz >
2025-11-25 13:34:31 -05:00
TheKodeToad
f9331a1d43
Implement find wrapping in LogView ( #4392 )
2025-11-24 09:40:52 +00:00
Pagwin
55a212f3c4
Grammar/Spelling nit fix for Missing Mod loader dialog
...
Co-authored-by: Seth Flynn <getchoo@tuta.io >
Signed-off-by: Pagwin <git@pagwin.xyz >
2025-11-23 14:06:06 -05:00
TheKodeToad
17c4ad0f01
Implement find wrapping in LogView
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-11-23 16:15:43 +00:00
Pagwin
5e2c8bdcf7
Fixed Loader Install Cancel crash
...
Fixed a crash which occurred when the mod loader dialog was cancelled
after being reached from the no loader dialog
Signed-off-by: Pagwin <dev@pagwin.xyz >
2025-11-22 17:10:22 -05:00
Pagwin
fca8ac40ff
Minor remaining fixes for PR ( #4374 )
...
- changed case of `handleNoModLoader` to match project style
- made default case in switch statement for `handleNoModLoader` return
true for safety
Signed-off-by: Pagwin <dev@pagwin.xyz >
2025-11-21 16:19:41 -05:00
DioEgizio
3ba24f3f09
Use security-scoped bookmarks for directory settings on macOS ( #3616 )
2025-11-21 18:34:43 +01:00
Pagwin
1dae1a210b
Made changes to address feedback from code review ( #4374 )
...
Signed-off-by: Pagwin <dev@pagwin.xyz >
2025-11-20 20:48:53 -05:00
Pagwin
9ce7738912
Implemented #4369
...
Signed-off-by: Pagwin <dev@pagwin.xyz >
2025-11-19 10:48:34 -05:00
Alexandru Ionut Tripon
8b4ad7aa49
Create a unified dialog to ask user for offline name ( #4209 )
2025-11-16 18:30:37 +02:00
Alexandru Ionut Tripon
e5629bb08a
Refactor ReviewMessageBox::appendResource ( #4320 )
2025-11-16 18:13:32 +02:00
Alexandru Ionut Tripon
7ca8556211
Fix issues with log level handling ( #4254 )
2025-11-16 18:13:12 +02:00
Alexandru Ionut Tripon
f93e21fa2d
deduplicate includes and reformat ( #4228 )
2025-11-16 18:12:52 +02:00
Alexandru Ionut Tripon
86b39b2771
Remove icon from PageContainer header ( #4332 )
2025-11-14 12:08:37 +02:00
TheKodeToad
f90c0a59a7
Remove Json ensure helpers ( #4330 )
2025-11-13 19:45:01 +00:00
Seth Flynn
a9f27ef075
Use libqrencode for MSA QR codes ( #3956 )
2025-11-13 05:11:38 -05:00
Seth Flynn
3b9e020115
feat(ui/MSALoginDialog): use libqrencode for qr codes
...
`qrcodegen` isn't available in most repositories, package discovery
scripts for it are maintained in a different repository, and they are
bugged for Windows at least. This basically forces us into vendoring it,
which isn't cool; libqrencode seems like viable alternative used by many
more apps
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-11-13 04:12:52 -05:00
TheKodeToad
51a1e3bfe0
Merge remote-tracking branch 'upstream/develop' into no-ensure
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-11-10 18:56:32 +00:00
TheKodeToad
ff1690532d
fix mod select ( #4305 )
2025-11-10 16:55:21 +00:00
TheKodeToad
79fddf8a86
Remove icon from PageContainer header
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-11-10 00:03:30 +00:00
TheKodeToad
e42c9d2a1d
Remove ensure JSON helpers
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-11-09 21:35:11 +00:00
Alexandru Ionut Tripon
b070ffaf72
Fix modpack search abort crash ( #4327 )
2025-11-09 23:17:55 +02:00
Alexandru Ionut Tripon
fe01aabc10
Fix fractional scaling issues on skin preview ( #4310 )
2025-11-09 23:15:59 +02:00
Kenneth Chew
710789b701
Use security-scoped bookmarks to keep track of data directory settings on macOS
...
This enables sandboxed apps to maintain access to user-selected items. In addition, for both sandboxed and nonsandboxed apps it can keep track of directories even if they are moved or renamed, and can remember access to directories in "sensitive" locations (such as the Documents folder or external drives).
Signed-off-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com >
2025-11-09 14:43:55 -05:00
TheKodeToad
df35d5eb14
Fix crash when modpack search is aborted
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-11-09 10:44:23 +00:00
Dylan Schooner
1fa486a795
Extend Ctrl+C functionality to requiredByItem and customPathItem
...
Refactor appendResource to remove redundant insertChildren calls
Signed-off-by: Dylan Schooner <dschooner05@gmail.com >
2025-11-08 10:55:34 -05:00
Dylan Schooner
a16026828e
Move shortcut connection to constructor
...
Add copy functionality for changelog on ResourceUpdateDialog
Signed-off-by: Dylan Schooner <dschooner05@gmail.com >
2025-11-07 13:40:54 -05:00
Dylan Schooner
6f4460b604
Apply override to ResourceUpdateDialog::appendResource
...
Signed-off-by: Dylan Schooner <dschooner05@gmail.com >
2025-11-07 02:30:45 -05:00
Dylan Schooner
8c0e8a319b
Overwrite Ctrl+C functionality for ReviewMessageBox items
...
Signed-off-by: Dylan Schooner <dschooner05@gmail.com >
2025-11-07 00:53:41 -05:00
Dylan Schooner
405650eff2
Fix fractional scaling issues
...
Signed-off-by: Dylan Schooner <dschooner05@gmail.com >
2025-11-06 20:00:22 -05:00
Tayou
c5b5b02621
Implement Reverse Z projection matrix for skin model ( #4283 )
2025-11-06 13:42:50 +01:00
timoreo
f835d00f77
Check return value of 'QFile::open(QIODeviceBase::OpenMode)' ( #4274 )
2025-11-06 09:47:33 +01:00
timoreo
c8911f9f70
Fix Java memory field alignment when warning label is visible ( #4303 )
2025-11-06 09:32:35 +01:00
Tayou
a7b302c1bb
Move credits to a HTML resource ( #4255 )
2025-11-05 18:53:28 +01:00
Trial97
31cdca77df
fix mod select
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-11-05 14:24:38 +02:00
TheKodeToad
d5309ffb05
Fix Java memory field alignment when warning label is visible
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-11-05 10:31:55 +00:00
Dylan Schooner
b488547054
Implement Reverse Z projection matrix for skin model
...
Signed-off-by: Dylan Schooner <dschooner05@gmail.com >
2025-10-31 12:30:17 -04:00
Dylan Schooner
8e4b66d71c
Check for mouse button before applying skin rotation
...
Signed-off-by: Dylan Schooner <dschooner05@gmail.com >
2025-10-31 03:02:46 -04:00
Dylan Schooner
8d42bdaf6b
Check return value of 'virtual bool QFile::open(QIODeviceBase::OpenMode)'
...
Signed-off-by: Dylan Schooner <dschooner05@gmail.com >
2025-10-30 03:15:14 -04:00
TheKodeToad
ff3968e36e
Fix brace war crime
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-10-27 11:36:38 +00:00
TheKodeToad
21a8ac530a
Move credits to a HTML resource
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-10-25 14:34:42 +01:00
TheKodeToad
d626604b5e
Fix issues with log level handling and clean up code
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-10-25 14:20:15 +01:00
Edgars Cīrulis
91a02a1dc6
style: run-run clang-format on launcher/*
...
Signed-off-by: Edgars Cīrulis <e.cirulis@proton.me >
2025-10-14 04:05:56 +03:00
Gingeh
abc63e4432
fix: warn before double-click toggling resource while game is running
...
Closes #4119
Signed-off-by: Gingeh <39150378+Gingeh@users.noreply.github.com >
2025-10-07 16:17:43 +11:00
Octol1ttle
ea004846a9
Create a unified dialog to ask user for offline name
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com >
2025-10-07 01:07:50 +05:00