aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Collapse)Author
2019-07-22NOISSUE Add basic accessibility support to GroupViewPetr Mrázek
2019-07-15NOISSUE Show Version page while the instancer is running.Petr Mrázek
All controls are disabled.
2019-07-15NOISSUE Do not hide mods list pages when the instance is running.Petr Mrázek
Instead, disable (most of) the controls.
2019-07-11NOISSUE update component buttons some more when the versions changePetr Mrázek
2019-07-09NOISSUE recognize curseforge URLs dropped on top of MultiMCPetr Mrázek
2019-07-01GH-2716 do not censor values shorter than 4 in logsPetr Mrázek
2019-06-30NOISSUE connect twitch URL resolving to modpack resolving. works now.Petr Mrázek
2019-06-27NOISSUE add silly twitch URL and CCIP resolving page to 'add instance'Petr Mrázek
It needs a few more steps and it will handle all kinds of twitch packs.
2019-06-25Merge branch 'feature/update_translation_fix' into developPetr Mrázek
2019-06-23Merge pull request #2705 from Janrupf/feature/fix_external_deletion_interactionPetr Mrázek
GH-2515 Save instance ID before display dialog
2019-06-23Merge pull request #2706 from Janrupf/feature/fix_hashtag_in_notesPetr Mrázek
Feature/fix hashtag in notes
2019-06-23NOISSUE Renaming for better understandingjanrupf
2019-06-22GH-1701 Check job size for translationjanrupf
2019-06-21GH-2515 Save instance ID before display dialogjanrupf
2019-06-21NOISSUE Test comment escaping with unit testsjanrupf
2019-06-21NOISSUE Revert INI parser back to single passjanrupf
2019-06-21GH-1813 Escape # in INI (and better reader)janrupf
2019-06-21GH-2592 Autoselect newly created instancesjanrupf
2019-06-17NOISSUE Don't append .disabled to stringjanrupf
2019-06-15Merge branch 'develop' of https://github.com/lelandliu/MultiMC5 into developPetr Mrázek
2019-06-15GH-2639 Add simple fabric loader installation supportPetr Mrázek
2019-06-15fix author name parsingasie
2019-06-15Add Fabric mod JSON parsing supportasie
2019-06-14Fixed adding a disabled duplicateLeland Liu
2019-06-08NOISSUE fix macOS build, remove bundled dependencies on linuxPetr Mrázek
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.
2019-06-01NOISSUE add the pocket fox iconPetr Mrázek
2019-05-31NOISSUE improve icon handling while importing and exporting instancesPetr Mrázek
Now it handles formats other than png.
2019-04-07GH-2591 less std::shared_ptr and more shared_qobject_ptrPetr Mrázek
This eliminates some weird crashes.
2019-03-08NOISSUE fix metadata URLPetr Mrázek
2019-03-08NOISSUE create translations folder before starting to watch it for changesPetr Mrázek
Fixes issue where on first run, the translations don't show up.
2019-02-19NOISSUE fix buildPetr Mrázek
2019-02-19GH-2209 Fix sounds in old (pre-1.6) versionsPetr Mrázek
2019-01-30NOISSUE fix builds?Petr Mrázek
2019-01-30NOISSUE first step towards having game options managementPetr Mrázek
2019-01-17Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into developPetr Mrázek
2019-01-16Update Copyright YearAppleTheGolden
2019-01-14NOISSUE Replace Quality with Completeness in language widgetPetr Mrázek
Completeness does no imply quality.
2019-01-08NOISSUE language selection wizard improvementsPetr Mrázek
Same needs to be applied to the application settings later.
2019-01-06NOISSUE granular model updates for language modelPetr Mrázek
2019-01-04NOISSUE update FTB URLsPetr Mrázek
2019-01-02NOISSUE hotloading of translations and use of local PO filesPetr Mrázek
The hotloading is still inefficient
2018-12-23NOISSUE add missing Q_OBJECT macrosPetr Mrázek
2018-12-14GH-2488 fix Qt's relative URL redirect problems some morePetr Mrázek
2018-12-14GH-2485 fix crash bug while creating instancesPetr Mrázek
2018-12-12NOISSUE fix buildPetr Mrázek
2018-12-11NOISSUE fix logging for gametypePetr Mrázek
2018-12-11GH-2374 fix missing alternating backgrounds in worlds, add gametype columnPetr Mrázek
2018-12-10NOISSUE model Task states as one enum instead of multiple flagsPetr Mrázek
This adds Task::State::AbortedByUser as a possibility
2018-12-10NOISSUE make instance creation task abortablePetr Mrázek
This may or may not expose issues when it actually IS used.
2018-12-06NOISSUE fix typoPetr Mrázek