Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | clean up vistigual UI elementsv0.6.7-tom | Thomas Groman | 2020-12-22 | -6/+0 |
| | ||||
* | merged from 0.6.7 codebase | Thomas Groman | 2019-09-19 | -322/+332 |
| | ||||
* | Commented out ganalytics target link | Thomas Groman | 2018-12-09 | -1/+2 |
| | ||||
* | NOISSUE move FtbListModel to where it is actually used | Petr Mrázek | 2018-04-06 | -2/+2 |
| | ||||
* | NOISSUE add pointless fun things, because. | Petr Mrázek | 2018-03-28 | -0/+1 |
| | ||||
* | NOISSUE redo new instance dialog | Petr Mrázek | 2018-03-27 | -33/+52 |
| | ||||
* | NOISSUE Add Konami Code | Petr Mrázek | 2018-03-15 | -0/+4 |
| | | | | Fun little thing for hiding extra debug options in the future. | |||
* | GH-2124 First complete implementation, installing is working now! GH-2172 ↵ | Janrupf | 2018-03-11 | -5/+5 |
| | | | | Added sorting | |||
* | Added FTB pack selection ad download, WIP | Janrupf | 2018-02-28 | -1/+6 |
| | ||||
* | GH-2150 Separate Java settings UI used in the wizard into a widget | Petr Mrázek | 2018-02-18 | -0/+2 |
| | ||||
* | GH-2150 Split out custom commands into a custom widget | Petr Mrázek | 2018-02-17 | -0/+5 |
| | | | | Now it is used from a global page and from a sub-page in the instance settings. | |||
* | NOISSUE use a variable for binary build definitions | Petr Mrázek | 2018-01-28 | -0/+3 |
| | ||||
* | NOISSUE move bundle utilities magic back to the application folder | Petr Mrázek | 2018-01-27 | -0/+72 |
| | | | | This may fix macOS issues? | |||
* | NOISSUE rearrange build system | Petr Mrázek | 2018-01-27 | -259/+5 |
| | | | | | | | * 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 | |||
* | GH-2103 Make /usr/local the default prefix for lin-system | Samuel Rakitničan | 2018-01-18 | -4/+0 |
| | | | | /usr/local is a sane default since /usr is meant to be used by packages. | |||
* | NOISSUE fix the installation prefix mess | Petr Mrázek | 2018-01-16 | -3/+3 |
| | ||||
* | GH-2103 add suggested changes from the pull request | Petr Mrázek | 2018-01-16 | -3/+7 |
| | ||||
* | GH-2103 Take CMAKE_INSTALL_PREFIX into account in MULTIMC_JARS_LOCATION | Carl Philipp Reh | 2018-01-16 | -1/+1 |
| | | | | | | 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. | |||
* | NOISSUE change default install layout on linux to lin-nodeps | Petr Mrázek | 2018-01-08 | -1/+1 |
| | | | | | This avoids issues with included bundle utilities on certain systems and is a step in the intended direction (not distributing dependencies). | |||
* | NOISSUE add button for creating empty, properly registered, components | Petr Mrázek | 2017-12-31 | -0/+3 |
| | ||||
* | NOISSUE add flat icon theme by Michael | Petr Mrázek | 2017-12-03 | -0/+1 |
| | | | | It's the google icon font, all scalable and grey. | |||
* | NOISSUE Add back Legacy for migration purposes | Petr Mrázek | 2017-09-17 | -1/+4 |
| | ||||
* | NOISSUE Remove Legacy support | Petr Mrázek | 2017-09-09 | -6/+0 |
| | ||||
* | NOISSUE more compiler warning removal | Petr Mrázek | 2017-05-21 | -1/+0 |
| | ||||
* | NOISSUE bump version to 0.6.0 - MultiMC changed a lot since 0.5.x | Petr Mrázek | 2017-05-13 | -1/+1 |
| | ||||
* | NOISSUE make the linux package binary name configurable and default to 'multimc' | Petr Mrázek | 2017-05-13 | -2/+3 |
| | ||||
* | NOISSUE add a linux system packaging install layout | Petr Mrázek | 2017-05-13 | -15/+35 |
| | ||||
* | NOISSUE make qt.conf downloadable in presence of GH-1885 | Petr Mrázek | 2017-05-08 | -1/+1 |
| | | | | Now it has a single space inside. | |||
* | NOISSUE include qt.conf in all bundles again | Petr Mrázek | 2017-05-07 | -6/+6 |
| | | | | Looks like it just doesn't work properly without that. | |||
* | GH-1876 replace ColumnResizer with a newer, BSD-3 licensed version | Petr Mrázek | 2017-05-06 | -0/+2 |
| | | | | | Also, keep licensing info only in one file. The COPYING.md is now a resource and rendered to HTML in the About dialog. | |||
* | GH-1876 Fork and update quazip | Petr Mrázek | 2017-05-06 | -2/+3 |
| | | | | | | | | * 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 | |||
* | NOISSUE remove debug symbols of Qt plugins from macOS bundle | Petr Mrázek | 2017-05-06 | -0/+3 |
| | ||||
* | NOISSUE add back qt.conf on macOS | Petr Mrázek | 2017-05-06 | -0/+6 |
| | | | | | Looks like it doesn't start without this magical empty file. Who would have guessed? Not me. | |||
* | NOISSUE reorganize build system to allow avoiding the bundle utilities | Petr Mrázek | 2017-05-06 | -111/+181 |
| | ||||
* | NOISSUE remove (assumed) obsolete parts of the application cmake script | Petr Mrázek | 2017-05-05 | -60/+0 |
| | ||||
* | NOISSUE remove macOS SSL workarounds | Petr Mrázek | 2017-04-25 | -10/+0 |
| | | | | Should not be necessary anymore... | |||
* | NOISSUE Remove hardcoded LWJGL (modern) | Petr Mrázek | 2017-04-07 | -1/+0 |
| | ||||
* | NOISSUE fix downloading of metadata files | Petr Mrázek | 2017-04-07 | -3/+3 |
| | ||||
* | NOISSUE Wonko is the new Meta | Petr Mrázek | 2017-04-07 | -8/+3 |
| | | | | And then Wonko was the Meta. | |||
* | NOISSUE always include the hotfix version in the version string | Petr Mrázek | 2017-01-14 | -4/+1 |
| | | | | It's 0.5.0, not 0.5. | |||
* | NOISSUE set version to 0.5.0 | Petr Mrázek | 2017-01-08 | -2/+2 |
| | ||||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -1/+1 |
| | ||||
* | NOISSUE feature complete setup wizard | Petr Mrázek | 2017-01-05 | -1/+9 |
| | ||||
* | NOISSUE Translations model and initial setup wizard work | Petr Mrázek | 2017-01-01 | -3/+0 |
| | ||||
* | NOISSUE add skeleton of the setup wizard | Petr Mrázek | 2016-12-28 | -0/+7 |
| | | | | Very wizardly. Also very empty and opening on every start for now. | |||
* | GH-1379 rename shared libraries to avoid collisions with system libraries | Petr Mrázek | 2016-12-28 | -1/+1 |
| | | | | It was unlikely, now it's impossible. | |||
* | NOISSUE most basic analytics integration possible | Petr Mrázek | 2016-11-21 | -1/+4 |
| | ||||
* | GH-1726 better failure detection for updates | Petr Mrázek | 2016-11-19 | -0/+2 |
| | | | | | | 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. | |||
* | NOISSUE allow using icon themes for instances and instance badges | Petr Mrázek | 2016-11-10 | -1/+0 |
| | ||||
* | GH-378 add basic custom theme support | Petr Mrázek | 2016-11-06 | -0/+3 |
| | | | | Files you can customize are created in themes/custom/ |