aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-06fix: fix crash when selecting resource/texture/shader packsleo78913
Signed-off-by: leo78913 <leo3758@riseup.net>
2023-06-06Allow arrow key movement, fix auto-focusTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-06fix main toolbar accounts toolbutton nameleo78913
previously it was not using the selected account name when opening the launcher and i also added an action group to the menu items so it uses radio buttons instead of checkboxes :p Signed-off-by: leo78913 <leo3758@riseup.net>
2023-06-06save meta custom url as string, not QUrlTayou
Signed-off-by: Tayou <tayou@gmx.net>
2023-06-06Packaging: file manifest in portable install (#1101)Rachel Powers
2023-06-06SimplifyTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-06Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into requires
2023-06-06Renamed requires fieldsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-06Merge pull request #1093 from getchoo/use-flake-partsSefa Eyeoglu
Refactor Nix Flake
2023-06-05cAsE iNsEnSiTiVeTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-05Add a search bar to version listsTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-05Merge pull request #1108 from Ryex/fix/memory-leak-translationDioEgizio
2023-06-05Merge pull request #1103 from Ryex/fix/1.120-allowed_symlinks.txtDioEgizio
2023-06-05Merge pull request #1100 from ↵Sefa Eyeoglu
Ryex/packaging/windows-installer-uninstall-previous
2023-06-05Merge pull request #1109 from TheKodeToad/mrpack-export-validateSefa Eyeoglu
2023-06-05Validate input lengths on mrpack exportTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-05fix(memory leak): cyclic refrence in translations model dl taskRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-06-04Merge pull request #904 from TheKodeToad/mrpack-exportRachel Powers
mrpack export
2023-06-03Typo fixRachel Powers
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-06-03Make mcInstance mutableTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-03Optimised iconsTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-02fix: use isSymLink (i've made this mistake before but I've made it again)Rachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-06-02fix: add origonal instance path to allowed_symlinks.txt when copying via ↵Rachel Powers
symlinks Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-06-03Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into logdir
2023-06-02Fix crash when selecting same mod from different providers (#1029)Alexandru Ionut Tripon
2023-06-02fix(nix): fix prismlauncher-qt5seth
Signed-off-by: seth <getchoo@tuta.io>
2023-06-02refactor(nix): introduce unwrapped packagesSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-02Merge pull request #1086 from TayouVR/fix-qt6_5-brown-system-themeSefa Eyeoglu
2023-06-02Made use of moveFile functionTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-01Added migration for old logsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-01packaging: remove redundant "do you want to uninstall previous version"Rachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-31fix: typo - space before commentRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-31packaging: make windows nsis installer run the uninstaller for previous ↵Rachel Powers
install before installing Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-31Fixed commentsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-05-31Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into logdir
2023-05-28fix: use instance settings, make image column user resizeable, fix memory leakRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-28refactor: column names as class property, use string names in settingRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-28Merge branch 'develop' into feature/images-for-resource-pageRachel Powers
2023-05-28Merge pull request #1034 from kerichdev/patch-1flow
2023-05-28Merge pull request #1083 from Ryex/fix/memory-leaks-developflow
2023-05-28refactor: function scope staticsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-28cleanup: move qstyle getInstance decl inlineRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-28Clarify commentTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-05-28fix(memory leak): don't give shared pointers out to foldermodels (causes ↵Rachel Powers
cyclic refrence) Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-27fix(memory leak): refactor NoBigComboStyle -> singletonRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-27chore(nix): update sourcesseth
Signed-off-by: seth <getchoo@tuta.io>
2023-05-27chore(nix): add nilseth
Signed-off-by: seth <getchoo@tuta.io>
2023-05-27chore(deps): enable nix lockfile maintenance for renovateseth
Signed-off-by: seth <getchoo@tuta.io>
2023-05-27feat(nix): flake-utils -> flake-partsseth
Signed-off-by: seth <getchoo@tuta.io>
2023-05-26fix(memory leak): don't capture job and create cyclic refrenceRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>