aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Collapse)Author
2023-06-07Resolve other switch fallthrough issuesPandaNinjas
2023-06-07Fix the AccountList codePandaNinjas
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
2023-06-07Add sensible defaults in AccountList.cppPandaNinjas
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
2023-06-07Merge pull request #1111 from Trial97/requiresTayou
2023-06-07Merge pull request #1117 from leo78913/update-pack-formatsSefa Eyeoglu
2023-06-07Merge pull request #1125 from Ryex/fix/link-crash-1118Tayou
2023-06-07fix #1118 : use `filePath` not `path` on `QFileInfo`Rachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-06-07Merge pull request #1115 from leo78913/fix-resource-downloader-crashSefa Eyeoglu
2023-06-06update resource and data pack pack_format_versionsleo78913
Signed-off-by: leo78913 <leo3758@riseup.net>
2023-06-06Merge pull request #1073 from leo78913/accounts-menus-fixesTayou
2023-06-06fix: fix crash when selecting resource/texture/shader packsleo78913
Signed-off-by: leo78913 <leo3758@riseup.net>
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-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-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-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-02Fix crash when selecting same mod from different providers (#1029)Alexandru Ionut Tripon
2023-06-02Merge pull request #1086 from TayouVR/fix-qt6_5-brown-system-themeSefa Eyeoglu
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-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-25fix: katabasis and QStyle leaksRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
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-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-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-12ty!Kode
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Kode <TheKodeToad@proton.me>