aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-09Replace string manipulation in favour of QFileInfoTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-09fix(actions): give update-flake content write permsseth
Signed-off-by: seth <getchoo@tuta.io>
2023-07-08packaging: fix duplicate share directories (use only lowercase)Rachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-08LiteMod downloadingTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-08fix(flame install): don't assume .zip is a resource pack. default to modRachel Powers
let identifier move it if needed Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-08fix(instance edit): don't allow editing if no selected instance or instance ↵Rachel Powers
doesn't support editing Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-08Fix actionVisitItemPage insersion, and prevent widebar segfaultTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-08Make trash hungryTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-08Merge pull request #1329 from Ryex/fix/progress_dialog_centeringseth
fix(progress dialog): if there is a parent center on creation
2023-07-08fix(progress dialog): if there is a parent center on creationRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-08Merge branch 'develop' into ci/address-sanitiser_on_debug_buildsRachel Powers
2023-07-07Merge pull request #1302 from Ryex/fix/progress-dialog-segfaultRachel Powers
fix: segfault in progress dialog
2023-07-08Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into settings Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-07Merge pull request #1120 from Trial97/visit_mod_pageTayou
2023-07-07Merge pull request #1325 from Scrumplex/validate-meta-urlseth
Validate Meta URL
2023-07-07fix: improve QUrl constructionSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-07Update ModFolderPage.cppTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-07Made action text simplerTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-07fix: reset invalid meta url on launchSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-07fix(ui): validate meta override urlSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-07Merge pull request #1128 from pandaninjas/fix-implicit-fallthroughSefa Eyeoglu
2023-07-06Optional mods in mrpack exportTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-06fix(tests): Fix abort of Task test on Linuxflow
Not sure exactly what caused the issue, though I suppose using QThread's exec instead of our own thingie is nice. I can't remember why I didn't use that before, so I hope there's no issue with that! :^) Signed-off-by: flow <flowlnlnln@gmail.com>
2023-07-06better url handlingTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-06Keep formatting consistentPandaNinjas
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
2023-07-05fix(tests): linux big task memory leak.Rachel Powers
- move big_task into function scope Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-05fix(test): tasks test memmory leak. don't store local task copy.Rachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-05fix(test): task test memory leak *again*Rachel Powers
- put Big thread on the stack so stack will clean it up. Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-05Merge pull request #1310 from getchoo/autoupdate-flakeseth
feat(actions): add update-flake-lock
2023-07-05fix: Task test memory leaks againRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-05Merge pull request #1284 from Ryex/fix/properly-track-failed-copies-and-clonesSefa Eyeoglu
2023-07-05fix: extra } in CXX argsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-04Apply suggestions from code reviewRachel Powers
Co-authored-by: seth <getchoo@tuta.io> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-04chore: cleanup compiler type branchesRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-04feat(actions): add update-flake-lockseth
Signed-off-by: seth <getchoo@tuta.io>
2023-07-04Merge pull request #1304 from Scrumplex/chore-flake-update-1seth
flake.lock: Update
2023-07-04Fix VersionProxyModel.cppPandaNinjas
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
2023-07-04Merge branch 'develop' into fix-implicit-fallthroughPandaNinjas
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
2023-07-04Replace break with return true;PandaNinjas
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
2023-07-04Remove break and add fallthrough comment in WorldListPage.cppPandaNinjas
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
2023-07-04escaped modlist inner htmlTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-03fix: memory leaks in testsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-03fix: memory leaks in ResourceModel TestRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-03fix: memory leaks in filesystem testRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-03build: optimize address-sanitizerRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-03build: enable address sanitiser in debug buildsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-03Merge pull request #1127 from Trial97/scale_catTayou
2023-07-03fixed templateTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-03flake.lock: UpdateSefa Eyeoglu
Flake lock file updates: • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/006c75898cf814ef9497252b022e91c946ba8e17' (2023-05-08) → 'github:hercules-ci/flake-parts/267149c58a14d15f7f81b4d737308421de9d7152' (2023-07-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/da45bf6ec7bbcc5d1e14d3795c025199f28e0de0?dir=lib' (2023-04-30) → 'github:NixOS/nixpkgs/4bc72cae107788bf3f24f30db2e2f685c9298dc9?dir=lib' (2023-06-29) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/aeb75dba965e790de427b73315d5addf91a54955' (2023-05-25) → 'github:nixos/nixpkgs/cd99c2b3c9f160cd004318e0697f90bbd5960825' (2023-07-01) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/61e567d6497bc9556f391faebe5e410e6623217f' (2023-05-23) → 'github:cachix/pre-commit-hooks.nix/42587d3414d1747999a5f71e92a83cf6547b62da' (2023-07-03) • Updated input 'pre-commit-hooks/flake-utils': 'github:numtide/flake-utils/5aed5285a952e0b949eb3ba02c12fa4fcfef535f' (2022-11-02) → 'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31) • Added input 'pre-commit-hooks/flake-utils/systems': 'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e' (2023-04-09) Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-07-03fixed typoTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>