Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-24 | GH-2979 Tweak GenericName | Brottweiler | |
2020-02-24 | NOISSUE Nice. | Petr Mrázek | |
2020-02-24 | GH-2988 add --import command-line option | OverMighty | |
When specified, opens the "Import from zip" dialog as soon as the main window is shown, with the URL field prefilled with the argument given to the option. Closes #2998 | |||
2020-02-09 | feat: allow telling the main process to import a zip | OverMighty | |
This commit enhances the IPC message system and adds a new IPC command in order to allow secondary MultiMC processes that were started by executing MultiMC with the `--import` command-line option to tell the main MutliMC process to open the "Import from zip" dialog window and prefill the URL field with the specified URL. | |||
2020-02-09 | style: follow upstream code style | OverMighty | |
2020-02-09 | NOISSUE fix some changelog wording | Petr Mrázek | |
2020-02-08 | Update changelog and set version to 0.6.8 | Petr Mrázek | |
2020-02-05 | feat: add --import command-line option | OverMighty | |
When specified, opens the "Import from zip" dialog as soon as the main window is shown, with the URL field prefilled with the argument given to the option. Closes #2998 | |||
2020-01-09 | GH-2769 add an option to not copy play time when copying instances | Petr Mrázek | |
2020-01-09 | GH-2832 add .minecraft and libraries buttons to version page | Petr Mrázek | |
2020-01-08 | GH-2819 mod list filter now also looks at descriptions and authors | Petr Mrázek | |
2020-01-08 | GH-2839 remove username wording from login and account dialogs | Petr Mrázek | |
2020-01-08 | GH-2853 fix collapsing state being sticky in group view | Petr Mrázek | |
Now it resets properly and collapsing a group doesn't make all subsequent clicks collapse groups. | |||
2020-01-08 | NOISSUE add wget as a dependency for deb package | Petr Mrázek | |
2020-01-08 | NOISSUE Do not crash when dependencies are customized and conflict | Petr Mrázek | |
2020-01-07 | GH-2880 make services status widget open a valid page | Petr Mrázek | |
https://help.mojang.com/ no longer has API status | |||
2019-11-27 | NOISSUE Attempt to add build status and test teamcity build reporting | Petr Mrázek | |
2019-11-26 | Remove travis-ci and github actions leftovers | Petr Mrázek | |
2019-11-26 | NOISSUE fix comment in Commandline.h | Petr Mrázek | |
2019-11-18 | NOISSUE remove dead reference to TwitchPage.ui | Petr Mrázek | |
2019-11-18 | GH-2859 remove twitch page and modpack import from URL | Petr Mrázek | |
The functionality was broken, beyond repair and an ongoing maintenance nightmare. | |||
2019-11-03 | NOISSUE put legacy FTB support in a namespace, fix its base URL | Petr Mrázek | |
2019-10-14 | NOISSUE fix translation string for Twitch drop area | Petr Mrázek | |
2019-10-14 | GH-2859 improve UI for twitch pack import with drag&drop | Petr Mrázek | |
2019-10-14 | NOISSUE remove remains of what could have been technic integration | Petr Mrázek | |
2019-10-13 | NOISSUE remove unused 'PackagesPage' | Petr Mrázek | |
2019-10-05 | NOISSUE make the main window title only 'MultiMC' for screen readers | Petr Mrázek | |
2019-10-01 | Merge pull request #2871 from kb-1000/fix-accessibility-fix | Petr Mrázek | |
Remove include of qtguiglobal.h | |||
2019-10-01 | Remove include of qtguiglobal.h | kb1000 | |
2019-10-01 | Merge pull request #2870 from kb-1000/fix-accessibility | Petr Mrázek | |
Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without accessibility | |||
2019-10-01 | Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without ↵ | kb1000 | |
accessibility | |||
2019-09-30 | NOISSUE remove more html rom About dialog | Petr Mrázek | |
2019-09-27 | Update BUILD.md | Hubcapp | |
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-27 | NOISSUE remove some ugly html strings to make translating slightly nicer | Petr Mrázek | |
2019-09-27 | NOISSUE fix display of european portuguese in language lists | Petr Mrázek | |
2019-09-26 | NOISSUE remove some dead things | Petr Mrázek | |
2019-09-26 | NOISSUE correct some parts of the README, one more translation string change | Petr Mrázek | |
2019-09-25 | TRANSLATIONS-82 fix typos: resove -> resolve | Petr Mrázek | |
2019-09-25 | TRANSLATIONS-73 remove some strings that don't show up in the UI | Petr Mrázek | |
2019-09-19 | Try using github actions | Petr Mrázek | |
Let's see how badly this goes | |||
2019-09-19 | NOISSUE remove nonsensical logic related to 'MultiMC.app/' prefixes in ↵ | Petr Mrázek | |
update manifests | |||
2019-09-17 | NOISSUE escape tcversion more | Petr Mrázek | |
2019-09-17 | NOISSUE add some escaping to make the tc version print actually do something | Petr Mrázek | |
2019-09-17 | Merge pull request #2849 from AshleighTheCutie/develop | Petr Mrázek | |
Message cleanup | |||
2019-09-17 | NOISSUE add a way to extract the version into a TC variable | Petr Mrázek | |
2019-09-14 | Cleaned up messages, made some more descriptive, made some nicer. | Ashleigh | |
2019-09-14 | Added text notifying that password change may cause logout | Ashleigh | |
2019-09-15 | Merge pull request #2848 from AshleighTheCutie/develop | Petr Mrázek | |
Window Size to 800x600 | |||
2019-09-14 | Window Size to 800x600 | Ashleigh | |
2019-08-26 | NOISSUE add bee icon | Petr Mrázek | |