aboutsummaryrefslogtreecommitdiff
path: root/gui/MainWindow.h
AgeCommit message (Collapse)Author
2015-04-12SCRATCH move icons over to Env, instance proxy model to guiPetr Mrázek
2015-04-02NOISSUE remove notification checker form application objectPetr Mrázek
2015-04-02NOISSUE Refactors and moving of thingsPetr Mrázek
2015-02-19GH-366: Plain and simple modpack export/import/downloadJan Dalheimer
Also removed the in-source QuaZIP in favour of upstream version
2015-02-06Change copyright dates to 2015Greenphlem
2014-11-02Update copyright year (finally...)Jan Dalheimer
2014-07-30Show a warning if the instance path contains a '!'Loetkolben
The checks and warnings happen the time MMC loads (via QLOG_INFO), the time the GUI starts (via a dialog) and when the user changes the instance path via the settings window.
2014-07-20Merge global settings and accounts into a pagedialogJan Dalheimer
Also split external tools into it's own page
2014-07-14Show changelog even when there are no new updates available.Petr Mrázek
2014-06-09Move instance settings back to the main window.Petr Mrázek
2014-06-09Reorganize logic code.Petr Mrázek
2014-06-09Begin the transformation!Petr Mrázek
Nuke all the things.
2014-05-18Restore manage screenshots in main window.Petr Mrázek
2014-05-18Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek
2014-05-17Finish status pills.Petr Mrázek
2014-05-15Status pills. This doesn't build yet.Petr Mrázek
2014-04-11Add Patreon button. Needs an icon (used I for now).Sky
2014-03-30Fix many memory leaks.Petr Mrázek
2014-02-25Merge branch 'feature_screenshots' into integration_json_and_toolsPetr Mrázek
Conflicts: logic/net/URLConstants.h Resolve issues with multiple definitions of URL constants by moving them to their own object file.
2014-02-24Screenshot fixes, move some code around, fix some stuffJan Dalheimer
2014-02-23Close to finished. Need to fix the upload part. Viewing works (in grayscale)robotbrain
2014-02-23Initial stuff. It doesnt work.robotbrain
2014-02-16Fix for windows and update tool menu after closing settings dialogJan Dalheimer
2014-02-15Underp. Don't depend on OneSix. Nicer "menu" style choosing.Jan Dalheimer
2014-02-15Profiler support. Currently JProfiler and JVisualVM are implemented.Jan Dalheimer
2014-02-04Pave.Petr Mrázek
2014-01-27Offline mode can be used even when online.Petr Mrázek
Allow the user to pick a player name for offline mode. Big auth refactor. Now using session objects instead of the accounts themselves. Sessions only last for one instance start and hold all the auth and player data.
2014-01-12Show Mojang service statuses in status barSky
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 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.