aboutsummaryrefslogtreecommitdiff
path: root/application/dialogs
AgeCommit message (Collapse)Author
2021-03-24NOISSUE rename Twitch to flame internally for consistency and to CurseForge ↵kb1000
for user displayed strings
2021-02-11NOISSUE implement deleting skinsPetr Mrázek
2021-02-07GH-405 ATLauncher SupportJamie Mansfield
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-10-13GH-469 Implement support for importing and searching for Technic Platform ↵kb1000
and Solder modpacks This does not support any custom modpack.jar for 1.6 or newer, it simply uses standard Forge then. Supports Forge and Fabric, and JAR mods for 1.5 and older.
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-04-01NOISSUE Bare-bones twitch pack browserPetr Mrázek
2020-03-29NOISSUE update version number, changelog and credits in about dialogPetr Mrázek
2020-01-09GH-2769 add an option to not copy play time when copying instancesPetr Mrázek
2020-01-08GH-2839 remove username wording from login and account dialogsPetr 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 remove remains of what could have been technic integrationPetr Mrázek
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-08-03NOISSUE refactor Mod a bunch, get rid of dead codePetr Mrázek
2019-07-09NOISSUE recognize curseforge URLs dropped on top of MultiMCPetr Mrázek
2019-07-09Revert "NOISSUE Import page is now a MultiMC pack page"Petr Mrázek
This reverts commit f74e3db804f2fb3d73cbf7ab5fbdb12ecea0f259.
2019-06-29NOISSUE Import page is now a MultiMC pack pagePetr Mrázek
2019-05-31NOISSUE improve icon handling while importing and exporting instancesPetr Mrázek
Now it handles formats other than png.
2019-02-05Update title of Add Empty dialogJoshua Anderson
2019-01-16Update Copyright YearAppleTheGolden
2018-11-02NOISSUE use https more widelyChris Lane
2018-10-31GH-2232 add gif icon support (not animated)Petr Mrázek
2018-08-02NOISSUE FTB pack code implementation, cleaned upJannis Lübke
2018-07-31NOISSUE fix crash bug caused by urge to maker code prettyPetr Mrázek
Also added a note so this doesn't happen again...
2018-07-31NOISSUE set groups for instances by not setting groups for instancesPetr Mrázek
So simple. Better in every way.
2018-07-28SCRATCH things and stuff, related to grou savingPetr Mrázek
2018-07-28GH-2355 Do not allow instances to be created with whitespace prefix or suffixPetr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-06-30NOISSUE add cancel button to the new instance dialogPetr Mrázek
2018-06-02GH-2291 Fix build with Qt 5.11+Sergey Shatunov
2018-05-19Catch C++ exceptions by const referenceCharles Milette
Fixes #2277
2018-04-07#2228, #2229 - Auto import pack icons and fixed to big version selection - ↵Janrupf
Closes #2228, Closes #2229
2018-04-07NOISSUE Fixed progress dialogLukas Haigner
2018-04-02GH-2219 fix crash and bad view scaling in Java VersionSelectDialogPetr Mrázek
2018-03-28NOISSUE polish the new instance UI a bit morePetr Mrázek
2018-03-27NOISSUE fix page container spacing in UIsPetr Mrázek
2018-03-27NOISSUE save the new instance dialog geometry when the dialog is acceptedPetr Mrázek
2018-03-27NOISSUE fix crash in NewInstanceDialogPetr Mrázek
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2018-03-16NOISSUE move modpack platform related files to 'modplatform' subfoldersPetr Mrázek
2018-03-12NOISSUE Fixed code for PRJanrupf
2018-03-11GH-2124 First complete implementation, installing is working now! GH-2172 ↵Janrupf
Added sorting
2018-02-28Added FTB pack selection ad download, WIPJanrupf
2018-02-15GH-2134 Totally overengineer skin upload input validationPetr Mrázek
* It autocorrects local paths and file:// URLs to valid local paths. * It recognizes other URL schemes as 'remote' and will show an error for them. * The error dialogs have been fixed (they all had titles and content swapped).
2018-02-14GH-604 use the same font for 'Other Logs' as for the main logPetr Mrázek
This doesn't mean coloring, just the same font and font size.
2018-02-11NOISSUE update copyright datesPetr Mrázek
2018-02-10NOISSUE split logo into 'logo' and 'multimc'Petr Mrázek
2018-02-05NOISSUE add an 'open folder' button to the icon dialogPetr Mrázek