Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
into develop
Conflicts:
gui/dialogs/SettingsDialog.cpp
gui/dialogs/SettingsDialog.ui
|
|
|
|
command line.
|
|
|
|
|
|
|
|
Fixes #38
|
|
Previously, channel descriptions that were too long would mess up the
dialog.
|
|
|
|
|
|
|
|
|
|
Allow the user to select which update channel they would like to
download updates from.
|
|
|
|
|
|
settings dialog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Icon list now uses a filesystem watcher for updates
* Icon folder is user-customizable
* All the little details. ALL OF THEM.
|
|
Make the java browse button look like the other browse buttons
|
|
|
|
|
|
|
|
|
|
|
|
system default editor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
Also add the option to update on exit.
|
|
Refactor MojangAccount so it exposes a less generic interface and supports login. Hide the ugly details.
Yggdrasil tasks are now only used from MojangAccount.
|