Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE rename ComponentList to PackProfile | Petr Mrázek | 2020-06-27 | -1225/+0 |
| | | | | It's not just components, so the naming needed cleaning up. | |||
* | NOISSUE Show Version page while the instancer is running. | Petr Mrázek | 2019-07-15 | -6/+24 |
| | | | | All controls are disabled. | |||
* | NOISSUE update component buttons some more when the versions change | Petr Mrázek | 2019-07-11 | -0/+3 |
| | ||||
* | Update Copyright Year | AppleTheGolden | 2019-01-16 | -1/+1 |
| | ||||
* | NOISSUE tabs -> spaces | Petr Mrázek | 2018-07-15 | -948/+948 |
| | ||||
* | Catch C++ exceptions by const reference | Charles Milette | 2018-05-19 | -2/+2 |
| | | | | Fixes #2277 | |||
* | NOISSUE update copyright dates | Petr Mrázek | 2018-02-11 | -1/+1 |
| | ||||
* | NOISSUE When changing version of or installing a package, remove customized ↵ | Petr Mrázek | 2018-02-09 | -3/+8 |
| | | | | version | |||
* | GH-2087 remove the revert to vanilla functionality, add file download button ↵ | Petr Mrázek | 2018-01-05 | -36/+0 |
| | | | | to version page | |||
* | NOISSUE add button for creating empty, properly registered, components | Petr Mrázek | 2017-12-31 | -0/+28 |
| | ||||
* | NOISSUE add versioning to component metadata format and use it | Petr Mrázek | 2017-12-29 | -27/+7 |
| | ||||
* | NOISSUE fix a bunch of warnings thrown by Qt internals | Petr Mrázek | 2017-12-14 | -4/+4 |
| | | | | Badly connected signals/slots and similar things. | |||
* | NOISSUE force saving of any outstanding instance component state on exit | Petr Mrázek | 2017-12-03 | -11/+13 |
| | ||||
* | NOISSUE watch added Component for changes in order to trigger ComponentList ↵ | Petr Mrázek | 2017-12-03 | -0/+1 |
| | | | | saves | |||
* | GH-1082 allow disabling components | Petr Mrázek | 2017-12-03 | -9/+61 |
| | | | | Currently only ones that are removable and aren't dep-only | |||
* | GH-2026 implement changes necessary to support 1.13 snapshots | Petr Mrázek | 2017-12-03 | -409/+731 |
| | ||||
* | NOISSUE split out the LaunchProfile out of the ComponentList | Petr Mrázek | 2017-11-17 | -289/+14 |
| | ||||
* | NOISSUE rename MinecraftProfile to ComponentList | Petr Mrázek | 2017-11-04 | -0/+1125 |
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug. |