aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-09GH-2769 add an option to not copy play time when copying instancesPetr Mrázek
2020-01-09GH-2832 add .minecraft and libraries buttons to version pagePetr Mrázek
2020-01-08GH-2819 mod list filter now also looks at descriptions and authorsPetr Mrázek
2020-01-08GH-2839 remove username wording from login and account dialogsPetr Mrázek
2020-01-08GH-2853 fix collapsing state being sticky in group viewPetr Mrázek
Now it resets properly and collapsing a group doesn't make all subsequent clicks collapse groups.
2020-01-08NOISSUE add wget as a dependency for deb packagePetr Mrázek
2020-01-08NOISSUE Do not crash when dependencies are customized and conflictPetr Mrázek
2020-01-07GH-2880 make services status widget open a valid pagePetr Mrázek
https://help.mojang.com/ no longer has API status
2019-11-27NOISSUE Attempt to add build status and test teamcity build reportingPetr Mrázek
2019-11-26Remove travis-ci and github actions leftoversPetr Mrázek
2019-11-26NOISSUE fix comment in Commandline.hPetr Mrázek
2019-11-18NOISSUE remove dead reference to TwitchPage.uiPetr Mrázek
2019-11-18GH-2859 remove twitch page and modpack import from URLPetr Mrázek
The functionality was broken, beyond repair and an ongoing maintenance nightmare.
2019-11-03NOISSUE put legacy FTB support in a namespace, fix its base URLPetr Mrázek
2019-10-14NOISSUE fix translation string for Twitch drop areaPetr Mrázek
2019-10-14GH-2859 improve UI for twitch pack import with drag&dropPetr Mrázek
2019-10-14NOISSUE remove remains of what could have been technic integrationPetr Mrázek
2019-10-13NOISSUE remove unused 'PackagesPage'Petr Mrázek
2019-10-05NOISSUE make the main window title only 'MultiMC' for screen readersPetr Mrázek
2019-10-01Merge pull request #2871 from kb-1000/fix-accessibility-fixPetr Mrázek
Remove include of qtguiglobal.h
2019-10-01Remove include of qtguiglobal.hkb1000
2019-10-01Merge pull request #2870 from kb-1000/fix-accessibilityPetr Mrázek
Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without accessibility
2019-10-01Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without ↵kb1000
accessibility
2019-09-30NOISSUE remove more html rom About dialogPetr Mrázek
2019-09-27Update BUILD.mdHubcapp
the `git clone` command provided doesn't work and gives this error on Debian ``` $ git clone --recursive git@github.com:MultiMC/MultiMC5.git src Cloning into 'src'... The authenticity of host 'github.com (192.30.253.113)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ``` I am suggesting an alternative command to provide to users in BUILD.md instead.
2019-09-27NOISSUE remove some ugly html strings to make translating slightly nicerPetr Mrázek
2019-09-27NOISSUE fix display of european portuguese in language listsPetr Mrázek
2019-09-26NOISSUE remove some dead thingsPetr Mrázek
2019-09-26NOISSUE correct some parts of the README, one more translation string changePetr Mrázek
2019-09-25TRANSLATIONS-82 fix typos: resove -> resolvePetr Mrázek
2019-09-25TRANSLATIONS-73 remove some strings that don't show up in the UIPetr Mrázek
2019-09-19Try using github actionsPetr Mrázek
Let's see how badly this goes
2019-09-19NOISSUE remove nonsensical logic related to 'MultiMC.app/' prefixes in ↵Petr Mrázek
update manifests
2019-09-17NOISSUE escape tcversion morePetr Mrázek
2019-09-17NOISSUE add some escaping to make the tc version print actually do somethingPetr Mrázek
2019-09-17Merge pull request #2849 from AshleighTheCutie/developPetr Mrázek
Message cleanup
2019-09-17NOISSUE add a way to extract the version into a TC variablePetr Mrázek
2019-09-14Cleaned up messages, made some more descriptive, made some nicer.Ashleigh
2019-09-14Added text notifying that password change may cause logoutAshleigh
2019-09-15Merge pull request #2848 from AshleighTheCutie/developPetr Mrázek
Window Size to 800x600
2019-09-14Window Size to 800x600Ashleigh
2019-08-26NOISSUE add bee iconPetr Mrázek
2019-08-20GH-851 save, load and use group expansion statusPetr Mrázek
2019-08-14Merge pull request #2796 from QuImUfu/bug_fixPetr Mrázek
GH-2787 fix "Download All" button
2019-08-14Merge pull request #2803 from kb-1000/escape-semicolonPetr Mrázek
Escape ; too in instance folder names
2019-08-13Escape ; too in instance folder namesKaeptm Blaubaer
2019-08-10NOISSUE tweak toolbar and custom widget titles for better translationsPetr Mrázek
2019-08-10NOISSUE fix small memory leaksPetr Mrázek
2019-08-09GH-2787 fix "Download All" buttonJohannes Michael Andreas Merl
2019-08-05NOISSUE do not lose selection on mod enable/disable togglePetr Mrázek