summaryrefslogtreecommitdiffstats
path: root/application/MainWindow.h
Commit message (Collapse)AuthorAgeLines
* merged from 0.6.7 codebaseThomas Groman2019-09-19-106/+113
|
* NOISSUE Added FTB Pack logos to chooser and fixed some missing includesJanrupf2018-04-02-1/+0
|
* NOISSUE redo new instance dialogPetr Mrázek2018-03-27-3/+2
|
* NOISSUE move modpack platform related files to 'modplatform' subfoldersPetr Mrázek2018-03-16-1/+1
|
* NOISSUE Add Konami CodePetr Mrázek2018-03-15-0/+4
| | | | Fun little thing for hiding extra debug options in the future.
* Added FTB pack selection ad download, WIPJanrupf2018-02-28-0/+2
|
* NOISSUE update copyright datesPetr Mrázek2018-02-11-1/+1
|
* NOISSUE fix a bunch of warnings thrown by Qt internalsPetr Mrázek2017-12-14-3/+3
| | | | Badly connected signals/slots and similar things.
* NOISSUE refactor the MainWindow UI creationPetr Mrázek2017-10-02-3/+8
| | | | | 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.
* NOISSUE fix aspect ratio issues with the instance icon in the instance toolbarPetr Mrázek2017-09-28-1/+1
|
* GH-1874 do not allow updating while an instance is runningPetr Mrázek2017-05-02-0/+1
| | | | | | | 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.
* GH-1873 allow closing main window, fix window ref countPetr Mrázek2017-05-01-0/+3
|
* NOISSUE add pack import using drag&dropPetr Mrázek2017-04-22-0/+3
| | | | Straight from the browser or the downloads folder.
* NOISSUE Remove Minecraft version list and versions.Petr Mrázek2017-04-07-1/+0
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-1/+1
|
* NOISSUE Translations model and initial setup wizard workPetr Mrázek2017-01-01-3/+3
|
* NOISSUE allow killing the instance from main windowPetr Mrázek2016-11-26-0/+1
|
* NOISSUE mark profile in use also on the main window profile buttonPetr Mrázek2016-11-17-11/+11
|
* NOISSUE MCEdit integration - remove old 'tool', replace with WorldsPetr Mrázek2016-11-02-0/+2
|
* NOISSUE refactor window management and launch, make MultiMC a single ↵Petr Mrázek2016-10-30-10/+0
| | | | instance application.
* NOISSUE Granular instance reloadPetr Mrázek2016-10-26-2/+3
|
* GH-338, GH-513, GH-700 Unify edit instance with console windowPetr Mrázek2016-08-07-0/+8
| | | | | | | * 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.
* GH-1404 allow deleting groups and creating instances in groups directly ↵Petr Mrázek2016-04-11-0/+2
| | | | using context menu
* NOISSUE move files into paths that make more sensePetr Mrázek2016-02-27-1/+1
|
* GH-1397 add discord icon to MultiMC toolbarPetr Mrázek2016-01-09-0/+2
|
* GH-1389 wrap QDesktopServices and QProcess::startDetachedPetr Mrázek2016-01-05-3/+0
| | | | | | | | | Essentially do not pass some environment variables to subprocesses: * LD_PRELOAD * LD_LIBRARY_PATH * LD_DEBUG * QT_PLUGIN_PATH * QT_FONTPATH
* NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce ↵Petr Mrázek2015-10-20-35/+33
| | | | unique_qobject_ptr, refactor MainWindow to match
* GH-1238 add reddit buttonPetr Mrázek2015-09-28-0/+2
|
* GH-1121 select instance after creating itPetr Mrázek2015-09-16-4/+4
|
* GH-1053 split settings dialog creation to its own namespacePetr Mrázek2015-07-05-2/+0
|
* GH-1053 move launch process UI to a separate classPetr Mrázek2015-07-05-18/+3
|
* GH-1053 move instance update into the launch task (BaseLauncher)Petr Mrázek2015-07-04-7/+1
|
* GH-1053 base process and launch refactor, part 1Petr Mrázek2015-06-30-2/+2
|
* GH-1060 remove some old updater bits and piecesPetr Mrázek2015-06-09-1/+1
|
* GH-329 update description text in MainWindow when instance Minecraft version ↵Petr Mrázek2015-04-13-0/+2
| | | | changes
* NOISSUE move everything.Petr Mrázek2015-04-12-0/+218