Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-12 | Merge pull request #1333 from Ryex/fix/null_instance_edit_crash | Sefa Eyeoglu | |
2023-07-10 | Update launcher/ui/MainWindow.cpp | Rachel Powers | |
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-10 | Shortcuts on macOS (#1081) | Nathan | |
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-10 | Merge pull request #1334 from TheKodeToad/litemod-dl | TheKodeToad | |
LiteMod downloading | |||
2023-07-10 | Merge pull request #1249 from Trial97/curse | TheKodeToad | |
Curseforge modpack export | |||
2023-07-10 | Merge pull request #1338 from Trial97/unlockVersionPage | TheKodeToad | |
feat:unlocked versions page | |||
2023-07-09 | Merge pull request #1241 from Trial97/settings | TheKodeToad | |
Allow editing of running instances | |||
2023-07-09 | removed redundant code | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-09 | feat:unlocked versions page | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-08 | LiteMod downloading | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
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 | 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-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 | fix: improve QUrl construction | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.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(ui): validate meta override url | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-07-06 | better url handling | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
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> | |||
2023-07-04 | Remove break and add fallthrough comment in WorldListPage.cpp | PandaNinjas | |
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la> | |||
2023-07-03 | Merge pull request #1127 from Trial97/scale_cat | Tayou | |
2023-07-03 | fixed typo | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-03 | updated option text | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-02 | fix: update if new size is larger | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-02 | fix: update if new size is larger | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-02 | fix: header `<qpoint.h>` -> `<QPoint>` | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-02 | fix: properly calculate min size for progress dialog, apply it at creation | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-02 | fix: segfault in progress dialog | Rachel Powers | |
- dialog tries to resize after unhiding the subtask scroll area - after resize attempts to recenter on parent - `calls parentWidget()->{x|y}()` - what if there is no parent? nullptr->() = segfault - recenter on last pos, don't access parent Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-02 | Merge pull request #1232 from telans/screenshots-update | TheKodeToad | |
ScreenshotsPage fixes | |||
2023-07-02 | fixed typos | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-02 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into settings | |||
2023-07-02 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into curse Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-30 | Made sure the logs are ignored when collecting files | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-30 | Removed logs from instance export | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-28 | Renamed function | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-28 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into scale_cat | |||
2023-06-28 | Added warnings for running instances | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-28 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into settings | |||
2023-06-28 | Merge pull request #1266 from TheKodeToad/smol-tweaks | Sefa Eyeoglu | |
2023-06-27 | Merge pull request #1280 from Trial97/shortcut | seth | |
Fixed illegal characters in shortcuts name | |||
2023-06-27 | Added more information to the screenshot upload warning | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-27 | omit icon remove on macos | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-27 | Fixed illegal characters in shortcuts name | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-26 | Merge pull request #1065 from leo78913/gamescope-close-button | Sefa Eyeoglu | |
2023-06-25 | fix: Page container extra info set on logs page | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-25 | Add fixme comment for no SSD detection | Leo | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Leo <leo3758@riseup.net> |