aboutsummaryrefslogtreecommitdiff
path: root/gui/mainwindow.cpp
AgeCommit message (Collapse)Author
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek
2013-11-04Implement instance sorting options.Petr Mrázek
2013-11-03Add instance copying, fix instance creation (with identical names)Petr Mrázek
2013-11-03Added NagUtils, nag people about trying to override JVM memory optionsSky
2013-11-03Main window geometry and state saving/reloadingSky
2013-10-29Add selectable message box helper, use it, make login GUI error label selectableSky
2013-10-26S3 bucket listing support and network code refactors.Petr Mrázek
* Adds support for listing all objects in an S3 bucket. * Renames a bunch of network related classes (Download->Action) * Net actions now have static constructors
2013-10-26Fix "no windows means MMC exits prematurely" issueSky
2013-10-26Add assets download status to status bar.Sky
2013-10-24Fix java detection segfaultPetr Mrázek
2013-10-22Respect console options (opening a console at all, automatically closing)Sky
2013-10-21Bugfixes for auto loginSky
2013-10-21Implement auto loginSky
2013-10-21Merge branch 'feature_skins' into developSky
2013-10-21Clean up skins, remove wrapper, save to accounts/skinsSky
2013-10-20Ask for java path when hostname changes from the last run.Petr Mrázek
2013-10-19First draft of player faces in the login dialogSky
2013-10-18Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developSky
2013-10-18Use player username if offline, or "Player" if blankSky
2013-10-18Fix MainWindow Icon; Fix WM_CLASS issue; now links QX11Extras and libxcb on ↵Orochimarufan
linux
2013-10-15Change "News" URL to new websiteSky
2013-10-14Huge Java detection refactor, version dialogs on first run (no JavaPath set) ↵Sky
and "auto detect" button
2013-10-10Version changing removes any existing version json.Petr Mrázek
2013-10-09Fix MMC-15Petr Mrázek
``mod does not delete from jar''
2013-10-08Basic version changing (OneSix only for now)Petr Mrázek
2013-10-08Misc version dialog changesPetr Mrázek
2013-10-07Set offline player name to "Player" to prevent a crash on world loading in ↵Sky
an offline session
2013-10-06Get rid of junky timestamps, along with some select pointless log messagesPetr Mrázek
2013-10-06Added file loggerPetr Mrázek
2013-09-23Implement basic yggdrasil auth.Petr Mrázek
No fancy login token saving involved.
2013-09-22Working 1.6 modding (currently only forge)Petr Mrázek
2013-09-18Implement legacy forge button!Petr Mrázek
Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
2013-09-16Forge version list implementation. Needs integration and testing.Petr Mrázek
2013-09-08Changed all strings displayed to end user to use qts localization systemStiepen22
2013-09-08Merge branch 'master' of https://github.com/Stiepen22/MultiMC5 into developPetr Mrázek
Conflicts: AppSettings.cpp MultiMC.pro main.cpp
2013-09-08Use youtrack for bugsPetr Mrázek
2013-09-08Added console coloring and made the log not contain any usernames/session idsStiepen22
2013-09-07Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek
2013-09-06Made main window hide on instace exitStiepen22
2013-09-06Made Offline user name default to 'Offline' if the textbox is left emptyStiepen22
2013-09-06Made instace killing actually workStiepen22
2013-09-06Implemented basic offline modeStiepen22
2013-08-28Misc tweaksPetr Mrázek
* Do not nuke forge META-INF * Disable inner DnD in mod lists on linux.
2013-08-27More OSX magic!Petr Mrázek
2013-08-27Fix ugly blue focus thing on OSX.Petr Mrázek
2013-08-27Add/remove/drag&drop for the icon picker.Petr Mrázek
2013-08-26Clean up the main window constructor a bitPetr Mrázek
2013-08-26Nuke the old instance model, LONG LIVE THE NEW ONEPetr Mrázek
2013-08-25Make news button go to *MultiMC* news.Petr Mrázek
2013-08-25Many improvementsPetr Mrázek
PermGen can be tweaked from the settings menu Groups are saved on change/exit Install target is no longer completely broken All the deplibs are now static Added notes dialog Fixed ini file format support (can save strings with newlines, tabs. UTF-8 is explicitly used!) Rename button now uses line breaks so it doesn't grow ever wider (Added a custom tool button subclass) There is now a CAT button. Meow.