aboutsummaryrefslogtreecommitdiff
path: root/application/pages/global
AgeCommit message (Collapse)Author
2017-09-20NOISSUE remove obsolete LWJGL folder settingPetr Mrázek
2017-09-09NOISSUE remove FTB integrationPetr Mrázek
2017-09-07NOISSUE fix hardcoded link color in other placesPetr Mrázek
2017-08-22remove public optionJoona
2017-07-11NOISSUE set max of java heap spinboxes to detected physical memoryPetr Mrázek
2017-07-07NOISSUE fix jvisualvm website linksPetr Mrázek
2017-05-21NOISSUE and even more warnings gonePetr Mrázek
2017-05-08GH-1886 warn users about proxy settings not applying to the gamePetr Mrázek
2017-05-04NOISSUE herp derp custom icon theme supportPetr Mrázek
* Put icon theme in iconthemes/custom/ * Select 'Custom' in the UI. * ... * Maybe it won't explode.
2017-04-07NOISSUE reimplement package dependenciesPetr Mrázek
It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version
2017-04-07NOISSUE sanitize loading and downloading of metadata filesPetr Mrázek
2017-04-07NOISSUE simplify.Petr Mrázek
2017-04-07NOISSUE fix downloading of metadata filesPetr Mrázek
2017-04-07NOISSUE Wonko is the new MetaPetr Mrázek
And then Wonko was the Meta.
2017-01-22GH-1798 Do not enable skin upload button without selected account.Petr Mrázek
2017-01-18GH-1790 do not apply system theme on launch if it is selectedPetr Mrázek
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.
2017-01-16GH-1065 Normalize usage of directory vs folderTim Flynn
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2017-01-08NOISSUE change 'Upload' to 'Upload Skin' on tha Accounts pagePetr Mrázek
2017-01-07NOISSUE even more java polishingPetr Mrázek
* 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
2017-01-01NOISSUE fix up translation selection in settings and add OS/sys arch reportingPetr Mrázek
2016-11-24NOISSUE add analytics settings (enable/disable)Petr Mrázek
2016-11-23NOISSUE fix translation listing in settings and translation loadingPetr Mrázek
It was impossible to select and load translations properly.
2016-11-04NOISSUE add an option to show console on error and default other options to ↵Petr Mrázek
false
2016-11-02NOISSUE fix reversed MCEdit check conditionPetr Mrázek
It was causing fake errors.
2016-11-02NOISSUE MCEdit integration - remove old 'tool', replace with WorldsPetr Mrázek
2016-10-21GH-903 simple theme switching and dark themePetr Mrázek
2016-08-11GH-1433 with no default account, show profiles instead of accounts in ↵Petr Mrázek
selection dialog
2016-06-05NOISSUE refactor *Download into more, smaller piecesPetr Mrázek
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
2016-05-15GH-767 Basic skin uploadAlexia
2016-04-30NOISSUE Add a skeleton of the wonko systemJan Dalheimer
2016-03-27NOISSUE finalize support for new mojang version formatPetr Mrázek
2016-03-23NOISSUE Remove tr(...) where unnecessary.Loetkolben
2016-02-27NOISSUE move files into paths that make more sensePetr Mrázek
2016-01-03GH-1313 remove or disable some translateable stringsPetr Mrázek
2016-01-02GH-1365 rework java version parsing and sortingPetr Mrázek
2015-12-28GH-1360 add basic changelog based on github API, fix update dialog buttonsPetr Mrázek
2015-12-27GH-1308 remove use of static data (translations) and root ↵Petr Mrázek
(notifications.json) paths.
2015-10-20NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce ↵Petr Mrázek
unique_qobject_ptr, refactor MainWindow to match
2015-10-05NOISSUE dissolve util libraryPetr Mrázek
2015-10-02GH-719 implement paste.ee API keysPetr Mrázek
2015-09-30GH-1262 fix relative paths for java binariesPetr Mrázek
2015-09-28GH-1072 use crafatar for grabbing the user skinPetr Mrázek
2015-09-26NOISSUE fix all clang warningsPetr Mrázek
2015-08-23NOISSUE remoce the old WM_CLASS workaroundPetr Mrázek
2015-08-20GH-1197 finish color stuffPetr Mrázek
2015-08-14NOISSUE improve account UIPetr Mrázek
2015-06-11GH-1008 implement log window max line countPetr Mrázek
Defaults to 100k lines
2015-06-06NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer
2015-05-26GH-1003 Fix settings dialog delaysPetr Mrázek