Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-06 | Implement Scrumplex's suggestions | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-02 | Formatting and forward-declaration | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-01 | Hacky tweaks | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-01 | Add more license headers | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-01 | Initial better mod browser link implementation | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-09-07 | refactor: create mod pages and filter widget by factory methods | flow | |
This takes most expensive operations out of the constructors. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-07 | Merge pull request #939 from flowln/mod_downloader_improve | flow | |
Some more UI / UX improvements to the mod downloader! | |||
2022-08-08 | refactor: store current capabilities | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-01 | feat(ui): remember mod download dialog's geometry | flow | |
Makes it consistent with other modal dialogs. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-01 | change: preserve search term across different mod providers | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-01 | feat+refactor: add shortcuts to mod downloader and clean up | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-01 | change: change button names to be more user-friendly | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-01 | fix(ui): missing tr() in mod download dialog's title | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-08 | chore: add missing license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-08 | feat: track capabilities of application | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-05-21 | feat(ui): make selected mods in downloader bold with underline | flow | |
Makes it easier to find which mods are selected in case you want to change those. | |||
2022-05-21 | feat: allow deselecting mods from the mod confirmation dialog | flow | |
This adds a checkbox to each mod on the dialog that shows up when confirming the mods to download, so you can deselect some of those if you want to. | |||
2022-05-14 | refactor: rename Modrinth classes to ModrinthMod | Sefa Eyeoglu | |
2022-04-15 | ui: resize mod download dialog using its parents geometry | flow | |
2022-04-15 | feat: Integrate newly created filter dialog in ModPage | flow | |
2022-03-13 | feat(ui): make a better "Mod download confirmation dialog" | flow | |
2022-02-23 | fix: improve readability and set ok button as disabled by default | flow | |
2022-02-23 | fix(ui): add translation func to text in the confirm dialog | flow | |
2022-02-21 | fix: sort mod list in confirmation dialog | flow | |
2022-02-21 | feat: add confirm dialog for installing mods | flow | |
When selecting multiple mods at once, it can become hard to keep track of which ones you selected. To address this, a dialog is now displayed when you finish selecting the mods to download, showing you which ones you selected and their filenames. From there, you can either accept it and download the mods, or you can cancel it and go back to the mod selection dialog. | |||
2022-02-21 | feat: change task container in ModDownloadDialog to a QHash | flow | |
Previously, we used a unique_ptr to a ModDownloadTask to keep track of the selected mod to download when we accepted the dialog. In order to allow multiple mods to be selected at once for download, this has been changed to a QHash where the key is the mods name (since it doesn't seem right to allow for multiple versions of the same mod to be downloaded at once), and the value is a pointer to the corresponding ModDownloadTask. | |||
2022-01-16 | Added curseforge selection | timoreo | |
2022-01-14 | Removing copyrights | timoreo | |
2022-01-14 | Fixed icons | timoreo | |
Also having a mod loader is now enforced | |||
2022-01-14 | Added the downloading of the mods | timoreo | |
2022-01-14 | Start of mod downloading | timoreo | |