Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-18 | NOISSUE Update Copyright Year | AppleTheGolden | |
2019-01-17 | Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into develop | Petr Mrázek | |
2019-01-16 | Update Copyright Year | AppleTheGolden | |
2019-01-09 | NOISSUE split out language selection widget, use it in settings | Petr Mrázek | |
2019-01-08 | NOISSUE language selection wizard improvements | Petr Mrázek | |
Same needs to be applied to the application settings later. | |||
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-06-28 | NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic` | Petr Mrázek | |
2018-02-18 | GH-2150 Separate Java settings UI used in the wizard into a widget | Petr Mrázek | |
2018-02-11 | NOISSUE update copyright dates | Petr Mrázek | |
2017-12-03 | GH-2050 fix cancel button in file browse dialogs filling text fields | Petr Mrázek | |
2017-07-11 | NOISSUE set max of java heap spinboxes to detected physical memory | Petr Mrázek | |
2017-01-21 | GH-1793 rearrange setup wizard logic to only check if they are needed once | Petr Mrázek | |
2017-01-17 | GH-1788 missed one call wrong call... this is the fix. | Petr Mrázek | |
2017-01-17 | GH-1788 fix missing translation strings | Petr Mrázek | |
2017-01-13 | NOISSUE do not show the analytics wizard page without analytics in the build | Petr Mrázek | |
2017-01-08 | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | |
2017-01-07 | NOISSUE even more java polishing | Petr Mrázek | |
* Memory minimums lowered to 128M in all Java settings UIs * Changing the memory sizes on the wizard page does not automatically trigger checks if the executable doesn't have 'java' in the name * Java detection on linux now scans some common JRE locations, not just /usr/bin/java | |||
2017-01-07 | NOISSUE polish the java setup wizard page | Petr Mrázek | |
* Added a button to check why Java failed * It will now avoid automatically scanning binaries that do not have 'java' in their filename * Fixed some crashes related to running too many Java checks (it only does one at a time now) * It can now distinguish between more Java failure states (not there at all, crashing, returning nonsense) * Changed '...' button to Browse button to match the wizard page subtitle * Changing minimum and maximum memory will no longer trigger a java check twice | |||
2017-01-05 | NOISSUE feature complete setup wizard | Petr Mrázek | |
2017-01-02 | NOISSUE create a dumb and ugly java setup wizard page | Petr Mrázek | |
All it does is create the existing Java selection dialog | |||
2017-01-02 | NOISSUE force SetupWizard into 'classic' look and feel and increment ↵ | Petr Mrázek | |
analytics version This should force the dialog to show again. If it still looks wrong on Windows 10, please report this on discord. | |||
2017-01-01 | NOISSUE fix up translation selection in settings and add OS/sys arch reporting | Petr Mrázek | |
2017-01-01 | NOISSUE Translations model and initial setup wizard work | Petr Mrázek | |
2016-12-28 | NOISSUE fix up analytics wizard page | 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. |