Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-03 | fixed template | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
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 | resolved local vaiables names | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.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 | antialiasing for all painting, make hitbox fullwidth | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-07-02 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into curse Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-02 | Fix compiling on OpenBSD | Finian Wright | |
Signed-off-by: Finian Wright <turbowafflz@gmail.com> | |||
2023-06-30 | removed extra condition | Trial97 | |
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 | removed magic 5, removed unnecessary QPainter function calls | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-06-28 | 4 clang-tidy changes, update copyright info | Tayou | |
while already at it I updated all my emails to use one from my domain Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-06-28 | format VisualGroup.cpp file | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-06-28 | use QString.isEmpty() | Tayou | |
oops Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-06-28 | give ungrouped instances a group header | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-06-28 | some positioning adjustments, deleted the line | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-06-28 | update instance group header to more modern style | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
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 | Update launcher/FileSystem.cpp | Rachel Powers | |
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-06-27 | fix(filesystem): track failed copies and clones | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
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 #1277 from Trial97/remove_mojang | TheKodeToad | |
Removed unused files | |||
2023-06-26 | Removed unused files | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-26 | feat: print build platform in application log | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-06-26 | feat: print build platform in log | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-06-26 | chore: remove obsolete macOS warning | Sefa Eyeoglu | |
We don't support that macOS version. This check also never worked, as we never set the platform to that value. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-06-26 | Merge pull request #1274 from TheKodeToad/java-signature | Sefa Eyeoglu | |
2023-06-26 | Update launcher/ui/dialogs/ExportToModListDialog.cpp | Alexandru Ionut Tripon | |
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | |||
2023-06-26 | Update launcher/ui/dialogs/ExportToModListDialog.cpp | Alexandru Ionut Tripon | |
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | |||
2023-06-26 | Update launcher/ui/dialogs/ExportToModListDialog.cpp | Alexandru Ionut Tripon | |
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | |||
2023-06-26 | Update launcher/ui/MainWindow.ui | Alexandru Ionut Tripon | |
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | |||
2023-06-26 | Merge pull request #1065 from leo78913/gamescope-close-button | Sefa Eyeoglu | |
2023-06-26 | Generate special signature :sparkles: composed of multiple elements instead ↵ | TheKodeToad | |
of relying on timestamp for Java version cache invalidation Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-25 | Merge pull request #1272 from Trial97/fix_selected | seth | |
fix: Page container extra info set on logs page | |||
2023-06-25 | fix: Page container extra info set on logs page | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> |