summaryrefslogtreecommitdiffstats
path: root/application/pages/global
Commit message (Collapse)AuthorAgeLines
* add offline account supportHEADtomShokara2021-01-04-1/+1
| | | | | | | | | I added the offline patch from my MultiMC repo[1]. The only change I made compared to my fork was adding an extra sentence in the account adder dialog that the password needs to be blank for an offline account. Signed-off-by: Shokara <shokara@snopyta.org>
* clean up vistigual UI elementsv0.6.7-tomThomas Groman2020-12-22-596/+0
|
* fixed leftover merge conflictThomas Groman2019-09-19-213/+0
|
* merged from 0.6.7 codebaseThomas Groman2019-09-19-1173/+1471
|
* Fixed missing includesThomas Groman2018-12-10-0/+5
|
* Commented out as much Google analytics stuff as I could findThomas Groman2018-12-09-6/+6
|
* GH-2219 fix crash and bad view scaling in Java VersionSelectDialogPetr Mrázek2018-04-02-0/+1
|
* NOISSUE redo new instance dialogPetr Mrázek2018-03-27-2/+2
|
* GH-2150 Split out custom commands into a custom widgetPetr Mrázek2018-02-17-74/+125
| | | | Now it is used from a global page and from a sub-page in the instance settings.
* NOISSUE update copyright datesPetr Mrázek2018-02-11-16/+16
|
* NOISSUE add flat icon theme by MichaelPetr Mrázek2017-12-03-1/+13
| | | | It's the google icon font, all scalable and grey.
* GH-2050 fix cancel button in file browse dialogs filling text fieldsPetr Mrázek2017-12-03-16/+13
|
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-8/+15
|
* GH-1993 swap min/max memory settings when they are the wrong way aroundPetr Mrázek2017-09-27-4/+24
|
* NOISSUE make the paste.ee links in settings clickablePetr Mrázek2017-09-22-0/+3
|
* NOISSUE remove obsolete LWJGL folder settingPetr Mrázek2017-09-20-40/+3
|
* NOISSUE remove FTB integrationPetr Mrázek2017-09-09-118/+1
|
* NOISSUE fix hardcoded link color in other placesPetr Mrázek2017-09-07-5/+4
|
* remove public optionJoona2017-08-22-17/+1
|
* NOISSUE set max of java heap spinboxes to detected physical memoryPetr Mrázek2017-07-11-0/+3
|
* NOISSUE fix jvisualvm website linksPetr Mrázek2017-07-07-1/+1
|
* NOISSUE and even more warnings gonePetr Mrázek2017-05-21-1/+0
|
* GH-1886 warn users about proxy settings not applying to the gamePetr Mrázek2017-05-08-8/+21
|
* NOISSUE herp derp custom icon theme supportPetr Mrázek2017-05-04-0/+12
| | | | | | | * Put icon theme in iconthemes/custom/ * Select 'Custom' in the UI. * ... * Maybe it won't explode.
* NOISSUE reimplement package dependenciesPetr Mrázek2017-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 filesPetr Mrázek2017-04-07-28/+5
|
* NOISSUE simplify.Petr Mrázek2017-04-07-1/+1
|
* NOISSUE fix downloading of metadata filesPetr Mrázek2017-04-07-34/+34
|
* NOISSUE Wonko is the new MetaPetr Mrázek2017-04-07-45/+47
| | | | And then Wonko was the Meta.
* GH-1798 Do not enable skin upload button without selected account.Petr Mrázek2017-01-22-0/+1
|
* GH-1790 do not apply system theme on launch if it is selectedPetr Mrázek2017-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 folderTim Flynn2017-01-16-19/+10
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-16/+16
|
* NOISSUE change 'Upload' to 'Upload Skin' on tha Accounts pagePetr Mrázek2017-01-08-1/+1
|
* NOISSUE even more java polishingPetr Mrázek2017-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 reportingPetr Mrázek2017-01-01-25/+23
|
* NOISSUE add analytics settings (enable/disable)Petr Mrázek2016-11-24-2/+85
|
* NOISSUE fix translation listing in settings and translation loadingPetr Mrázek2016-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ázek2016-11-04-1/+11
| | | | false
* NOISSUE fix reversed MCEdit check conditionPetr Mrázek2016-11-02-1/+1
| | | | It was causing fake errors.
* NOISSUE MCEdit integration - remove old 'tool', replace with WorldsPetr Mrázek2016-11-02-14/+9
|
* GH-903 simple theme switching and dark themePetr Mrázek2016-10-21-4/+62
|
* GH-1433 with no default account, show profiles instead of accounts in ↵Petr Mrázek2016-08-11-1/+0
| | | | selection dialog
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-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 uploadAlexia2016-05-15-0/+25
|
* NOISSUE Add a skeleton of the wonko systemJan Dalheimer2016-04-30-0/+549
|
* NOISSUE finalize support for new mojang version formatPetr Mrázek2016-03-27-1/+1
|
* NOISSUE Remove tr(...) where unnecessary.Loetkolben2016-03-23-4/+4
|
* NOISSUE move files into paths that make more sensePetr Mrázek2016-02-27-2/+2
|
* GH-1313 remove or disable some translateable stringsPetr Mrázek2016-01-03-66/+29
|