Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-3189 update the nbt library | Petr Mrázek | 2020-06-07 | -0/+0 |
| | ||||
* | NOISSUE Switch twitch modpack page to use a QListView | Petr Mrázek | 2020-06-07 | -31/+16 |
| | | | | | This makes the lazy loading of the paginated search results actually work. | |||
* | Merge pull request #3169 from kb-1000/fix-accessibility-2 | Petr Mrázek | 2020-05-30 | -0/+2 |
|\ | | | | | Allow compiling MultiMC using Qt builds without accessibility again | |||
| * | Allow compiling MultiMC using Qt builds without accessibility again | kb1000 | 2020-05-30 | -0/+2 |
|/ | ||||
* | Merge pull request #2864 from Hubcapp/patch-1 | Petr Mrázek | 2020-05-29 | -1/+1 |
|\ | | | | | Update BUILD.md | |||
| * | Update BUILD.md | Hubcapp | 2019-09-27 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
* | | Merge pull request #3127 from OverMighty/develop | Petr Mrázek | 2020-05-29 | -6/+7 |
|\ \ | | | | | | | fix: add support for args with spaces to MultiMC::messageReceived() | |||
| * | | fix: add support for args with spaces to MultiMC::messageReceived() | OverMighty | 2020-05-04 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, when the main instance of MultiMC would receive an `import` or `launch` message from another instance, it would split the message on each space, and only read the first word of the argument (zip path/URL or instance ID). This commit fixes that problem by sectioning the message string instead. | |||
| * | | chore: pull changes from upstream | OverMighty | 2020-05-04 | -20/+848 |
| |\ \ | ||||
| * | | | feat: allow telling the main process to import a zip | OverMighty | 2020-02-09 | -8/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
| * | | | style: follow upstream code style | OverMighty | 2020-02-09 | -3/+3 |
| | | | | ||||
| * | | | feat: add --import command-line option | OverMighty | 2020-02-05 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
* | | | | Merge pull request #3165 from kvverti/wsl-messages | Petr Mrázek | 2020-05-29 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Clarify WSL error messages | |||
| * | | | | Clarify WSL error messages | Thalia Nero | 2020-05-28 | -3/+3 |
|/ / / / | ||||
* | | | | Fix. | Petr Mrázek | 2020-05-28 | -2/+1 |
| | | | | ||||
* | | | | NOISSUE prevent evil from winning | Petr Mrázek | 2020-05-28 | -1/+32 |
| | | | | ||||
* | | | | Remove some old forge hacks | Petr Mrázek | 2020-05-19 | -10528/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forge apparently removed all `.pack.xz` files without warning. It broke a bunch of stuff, as always. But it also means we don't need some ugly code anymore. This is removed: - Support for 'forge-pack-xz' and the forge-specific file download compression. - The pack200 library we no longer need. This stays: - The LZMA decompression library - we may still want to use it. | |||
* | | | | GH-2802 remove extra remapping of indexes in VersionPage model | Petr Mrázek | 2020-05-17 | -1/+1 |
| | | | | ||||
* | | | | GH-3131 fix not working with proxy ports > 32767 | Petr Mrázek | 2020-05-17 | -1/+1 |
| |/ / |/| | | ||||
* | | | NOISSUE expose twitch pack url, description and author list | Petr Mrázek | 2020-04-29 | -0/+50 |
| | | | ||||
* | | | Merge branch 'develop' of https://github.com/Moresteck/MultiMC5 into develop | Petr Mrázek | 2020-04-29 | -1/+1 |
|\ \ \ | ||||
| * | | | NOISSUE Fixed online saving in early Classic versions | Moresteck | 2020-04-19 | -1/+1 |
| | | | | ||||
* | | | | NOISSUE fix compiling of api/logic/Version.cpp | John C. Allwein | 2020-04-19 | -1/+1 |
|/ / / | | | | | | | | | | -Wrange-loop-construct triggers this error in clang | |||
* | | | Merge pull request #3046 from Ghalid/mac-build-instructions | Petr Mrázek | 2020-04-11 | -1/+1 |
|\ \ \ | | | | | | | | | Fix macOS build instructions so that git submodule commands succeed | |||
| * | | | NOISSUE change directory before running git submodule commands in mac ↵ | Ghalid | 2020-03-22 | -1/+1 |
| | | | | | | | | | | | | | | | | instructions | |||
* | | | | NOISSUE Add pagination support to twitch pack search | Petr Mrázek | 2020-04-01 | -13/+85 |
| | | | | | | | | | | | | | | | | | | | | Try searching for 'craft'. Now it gives ALL the results, not just the first page of 25. | |||
* | | | | NOISSUE fix build | Petr Mrázek | 2020-04-01 | -1/+1 |
| | | | | ||||
* | | | | NOISSUE Bare-bones twitch pack browser | Petr Mrázek | 2020-04-01 | -1/+595 |
| | | | | ||||
* | | | | Bump dev version to 0.6.12 | Petr Mrázek | 2020-03-29 | -1/+1 |
| | | | | ||||
* | | | | NOISSUE update version number, changelog and credits in about dialog0.6.11 | Petr Mrázek | 2020-03-29 | -3/+21 |
| | | | | ||||
* | | | | GH-2544 enable Forge install button for >= 1.13 | Petr Mrázek | 2020-03-28 | -1/+1 |
| | | | | ||||
* | | | | GH-2544 allow adding files to `libraries` without affecting classpath | Petr Mrázek | 2020-03-27 | -12/+56 |
| | | | | | | | | | | | | | | | | | | | | This is done by adding library-like objects into the `mavenFiles` list in version JSONs. | |||
* | | | | NOISSUE no means no, #20.6.10 | Petr Mrázek | 2020-03-26 | -5/+5 |
| | | | | ||||
* | | | | NOISSUE no means no.0.6.9 | Petr Mrázek | 2020-03-26 | -0/+4 |
|/ / / | ||||
* | | | Merge pull request #2979 from Brottweiler/desktop-entry-tweak | Petr Mrázek | 2020-02-25 | -1/+1 |
|\ \ \ | | | | | | | | | Tweak GenericName for Linux desktop entry | |||
| * | | | GH-2979 Tweak GenericName | Brottweiler | 2020-02-24 | -1/+1 |
| |/ / | ||||
* | | | NOISSUE Nice. | Petr Mrázek | 2020-02-24 | -1/+1 |
| | | | ||||
* | | | GH-2988 add --import command-line option | OverMighty | 2020-02-24 | -7/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
* | | | NOISSUE fix some changelog wording0.6.8 | Petr Mrázek | 2020-02-09 | -1/+1 |
| | | | ||||
* | | | Update changelog and set version to 0.6.8 | Petr Mrázek | 2020-02-08 | -7/+53 |
|/ / | ||||
* | | GH-2769 add an option to not copy play time when copying instances | Petr Mrázek | 2020-01-09 | -4/+45 |
| | | ||||
* | | GH-2832 add .minecraft and libraries buttons to version page | Petr Mrázek | 2020-01-09 | -0/+34 |
| | | ||||
* | | GH-2819 mod list filter now also looks at descriptions and authors | Petr Mrázek | 2020-01-08 | -0/+24 |
| | | ||||
* | | GH-2839 remove username wording from login and account dialogs | Petr Mrázek | 2020-01-08 | -4/+3 |
| | | ||||
* | | GH-2853 fix collapsing state being sticky in group view | Petr Mrázek | 2020-01-08 | -0/+4 |
| | | | | | | | | | | Now it resets properly and collapsing a group doesn't make all subsequent clicks collapse groups. | |||
* | | NOISSUE add wget as a dependency for deb package | Petr Mrázek | 2020-01-08 | -2/+2 |
| | | ||||
* | | NOISSUE Do not crash when dependencies are customized and conflict | Petr Mrázek | 2020-01-08 | -6/+10 |
| | | ||||
* | | GH-2880 make services status widget open a valid page | Petr Mrázek | 2020-01-07 | -1/+1 |
| | | | | | | | | https://help.mojang.com/ no longer has API status | |||
* | | NOISSUE Attempt to add build status and test teamcity build reporting | Petr Mrázek | 2019-11-27 | -0/+33 |
| | | ||||
* | | Remove travis-ci and github actions leftovers | Petr Mrázek | 2019-11-26 | -70/+0 |
| | |