aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Collapse)Author
2013-12-14Merge branch 'testing' of https://github.com/02JanDal/MultiMC5 into developPetr Mrázek
Conflicts: MultiMC.cpp
2013-12-02Unit testingJan Dalheimer
2013-09-07Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek
2013-08-17Move all the things (YES. Move them.)Petr Mrázek
Also, implemented some basic modlist logic, to be wired up.
2013-08-11Implement icon picker, bring back raster icons.Petr Mrázek
2013-08-09Various task related improvements.Petr Mrázek
* Errors are reported back to task users via Failure signals. * Lwjgl doesn't download on each legacy instance start anymore. * Tasks were unified when it comes to success/failure. * Task dialogs don't get spawned after short tasks finish anymore.
2013-08-04More code cleanups!Petr Mrázek
2013-08-03Errr... I forgot.Petr Mrázek
2013-08-03WTF, I don't even...Petr Mrázek
2013-07-29Massive renaming in the backend folder, all around restructure in the same.Petr Mrázek
2013-05-08Implement basic game updater.Andrew
Resolves MMC-4: https://jira.forkk.net/browse/MMC-4
2013-05-03Removed old plugin system and implemented some version list stuff.Andrew
2013-03-22fix merge issues, make console window work againOrochimarufan
2013-03-18Connect instance list to model.Petr Mrázek
2013-03-11Instance view, model, delegate.Petr Mrázek
2013-02-26Massive re-organization.Andrew
2013-02-25Fixed a lot of MSVC problemsAndrew
2013-02-25Fixed some formatting.Andrew
2013-02-25Merge branch 'master' of git://github.com/peterix/MultiMC5Andrew
Conflicts: CMakeLists.txt main.cpp
2013-02-25Rewrote the settings system. It may still need some work.Andrew
2013-02-22Implement ConsoleWindowOrochimarufan
2013-02-22Implement Instance launchingOrochimarufan
Use --launch <instance> to test
2013-02-21Merge branch 'master' of http://github.com/peterix/MultiMC5Orochimarufan
Conflicts: CMakeLists.txt gui/mainwindow.cpp main.cpp
2013-02-21Implement About DialogOrochimarufan
Prepared XDG icon theme in :/icons/multimc. will only be usefull as soon as Qt decides to support custom fallback themes. use the resources directly for now.
2013-02-20Split MultiMC up into a few separate libraries.Andrew
Fixed plugin system. Tons of other stuff...
2013-02-20Added stdinstance plugin and a ton of plugin stuff.Andrew
2013-02-20implement commandline parsingOrochimarufan
2013-02-05Implemented login system.Andrew
2013-01-28Implemented settings dialog.Andrew
2013-01-09Initial commitAndrew