aboutsummaryrefslogtreecommitdiff
path: root/application/CMakeLists.txt
AgeCommit message (Collapse)Author
2017-09-17NOISSUE Add back Legacy for migration purposesPetr Mrázek
2017-09-09NOISSUE Remove Legacy supportPetr Mrázek
2017-05-21NOISSUE more compiler warning removalPetr Mrázek
2017-05-13NOISSUE bump version to 0.6.0 - MultiMC changed a lot since 0.5.xPetr Mrázek
2017-05-13NOISSUE make the linux package binary name configurable and default to 'multimc'Petr Mrázek
2017-05-13NOISSUE add a linux system packaging install layoutPetr Mrázek
2017-05-08NOISSUE make qt.conf downloadable in presence of GH-1885Petr Mrázek
Now it has a single space inside.
2017-05-07NOISSUE include qt.conf in all bundles againPetr Mrázek
Looks like it just doesn't work properly without that.
2017-05-06GH-1876 replace ColumnResizer with a newer, BSD-3 licensed versionPetr Mrázek
Also, keep licensing info only in one file. The COPYING.md is now a resource and rendered to HTML in the About dialog.
2017-05-06GH-1876 Fork and update quazipPetr Mrázek
* It is added as a new submodule: https://github.com/MultiMC/quazip/tree/multimc-1 * Its build system has been entirely replaced to remove the existing issues with it * It now has working unit tests * No more patches needed * It has a static linking exception in its license now, but we use it shared anyway
2017-05-06NOISSUE remove debug symbols of Qt plugins from macOS bundlePetr Mrázek
2017-05-06NOISSUE add back qt.conf on macOSPetr Mrázek
Looks like it doesn't start without this magical empty file. Who would have guessed? Not me.
2017-05-06NOISSUE reorganize build system to allow avoiding the bundle utilitiesPetr Mrázek
2017-05-05NOISSUE remove (assumed) obsolete parts of the application cmake scriptPetr Mrázek
2017-04-25NOISSUE remove macOS SSL workaroundsPetr Mrázek
Should not be necessary anymore...
2017-04-07NOISSUE Remove hardcoded LWJGL (modern)Petr Mrázek
2017-04-07NOISSUE fix downloading of metadata filesPetr Mrázek
2017-04-07NOISSUE Wonko is the new MetaPetr Mrázek
And then Wonko was the Meta.
2017-01-14NOISSUE always include the hotfix version in the version stringPetr Mrázek
It's 0.5.0, not 0.5.
2017-01-08NOISSUE set version to 0.5.0Petr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2017-01-05NOISSUE feature complete setup wizardPetr Mrázek
2017-01-01NOISSUE Translations model and initial setup wizard workPetr Mrázek
2016-12-28NOISSUE add skeleton of the setup wizardPetr Mrázek
Very wizardly. Also very empty and opening on every start for now.
2016-12-28GH-1379 rename shared libraries to avoid collisions with system librariesPetr Mrázek
It was unlikely, now it's impossible.
2016-11-21NOISSUE most basic analytics integration possiblePetr 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-10NOISSUE allow using icon themes for instances and instance badgesPetr Mrázek
2016-11-06GH-378 add basic custom theme supportPetr Mrázek
Files you can customize are created in themes/custom/
2016-11-06GH-1711 fix inactive element shading in Dark and Bright themesPetr Mrázek
2016-11-01NOISSUE add bright theme to complement the dark themePetr Mrázek
Same style, different colors.
2016-10-30NOISSUE refactor window management and launch, make MultiMC a single ↵Petr Mrázek
instance application.
2016-10-21GH-903 simple theme switching and dark themePetr Mrázek
2016-08-19NOISSUE use model/view for Minecraft log dataPetr 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-05-15GH-767 Basic skin uploadAlexia
2016-05-03NOISSUE do not scan extra folders for librariesMrazek, Petr
2016-05-01NOISSUE add nbt lib to bundle utilities search pathPetr Mrázek
2016-05-01NOISSUE tell bundle utilities about more places where libraries hidePetr Mrázek
It was super effective.
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-30NOISSUE Add a skeleton of the wonko systemJan Dalheimer
2016-02-29NOISSUE bump version number and update changelog for next releasePetr Mrázek
2016-02-03NOISSUE bump release numberPetr Mrázek
2016-01-22GH-1422 bump version to 0.4.10 and update changelogPetr Mrázek
2016-01-21GH-1422 remove bearer plugins again.Petr Mrázek
2016-01-21NOISSUE bump version number to 0.4.9Petr Mrázek
2016-01-20GH-1408 add bearer pluginsPetr Mrázek
This should fix wifi issues on Windows
2016-01-12NOISSUE select modpack field content on focus in new instance dialogPetr Mrázek