aboutsummaryrefslogtreecommitdiff
path: root/application/setupwizard
AgeCommit message (Collapse)Author
2018-06-28NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek
2018-02-18GH-2150 Separate Java settings UI used in the wizard into a widgetPetr Mrázek
2018-02-11NOISSUE update copyright datesPetr Mrázek
2017-12-03GH-2050 fix cancel button in file browse dialogs filling text fieldsPetr Mrázek
2017-07-11NOISSUE set max of java heap spinboxes to detected physical memoryPetr Mrázek
2017-01-21GH-1793 rearrange setup wizard logic to only check if they are needed oncePetr Mrázek
2017-01-17GH-1788 missed one call wrong call... this is the fix.Petr Mrázek
2017-01-17GH-1788 fix missing translation stringsPetr Mrázek
2017-01-13NOISSUE do not show the analytics wizard page without analytics in the buildPetr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2017-01-07NOISSUE even more java polishingPetr 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-07NOISSUE polish the java setup wizard pagePetr 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-05NOISSUE feature complete setup wizardPetr Mrázek
2017-01-02NOISSUE create a dumb and ugly java setup wizard pagePetr Mrázek
All it does is create the existing Java selection dialog
2017-01-02NOISSUE 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-01NOISSUE fix up translation selection in settings and add OS/sys arch reportingPetr Mrázek
2017-01-01NOISSUE Translations model and initial setup wizard workPetr Mrázek
2016-12-28NOISSUE fix up analytics wizard pagePetr Mrázek
2016-12-28NOISSUE add skeleton of the setup wizardPetr Mrázek
Very wizardly. Also very empty and opening on every start for now.