summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeLines
* Merge branch 'feature/update_translation_fix' into developPetr Mrázek2019-06-25-1/+8
|\
| * GH-1701 Check job size for translationjanrupf2019-06-22-1/+8
| |
* | Merge pull request #2705 from Janrupf/feature/fix_external_deletion_interactionPetr Mrázek2019-06-23-1/+1
|\ \ | | | | | | GH-2515 Save instance ID before display dialog
| * | GH-2515 Save instance ID before display dialogjanrupf2019-06-21-1/+1
| |/
* | Merge pull request #2706 from Janrupf/feature/fix_hashtag_in_notesPetr Mrázek2019-06-23-3/+16
|\ \ | | | | | | Feature/fix hashtag in notes
| * | NOISSUE Test comment escaping with unit testsjanrupf2019-06-21-1/+2
| | |
| * | NOISSUE Revert INI parser back to single passjanrupf2019-06-21-10/+43
| | |
| * | GH-1813 Escape # in INI (and better reader)janrupf2019-06-21-40/+19
| |/
* | NOISSUE Renaming for better understandingjanrupf2019-06-23-2/+2
| |
* | GH-2592 Autoselect newly created instancesjanrupf2019-06-21-0/+2
|/
* NOISSUE Don't append .disabled to stringjanrupf2019-06-17-1/+1
|
* Merge branch 'develop' of https://github.com/lelandliu/MultiMC5 into developPetr Mrázek2019-06-15-2/+2
|\
| * Fixed adding a disabled duplicateLeland Liu2019-06-14-2/+2
| |
* | GH-2639 Add simple fabric loader installation supportPetr Mrázek2019-06-15-0/+9
| |
* | fix author name parsingasie2019-06-15-7/+10
| |
* | Add Fabric mod JSON parsing supportasie2019-06-15-0/+53
|/
* NOISSUE fix macOS build, remove bundled dependencies on linuxPetr Mrázek2019-06-08-2/+2
| | | | | | | | | | Your copy of MultiMC might stop working after this update because we no longer bundle Qt and other system libraries. Contact us at https://discord.gg/0k2zsXGNHs0fE4Wm if you need help with installing Qt. Qt 5.4.x or newer is required.
* NOISSUE add the pocket fox iconPetr Mrázek2019-06-01-2/+1
|
* NOISSUE improve icon handling while importing and exporting instancesPetr Mrázek2019-05-31-3/+99
| | | | Now it handles formats other than png.
* GH-2591 less std::shared_ptr and more shared_qobject_ptrPetr Mrázek2019-04-07-73/+69
| | | | This eliminates some weird crashes.
* NOISSUE fix metadata URLPetr Mrázek2019-03-08-1/+1
|
* NOISSUE create translations folder before starting to watch it for changesPetr Mrázek2019-03-08-4/+5
| | | | Fixes issue where on first run, the translations don't show up.
* NOISSUE fix buildPetr Mrázek2019-02-19-1/+0
|
* GH-2209 Fix sounds in old (pre-1.6) versionsPetr Mrázek2019-02-19-25/+209
|
* NOISSUE fix builds?Petr Mrázek2019-01-30-1/+1
|
* NOISSUE first step towards having game options managementPetr Mrázek2019-01-30-1/+193
|
* Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into developPetr Mrázek2019-01-17-132/+132
|\
| * Update Copyright YearAppleTheGolden2019-01-16-132/+132
| |
* | NOISSUE Replace Quality with Completeness in language widgetPetr Mrázek2019-01-14-15/+6
| | | | | | | | Completeness does no imply quality.
* | NOISSUE language selection wizard improvementsPetr Mrázek2019-01-08-5/+75
|/ | | | Same needs to be applied to the application settings later.
* NOISSUE granular model updates for language modelPetr Mrázek2019-01-06-30/+85
|
* NOISSUE update FTB URLsPetr Mrázek2019-01-04-5/+10
|
* NOISSUE hotloading of translations and use of local PO filesPetr Mrázek2019-01-02-51/+650
| | | | The hotloading is still inefficient
* NOISSUE add missing Q_OBJECT macrosPetr Mrázek2018-12-23-0/+1
|
* GH-2488 fix Qt's relative URL redirect problems some morePetr Mrázek2018-12-14-4/+14
|
* GH-2485 fix crash bug while creating instancesPetr Mrázek2018-12-14-5/+3
|
* NOISSUE fix buildPetr Mrázek2018-12-12-2/+3
|
* NOISSUE fix logging for gametypePetr Mrázek2018-12-11-1/+1
|
* GH-2374 fix missing alternating backgrounds in worlds, add gametype columnPetr Mrázek2018-12-11-1/+73
|
* NOISSUE model Task states as one enum instead of multiple flagsPetr Mrázek2018-12-10-20/+51
| | | | This adds Task::State::AbortedByUser as a possibility
* NOISSUE make instance creation task abortablePetr Mrázek2018-12-10-0/+21
| | | | This may or may not expose issues when it actually IS used.
* NOISSUE fix typoPetr Mrázek2018-12-06-1/+1
|
* GH-2483 fix minor issue while checking for missing local filesPetr Mrázek2018-12-06-2/+1
|
* GH-2478 fix jarmods being detected as missingPetr Mrázek2018-11-26-24/+35
|
* NOISSUE fix unit testsPetr Mrázek2018-11-26-6/+7
|
* GH-2475 fix reporting missing local libraries on launchPetr Mrázek2018-11-26-62/+61
|
* GH-2101 POC for inline renamingPetr Mrázek2018-11-22-5/+28
|
* NOISSUE fix up mod installation and add a lot of logging for itPetr Mrázek2018-11-21-25/+42
|
* NOISSUE remove some nonsense and dead codePetr Mrázek2018-11-15-545/+8
|
* GH-2384 when adding mods with the same filename, rotate the filesPetr Mrázek2018-11-12-2/+21
| | | | | Current will be disabled and renamed to '$name-old'. Old one, if present, will be removed.