summaryrefslogtreecommitdiffstats
path: root/application/pages/global
Commit message (Collapse)AuthorAgeLines
* TRANSLATIONS-73 remove some strings that don't show up in the UIPetr Mrázek2019-09-25-6/+0
|
* NOISSUE fix small memory leaksPetr Mrázek2019-08-10-0/+1
|
* NOISSUE tweak UI geometry and remove old language selectionPetr Mrázek2019-08-02-40/+2
|
* NOISSUE add context menus to pages with toolbarsPetr Mrázek2019-07-25-3/+14
|
* NOISSUE improve toolbarsPetr Mrázek2019-07-23-13/+16
|
* NOISSUE convert accounts page to use a toolbar for the side menuPetr Mrázek2019-07-19-123/+126
|
* Revert "NOISSUE Import page is now a MultiMC pack page"Petr Mrázek2019-07-09-23/+23
| | | | This reverts commit f74e3db804f2fb3d73cbf7ab5fbdb12ecea0f259.
* Revert "NOISSUE simple/stupid default game options, UI only"Petr Mrázek2019-07-09-279/+0
| | | | This reverts commit 497d9bec029247f202befb34cc3d5da6e810fa73.
* NOISSUE simple/stupid default game options, UI onlyPetr Mrázek2019-07-09-0/+279
|
* NOISSUE Import page is now a MultiMC pack pagePetr Mrázek2019-06-29-23/+23
|
* GH-2499 Apply proxy settings immediatelyjanrupf2019-06-22-0/+4
|
* Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into developPetr Mrázek2019-01-17-17/+17
|\
| * Update Copyright YearAppleTheGolden2019-01-16-17/+17
| |
* | NOISSUE split out language selection widget, use it in settingsPetr Mrázek2019-01-09-0/+111
|/
* NOISSUE granular model updates for language modelPetr Mrázek2019-01-06-1/+2
|
* NOISSUE remove use of obsolete URL constants, simplify the restPetr Mrázek2018-11-04-1/+1
|
* NOISSUE use https more widelyChris Lane2018-11-02-2/+2
|
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-1218/+1218
|
* GH-2291 Fix build with Qt 5.11+Sergey Shatunov2018-06-02-0/+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
|