summaryrefslogtreecommitdiffstats
path: root/application/setupwizard/JavaWizardPage.cpp
Commit message (Collapse)AuthorAgeLines
* merged from 0.6.7 codebaseThomas Groman2019-09-19-45/+45
|
* GH-2150 Separate Java settings UI used in the wizard into a widgetPetr Mrázek2018-02-18-366/+27
|
* GH-2050 fix cancel button in file browse dialogs filling text fieldsPetr Mrázek2017-12-03-1/+1
|
* NOISSUE set max of java heap spinboxes to detected physical memoryPetr Mrázek2017-07-11-1/+1
|
* GH-1793 rearrange setup wizard logic to only check if they are needed oncePetr Mrázek2017-01-21-18/+0
|
* GH-1788 fix missing translation stringsPetr Mrázek2017-01-17-10/+10
|
* NOISSUE even more java polishingPetr Mrázek2017-01-07-4/+8
| | | | | | * 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-26/+148
| | | | | | | | | * 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/+327