aboutsummaryrefslogtreecommitdiff
path: root/application/MainWindow.cpp
AgeCommit message (Collapse)Author
2018-07-28NOISSUE simplify.Petr Mrázek
2018-07-28SCRATCH things and stuff, related to grou savingPetr Mrázek
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-23GH-2252 make URL drop signal use a queued connection instead of direct callPetr Mrázek
Hopefully this will fix the issues with stuck applications on Windows.
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
2018-02-10NOISSUE split logo into 'logo' and 'multimc'Petr Mrázek
2018-01-04GH-2089 update wording of the instance delete confirmation dialogPetr Mrázek
2017-12-31NOISSUE only show pack import warnings when there are somePetr Mrázek
2017-12-30NOISSUE handle 'folder' Flame packages by ignoring them, show warnings for ↵Petr Mrázek
minor Flame import problems
2017-12-30NOISSUE make the patreon button text slightly shorterPetr Mrázek
"Support MultiMC" instead of "Support us on Patreon!"
2017-12-17NOISSUE remopve instance settings button from the main windowPetr Mrázek
This should steer new users to the main settings even more, while keeping the instance settings still available.
2017-12-14NOISSUE fix a bunch of warnings thrown by Qt internalsPetr Mrázek
Badly connected signals/slots and similar things.
2017-12-06NOISSUE Reorder and reword main toolbar actions to save spacePetr Mrázek
``` Folder, Help, Check for Updates, Settings -> Folders, Settings, Help, Update ```
2017-12-03GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek
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