aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-21NOISSUE sort export dialog contents in ascending order by defaultPetr Mrázek
2017-12-19NOISSUE add missing world and help iconsPetr Mrázek
2017-12-18NOISSUE preserve log page checkbox state when the instance window is closedPetr Mrázek
Only for a single session, not between sessions.
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-17NOISSUE ignore merge commits in dev build changelogPetr Mrázek
2017-12-17NOISSUE Revert "Removed workflowy link and info because no one uses it"Petr Mrázek
This reverts commit 16e390d2e77a354d68a6bfa87daa18a6939c3869.
2017-12-15Merge pull request #2069 from ask6155/developask6155
Removed workflowy link and info because no one uses it
2017-12-14Removed workflowy link and info because no one uses itask6155
2017-12-14NOISSUE do not override already loaded metadata entities with partial dataPetr Mrázek
2017-12-14NOISSUE fix a bunch of warnings thrown by Qt internalsPetr Mrázek
Badly connected signals/slots and similar things.
2017-12-09NOISSUE when there is a version added already, preselect it in the version ↵Petr Mrázek
select dialog
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-05GH-2059 fix instance directory not being created on first launchPetr Mrázek
2017-12-05NOISSUE placeholder for proper 'change version' functionalityPetr Mrázek
When using this on forge or liteloader, it now uses the 'install' dialogs instead. This will have to be done properly using the component version metadata later.
2017-12-04GH-2057 remove bundled libzPetr Mrázek
2017-12-04NOISSUE bundle libproxy and libz on linuxPetr Mrázek
This is an experiment...
2017-12-03NOISSUE add the material icons licensePetr Mrázek
2017-12-03NOISSUE add flat icon theme by MichaelPetr Mrázek
It's the google icon font, all scalable and grey.
2017-12-03NOISSUE make MultiMC respond to account manipulation betterPetr Mrázek
* Setting and resetting default account will update the account list properly * Removing the active account will now also reset it (previously, it would 'stay around') * The accounts model is no longer reset by every action
2017-12-03NOISSUE fix wrong look of checkboxes in the account listPetr Mrázek
2017-12-03GH-2050 fix cancel button in file browse dialogs filling text fieldsPetr Mrázek
2017-12-03NOISSUE force saving of any outstanding instance component state on exitPetr Mrázek
2017-12-03NOISSUE watch added Component for changes in order to trigger ComponentList ↵Petr Mrázek
saves
2017-12-03GH-1082 allow disabling componentsPetr Mrázek
Currently only ones that are removable and aren't dep-only
2017-12-03NOISSUE in offline mode, do not contact the auth server if there is a valid ↵Petr Mrázek
account already
2017-12-03NOISSUE normalize instances path in FolderInstanceProviderPetr Mrázek
This resolves some issues with the instance export dialog when the instances folder path contains '..' and '.', or involves symlinks.
2017-12-03NOISSUE disable the unfinished 'Packages' page in settingsPetr Mrázek
2017-12-03GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek
2017-11-17NOISSUE split out the LaunchProfile out of the ComponentListPetr Mrázek
2017-11-18Support for classic multiplayer via mpticketMinecraftZuriki
2017-11-14NOISSUE fix display of svg icons in instance toolbarPetr Mrázek
2017-11-14NOISSUE add svg instance icon supportPetr Mrázek
2017-11-04NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
2017-11-01NOISSUE and one more build for the build gods... ssl error catching again.Petr Mrázek
2017-11-01NOISSUE actually do catch the ssl errorsPetr Mrázek
2017-11-01NOISSUE catch and log SSL errors for Download(s)Petr Mrázek
2017-10-29NOISSUE fix build some morePetr Mrázek
2017-10-29NOISSUE fix buildPetr Mrázek
2017-10-29GH-2026 avoid using awt Dimension class to fix input issues on macOSPetr Mrázek
2017-10-29GH-2026 remove some macOS stuff from launcher part to fix input issues on 1.13Petr Mrázek
2017-10-29GH-2026 only run versions with FirstThreadOnMacOS trait on first threadPetr Mrázek
2017-10-28GH-2026 actually do the previous on macOS, not WindowsPetr Mrázek
2017-10-28GH-2026 start Minecraft on first thread on macOSPetr Mrázek
This should fix issues with the 1.13 snapshots
2017-10-28GH-2026 fix failing library test case for native librariesPetr Mrázek
2017-10-28NOISSUE show hidden files in instance export dialog (like .minecraft)Petr Mrázek
2017-10-28GH-2026 fix native library downloadsPetr Mrázek
If a single library had both native and java jars, they would randomly get confused.
2017-10-11NOISSUE remove debug dump to file in paste uploadPetr Mrázek
2017-10-11NOISSUE clean up and fix paste.ee uploadPetr Mrázek
2017-10-08NOISSUE change behaviour of the +tweakers patch itemPetr Mrázek
Patch application will either add tweakers, or move them to the end if they are already present. This allows fixing up tweaker order in subsequent version patches.
2017-10-08NOISSUE code commentsPetr Mrázek