aboutsummaryrefslogtreecommitdiff
path: root/gui/dialogs
AgeCommit message (Collapse)Author
2014-01-22Work towards liteloader support. Fix creating new instanceJan Dalheimer
2014-01-22Derpstances. Everything renamed. Launching does not yet work.Jan Dalheimer
2014-01-18Fix settings dialog when offlinePetr Mrázek
2014-01-12Merge branch 'feature_localization' of https://github.com/02JanDal/MultiMC5 ↵Petr Mrázek
into develop Conflicts: gui/dialogs/SettingsDialog.cpp gui/dialogs/SettingsDialog.ui
2014-01-12Merge branch 'feature_better_launch' into developPetr Mrázek
2014-01-12Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek
command line.
2014-01-10Add tooltips to Java memory spinboxesSky
2014-01-09Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developSky
2014-01-09Add "MB" as a suffix to memory spinboxesSky
2014-01-08Make the GitHub link in the about dialog clickableForkk
Fixes #38
2014-01-08Word wrap the update channel description labelForkk
Previously, channel descriptions that were too long would mess up the dialog.
2014-01-07Add information to the about dialog.Forkk
2014-01-07Fix proxy settings radio buttons not triggering updates of the proxy settings.Petr Mrázek
2014-01-06Implement proxy settingsForkk
2014-01-04Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developForkk
2014-01-04Implement changing update channelsForkk
Allow the user to select which update channel they would like to download updates from.
2014-01-05Fix settings dialog tab ordering againSky
2014-01-04Hopefully fix Qt 5.1 compilationJan Dalheimer
2014-01-04Clean up/update translation code and made language selectable in the ↵Jan Dalheimer
settings dialog
2014-01-04Fix a few things related to the translationsJan Dalheimer
2014-01-02Make .ico files usable (the plugin is already included)Jan Dalheimer
2014-01-02Save/restore settings dialog (and instance specific settings) window geometrySky
2014-01-01More credits tweakingSky
2013-12-31Tweak credits in about dialogSky
2013-12-31Add the redistribution/fork text to the About dialog.Petr Mrázek
2013-12-31Refactor icon lists heavilyPetr Mrázek
* Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM.
2013-12-30Merge pull request #29 from 02JanDal/java_browse_buttonSky
Make the java browse button look like the other browse buttons
2013-12-30Make the java browse button look like the other browse buttonsJan Dalheimer
2013-12-30Fix spelling mistakeJan Dalheimer
2013-12-30Notify the user of any errorsJan Dalheimer
2013-12-30Don't use stuff that's new in 5.2 if we don't compile with thatJan Dalheimer
2013-12-30Use /usr/bin as default on linuxJan Dalheimer
2013-12-29Launch an editor for the custom.json file. Also allow overriding of the ↵Jan Dalheimer
system default editor
2013-12-29Fix various LiteLoader related bugs.Petr Mrázek
2013-12-28Don't hardcode stuff!!!Jan Dalheimer
2013-12-28LiteLoader supportJan Dalheimer
2013-12-24Log SSL errors, give common solutionsPetr Mrázek
2013-12-22Show errors when logging in in the account dialog.Petr Mrázek
2013-12-21Initial FTB support. Allows "tracking" of FTB instances.Jan Dalheimer
2013-12-16Remove obsolete auto login option.Petr Mrázek
2013-12-14Expand appropriate column of account selection dialogSky
2013-12-14Fix various Dialogs (Titles, License formatting)Orochimarufan
2013-12-13Merge branch 'develop' of github.com:Drayshak/MultiMC5 into developSky
2013-12-13First sweep moving URLs to a constants fileSky
2013-12-13Add support for 1.7.4 user_type (needs testing with legacy accounts)Petr Mrázek
2013-12-11Better (but unsorted) Java detectionSky
2013-12-09Merge branch 'feature_updater' into developAndrew
2013-12-08Finish preliminary offline supportPetr Mrázek
* 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.
2013-12-06Finish implementing update installation.Andrew
Also add the option to update on exit.
2013-12-05Offline mode support, part 1Petr Mrázek
Refactor MojangAccount so it exposes a less generic interface and supports login. Hide the ugly details. Yggdrasil tasks are now only used from MojangAccount.