summaryrefslogtreecommitdiffstats
path: root/api/logic
Commit message (Collapse)AuthorAgeLines
* NOISSUE no means no.0.6.9Petr Mrázek2020-03-26-0/+4
|
* GH-2769 add an option to not copy play time when copying instancesPetr Mrázek2020-01-09-2/+7
|
* GH-2819 mod list filter now also looks at descriptions and authorsPetr Mrázek2020-01-08-0/+4
|
* NOISSUE Do not crash when dependencies are customized and conflictPetr Mrázek2020-01-08-6/+10
|
* NOISSUE fix comment in Commandline.hPetr Mrázek2019-11-26-2/+2
|
* GH-2859 remove twitch page and modpack import from URLPetr Mrázek2019-11-18-220/+0
| | | | | The functionality was broken, beyond repair and an ongoing maintenance nightmare.
* NOISSUE put legacy FTB support in a namespace, fix its base URLPetr Mrázek2019-11-03-77/+107
|
* NOISSUE fix display of european portuguese in language listsPetr Mrázek2019-09-27-1/+6
|
* TRANSLATIONS-82 fix typos: resove -> resolvePetr Mrázek2019-09-25-2/+2
|
* NOISSUE remove nonsensical logic related to 'MultiMC.app/' prefixes in ↵Petr Mrázek2019-09-19-50/+1
| | | | update manifests
* GH-851 save, load and use group expansion statusPetr Mrázek2019-08-20-28/+47
|
* Escape ; too in instance folder namesKaeptm Blaubaer2019-08-13-1/+1
|
* NOISSUE do not lose selection on mod enable/disable toggle0.6.7Petr Mrázek2019-08-05-48/+63
|
* GH-988 add ability to toggle mods with keyboardPetr Mrázek2019-08-04-7/+22
|
* GH-2785 fix crash caused by starting multiple mod folder update tasksPetr Mrázek2019-08-04-0/+1
|
* NOISSUE fix listing of mods in log, improve display with unicodePetr Mrázek2019-08-04-40/+145
|
* NOISSUE fix build on linuxPetr Mrázek2019-08-04-2/+2
|
* NOISSUE asynchronous, parallel mod folder listing and mod resolvingPetr Mrázek2019-08-04-524/+802
|
* NOISSUE refactor Mod a bunch, get rid of dead codePetr Mrázek2019-08-03-303/+270
|
* NOISSUE remove dependency of legacy mod list on the Mod classPetr Mrázek2019-08-03-64/+13
|
* NOISSUE fix bug with drag & drop not working with empty mod listPetr Mrázek2019-07-31-6/+7
|
* NOISSUE Add basic accessibility support to GroupViewPetr Mrázek2019-07-22-0/+4
|
* NOISSUE Show Version page while the instancer is running.Petr Mrázek2019-07-15-6/+26
| | | | All controls are disabled.
* NOISSUE Do not hide mods list pages when the instance is running.Petr Mrázek2019-07-15-9/+46
| | | | Instead, disable (most of) the controls.
* NOISSUE update component buttons some more when the versions changePetr Mrázek2019-07-11-3/+6
|
* NOISSUE recognize curseforge URLs dropped on top of MultiMCPetr Mrázek2019-07-09-0/+5
|
* GH-2716 do not censor values shorter than 4 in logsPetr Mrázek2019-07-01-2/+1
|
* NOISSUE connect twitch URL resolving to modpack resolving. works now.Petr Mrázek2019-06-30-76/+118
|
* NOISSUE add silly twitch URL and CCIP resolving page to 'add instance'Petr Mrázek2019-06-27-0/+182
| | | | It needs a few more steps and it will handle all kinds of twitch packs.
* 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 improve icon handling while importing and exporting instancesPetr Mrázek2019-05-31-3/+83
| | | | Now it handles formats other than png.
* GH-2591 less std::shared_ptr and more shared_qobject_ptrPetr Mrázek2019-04-07-72/+68
| | | | 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.