aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Collapse)Author
2014-11-15Remove crash handlerPetr Mrázek
2014-10-27Add iOS and OSX icon themes by pePetr Mrázek
2014-10-26Add dark, light, blue and colored theme from pe.Petr Mrázek
Replaces the old dark and light themes
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-06-30Merge branch 'feature_theme_support' into developPetr Mrázek
Conflicts: main.cpp
2014-06-09Add builtin Minecraft versions for legacyPetr Mrázek
2014-05-25New flat icon themes from pexnerPetr Mrázek
Squash and rework of commits from robotbrain
2014-05-09Implement crash handling on LinuxForkk
This will allow us to generate crash dumps and have users report crashes.
2014-01-19Use icon theme so we can have more than one icon size per iconPetr Mrázek
2014-01-11No more generated resources.Petr Mrázek
2014-01-05Some more updater fixesPetr Mrázek
Paths were wrong - still used work directory instead of root
2014-01-01Move assets migration to a task. Needs threading.Sky
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