Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-28 | refactor: column names as class property, use string names in setting | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-28 | Merge branch 'develop' into feature/images-for-resource-page | Rachel Powers | |
2023-05-28 | Merge pull request #1034 from kerichdev/patch-1 | flow | |
2023-05-28 | Merge pull request #1083 from Ryex/fix/memory-leaks-develop | flow | |
2023-05-28 | refactor: function scope statics | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-28 | cleanup: move qstyle getInstance decl inline | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-28 | fix(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-27 | fix(memory leak): refactor NoBigComboStyle -> singleton | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-26 | fix(memory leak): don't capture job and create cyclic refrence | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-26 | fix(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-26 | fix(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-26 | Merge pull request #1088 from DioEgizio/update-qt651 | Sefa Eyeoglu | |
chore: update to Qt 6.5.1 | |||
2023-05-25 | fix: katabasis and QStyle leaks | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-25 | Merge pull request #1087 from ↵ | flow | |
PrismLauncher/renovate/cachix-install-nix-action-21.x | |||
2023-05-25 | chore: update to Qt 6.5.1 | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2023-05-24 | feat: Column on left, hideable | Rachel Powers | |
- columns are hideable (saves to settings) - image column moved to left - datamodals can provide resize modes Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-24 | chore(deps): update cachix/install-nix-action action to v21 | renovate[bot] | |
2023-05-21 | fix: 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-21 | feat: Qt 5.15 adds transfer timeouts. at least use it for downloads | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-21 | fix: 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-21 | fix: memory leak with NetJob and responce not getting cleaned up | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-19 | Merge pull request #1080 from Scrumplex/update-social-links | flow | |
2023-05-19 | chore: update social links | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-05-14 | fix: remove unnecessary keywords from desktop file | Keri | |
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-13 | Merge pull request #1007 from Ryex/fix/network_and_signals | Sefa Eyeoglu | |
2023-05-12 | Merge branch 'develop' into fix/network_and_signals | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-12 | Merge pull request #961 from Ryex/better-tasks | Sefa Eyeoglu | |
2023-05-12 | Gib -> GiB | Rachel Powers | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-11 | fix: remove qt < 5.6 support process error signal | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-07 | typo fix | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-07 | Merge remote-tracking branch 'upstream/develop' into better-tasks | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-06 | doc fixes | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-06 | refactor: move functions to utils + code-review fixes | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-06 | Merge pull request #1054 from Ryex/more-lax-block-mods-filename-check | Sefa Eyeoglu | |
2023-05-06 | Merge pull request #950 from DioEgizio/resize-settings | Sefa Eyeoglu | |
fix: divide minecraftpage into tabs | |||
2023-05-06 | Update launcher/ui/pages/global/MinecraftPage.ui | DioEgizio | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2023-05-05 | change: don't search appdata locaiton for logging rules if using custom data dir | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-05 | Apply suggestions from code review | Rachel Powers | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-05 | feat: display license and issue tracker | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-05 | change: don't toggle a resource's enabeling just by selecting it. only if ↵ | Rachel Powers | |
they are on the checkbox. Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-05 | use 32x32 images for image column | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-05 | fix: fix qchar conversion and codeql | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-04 | fix: grow pixmapcache if it is evicting too fast | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-04 | feat(resourcePackPage): icon column | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-04 | feat(texturepackPage): icon column | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-04 | feat(modpage): mod icon in description and column | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-04 | feat(mod parsing): load extra mod details | Rachel Powers | |
- (image, license, issuetracker) Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-04 | fix: super lax compare | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-03 | fix add an addtion lax file name match with ` ` replaced with `+` | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-05-02 | Merge pull request #833 from Ryex/advanced_copy_instance | Sefa Eyeoglu | |