Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-1993 swap min/max memory settings when they are the wrong way around | Petr Mrázek | 2017-09-27 | -4/+24 |
| | ||||
* | NOISSUE make the paste.ee links in settings clickable | Petr Mrázek | 2017-09-22 | -0/+3 |
| | ||||
* | NOISSUE remove obsolete LWJGL folder setting | Petr Mrázek | 2017-09-20 | -40/+3 |
| | ||||
* | NOISSUE remove FTB integration | Petr Mrázek | 2017-09-09 | -118/+1 |
| | ||||
* | NOISSUE fix hardcoded link color in other places | Petr Mrázek | 2017-09-07 | -5/+4 |
| | ||||
* | remove public option | Joona | 2017-08-22 | -17/+1 |
| | ||||
* | NOISSUE set max of java heap spinboxes to detected physical memory | Petr Mrázek | 2017-07-11 | -0/+3 |
| | ||||
* | NOISSUE fix jvisualvm website links | Petr Mrázek | 2017-07-07 | -1/+1 |
| | ||||
* | NOISSUE and even more warnings gone | Petr Mrázek | 2017-05-21 | -1/+0 |
| | ||||
* | GH-1886 warn users about proxy settings not applying to the game | Petr Mrázek | 2017-05-08 | -8/+21 |
| | ||||
* | NOISSUE herp derp custom icon theme support | Petr Mrázek | 2017-05-04 | -0/+12 |
| | | | | | | | * Put icon theme in iconthemes/custom/ * Select 'Custom' in the UI. * ... * Maybe it won't explode. | |||
* | NOISSUE reimplement package dependencies | Petr Mrázek | 2017-04-07 | -10/+8 |
| | | | | | It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version | |||
* | NOISSUE sanitize loading and downloading of metadata files | Petr Mrázek | 2017-04-07 | -28/+5 |
| | ||||
* | NOISSUE simplify. | Petr Mrázek | 2017-04-07 | -1/+1 |
| | ||||
* | NOISSUE fix downloading of metadata files | Petr Mrázek | 2017-04-07 | -34/+34 |
| | ||||
* | NOISSUE Wonko is the new Meta | Petr Mrázek | 2017-04-07 | -45/+47 |
| | | | | And then Wonko was the Meta. | |||
* | GH-1798 Do not enable skin upload button without selected account. | Petr Mrázek | 2017-01-22 | -0/+1 |
| | ||||
* | GH-1790 do not apply system theme on launch if it is selected | Petr Mrázek | 2017-01-18 | -1/+1 |
| | | | | | This prevents some ugly colors to show up on macOS in most cases. It still looks ugly right after you switch to the it though. | |||
* | GH-1065 Normalize usage of directory vs folder | Tim Flynn | 2017-01-16 | -19/+10 |
| | ||||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -16/+16 |
| | ||||
* | NOISSUE change 'Upload' to 'Upload Skin' on tha Accounts page | Petr Mrázek | 2017-01-08 | -1/+1 |
| | ||||
* | NOISSUE even more java polishing | Petr Mrázek | 2017-01-07 | -3/+3 |
| | | | | | | * 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 fix up translation selection in settings and add OS/sys arch reporting | Petr Mrázek | 2017-01-01 | -25/+23 |
| | ||||
* | NOISSUE add analytics settings (enable/disable) | Petr Mrázek | 2016-11-24 | -2/+85 |
| | ||||
* | NOISSUE fix translation listing in settings and translation loading | Petr Mrázek | 2016-11-23 | -9/+25 |
| | | | | It was impossible to select and load translations properly. | |||
* | NOISSUE add an option to show console on error and default other options to ↵ | Petr Mrázek | 2016-11-04 | -1/+11 |
| | | | | false | |||
* | NOISSUE fix reversed MCEdit check condition | Petr Mrázek | 2016-11-02 | -1/+1 |
| | | | | It was causing fake errors. | |||
* | NOISSUE MCEdit integration - remove old 'tool', replace with Worlds | Petr Mrázek | 2016-11-02 | -14/+9 |
| | ||||
* | GH-903 simple theme switching and dark theme | Petr Mrázek | 2016-10-21 | -4/+62 |
| | ||||
* | GH-1433 with no default account, show profiles instead of accounts in ↵ | Petr Mrázek | 2016-08-11 | -1/+0 |
| | | | | selection dialog | |||
* | NOISSUE refactor *Download into more, smaller pieces | Petr Mrázek | 2016-06-05 | -2/+1 |
| | | | | | | * Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour. | |||
* | GH-767 Basic skin upload | Alexia | 2016-05-15 | -0/+25 |
| | ||||
* | NOISSUE Add a skeleton of the wonko system | Jan Dalheimer | 2016-04-30 | -0/+549 |
| | ||||
* | NOISSUE finalize support for new mojang version format | Petr Mrázek | 2016-03-27 | -1/+1 |
| | ||||
* | NOISSUE Remove tr(...) where unnecessary. | Loetkolben | 2016-03-23 | -4/+4 |
| | ||||
* | NOISSUE move files into paths that make more sense | Petr Mrázek | 2016-02-27 | -2/+2 |
| | ||||
* | GH-1313 remove or disable some translateable strings | Petr Mrázek | 2016-01-03 | -66/+29 |
| | ||||
* | GH-1365 rework java version parsing and sorting | Petr Mrázek | 2016-01-02 | -3/+3 |
| | ||||
* | GH-1360 add basic changelog based on github API, fix update dialog buttons | Petr Mrázek | 2015-12-28 | -6/+14 |
| | ||||
* | GH-1308 remove use of static data (translations) and root ↵ | Petr Mrázek | 2015-12-27 | -2/+1 |
| | | | | (notifications.json) paths. | |||
* | NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce ↵ | Petr Mrázek | 2015-10-20 | -1/+1 |
| | | | | unique_qobject_ptr, refactor MainWindow to match | |||
* | NOISSUE dissolve util library | Petr Mrázek | 2015-10-05 | -23/+17 |
| | ||||
* | GH-719 implement paste.ee API keys | Petr Mrázek | 2015-10-02 | -0/+289 |
| | ||||
* | GH-1262 fix relative paths for java binaries | Petr Mrázek | 2015-09-30 | -3/+14 |
| | ||||
* | GH-1072 use crafatar for grabbing the user skin | Petr Mrázek | 2015-09-28 | -2/+2 |
| | ||||
* | NOISSUE fix all clang warnings | Petr Mrázek | 2015-09-26 | -1/+1 |
| | ||||
* | NOISSUE remoce the old WM_CLASS workaround | Petr Mrázek | 2015-08-23 | -2/+0 |
| | ||||
* | GH-1197 finish color stuff | Petr Mrázek | 2015-08-20 | -2/+10 |
| | ||||
* | NOISSUE improve account UI | Petr Mrázek | 2015-08-14 | -1/+0 |
| | ||||
* | GH-1008 implement log window max line count | Petr Mrázek | 2015-06-11 | -1/+48 |
| | | | | Defaults to 100k lines |