aboutsummaryrefslogtreecommitdiff
path: root/application/MainWindow.cpp
AgeCommit message (Collapse)Author
2017-10-08NOISSUE code commentsPetr Mrázek
2017-10-04NOISSUE add tooltips to new menu buttons and make them translateablePetr Mrázek
2017-10-02NOISSUE rearrange main toolbar for clarityPetr Mrázek
It is now set to text beside icons and many actions were moved to sub-menus.
2017-10-02NOISSUE disable the refresh action on the main toolbarPetr Mrázek
2017-10-02NOISSUE remove bogus duplicated toolbarsPetr Mrázek
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-09-20NOISSUE more work on Legacy migrationPetr Mrázek
2017-09-09NOISSUE Remove Legacy supportPetr Mrázek
2017-05-09GH-1882 save UpdateDialog geometryPetr Mrázek
2017-05-02GH-1874 Do not allow launching instances during an updatePetr 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-25NOISSUE remove macOS SSL workaroundsPetr Mrázek
Should not be necessary anymore...
2017-04-22NOISSUE add pack import using drag&dropPetr Mrázek
Straight from the browser or the downloads folder.
2017-04-07NOISSUE sanitize loading and downloading of metadata filesPetr Mrázek
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-12-07GH-1743 selected instance can be null - do not assume it isn'tPetr Mrázek
This fixes a crash when closing settings and not having any selected instance.
2016-11-26NOISSUE allow killing the instance from main windowPetr Mrázek
2016-11-19GH-1726 better failure detection for updatesPetr Mrázek
Instead of just checking if the new version started, make sure it is able to write its IPC key to a file and then use the key to connect to the process.
2016-11-17NOISSUE mark profile in use also on the main window profile buttonPetr Mrázek
2016-11-17NOISSUE mark used accounts/sessions in selection menusPetr Mrázek
2016-11-06NOISSUE ask user if closing is OK when instances are still runningPetr Mrázek
2016-11-02NOISSUE MCEdit integration - remove old 'tool', replace with WorldsPetr Mrázek
2016-11-02NOISSUE simplify retranslation code of MainWindowPetr Mrázek
2016-11-01NOISSUE improve launch button interactionPetr Mrázek
Now has a drop-down arrow that actually works as expected.
2016-10-30NOISSUE refactor window management and launch, make MultiMC a single ↵Petr Mrázek
instance application.
2016-10-28GH-1652 save all instance settings on launch if instance window is already openPetr Mrázek
2016-10-26NOISSUE Granular instance reloadPetr Mrázek
2016-08-19NOISSUE fix minor memory leaksPetr Mrázek
2016-08-15SCRATCH make instance windows independentPetr Mrázek
2016-08-14GH-352 Make OneSix instance update downloads cancellablePetr Mrázek
2016-08-11GH-1433 with no default account, show profiles instead of accounts in ↵Petr Mrázek
selection dialog
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-06-05NOISSUE refactor *Download into more, smaller piecesPetr Mrázek
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
2016-05-04GH-1560 trim whitespace from instance name on renamePetr Mrázek
2016-05-01NOISSUE re/move some dead code and unused build system partsPetr Mrázek
2016-04-30NOISSUE split GUI stuff from logic libraryPetr Mrázek
2016-04-28GH-1556 disable export for tracked FTB instancesPetr Mrázek
2016-04-27GH-1556 do not crash when instance has no update task while creating an instancePetr Mrázek
2016-04-11GH-1404 allow deleting groups and creating instances in groups directly ↵Petr Mrázek
using context menu
2016-03-27NOISSUE finalize support for new mojang version formatPetr Mrázek
2016-03-26NOISSUE Use patch problems and problem levels instead of exceptions for ↵Petr Mrázek
minecraft profiles.
2016-03-23NOISSUE Remove tr(...) where unnecessary.Loetkolben
2016-02-27NOISSUE move files into paths that make more sensePetr Mrázek
2016-01-12GH-1280 modpack import: make the progress dialog say what is being downloadedPetr 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