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 | -84/+0 |
| | ||||
* | GH-1788 missed one call wrong call... this is the fix. | Petr Mrázek | 2017-01-17 | -1/+1 |
| | ||||
* | GH-1788 fix missing translation strings | Petr Mrázek | 2017-01-17 | -20/+18 |
| | ||||
* | NOISSUE do not show the analytics wizard page without analytics in the build | Petr Mrázek | 2017-01-13 | -0/+5 |
| | ||||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -1/+1 |
| | ||||
* | NOISSUE even more java polishing | Petr Mrázek | 2017-01-07 | -4/+9 |
| | | | | | | * 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 | -30/+162 |
| | | | | | | | | | * 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 | -296/+715 |
| | ||||
* | NOISSUE create a dumb and ugly java setup wizard page | Petr Mrázek | 2017-01-02 | -53/+116 |
| | | | | All it does is create the existing Java selection dialog | |||
* | NOISSUE force SetupWizard into 'classic' look and feel and increment ↵ | Petr Mrázek | 2017-01-02 | -0/+2 |
| | | | | | | | analytics version This should force the dialog to show again. If it still looks wrong on Windows 10, please report this on discord. | |||
* | NOISSUE fix up translation selection in settings and add OS/sys arch reporting | Petr Mrázek | 2017-01-01 | -39/+57 |
| | ||||
* | NOISSUE Translations model and initial setup wizard work | Petr Mrázek | 2017-01-01 | -298/+261 |
| | ||||
* | NOISSUE fix up analytics wizard page | Petr Mrázek | 2016-12-28 | -13/+47 |
| | ||||
* | NOISSUE add skeleton of the setup wizard | Petr Mrázek | 2016-12-28 | -0/+320 |
Very wizardly. Also very empty and opening on every start for now. |