summaryrefslogtreecommitdiffstats
path: root/application/setupwizard
Commit message (Collapse)AuthorAgeLines
* GH-1793 rearrange setup wizard logic to only check if they are needed oncePetr Mrázek2017-01-21-84/+0
|
* GH-1788 missed one call wrong call... this is the fix.Petr Mrázek2017-01-17-1/+1
|
* GH-1788 fix missing translation stringsPetr Mrázek2017-01-17-20/+18
|
* NOISSUE do not show the analytics wizard page without analytics in the buildPetr Mrázek2017-01-13-0/+5
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-1/+1
|
* NOISSUE even more java polishingPetr Mrázek2017-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 pagePetr Mrázek2017-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 wizardPetr Mrázek2017-01-05-296/+715
|
* NOISSUE create a dumb and ugly java setup wizard pagePetr Mrázek2017-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ázek2017-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 reportingPetr Mrázek2017-01-01-39/+57
|
* NOISSUE Translations model and initial setup wizard workPetr Mrázek2017-01-01-298/+261
|
* NOISSUE fix up analytics wizard pagePetr Mrázek2016-12-28-13/+47
|
* NOISSUE add skeleton of the setup wizardPetr Mrázek2016-12-28-0/+320
Very wizardly. Also very empty and opening on every start for now.