aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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>
2023-05-26fix(memory leak): don't override default deconstructor + reset shared_ptr + ↵Rachel Powers
ensure modal get's cleaned up Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-26fix(memory leak): IndexedPack too large to live inside a qlist without ↵Rachel Powers
pointers () Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-26Merge pull request #1088 from DioEgizio/update-qt651Sefa Eyeoglu
chore: update to Qt 6.5.1
2023-05-25fix: katabasis and QStyle leaksRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-25Merge pull request #1087 from ↵flow
PrismLauncher/renovate/cachix-install-nix-action-21.x
2023-05-25chore: update to Qt 6.5.1DioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2023-05-24chore(deps): update cachix/install-nix-action action to v21renovate[bot]
2023-05-24fix System theme colors on windowsTayou
Signed-off-by: Tayou <tayou@gmx.net>
2023-05-22Enable size gripTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-05-21fix: memory leak, set parent so it's in tree to get cleaned up.Rachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-21feat: Qt 5.15 adds transfer timeouts. at least use it for downloadsRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-21fix: memory leak NetJob wans't getting cleaned up. ensure lambda capture of ↵Rachel Powers
job doens;t increase refcount or it will be cyclic Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-21fix: memory leak with NetJob and responce not getting cleaned upRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-05-19Merge pull request #1080 from Scrumplex/update-social-linksflow
2023-05-19chore: update social linksSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-15Better variable name :pKode
Signed-off-by: Kode <TheKodeToad@proton.me>
2023-05-15De-hardcode .indexTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-05-14make instance settings account selector a comboBoxleo78913
Signed-off-by: leo78913 <leo3758@riseup.net>
2023-05-14fix: remove unnecessary keywords from desktop fileKeri
this messes with apps that use tag search like rofi Signed-off-by: Keri <kerichuudev@gmail.com> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-13Merge branch 'develop' into mrpack-exportKode
Signed-off-by: Kode <TheKodeToad@proton.me>
2023-05-13Hopefully This Works™TheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-05-13Move setAbortable(true)TheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-05-13Make some changesTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-05-13Merge pull request #1007 from Ryex/fix/network_and_signalsSefa Eyeoglu
2023-05-13fix: `shouldDisplay()` is now redundant.Redson
Signed-off-by: Redson <redson@riseup.net>