Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-21 | Merge pull request #656 from PrismLauncher/renovate/actions-cache-3.x | flow | |
2022-12-21 | chore(deps): update actions/cache action to v3.2.0 | renovate[bot] | |
2022-12-19 | Merge pull request #649 from Scrumplex/fix-winget-release-no9999999 | Sefa Eyeoglu | |
2022-12-19 | fix: update installers-regex for winget releaser again | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-19 | Merge pull request #647 from Scrumplex/update-flake | Sefa Eyeoglu | |
2022-12-19 | chore(nix): update flakes | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-19 | refactor(nix): use tomlplusplus from nixpkgs | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-19 | fix(nix): use jdk17 instead of jdk | Sefa Eyeoglu | |
See NixOS/nixpkgs#206806 Co-authored-by: Infinidoge <infinidoge@doge-inc.net> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-19 | Merge pull request #628 from flowln/fix_multiple_resource_packs_crash | Sefa Eyeoglu | |
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/624 | |||
2022-12-18 | Merge pull request #642 from DioEgizio/dont-ship-unnecessary-tlsbackends | Sefa Eyeoglu | |
fix: exclude unused tls backends | |||
2022-12-18 | fix: exclude unused tls backends | DioEgizio | |
makes bundles slightly smaller on windows and macos: - qopensslbackend will not be used neither on macos nor on qt6 windows, so let's just not copy it - qcertonlybackend won't be used and wouldn't work for prism anyways as it doesn't support some features we use Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-12-17 | Merge pull request #636 from flowln/fix_component_version_when_updating | Sefa Eyeoglu | |
Correctly set component versions in Modrinth pack updating | |||
2022-12-17 | refactor(Tasks): remove 'm_total_size' from ConcurrentTask | flow | |
We can use the queues directly instead. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-17 | Merge pull request #630 from leo78913/yeet-scrollbars | flow | |
2022-12-17 | refactor(Inst. Import): use m_* for member variables in MR components | flow | |
Makes it clearer what is being changed when. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-17 | fix(Inst. Import): correctly set component versions when updating | flow | |
This makes it so that the later call to parse the old manifest doesn't change the class data, so that the new data con continue there and be reflected on the component list later. Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-17 | let the theme decide the notes page right margin | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-12-17 | Merge pull request #631 from getchoo/better-msvc-flags | flow | |
2022-12-16 | fix: re-enable /GS and only use some flags on release builds | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2022-12-16 | Merge pull request #607 from flowln/dont_crash_on_zip_import | flow | |
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/609 | |||
2022-12-15 | feat: improve msvc build flags | seth | |
- adds /GL, /Gy, and /LTCG for better optimizations - adds /Gw for a smaller binary size - adds /guard:cf for added security at runtime - removes unneeded /GS flag as that's already enabled by default Signed-off-by: seth <getchoo@tuta.io> | |||
2022-12-15 | fix: only show scrollbars when needed | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-12-15 | fix(ResourceModel): use a single ConcurrentTask for parsing tasks | flow | |
This avoids creating a bunch of threads that fills up the maximum amount allowed by QThreadPool, and causes a deadlock between the helper threads and the main thread (main thread tries to create threads in painting code, but isn't able to, so it keeps waiting for a thread to free up, but all the threads are waiting on the main thread to process some events). Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-15 | feat(Tasks): allow adding subtasks while running in ConcurrentTask | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-15 | feat(Tasks): add ConcurrentTask::clear to allow re-using tasks | flow | |
This way old runs won't pile up in the internal DSs Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-15 | Merge pull request #625 from Edgars-Cirulis/develop | flow | |
2022-12-15 | Merge pull request #593 from Scrumplex/fix-winget-release-no999999 | Sefa Eyeoglu | |
2022-12-15 | ApplicationMessage: Use QHash instead of QMap | Edgars Cīrulis | |
QHash provides faster lookup times than QMap because it uses a hash table to store the elements, while QMap uses a self-balancing binary tree. Signed-off-by: Edgars Cīrulis <edgarsscirulis@gmail.com> | |||
2022-12-15 | Merge pull request #605 from flowln/fix_crash_in_downloader_image | flow | |
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/590 | |||
2022-12-14 | Merge pull request #561 from leo78913/iconpicker-stuff | Sefa Eyeoglu | |
closes https://github.com/PrismLauncher/PrismLauncher/issues/494 | |||
2022-12-14 | Merge pull request #612 from DioEgizio/move-cat-right | Sefa Eyeoglu | |
closes https://github.com/PrismLauncher/PrismLauncher/issues/611 | |||
2022-12-14 | Merge pull request #608 from Scrumplex/bump-7.0 | Sefa Eyeoglu | |
2022-12-14 | move cat to bottom right | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-12-13 | fix(Inst.Import): don't set managed pack info from imported ZIPs | flow | |
This prevents the Managed Pack page from showing up even though there's no way for it to work correctly. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-13 | Merge pull request #601 from Scrumplex/fix-translations-3 | flow | |
2022-12-13 | chore: bump to 7.0 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-13 | fix: update source strings | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-13 | Merge pull request #604 from flowln/fix_crash_with_gtk2 | Sefa Eyeoglu | |
fix: crash with GTK2 theme due to QProxyStyle in ManagedPackPage | |||
2022-12-13 | fix(Inst.Import): don't assert extra data when importing from ZIP | flow | |
ZIPs don't have the necessary data in those cases. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-12 | fix: bind image fetch callback lambda to the parent object | flow | |
Fixes a possible crash with the callback being called after the image object was already deleted. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-12 | fix(ManagedPackPage): crash with GTK2 theme due to QProxyStyle | flow | |
Seemingly related issue: https://bugreports.qt.io/browse/QTBUG-49940 Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-12 | Merge pull request #600 from TheLastRar/reset-stylesheet | flow | |
Resolves https://github.com/PrismLauncher/PrismLauncher/issues/510 | |||
2022-12-12 | Fix: Reset stylesheet before setting style | TheLastRar | |
Resolves #510 Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-12-12 | fix: update installers-regex for winget releaser | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-11 | Merge pull request #587 from unascribed/patch/libraries-wording | flow | |
2022-12-11 | Not all libraries are from Mojang | Una | |
Signed-off-by: Una <me@unascribed.com> | |||
2022-12-11 | Merge pull request #585 from DioEgizio/remove-leftover-todo | flow | |
2022-12-11 | fix: remove leftover TODO | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-12-11 | Merge pull request #569 from Jan200101/PR/fix-mangohud | Sefa Eyeoglu | |
2022-12-11 | Merge pull request #584 from TayouVR/fix-breeze-colors-and-matrix-icon | flow | |