Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-2050 fix cancel button in file browse dialogs filling text fields | Petr Mrázek | 2017-12-03 | -1/+1 |
| | ||||
* | NOISSUE set max of java heap spinboxes to detected physical memory | Petr Mrázek | 2017-07-11 | -1/+1 |
| | ||||
* | GH-1793 rearrange setup wizard logic to only check if they are needed once | Petr Mrázek | 2017-01-21 | -18/+0 |
| | ||||
* | GH-1788 fix missing translation strings | Petr Mrázek | 2017-01-17 | -10/+10 |
| | ||||
* | NOISSUE even more java polishing | Petr Mrázek | 2017-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 page | Petr Mrázek | 2017-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 wizard | Petr Mrázek | 2017-01-05 | -0/+327 |