aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-04chore: fix test & clean up one last warningRachel Powers
2023-06-04chore: clean up after new compiler warningsRachel Powers
2023-06-04chore: add better default compiler warningsRachel Powers
2023-05-28Merge pull request #1034 from kerichdev/patch-1flow
2023-05-28Merge pull request #1083 from Ryex/fix/memory-leaks-developflow
2023-05-28refactor: function scope staticsRachel Powers
2023-05-28cleanup: move qstyle getInstance decl inlineRachel Powers
2023-05-28fix(memory leak): don't give shared pointers out to foldermodels (causes cycl...Rachel Powers
2023-05-27fix(memory leak): refactor NoBigComboStyle -> singletonRachel Powers
2023-05-26fix(memory leak): don't capture job and create cyclic refrenceRachel Powers
2023-05-26fix(memory leak): don't override default deconstructor + reset shared_ptr + e...Rachel Powers
2023-05-26fix(memory leak): IndexedPack too large to live inside a qlist without pointe...Rachel Powers
2023-05-26Merge pull request #1088 from DioEgizio/update-qt651Sefa Eyeoglu
2023-05-25fix: katabasis and QStyle leaksRachel Powers
2023-05-25Merge pull request #1087 from PrismLauncher/renovate/cachix-install-nix-actio...flow
2023-05-25chore: update to Qt 6.5.1DioEgizio
2023-05-24chore(deps): update cachix/install-nix-action action to v21renovate[bot]
2023-05-21fix: memory leak, set parent so it's in tree to get cleaned up.Rachel Powers
2023-05-21feat: Qt 5.15 adds transfer timeouts. at least use it for downloadsRachel Powers
2023-05-21fix: memory leak NetJob wans't getting cleaned up. ensure lambda capture of j...Rachel Powers
2023-05-21fix: memory leak with NetJob and responce not getting cleaned upRachel Powers
2023-05-19Merge pull request #1080 from Scrumplex/update-social-linksflow
2023-05-19chore: update social linksSefa Eyeoglu
2023-05-14fix: remove unnecessary keywords from desktop fileKeri
2023-05-13Merge pull request #1007 from Ryex/fix/network_and_signalsSefa Eyeoglu
2023-05-12Merge branch 'develop' into fix/network_and_signalsRachel Powers
2023-05-12Merge pull request #961 from Ryex/better-tasksSefa Eyeoglu
2023-05-12Gib -> GiBRachel Powers
2023-05-11fix: remove qt < 5.6 support process error signalRachel Powers
2023-05-07typo fixRachel Powers
2023-05-07Merge remote-tracking branch 'upstream/develop' into better-tasksRachel Powers
2023-05-06doc fixesRachel Powers
2023-05-06refactor: move functions to utils + code-review fixesRachel Powers
2023-05-06Merge pull request #1054 from Ryex/more-lax-block-mods-filename-checkSefa Eyeoglu
2023-05-06Merge pull request #950 from DioEgizio/resize-settingsSefa Eyeoglu
2023-05-06Update launcher/ui/pages/global/MinecraftPage.uiDioEgizio
2023-05-05change: don't search appdata locaiton for logging rules if using custom data dirRachel Powers
2023-05-05Apply suggestions from code reviewRachel Powers
2023-05-04fix: super lax compareRachel Powers
2023-05-03fix add an addtion lax file name match with ` ` replaced with `+`Rachel Powers
2023-05-02Merge pull request #833 from Ryex/advanced_copy_instanceSefa Eyeoglu
2023-05-01feat: estimate remining time on downloadsRachel Powers
2023-05-01fix: prevent logspam, fix MacOS theme artifactsRachel Powers
2023-05-01refactor: Qt can handle const& in signals and slotsRachel Powers
2023-05-01fix: no need for const boolRachel Powers
2023-05-01fix: no need to loop all sub tasksRachel Powers
2023-05-01feat: default qtlogging.ini fileRachel Powers
2023-05-01refactor: propogate only only one StepProgress at a timeRachel Powers
2023-05-01refactor: logging.h -> Logging.hRachel Powers
2023-05-01fix: clean up license headers for TasksRachel Powers