Age | Commit message (Collapse) | Author |
|
|
|
Fix translatable strings
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #271
|
|
|
|
|
|
|
|
|
|
remove notifications
|
|
my mistake, sorry! ToT
|
|
Reorganize icon themes
|
|
Rename MultiMC to Legacy
Simple (Colored) is now the first icon theme
Custom is now the last icon theme, which also fixes a loading issue when
Legacy was selected
Fix loading of Legacy theme
|
|
hopefully now its finally ok
|
|
|
|
|
|
Fixed wrong version info
|
|
Fixes #206 partially. Although we don't list mods that have no
compatibility with the mod loader we are using, mods that have support
for both loaders still show up, and the versions for both the loaders
are still shown.
Also simplifies a little the logic in
FlameModIndex::loadIndexedPackVersions
|
|
|
|
|
|
|
|
Fixed segfault in mod download
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #11
|
|
|
|
Fixed the download menu putting the wrong name
|
|
|
|
|
|
into feature/offline_mode
|
|
into feature/download_mods
|
|
|
|
|
|
|
|
|
|
GH-4044 Implemented copy screenshots to the clipboard
|
|
Co-Authored-By: Naomi Calabretta <tony0000.ac@gmail.com>
|
|
|
|
|