Age | Commit message (Expand) | Author |
2022-10-24 | fix: retry mod search job after aborting it | flow |
2022-10-18 | fix: use display name in code | Sefa Eyeoglu |
2022-09-23 | fix: use placeholder icon when the project has no icon in MR | flow |
2022-09-23 | fix: remove manual icon resize in ModModel | flow |
2022-09-07 | Merge pull request #939 from flowln/mod_downloader_improve | flow |
2022-08-28 | refactor: make NetJob inherit from ConcurrentTask as well! | flow |
2022-08-01 | fix: prevent segfault due to callbacks into deleted objects | flow |
2022-08-01 | feat: cache mod versions | flow |
2022-08-01 | refactor: use function cb instead of class cb in getVersions | flow |
2022-08-01 | feat: cache extra mod info (like links and body) | flow |
2022-08-01 | refactor: use function cb instead of class cb in getModInfo | flow |
2022-08-01 | feat+refactor: add shortcuts to mod downloader and clean up | flow |
2022-08-01 | feat: create delegate for project item views | flow |
2022-07-03 | fix: aborts when using a Qt build with assertions enabled | flow |
2022-06-21 | fix: scale mod icons to the right size | flow |
2022-06-14 | Merge pull request #634 from flowln/donate_links | Ezekiel Smith |
2022-05-30 | Merge pull request #505 from flowln/improve_download_ux | Sefa Eyeoglu |
2022-05-24 | feat: add donate links for modrinth mods | flow |
2022-05-21 | feat(ui): make selected mods in downloader bold with underline | flow |
2022-05-19 | refactor: allow tracking multiple mod loaders | Sefa Eyeoglu |
2022-05-08 | adopt changes from #497 remapped | Ryan Cao |
2022-04-18 | fix: handle network errors when downloading modlist | Sefa Eyeoglu |
2022-04-15 | rework: make the filter as a tabbed widget in the dialog itself | flow |
2022-04-15 | fix(ui): Refresh mod list when changing filtering options | flow |
2022-04-15 | feat: Use version filter when searching mods | flow |
2022-04-07 | fix: check for Quilt as Fabric-compatible loader | Sefa Eyeoglu |
2022-03-29 | Merge pull request #352 from Scrumplex/fix-name | Sefa Eyeoglu |
2022-03-27 | fix: remove "PolyMC" from strings | Sefa Eyeoglu |
2022-03-24 | optimize: Improve mod versions request to Modrinth | flow |
2022-03-14 | tidy: Fix clang-tidy issues on files changed in this PR | flow |
2022-03-07 | refactor: move things around so that related things are close together | flow |
2022-03-07 | refactor: move more common code to base class | flow |
2022-03-07 | refactor: de-duplicate common code in network mod APIs | flow |
2022-03-07 | refactor: move NetJob away from ModModel to ModAPI | flow |
2022-03-06 | refactor: use Enum instead of raw int for ModLoaderType | flow |
2022-03-06 | clarify some method names and comments | flow |
2022-03-06 | refactor: move "get versions" task from page to model | flow |
2022-03-02 | refactor: move url creation for mods to modplatform/ | flow |
2022-03-02 | refactor: extract common code in mod pages and model | flow |