aboutsummaryrefslogtreecommitdiff
path: root/application/MainWindow.h
AgeCommit message (Collapse)Author
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-02-24GH-2988 add --import command-line optionOverMighty
When specified, opens the "Import from zip" dialog as soon as the main window is shown, with the URL field prefilled with the argument given to the option. Closes #2998
2019-07-16NOISSUE hide main toolbar toggle action instead of working around itPetr Mrázek
2019-06-23NOISSUE Renaming for better understandingjanrupf
2019-06-21GH-2592 Autoselect newly created instancesjanrupf
2019-06-01NOISSUE add option to open global settings from instance settingsPetr Mrázek
This should hopefully giude people towards using the right thing.
2019-01-16Update Copyright YearAppleTheGolden
2018-07-27GH-2352 Add Minecraft folder button for instances, rearrange buttons by ↵Petr Mrázek
importance
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-04-02NOISSUE Added FTB Pack logos to chooser and fixed some missing includesJanrupf
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2018-03-16NOISSUE move modpack platform related files to 'modplatform' subfoldersPetr Mrázek
2018-03-15NOISSUE Add Konami CodePetr Mrázek
Fun little thing for hiding extra debug options in the future.
2018-02-28Added FTB pack selection ad download, WIPJanrupf
2018-02-11NOISSUE update copyright datesPetr Mrázek
2017-12-14NOISSUE fix a bunch of warnings thrown by Qt internalsPetr Mrázek
Badly connected signals/slots and similar things.
2017-10-02NOISSUE refactor the MainWindow UI creationPetr Mrázek
It was ugly generated code with no rhyme or reason to it. Now all the relevant code is grouped and language switching works a little better.
2017-09-28NOISSUE fix aspect ratio issues with the instance icon in the instance toolbarPetr Mrázek
2017-05-02GH-1874 do not allow updating while an instance is runningPetr Mrázek
This is a nasty hack. Proper solution will require moving all update related functionality out of the main window. Running instances and updating should be mutually exclusive.
2017-05-01GH-1873 allow closing main window, fix window ref countPetr Mrázek
2017-04-22NOISSUE add pack import using drag&dropPetr Mrázek
Straight from the browser or the downloads folder.
2017-04-07NOISSUE Remove Minecraft version list and versions.Petr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2017-01-01NOISSUE Translations model and initial setup wizard workPetr Mrázek
2016-11-26NOISSUE allow killing the instance from main windowPetr Mrázek
2016-11-17NOISSUE mark profile in use also on the main window profile buttonPetr Mrázek
2016-11-02NOISSUE MCEdit integration - remove old 'tool', replace with WorldsPetr Mrázek
2016-10-30NOISSUE refactor window management and launch, make MultiMC a single ↵Petr Mrázek
instance application.
2016-10-26NOISSUE Granular instance reloadPetr Mrázek
2016-08-07GH-338, GH-513, GH-700 Unify edit instance with console windowPetr Mrázek
* The resulting instance window can be closed at any point. * Main window is kept open and running instances are marked with a badge. * Multiple instances can now run from the same MultiMC - it's even more **multi** now. * MultiMC can be entirely closed, keeping Minecraft(s) running.
2016-04-11GH-1404 allow deleting groups and creating instances in groups directly ↵Petr Mrázek
using context menu
2016-02-27NOISSUE move files into paths that make more sensePetr Mrázek
2016-01-09GH-1397 add discord icon to MultiMC toolbarPetr Mrázek
2016-01-05GH-1389 wrap QDesktopServices and QProcess::startDetachedPetr Mrázek
Essentially do not pass some environment variables to subprocesses: * LD_PRELOAD * LD_LIBRARY_PATH * LD_DEBUG * QT_PLUGIN_PATH * QT_FONTPATH
2015-10-20NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce ↵Petr Mrázek
unique_qobject_ptr, refactor MainWindow to match
2015-09-28GH-1238 add reddit buttonPetr Mrázek
2015-09-16GH-1121 select instance after creating itPetr Mrázek
2015-07-05GH-1053 split settings dialog creation to its own namespacePetr Mrázek
2015-07-05GH-1053 move launch process UI to a separate classPetr Mrázek
2015-07-04GH-1053 move instance update into the launch task (BaseLauncher)Petr Mrázek
2015-06-30GH-1053 base process and launch refactor, part 1Petr Mrázek
2015-06-09GH-1060 remove some old updater bits and piecesPetr Mrázek
2015-04-13GH-329 update description text in MainWindow when instance Minecraft version ↵Petr Mrázek
changes
2015-04-12NOISSUE move everything.Petr Mrázek