aboutsummaryrefslogtreecommitdiff
path: root/gui/MainWindow.cpp
AgeCommit message (Collapse)Author
2014-01-12More space between status itemsSky
2014-01-12Show Mojang service statuses in status barSky
2014-01-11Show active account skin whilst it's checked for updatesSky
2014-01-08Change the issue tracker URL to GitHub issuesForkk
Bump hotfix version number and add an entry in the changelog.
2014-01-08Fix the window titleForkk
The window title now says "MultiMC 5 - Version <version> [on <platform>]"
2014-01-06Fix instances getting deselected after FTB instances are loaded (or whenever ↵Jan Dalheimer
the model is reset)
2014-01-05Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek
2014-01-05Some more updater fixesPetr Mrázek
Paths were wrong - still used work directory instead of root
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-03Explicitly set the close button to be the default buttonJan Dalheimer
2014-01-03Add the option to disable a certain messageJan Dalheimer
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-02Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_newsForkk
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-02Don't show extra space in status bar, tweak "none selected" messageSky
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-01ThreadTask for all your ThreadNeedsPetr Mrázek
Use only when absolutely required.
2014-01-01Move assets migration to a task. Needs threading.Sky
2013-12-31Fix silly bug with icon not changing on the toolbar when the icon key changes.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-27Rearrange logiv for OneSix version changePetr Mrázek
2013-12-25Fix more updater derps.Petr Mrázek
* Updater requires unix style paths on input. * No update notification was getting cloned with every check
2013-12-25Merge branch 'develop' of https://github.com/robotbrain/MultiMC5 into developPetr Mrázek
2013-12-24Log SSL errors, give common solutionsPetr Mrázek
2013-12-24Get the updater to display a no update found message.robotbrainify
2013-12-22Fixed updater not restarting MultiMC after update.ashka
2013-12-21Remove OSX hack that never worked anywayPetr Mrázek
2013-12-15Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_newsAndrew
Conflicts: CMakeLists.txt
2013-12-15Added a system to load news from MultiMC.org's RSSAndrew
Currently it doesn't show it anywhere in the UI. That's next.
2013-12-15Make updates prevented by missing accounts verbosePetr Mrázek
2013-12-15Improve group changing, update instance on version changePetr Mrázek
Gives a list of existing groups to choose from. Instances are updated as long as there is at least one valid account.
2013-12-13First sweep moving URLs to a constants fileSky
2013-12-11Merge branch 'feature_no_firstrun' of https://github.com/robotbrain/MultiMC5 ↵Petr Mrázek
into develop
2013-12-10Nuke!robotbrain
2013-12-10Fix my utter derprobotbrainify
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-09Fix I think.robotbrain
2013-12-09Make it update the instance when it creates it, so you can install forgerobotbrain
right away
2013-12-09Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developAndrew
2013-12-09Merge branch 'feature_updater' into developAndrew
2013-12-08Merge branch 'feature_assets' into developPetr Mrázek
2013-12-08Fix offline mode bugsPetr Mrázek
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-08Work on new assets system. Working legacy assets importer, disabled assets ↵Sky
downloading for now
2013-12-06Finish implementing update installation.Andrew
Also add the option to update on exit.
2013-12-05Implement DownloadUpdateTaskAndrew
Installing updates is not implemented yet. That's next.