Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-02 | Merge pull request #784 from Scrumplex/refactor-cmake | flow | |
Refactor tests | |||
2022-07-01 | feat: add ConcurrentTask | flow | |
This tasks (or rather, meta-task) has the ability to run several other sub tasks concurrently. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-06-14 | refactor: move away from UnitTest.cmake | Sefa Eyeoglu | |
2022-06-04 | Merge pull request #426 from flowln/mod_perma | Sefa Eyeoglu | |
Add on-disk mod metadata information | |||
2022-05-24 | fix: better handle corner case | flow | |
2022-05-23 | feat(ui): adapt SequentialTask to nested SequentialTasks | flow | |
2022-05-21 | fix: various issues with ProgressDialog and SequentialTasks | flow | |
- Fix aborting sequential tasks - Fix displaying wrong number of tasks concluded - Fix text cutting when the URL is too big | |||
2022-05-17 | fix: virtual signal in Task.h | flow | |
2022-05-12 | chore: add license header to remaining files | flow | |
Also remove some unused imports | |||
2022-05-12 | fix: abort and fail logic in tasks | flow | |
Also sets up correctly the status connections | |||
2022-05-12 | refactor: remove some superfluous signals | flow | |
Since now we're inheriting from Task, some signals can be reused. | |||
2022-05-12 | refactor: organize a little more the code in launcher/net/ | flow | |
This also reduces some code duplication by using some Task logic in NetAction. | |||
2022-04-07 | test: add new test to Task test | flow | |
Also adds one more check to setStatus test | |||
2022-04-07 | test: add basic Task unit test | flow | |
Only only two tests for now. We can iterate on this later :^) This is to try to avoid breaking things again! | |||
2022-04-07 | fix: issue with status of non-sequencial tasks | flow | |
2022-04-01 | feat: Use a single progress dialog when doing multiple tasks | flow | |
This puts all mod downloading tasks inside a SequentialTask, which is, for more than one task, a multi step task. This is handled by the ProgressDialog by showing both the global progress of tasks executed, and the individual progress of each of them. | |||
2021-11-21 | NOISSUE more refactoring | Petr Mrázek | |
2021-11-21 | NOISSUE continue refactoring things to make tests pass | Petr Mrázek | |
2021-11-20 | NOISSUE fix build | Petr Mrázek | |
2021-10-21 | NOISSUE continue debranding... | Petr Mrázek | |
2021-07-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |