Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-03 | NOISSUE refactor Mod a bunch, get rid of dead code | Petr Mrázek | |
2019-07-23 | NOISSUE improve toolbars | Petr Mrázek | |
2019-07-22 | NOISSUE Add basic accessibility support to GroupView | Petr Mrázek | |
2019-07-09 | Revert "NOISSUE Import page is now a MultiMC pack page" | Petr Mrázek | |
This reverts commit f74e3db804f2fb3d73cbf7ab5fbdb12ecea0f259. | |||
2019-07-09 | Revert "NOISSUE simple/stupid default game options, UI only" | Petr Mrázek | |
This reverts commit 497d9bec029247f202befb34cc3d5da6e810fa73. | |||
2019-07-09 | NOISSUE simple/stupid default game options, UI only | Petr Mrázek | |
2019-06-29 | NOISSUE Import page is now a MultiMC pack page | Petr Mrázek | |
2019-06-01 | NOISSUE add option to open global settings from instance settings | Petr Mrázek | |
This should hopefully giude people towards using the right thing. | |||
2019-01-30 | NOISSUE first step towards having game options management | Petr Mrázek | |
2019-01-09 | NOISSUE split out language selection widget, use it in settings | Petr Mrázek | |
2018-11-15 | NOISSUE remove some nonsense and dead code | Petr Mrázek | |
2018-08-02 | NOISSUE get rid of remaining tabs | Petr Mrázek | |
2018-07-15 | SCRATCH second mods page, placeholder | Petr Mrázek | |
2018-04-23 | GH-2053 basics of the servers.dat management | Petr Mrázek | |
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. |