aboutsummaryrefslogtreecommitdiff
path: root/application
AgeCommit message (Collapse)Author
2020-09-10NOISSUE add a way to use native system versions of OpenAL and GLFWPetr Mrázek
If your OS comes with patched/fixed/newer versions of those, you can now check the checkboxes and stop using the old ones shipped by Mojang.
2020-09-07NOISSUE add 'java.vendor' to the checker and display/log the valuePetr Mrázek
2020-08-22NOISSUE Add world icons and world icon reset buttonPetr Mrázek
2020-08-21NOISSUE attempt to fix build on macOSPetr Mrázek
2020-08-21GH-3095 New FTB platform supportJamie Mansfield
Models are based on the models from my go-modpacksch library. License: ======== The MIT License (MIT) Copyright (c) Jamie Mansfield <https://www.jamiemansfield.me/> Copyright (c) contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2020-07-18GH-3234 Add support for custom meta URLs at build timePetr Mrázek
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
2020-07-09Fix Fabric loader error messages being reused for intermediary mappingshaykam821
2020-06-27NOISSUE rename ComponentList to PackProfilePetr Mrázek
It's not just components, so the naming needed cleaning up.
2020-06-07NOISSUE Switch twitch modpack page to use a QListViewPetr Mrázek
This makes the lazy loading of the paginated search results actually work.
2020-05-30Allow compiling MultiMC using Qt builds without accessibility againkb1000
2020-05-29Merge pull request #3127 from OverMighty/developPetr Mrázek
fix: add support for args with spaces to MultiMC::messageReceived()
2020-05-28Clarify WSL error messagesThalia Nero
2020-05-28Fix.Petr Mrázek
2020-05-28NOISSUE prevent evil from winningPetr Mrázek
2020-05-17GH-2802 remove extra remapping of indexes in VersionPage modelPetr Mrázek
2020-05-17GH-3131 fix not working with proxy ports > 32767Petr Mrázek
2020-05-04fix: add support for args with spaces to MultiMC::messageReceived()OverMighty
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.
2020-04-29NOISSUE expose twitch pack url, description and author listPetr Mrázek
2020-04-01NOISSUE Add pagination support to twitch pack searchPetr Mrázek
Try searching for 'craft'. Now it gives ALL the results, not just the first page of 25.
2020-04-01NOISSUE fix buildPetr Mrázek
2020-04-01NOISSUE Bare-bones twitch pack browserPetr Mrázek
2020-03-29NOISSUE update version number, changelog and credits in about dialogPetr Mrázek
2020-03-28GH-2544 enable Forge install button for >= 1.13Petr Mrázek
2020-02-25Merge pull request #2979 from Brottweiler/desktop-entry-tweakPetr Mrázek
Tweak GenericName for Linux desktop entry
2020-02-24GH-2979 Tweak GenericNameBrottweiler
2020-02-24GH-2988 add --import command-line optionOverMighty
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-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-07GH-2880 make services status widget open a valid pagePetr Mrázek
https://help.mojang.com/ no longer has API status
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-01Remove include of qtguiglobal.hkb1000
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-27NOISSUE remove some ugly html strings to make translating slightly nicerPetr Mrázek
2019-09-26NOISSUE correct some parts of the README, one more translation string changePetr Mrázek
2019-09-25TRANSLATIONS-73 remove some strings that don't show up in the UIPetr 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-14Window Size to 800x600Ashleigh