aboutsummaryrefslogtreecommitdiff
path: root/gui/MainWindow.h
AgeCommit message (Collapse)Author
2014-01-05Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developSky
2014-01-05Implement the beloved right click context menu. Just a copy of the instance ↵Sky
toolbar
2014-01-03Notifications system. Mainly to be used in case the updater breaks.Jan Dalheimer
2014-01-02Clean out old assets stuff, fix button hitbox regressionSky
2014-01-02Implement the news buttonForkk
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.
2014-01-02Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_newsForkk
Conflicts: CMakeLists.txt gui/MainWindow.h
2014-01-02Add news checking system and news toolbarForkk
2014-01-01Move assets migration to a task. Needs threading.Sky
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-10Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek
Conflicts: CMakeLists.txt gui/MainWindow.cpp
2013-12-10Finish assets update for 1.7.3Petr Mrázek
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-04Rework the update checking systemAndrew
2013-12-02Renew the updater branchPetr Mrázek
Now with some actual consensus on what the updater will do!
2013-11-28Fixed compilation errors.Andrew
Yeah... Forgot to recompile everything after deleting those files.
2013-11-28Verify access tokens before launching MinecraftAndrew
Kind of an important thing to do... Heh...
2013-11-27Dropdown for account switchingSky
2013-11-27Move "manage accounts" to right, use player skin when availableSky
2013-11-24Merge branch 'feature_yggdrasil' into developPetr Mrázek
Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix.
2013-11-23Fix console window (now not a QDialog)Petr Mrázek
It now opens and coloses as expected, depending on user preferences and the status of the various processes involved. Console window geometry and state are remembered between runs.
2013-11-22Properly implement launching and downloadingAndrew
Also added a system to select an active account to log in with.
2013-11-20Nuke and pave the old login systemAndrew
Also, account list now saves profile lists.
2013-11-20Add a button to open the account list.Andrew
Also fix the account list dialog's close button.
2013-11-12Fix console not staying open on minecraft crashPetr Mrázek
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek