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
/
instance
/
ModFolderPage.cpp
Age
Commit message (
Expand
)
Author
2023-02-13
do not create nilmods folder
kumquat-ir
2023-02-11
nilmods instance page
kumquat-ir
2023-01-13
refactor(RD): unify download dialogs into a single file
flow
2023-01-13
refactor: put resource downloading classes in common namespace
flow
2023-01-13
refactor: generalize mod models and APIs to resources
flow
2022-12-14
Improve handling of destructive actions
TheKodeToad
2022-11-27
fix: make resource buttons work when instance is running
Sefa Eyeoglu
2022-10-18
Streamline Button changes to improve source readability.
Cleo John
2022-09-03
fix: removing mods with their metadata as well
flow
2022-08-20
change: add enable/disable to resources
flow
2022-08-20
refactor: adapt rest of the codebase to the new resource model
flow
2022-08-20
fix: distinguish Coremods
Sefa Eyeoglu
2022-08-03
Move large condition into a new lambda
Gingeh
2022-08-02
Check for running instance when re-opening the mod folder page and when selec...
Gingeh
2022-08-01
Disable "Check for Updates" and "Download Mods" while the game is running
Gingeh
2022-08-01
Disable "Check for Updates" if all mods are removed
Gingeh
2022-07-19
fix: fix translations for mod updater
Sefa Eyeoglu
2022-07-17
fix: std::list -> QList
flow
2022-07-17
change: make Mod a QObject used as a pointer
flow
2022-07-17
feat: add update mods to the ui / mod model
flow
2022-07-01
feat: use ConcurrentTask for mod downloads
flow
2022-06-14
refector: move download action to ExternalResourcesPage
Sefa Eyeoglu
2022-06-14
refactor: Create a more clear hierarchy for some instance pages
flow
2022-06-12
chore: add license headers
Sefa Eyeoglu
2022-05-30
Merge pull request #505 from flowln/improve_download_ux
Sefa Eyeoglu
2022-05-21
fix: various issues with ProgressDialog and SequentialTasks
flow
2022-05-19
refactor: allow tracking multiple mod loaders
Sefa Eyeoglu
2022-04-14
refactor: cleanup ModLoaderType
Sefa Eyeoglu
2022-04-14
fix: remove unused code
Sefa Eyeoglu
2022-04-07
fix: check for Quilt as Fabric-compatible loader
Sefa Eyeoglu
2022-04-01
feat: Use a single progress dialog when doing multiple tasks
flow
2022-03-20
chore: add license header
Sefa Eyeoglu
2022-03-20
App: Retranslate all pages when the language is changed
Jamie Mansfield
2022-03-20
fix: disable "Download mods" button when needed
Sefa Eyeoglu
2022-03-11
fix missing translation strings
flow
2022-03-03
fix extra spacing in resource packs and shader packs, and move button up
flow
2022-03-03
hack: hide 'Download Mods' button when not in the mods tab
flow
2022-03-03
change 'Install Mods' -> 'Download Mods' and change position
flow
2022-02-21
feat: change task container in ModDownloadDialog to a QHash
flow
2022-01-28
Fix button being present in other pages
timoreo
2022-01-24
Fixed spacing
timoreo
2022-01-18
Various fixes
timoreo
2022-01-14
Fixed icons
timoreo
2022-01-14
Start of mod downloading
timoreo
2021-11-22
NOISSUE continue reshuffling the codebase
Petr Mrázek