index
:
github/PrismLauncher.git
develop
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
launcher
/
ui
/
pages
/
modplatform
/
ModPage.cpp
Age
Commit message (
Expand
)
Author
2022-09-24
Allow double clicking to mark for dowload
ErogigGit
2022-09-07
refactor: create mod pages and filter widget by factory methods
flow
2022-08-01
fix(ui): force redraw of mod list when (de)selecting a mod
flow
2022-08-01
feat: cache mod versions
flow
2022-08-01
feat: cache extra mod info (like links and body)
flow
2022-08-01
feat+refactor: clean up ProgressWidget and add progress indicatior to
flow
2022-08-01
feat: add (semi) instant searching in mod downloader
flow
2022-08-01
change: preserve search term across different mod providers
flow
2022-08-01
feat+refactor: add shortcuts to mod downloader and clean up
flow
2022-08-01
feat: display the 'body' of a MR mod on the mod downloader
flow
2022-08-01
feat: create delegate for project item views
flow
2022-06-14
Merge pull request #634 from flowln/donate_links
Ezekiel Smith
2022-06-12
chore: add license headers
Sefa Eyeoglu
2022-06-12
refactor(test): fix loading mod metadata setting
Sefa Eyeoglu
2022-05-24
feat: add remaining links to modrinth mods
flow
2022-05-24
fix: missing tr() and update donate message
flow
2022-05-24
feat: add donate links for modrinth mods
flow
2022-05-23
feat: add mod index updating to ModDownloadTask
flow
2022-05-19
refactor: allow tracking multiple mod loaders
Sefa Eyeoglu
2022-04-19
fix: fix Modrinth query when Quilt is in use
Sefa Eyeoglu
2022-04-15
ui: underline search button text when changing filters
flow
2022-04-15
rework: make the filter as a tabbed widget in the dialog itself
flow
2022-04-15
fix: Polish usage in some cases
flow
2022-04-15
fix: 'All' filter working and get around CF API capabilities
flow
2022-04-15
fix(ui): Refresh mod list when changing filtering options
flow
2022-04-15
feat: Integrate newly created filter dialog in ModPage
flow
2022-04-14
refactor: cleanup ModLoaderType
Sefa Eyeoglu
2022-04-07
fix: check for Quilt as Fabric-compatible loader
Sefa Eyeoglu
2022-03-24
chore: resolve conflicts and merge upstream
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-06
clarify some method names and comments
flow
2022-03-06
refactor: move "get versions" task from page to model
flow
2022-03-06
refactor: use only a single unique_ptr for the api
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