Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-06 | NOISSUE move FtbListModel to where it is actually used | Petr Mrázek | |
2018-03-28 | NOISSUE add pointless fun things, because. | Petr Mrázek | |
2018-03-27 | NOISSUE redo new instance dialog | Petr Mrázek | |
2018-03-15 | NOISSUE Add Konami Code | Petr Mrázek | |
Fun little thing for hiding extra debug options in the future. | |||
2018-03-11 | GH-2124 First complete implementation, installing is working now! GH-2172 ↵ | Janrupf | |
Added sorting | |||
2018-02-28 | Added FTB pack selection ad download, WIP | Janrupf | |
2018-02-18 | GH-2150 Separate Java settings UI used in the wizard into a widget | Petr Mrázek | |
2018-02-17 | GH-2150 Split out custom commands into a custom widget | Petr Mrázek | |
Now it is used from a global page and from a sub-page in the instance settings. | |||
2018-01-28 | NOISSUE use a variable for binary build definitions | Petr Mrázek | |
2018-01-27 | NOISSUE move bundle utilities magic back to the application folder | Petr Mrázek | |
This may fix macOS issues? | |||
2018-01-27 | NOISSUE rearrange build system | Petr 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-18 | GH-2103 Make /usr/local the default prefix for lin-system | Samuel Rakitničan | |
/usr/local is a sane default since /usr is meant to be used by packages. | |||
2018-01-16 | NOISSUE fix the installation prefix mess | Petr Mrázek | |
2018-01-16 | GH-2103 add suggested changes from the pull request | Petr Mrázek | |
2018-01-16 | GH-2103 Take CMAKE_INSTALL_PREFIX into account in MULTIMC_JARS_LOCATION | Carl 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-08 | NOISSUE change default install layout on linux to lin-nodeps | Petr 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-31 | NOISSUE add button for creating empty, properly registered, components | Petr Mrázek | |
2017-12-03 | NOISSUE add flat icon theme by Michael | Petr Mrázek | |
It's the google icon font, all scalable and grey. | |||
2017-09-17 | NOISSUE Add back Legacy for migration purposes | Petr Mrázek | |
2017-09-09 | NOISSUE Remove Legacy support | Petr Mrázek | |
2017-05-21 | NOISSUE more compiler warning removal | Petr Mrázek | |
2017-05-13 | NOISSUE bump version to 0.6.0 - MultiMC changed a lot since 0.5.x | Petr Mrázek | |
2017-05-13 | NOISSUE make the linux package binary name configurable and default to 'multimc' | Petr Mrázek | |
2017-05-13 | NOISSUE add a linux system packaging install layout | Petr Mrázek | |
2017-05-08 | NOISSUE make qt.conf downloadable in presence of GH-1885 | Petr Mrázek | |
Now it has a single space inside. | |||
2017-05-07 | NOISSUE include qt.conf in all bundles again | Petr Mrázek | |
Looks like it just doesn't work properly without that. | |||
2017-05-06 | GH-1876 replace ColumnResizer with a newer, BSD-3 licensed version | Petr 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-06 | GH-1876 Fork and update quazip | Petr 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-06 | NOISSUE remove debug symbols of Qt plugins from macOS bundle | Petr Mrázek | |
2017-05-06 | NOISSUE add back qt.conf on macOS | Petr Mrázek | |
Looks like it doesn't start without this magical empty file. Who would have guessed? Not me. | |||
2017-05-06 | NOISSUE reorganize build system to allow avoiding the bundle utilities | Petr Mrázek | |
2017-05-05 | NOISSUE remove (assumed) obsolete parts of the application cmake script | Petr Mrázek | |
2017-04-25 | NOISSUE remove macOS SSL workarounds | Petr Mrázek | |
Should not be necessary anymore... | |||
2017-04-07 | NOISSUE Remove hardcoded LWJGL (modern) | Petr Mrázek | |
2017-04-07 | NOISSUE fix downloading of metadata files | Petr Mrázek | |
2017-04-07 | NOISSUE Wonko is the new Meta | Petr Mrázek | |
And then Wonko was the Meta. | |||
2017-01-14 | NOISSUE always include the hotfix version in the version string | Petr Mrázek | |
It's 0.5.0, not 0.5. | |||
2017-01-08 | NOISSUE set version to 0.5.0 | Petr Mrázek | |
2017-01-08 | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | |
2017-01-05 | NOISSUE feature complete setup wizard | Petr Mrázek | |
2017-01-01 | NOISSUE Translations model and initial setup wizard work | Petr Mrázek | |
2016-12-28 | NOISSUE add skeleton of the setup wizard | Petr Mrázek | |
Very wizardly. Also very empty and opening on every start for now. | |||
2016-12-28 | GH-1379 rename shared libraries to avoid collisions with system libraries | Petr Mrázek | |
It was unlikely, now it's impossible. | |||
2016-11-21 | NOISSUE most basic analytics integration possible | 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-10 | NOISSUE allow using icon themes for instances and instance badges | Petr Mrázek | |
2016-11-06 | GH-378 add basic custom theme support | Petr Mrázek | |
Files you can customize are created in themes/custom/ | |||
2016-11-06 | GH-1711 fix inactive element shading in Dark and Bright themes | Petr Mrázek | |
2016-11-01 | NOISSUE add bright theme to complement the dark theme | Petr Mrázek | |
Same style, different colors. | |||
2016-10-30 | NOISSUE refactor window management and launch, make MultiMC a single ↵ | Petr Mrázek | |
instance application. |