aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-08-31format jsonTrial97
2023-08-31moved catpack data to testdataTrial97
2023-08-28added new lineTrial97
2023-08-27added catpacks testsTrial97
2023-08-23chore: reformatSefa Eyeoglu
2023-08-15chore: reformatSefa Eyeoglu
2023-08-15Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...Trial97
2023-08-14chore: update license headersSefa Eyeoglu
2023-08-14chore: reformatSefa Eyeoglu
2023-08-11fix: fix more warningsSefa Eyeoglu
2023-08-04chore: update license headersSefa Eyeoglu
2023-08-02chore: reformatSefa Eyeoglu
2023-07-30Merge branch 'develop' into chore/add-compiler-warningsRachel Powers
2023-07-06fix(tests): Fix abort of Task test on Linuxflow
2023-07-05fix(tests): linux big task memory leak.Rachel Powers
2023-07-05fix(test): tasks test memmory leak. don't store local task copy.Rachel Powers
2023-07-05fix(test): task test memory leak *again*Rachel Powers
2023-07-05fix: Task test memory leaks againRachel Powers
2023-07-04Apply suggestions from code reviewRachel Powers
2023-07-03fix: memory leaks in testsRachel Powers
2023-07-03fix: memory leaks in ResourceModel TestRachel Powers
2023-07-03fix: memory leaks in filesystem testRachel Powers
2023-07-01Merge branch 'develop' into chore/add-compiler-warningsRachel Powers
2023-06-26Removed unused filesTrial97
2023-06-15Fix tests for windowTrial97
2023-06-15Fixed testsTrial97
2023-06-15Added new migration for special charactersTrial97
2023-06-13Added back the INIFile read functionTrial97
2023-06-04chore: fix test & clean up one last warningRachel Powers
2023-06-04chore: clean up after new compiler warningsRachel Powers
2023-05-28fix(memory leak): don't give shared pointers out to foldermodels (causes cycl...Rachel Powers
2023-05-26fix(memory leak): IndexedPack too large to live inside a qlist without pointe...Rachel Powers
2023-05-07Merge remote-tracking branch 'upstream/develop' into better-tasksRachel Powers
2023-05-01feat: Propogated subtask progressRachel Powers
2023-05-01feat: better task trackingRachel Powers
2023-04-29refactor: pass instance ptr to resource models. use it to find instance root.Rachel Powers
2023-04-29refactor: Move ini to use QSettings && drop get/setList functionsRachel Powers
2023-03-31fix: typos, CamelCase to camelCase the new namesRachel Powers
2023-03-20fix: clean up initial review comments (flowin)Rachel Powers
2023-03-20feat: track instance copies that use linksRachel Powers
2023-03-20fix: windows test compatRachel Powers
2023-03-20fix: better test compareison (also qt5 compat)Rachel Powers
2023-03-20fix: intelegent recursive links & symlink follow on exportRachel Powers
2023-03-20refactor: make complete list of links to make and send that.Rachel Powers
2023-03-20feat: successful process elevation and comunication!Rachel Powers
2023-03-20qt5 compatabilityRachel Powers
2023-03-20working outside windowsRachel Powers
2023-03-20we want to make links!Rachel Powers
2023-02-05Merge pull request #751 from Edgars-Cirulis/developSefa Eyeoglu
2023-02-01fix(tests): improve the reliability of the Task's stack testflow