Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-31 | NOISSUE only show pack import warnings when there are some | Petr Mrázek | |
2017-12-30 | NOISSUE handle 'folder' Flame packages by ignoring them, show warnings for ↵ | Petr Mrázek | |
minor Flame import problems | |||
2017-12-30 | NOISSUE make the patreon button text slightly shorter | Petr Mrázek | |
"Support MultiMC" instead of "Support us on Patreon!" | |||
2017-12-17 | NOISSUE remopve instance settings button from the main window | Petr Mrázek | |
This should steer new users to the main settings even more, while keeping the instance settings still available. | |||
2017-12-14 | NOISSUE fix a bunch of warnings thrown by Qt internals | Petr Mrázek | |
Badly connected signals/slots and similar things. | |||
2017-12-06 | NOISSUE Reorder and reword main toolbar actions to save space | Petr Mrázek | |
``` Folder, Help, Check for Updates, Settings -> Folders, Settings, Help, Update ``` | |||
2017-12-03 | GH-2026 implement changes necessary to support 1.13 snapshots | Petr Mrázek | |
2017-10-08 | NOISSUE code comments | Petr Mrázek | |
2017-10-04 | NOISSUE add tooltips to new menu buttons and make them translateable | Petr Mrázek | |
2017-10-02 | NOISSUE rearrange main toolbar for clarity | Petr Mrázek | |
It is now set to text beside icons and many actions were moved to sub-menus. | |||
2017-10-02 | NOISSUE disable the refresh action on the main toolbar | Petr Mrázek | |
2017-10-02 | NOISSUE remove bogus duplicated toolbars | Petr Mrázek | |
2017-10-02 | NOISSUE refactor the MainWindow UI creation | Petr 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-28 | NOISSUE fix aspect ratio issues with the instance icon in the instance toolbar | Petr Mrázek | |
2017-09-20 | NOISSUE more work on Legacy migration | Petr Mrázek | |
2017-09-09 | NOISSUE Remove Legacy support | Petr Mrázek | |
2017-05-09 | GH-1882 save UpdateDialog geometry | Petr Mrázek | |
2017-05-02 | GH-1874 Do not allow launching instances during an update | Petr Mrázek | |
2017-05-02 | GH-1874 do not allow updating while an instance is running | Petr 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-01 | GH-1873 allow closing main window, fix window ref count | Petr Mrázek | |
2017-04-25 | NOISSUE remove macOS SSL workarounds | Petr Mrázek | |
Should not be necessary anymore... | |||
2017-04-22 | NOISSUE add pack import using drag&drop | Petr Mrázek | |
Straight from the browser or the downloads folder. | |||
2017-04-07 | NOISSUE sanitize loading and downloading of metadata files | Petr Mrázek | |
2017-04-07 | NOISSUE Remove Minecraft version list and versions. | Petr Mrázek | |
2017-01-08 | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | |
2017-01-01 | NOISSUE Translations model and initial setup wizard work | Petr Mrázek | |
2016-12-07 | GH-1743 selected instance can be null - do not assume it isn't | Petr Mrázek | |
This fixes a crash when closing settings and not having any selected instance. | |||
2016-11-26 | NOISSUE allow killing the instance from main window | Petr Mrázek | |
2016-11-19 | GH-1726 better failure detection for updates | Petr 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-17 | NOISSUE mark profile in use also on the main window profile button | Petr Mrázek | |
2016-11-17 | NOISSUE mark used accounts/sessions in selection menus | Petr Mrázek | |
2016-11-06 | NOISSUE ask user if closing is OK when instances are still running | Petr Mrázek | |
2016-11-02 | NOISSUE MCEdit integration - remove old 'tool', replace with Worlds | Petr Mrázek | |
2016-11-02 | NOISSUE simplify retranslation code of MainWindow | Petr Mrázek | |
2016-11-01 | NOISSUE improve launch button interaction | Petr Mrázek | |
Now has a drop-down arrow that actually works as expected. | |||
2016-10-30 | NOISSUE refactor window management and launch, make MultiMC a single ↵ | Petr Mrázek | |
instance application. | |||
2016-10-28 | GH-1652 save all instance settings on launch if instance window is already open | Petr Mrázek | |
2016-10-26 | NOISSUE Granular instance reload | Petr Mrázek | |
2016-08-19 | NOISSUE fix minor memory leaks | Petr Mrázek | |
2016-08-15 | SCRATCH make instance windows independent | Petr Mrázek | |
2016-08-14 | GH-352 Make OneSix instance update downloads cancellable | Petr Mrázek | |
2016-08-11 | GH-1433 with no default account, show profiles instead of accounts in ↵ | Petr Mrázek | |
selection dialog | |||
2016-08-07 | GH-338, GH-513, GH-700 Unify edit instance with console window | Petr 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-05 | NOISSUE refactor *Download into more, smaller pieces | Petr 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-04 | GH-1560 trim whitespace from instance name on rename | Petr Mrázek | |
2016-05-01 | NOISSUE re/move some dead code and unused build system parts | Petr Mrázek | |
2016-04-30 | NOISSUE split GUI stuff from logic library | Petr Mrázek | |
2016-04-28 | GH-1556 disable export for tracked FTB instances | Petr Mrázek | |
2016-04-27 | GH-1556 do not crash when instance has no update task while creating an instance | Petr Mrázek | |
2016-04-11 | GH-1404 allow deleting groups and creating instances in groups directly ↵ | Petr Mrázek | |
using context menu |