aboutsummaryrefslogtreecommitdiff
path: root/application/CMakeLists.txt
AgeCommit message (Collapse)Author
2018-04-06NOISSUE move FtbListModel to where it is actually usedPetr Mrázek
2018-03-28NOISSUE add pointless fun things, because.Petr Mrázek
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2018-03-15NOISSUE Add Konami CodePetr Mrázek
Fun little thing for hiding extra debug options in the future.
2018-03-11GH-2124 First complete implementation, installing is working now! GH-2172 ↵Janrupf
Added sorting
2018-02-28Added FTB pack selection ad download, WIPJanrupf
2018-02-18GH-2150 Separate Java settings UI used in the wizard into a widgetPetr Mrázek
2018-02-17GH-2150 Split out custom commands into a custom widgetPetr Mrázek
Now it is used from a global page and from a sub-page in the instance settings.
2018-01-28NOISSUE use a variable for binary build definitionsPetr Mrázek
2018-01-27NOISSUE move bundle utilities magic back to the application folderPetr Mrázek
This may fix macOS issues?
2018-01-27NOISSUE rearrange build systemPetr Mrázek
* Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780
2018-01-18GH-2103 Make /usr/local the default prefix for lin-systemSamuel Rakitničan
/usr/local is a sane default since /usr is meant to be used by packages.
2018-01-16NOISSUE fix the installation prefix messPetr Mrázek
2018-01-16GH-2103 add suggested changes from the pull requestPetr Mrázek
2018-01-16GH-2103 Take CMAKE_INSTALL_PREFIX into account in MULTIMC_JARS_LOCATIONCarl Philipp Reh
When installing MultiMC with the lin-system layout and specifying an install prefix that is not the empty string, then MultiMC looks for its Jars in the wrong location. Fix this by appending CMAKE_INSTALL_PREFIX.
2018-01-08NOISSUE change default install layout on linux to lin-nodepsPetr Mrázek
This avoids issues with included bundle utilities on certain systems and is a step in the intended direction (not distributing dependencies).
2017-12-31NOISSUE add button for creating empty, properly registered, componentsPetr Mrázek
2017-12-03NOISSUE add flat icon theme by MichaelPetr Mrázek
It's the google icon font, all scalable and grey.
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.