summaryrefslogtreecommitdiffstats
path: root/application/setupwizard/JavaWizardPage.h
Commit message (Collapse)AuthorAgeLines
* GH-1793 rearrange setup wizard logic to only check if they are needed oncePetr Mrázek2017-01-21-1/+0
|
* NOISSUE even more java polishingPetr Mrázek2017-01-07-0/+1
| | | | | | * 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
* NOISSUE polish the java setup wizard pagePetr Mrázek2017-01-07-4/+14
| | | | | | | | | * 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
* NOISSUE feature complete setup wizardPetr Mrázek2017-01-05-0/+79