9489 Commits

Author SHA1 Message Date
Yihe Li
1c288543f2
Initial UI for shortcut dialog
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
2025-05-18 23:09:39 +08:00
Trial97
8a60ec1c4a
chore: replace foreach macro
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-05-18 23:09:39 +08:00
Sefa Eyeoglu
91e9e49d2c
chore(readme): update Jetbrains logo
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-05-18 23:09:39 +08:00
github-actions[bot]
183f3d4e9a
chore(nix): update lockfile
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/f771eb401a46846c1aebd20552521b233dd7e18b?narHash=sha256-ITSpPDwvLBZBnPRS2bUcHY3gZSwis/uTe255QgMtTLA%3D' (2025-04-24)
  → 'github:NixOS/nixpkgs/dda3dcd3fe03e991015e9a74b22d35950f264a54?narHash=sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ%2BTCkTRpRc%3D' (2025-05-08)
2025-05-18 23:09:39 +08:00
Yihe Li
d9c9eb6521
Remove redundant assignment
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
2025-05-18 20:41:11 +08:00
Yihe Li
bc1d1b41c0
Move menu creation to constructors to avoid performance issues
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
2025-05-15 19:12:15 +08:00
Yihe Li
f3c253d708
Fix menu issues
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
2025-05-15 19:05:40 +08:00
Yihe Li
31dc84653d
Refactor shortcut parameter into its own struct
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
2025-05-13 05:14:53 +08:00
Yihe Li
db82988943
Re-add an appropriate copyright comment
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
2025-05-13 03:23:28 +08:00
Yihe Li
bae0ac7ad6
Use index.row() directly
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
2025-05-13 03:12:20 +08:00
Yihe Li
039682b7dc
Remove inappropriate comments
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
2025-05-13 03:09:49 +08:00
Yihe Li
dbdc9bea7a
Add create shortcut button for servers
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
2025-05-11 19:28:00 +08:00
Yihe Li
37213ecc34
Add create shortcut button for worlds
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
2025-05-11 19:08:36 +08:00
Yihe Li
69469b4484
Refactor shortcut creation logic into its own file
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
2025-05-11 03:37:47 +08:00
Alexandru Ionut Tripon
a89fc7d1e0
Improvements to upload logs (#1872) 2025-05-10 12:12:46 +03:00
Alexandru Ionut Tripon
2c838f8c2c
Allow the user to create a shortcut on the desktop and/or application folder (#2966) 2025-05-10 12:12:04 +03:00
Alexandru Ionut Tripon
0a665231db
feat: search for pack icon in the actual file (#3752) 2025-05-10 12:11:48 +03:00
Alexandru Ionut Tripon
bc9af29158
feat: prevent deletion of running instances (#3754) 2025-05-10 12:11:26 +03:00
Alexandru Ionut Tripon
c48ef22cf8
MinGW CI improvements (#3757) 2025-05-10 12:11:11 +03:00
seth
b9a97c8647
ci(release): upload mingw-arm64 artifacts
Signed-off-by: seth <getchoo@tuta.io>
2025-05-07 21:01:00 -04:00
Seth Flynn
b7bcc2f612
Don't re-define structs for newer MinGW versions (#3756) 2025-05-07 18:21:25 -04:00
seth
3dcac0de50
ci: run workflows on local action changes
Helps ensure they still actually work when changes are made

Signed-off-by: seth <getchoo@tuta.io>
2025-05-07 18:03:37 -04:00
seth
9d79695512
ci(mingw): print msys2 packages
Also lists theirs versions, which is useful for debugging issues like
those fixed in https://github.com/PrismLauncher/PrismLauncher/pull/3756

Signed-off-by: seth <getchoo@tuta.io>
2025-05-07 17:56:33 -04:00
seth
0711890d18
ci(mingw): use tomlplusplus from msys2
Signed-off-by: seth <getchoo@tuta.io>
2025-05-07 17:55:05 -04:00
seth
cf7061b9a8
fix(FileSystem): dont re-define structs for newer mingw versions
Signed-off-by: seth <getchoo@tuta.io>
2025-05-07 17:42:30 -04:00
Trial97
4bad7e48c3
feat: prevent deletion of running instances
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-05-07 23:21:35 +03:00
Trial97
fa189572db
feat: search for pack icon in the actual file
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-05-07 22:52:22 +03:00
Alexandru Ionut Tripon
198fbd19cf
Replace deprecated unique_qobject_ptr::swap with unique_ptr (#3746) 2025-05-07 19:18:33 +03:00
Hendrik Lind
14a78d55b0
Merge branch 'PrismLauncher:develop' into add-startmenu-shortcut 2025-05-07 13:34:35 +02:00
Trial97
e325806173
feat: add regex removal for log sesnitive data
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-05-07 00:12:10 +03:00
Trial97
63d40ecda4
feat: add upload action for launcher logs
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-05-07 00:12:09 +03:00
Trial97
cb01d5c46e
feat: refactor logs upload to use the NetJob
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-05-07 00:12:09 +03:00
Trial97
9b07c6948c
fix: modrinth categories not loading
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-05-06 23:27:29 +03:00
Trial97
7523bc1925
fix: replaced deprecated unique_qobject_ptr::swap with unique_ptr
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-05-06 23:12:03 +03:00
Trial97
476f3edce0
Revert "fix: 6.2 deprecation warning regard the QScopedPointer::swap function (#3655)"
This reverts commit ca258109c5d49f27f5de5cb5100aa8e74eaf71e2, reversing
changes made to 693d9d02bca3348b9a59e013867c3f6c8c5a9f98.
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-05-06 23:12:03 +03:00
Seth Flynn
cb8f6f5e80
Fix jq blocked (#3747) 2025-05-05 18:45:30 -04:00
Rachel Powers
1cff0dee21
Merge branch 'PrismLauncher:develop' into fix-jq-blocked 2025-05-05 15:41:59 -07:00
Rachel Powers
f379c5ef34
ci(blocked-pr): another jq syntax fix
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2025-05-05 15:40:21 -07:00
Seth Flynn
ad4983e422
jq if statements need parens (#3744) 2025-05-05 18:30:43 -04:00
Rachel Powers
d1234198a1
ci(blocked-pr): default pr body as empty string
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2025-05-05 14:01:58 -07:00
Rachel Powers
a55bffc963
ci(blocked-prs): jq if statements need parens
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2025-05-05 13:25:29 -07:00
Seth Flynn
f1d264d12d
ci: Distinguish between stacked and blocked pr (#3719) 2025-05-05 13:04:35 -04:00
timoreo
ca258109c5
fix: 6.2 deprecation warning regard the QScopedPointer::swap function (#3655) 2025-05-05 14:42:09 +02:00
Tayou
693d9d02bc
[macOS] Remove support for macOS 11 (#3611) 2025-05-04 11:47:48 +02:00
Alexandru Ionut Tripon
62afb86c6b
Build MinGW binaries for ARM64 (#3724) 2025-05-01 20:18:31 +03:00
Seth Flynn
a7c5959b7e
ci(setup-deps): dont force x64 binutils for msys2
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-05-01 11:02:35 -04:00
Seth Flynn
ee81c7a6f4
feat: build mingw binaries for arm64
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-05-01 11:02:32 -04:00
Seth Flynn
d13dff0dc8
chore(deps): update hendrikmuhs/ccache-action action to v1.2.18 (#3726) 2025-05-01 10:54:33 -04:00
Trial97
c7aef20b1e
deperecate macos 11
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2025-05-01 17:22:33 +03:00
renovate[bot]
be33aa3567
chore(deps): update hendrikmuhs/ccache-action action to v1.2.18 2025-05-01 14:19:24 +00:00