Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE discourage using java > 8 by sorting it below everything else | Petr Mrázek | 2017-09-26 | -2/+11 |
| | ||||
* | move env cleaning and clean before java test | Joona | 2017-08-22 | -0/+96 |
| | ||||
* | NOISSUE remove some bad code in various Task related classes | Petr Mrázek | 2017-06-27 | -30/+10 |
| | ||||
* | NOISSUE some safe refactors and changes of the task subsystem | Petr Mrázek | 2017-06-26 | -7/+1 |
| | | | | Possibly also some bug fixes. | |||
* | NOISSUE and even more warnings gone | Petr Mrázek | 2017-05-21 | -1/+1 |
| | ||||
* | NOISSUE add a linux system packaging install layout | Petr Mrázek | 2017-05-13 | -1/+3 |
| | ||||
* | NOISSUE Revert all recent changes to NetAction and NetJob | Petr Mrázek | 2017-05-03 | -1/+1 |
| | ||||
* | NOISSUE refactor NetAction to be based on Task | Petr Mrázek | 2017-04-29 | -1/+1 |
| | | | | Still missing some things, this is part 1. | |||
* | NOISSUE fix crash because of early destruction of java list load task | Petr Mrázek | 2017-04-18 | -5/+36 |
| | ||||
* | NOISSUE fix some warning on linux related to the GNU C library | Petr Mrázek | 2017-04-07 | -0/+8 |
| | ||||
* | NOISSUE stuff and things happened. Maybe. | Petr Mrázek | 2017-04-07 | -10/+10 |
| | ||||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -8/+8 |
| | ||||
* | NOISSUE even more java polishing | Petr Mrázek | 2017-01-07 | -2/+31 |
| | | | | | | * 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 | -21/+42 |
| | | | | | | | | | * 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 default to javaw on Windows | Petr Mrázek | 2017-01-05 | -0/+4 |
| | ||||
* | NOISSUE fix up translation selection in settings and add OS/sys arch reporting | Petr Mrázek | 2017-01-01 | -0/+21 |
| | ||||
* | NOISSUE use LoggedProcess to work around issues with QProcess on macOS | Petr Mrázek | 2016-11-03 | -1/+1 |
| | ||||
* | NOISSUE implement direct java launch | Petr Mrázek | 2016-08-01 | -43/+68 |
| | | | | Just running the Java process and giving it params on the command line | |||
* | NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵ | Petr Mrázek | 2016-05-01 | -0/+116 |
| | | | | more dead tests. | |||
* | NOISSUE move Java and Minecraft launch tasks to the proper places | Petr Mrázek | 2016-05-01 | -0/+133 |
| | | | | Minecraft and Java are not generic. | |||
* | NOISSUE reorganize and document libraries | Petr Mrázek | 2016-05-01 | -0/+1069 |