Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
It was impossible to select and load translations properly.
|
|
|
|
Otherwise it would show all system drives instead of screenshots.
|
|
|
|
false
|
|
Setting the work directory was not enough.
|
|
It seems to require it, unlike the other versions.
|
|
|
|
It was causing fake errors.
|
|
|
|
|
|
|
|
|
|
|
|
selection dialog
|
|
This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.
|
|
Now uses a model and a list view instead of text
This lets mmc keep track of the contents regardless of whether the instance windows are open
This is currently missing a way to select and copy text from the log.
|
|
* The resulting instance window can be closed at any point.
* Main window is kept open and running instances are marked with a badge.
* Multiple instances can now run from the same MultiMC - it's even more **multi** now.
* MultiMC can be entirely closed, keeping Minecraft(s) running.
|
|
|
|
|
|
|
|
|
|
* Download is now Download.
* Download uses Sink subclasses to process various events.
* Validators can be used to further customize the Sink behaviour.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Essentially do not pass some environment variables to subprocesses:
* LD_PRELOAD
* LD_LIBRARY_PATH
* LD_DEBUG
* QT_PLUGIN_PATH
* QT_FONTPATH
|
|
|
|
|
|
|
|
(notifications.json) paths.
|
|
|
|
|
|
unique_qobject_ptr, refactor MainWindow to match
|