Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Bump hotfix version number and add an entry in the changelog.
|
|
The window title now says
"MultiMC 5 - Version <version> [on <platform>]"
|
|
the model is reset)
|
|
|
|
Paths were wrong - still used work directory instead of root
|
|
|
|
toolbar
|
|
|
|
|
|
|
|
|
|
|
|
Make the news button open the latest news post in the user's web
browser.
Also remove the webkit dependency. I was planning on using it to
display the news in a custom window, but we'll just use the user's
browser for now.
|
|
|
|
Conflicts:
CMakeLists.txt
gui/MainWindow.h
|
|
|
|
Use only when absolutely required.
|
|
|
|
|
|
* Icon list now uses a filesystem watcher for updates
* Icon folder is user-customizable
* All the little details. ALL OF THEM.
|
|
|
|
* Updater requires unix style paths on input.
* No update notification was getting cloned with every check
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
CMakeLists.txt
|
|
Currently it doesn't show it anywhere in the UI. That's next.
|
|
|
|
Gives a list of existing groups to choose from.
Instances are updated as long as there is at least one valid account.
|
|
|
|
into develop
|
|
|
|
|
|
Conflicts:
CMakeLists.txt
gui/MainWindow.cpp
|
|
|
|
|
|
right away
|
|
|
|
|
|
|
|
|
|
* ProgressProvider now has an abort() call
* Abort button support added to the progress dialog
* YggdrasilTask and MojangAccount adapted to support abort
YggdrasilTask will time out after 10 seconds of no network activity, or when the user pushes the Play Offline button.
In offline mode, all instance update tasks are skipped! This will need further work.
|