Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-09 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into curse | |||
2023-07-09 | Replace string manipulation in favour of QFileInfo | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-09 | fix(actions): give update-flake content write perms | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-07-08 | packaging: fix duplicate share directories (use only lowercase) | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-08 | LiteMod downloading | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-08 | fix(flame install): don't assume .zip is a resource pack. default to mod | Rachel Powers | |
let identifier move it if needed Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-08 | fix(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-08 | Fix actionVisitItemPage insersion, and prevent widebar segfault | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-08 | Make trash hungry | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-08 | Merge pull request #1329 from Ryex/fix/progress_dialog_centering | seth | |
fix(progress dialog): if there is a parent center on creation | |||
2023-07-08 | fix(progress dialog): if there is a parent center on creation | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-08 | Merge branch 'develop' into ci/address-sanitiser_on_debug_builds | Rachel Powers | |
2023-07-07 | Merge pull request #1302 from Ryex/fix/progress-dialog-segfault | Rachel Powers | |
fix: segfault in progress dialog | |||
2023-07-08 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into settings Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-07 | Merge pull request #1120 from Trial97/visit_mod_page | Tayou | |
2023-07-07 | Merge pull request #1325 from Scrumplex/validate-meta-url | seth | |
Validate Meta URL | |||
2023-07-07 | Fix URL open crash (#596) | ashuntu | |
2023-07-07 | Persist app data between install versions | ashuntu | |
2023-07-07 | fix: improve QUrl construction | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-07-07 | disable hiding enable and name columns on folder models | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-07-07 | Update ModFolderPage.cpp | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-07 | Made action text simpler | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-07 | fix: reset invalid meta url on launch | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-07-07 | fix(ui): validate meta override url | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-07-07 | enable tear off on widebar context menu | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-07-07 | Merge pull request #1128 from pandaninjas/fix-implicit-fallthrough | Sefa Eyeoglu | |
2023-07-07 | Memory leak fixes | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-06 | Add keyboard shortcut to Kill action | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-06 | Optional mods in mrpack export | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-06 | Import QActionGroup properly :P | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-06 | Combine launch buttons in Instance window, persist profiler | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-06 | fix(tests): Fix abort of Task test on Linux | flow | |
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-06 | better url handling | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-06 | Keep formatting consistent | PandaNinjas | |
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la> | |||
2023-07-06 | add _kde_side_panel_view property to page container | leo78913 | |
With this the sidebars look better with the breeze theme Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-07-06 | make "browse" buttons and java pages more consistent | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-07-05 | fix(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-05 | fix(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-05 | fix(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-05 | Merge pull request #1310 from getchoo/autoupdate-flake | seth | |
feat(actions): add update-flake-lock | |||
2023-07-05 | fix: Task test memory leaks again | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-05 | Merge pull request #1284 from Ryex/fix/properly-track-failed-copies-and-clones | Sefa Eyeoglu | |
2023-07-05 | fix: extra } in CXX args | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-04 | Apply suggestions from code review | Rachel Powers | |
Co-authored-by: seth <getchoo@tuta.io> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-04 | chore: cleanup compiler type branches | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-04 | feat(actions): add update-flake-lock | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-07-04 | Merge pull request #1304 from Scrumplex/chore-flake-update-1 | seth | |
flake.lock: Update | |||
2023-07-04 | Fix VersionProxyModel.cpp | PandaNinjas | |
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la> | |||
2023-07-04 | Merge branch 'develop' into fix-implicit-fallthrough | PandaNinjas | |
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la> | |||
2023-07-04 | Replace break with return true; | PandaNinjas | |
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la> |