summaryrefslogtreecommitdiffstats
path: root/application/MultiMC.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE remove unused 'PackagesPage'Petr Mrázek2019-10-13-2/+0
|
* Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without ↵kb10002019-10-01-0/+2
| | | | accessibility
* Cleaned up messages, made some more descriptive, made some nicer.Ashleigh2019-09-14-10/+10
|
* NOISSUE Add basic accessibility support to GroupViewPetr Mrázek2019-07-22-0/+6
|
* Revert "NOISSUE Import page is now a MultiMC pack page"Petr Mrázek2019-07-09-2/+2
| | | | This reverts commit f74e3db804f2fb3d73cbf7ab5fbdb12ecea0f259.
* Revert "NOISSUE simple/stupid default game options, UI only"Petr Mrázek2019-07-09-7/+0
| | | | This reverts commit 497d9bec029247f202befb34cc3d5da6e810fa73.
* NOISSUE simple/stupid default game options, UI onlyPetr Mrázek2019-07-09-0/+7
|
* NOISSUE Import page is now a MultiMC pack pagePetr Mrázek2019-06-29-2/+2
|
* NOISSUE add option to open global settings from instance settingsPetr Mrázek2019-06-01-0/+16
| | | | This should hopefully giude people towards using the right thing.
* NOISSUE add the pocket fox iconPetr Mrázek2019-06-01-1/+2
|
* Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into developPetr Mrázek2019-01-17-1/+1
|\
| * Update Copyright YearAppleTheGolden2019-01-16-1/+1
| |
* | NOISSUE split out language selection widget, use it in settingsPetr Mrázek2019-01-09-0/+2
|/
* NOISSUE squish.Petr Mrázek2018-07-28-5/+2
|
* NOISSUE simplify.Petr Mrázek2018-07-28-1/+1
|
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-1004/+1004
|
* Catch C++ exceptions by const referenceCharles Milette2018-05-19-1/+1
| | | | Fixes #2277
* NOISSUE redo new instance dialogPetr Mrázek2018-03-27-0/+2
|
* NOISSUE add linux distro name and release stats to analyticsPetr Mrázek2018-03-13-0/+9
| | | | | Hopefully this can serve as some sort of guideline for focusing effort towards the right distro packages to make.
* GH-2150 Split out custom commands into a custom widgetPetr Mrázek2018-02-17-0/+3
| | | | 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-1/+1
|
* NOISSUE change FS::updateTimestamp to work with directories too, use it to ↵Petr Mrázek2018-02-11-0/+2
| | | | fix icon issues on macOS
* GH-2059 fix instance directory not being created on first launchPetr Mrázek2017-12-05-2/+2
|
* NOISSUE force saving of any outstanding instance component state on exitPetr Mrázek2017-12-03-1/+2
|
* NOISSUE disable the unfinished 'Packages' page in settingsPetr Mrázek2017-12-03-1/+1
|
* GH-1993 swap min/max memory settings when they are the wrong way aroundPetr Mrázek2017-09-27-2/+13
|
* NOISSUE remove obsolete LWJGL folder settingPetr Mrázek2017-09-20-1/+0
|
* NOISSUE more work on Legacy migrationPetr Mrázek2017-09-20-0/+5
|
* NOISSUE clean up moc warningsPetr Mrázek2017-09-10-2/+0
|
* NOISSUE remove FTB integrationPetr Mrázek2017-09-09-6/+0
|
* GH-1314 add UI for custom minecraft jar additionPetr Mrázek2017-08-07-3/+0
| | | | | | Also changes the text of the jar mod addition button. It should be clearer what it does and hopefully will not confuse as many people.
* NOISSUE fix startup issues caused by code reorganizationPetr Mrázek2017-07-06-1/+2
|
* NOISSUE attept to detach from console on WindowsPetr Mrázek2017-07-05-12/+11
| | | | This only applies to MultiMC started from a console.
* NOISSUE add disgnostic print to MultiMC destructorPetr Mrázek2017-07-05-0/+1
|
* NOISSUE rearrange global initializationPetr Mrázek2017-07-05-431/+401
|
* GH-1895 update LWJGL list during legacy instance updatePetr Mrázek2017-05-21-1/+6
|
* NOISSUE add a linux system packaging install layoutPetr Mrázek2017-05-13-1/+18
|
* GH-1882 save UpdateDialog geometryPetr Mrázek2017-05-09-0/+2
|
* NOISSUE herp derp custom icon theme supportPetr Mrázek2017-05-04-0/+5
| | | | | | | * Put icon theme in iconthemes/custom/ * Select 'Custom' in the UI. * ... * Maybe it won't explode.
* GH-1874 Do not allow launching instances during an updatePetr Mrázek2017-05-02-1/+11
|
* GH-1874 do not allow updating while an instance is runningPetr Mrázek2017-05-02-6/+39
| | | | | | | This is a nasty hack. Proper solution will require moving all update related functionality out of the main window. Running instances and updating should be mutually exclusive.
* GH-1875 plug holes in instance/window refcount logicPetr Mrázek2017-05-01-2/+1
|
* GH-1873 allow closing main window, fix window ref countPetr Mrázek2017-05-01-6/+5
|
* NOISSUE remove AA_UseHighDpiPixmapsPetr Mrázek2017-04-26-1/+0
|
* NOISSUE remove macOS SSL workaroundsPetr Mrázek2017-04-25-13/+0
| | | | Should not be necessary anymore...
* NOISSUE add missing log levels to MultiMC loggingPetr Mrázek2017-04-21-1/+1
| | | | Info and System are now recognized.
* GH-1854 prevent a crash if the instance is closed while the kill ↵Petr Mrázek2017-04-14-1/+2
| | | | confirmation dialog is open
* NOISSUE remove liteloader and forgePetr Mrázek2017-04-07-22/+0
|
* NOISSUE Remove Minecraft version list and versions.Petr Mrázek2017-04-07-12/+0
|
* NOISSUE fix downloading of metadata filesPetr Mrázek2017-04-07-0/+2
|