aboutsummaryrefslogtreecommitdiff
path: root/application/dialogs/NewInstanceDialog.cpp
AgeCommit message (Collapse)Author
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek
2021-06-20GH-3720 Fix UI inconsistencies with Modplatformsphit
Fixes GH-3118 Fixes GH-3720 Fixes GH-3731 Icons and Ok button state will now switch consistently when moving between tabs. ATLaunchers packlist is now no longer redownloaded each time you open its Tab. All lists are striped now. And all search and filter fields now have a placeholder text.
2021-03-24NOISSUE rename Twitch to flame internally for consistency and to CurseForge ↵kb1000
for user displayed strings
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
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-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-01-16Update Copyright YearAppleTheGolden
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-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-04-07#2228, #2229 - Auto import pack icons and fixed to big version selection - ↵Janrupf
Closes #2228, Closes #2229
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-12NOISSUE Fixed code for PRJanrupf
2018-02-28Added FTB pack selection ad download, WIPJanrupf
2018-02-11NOISSUE update copyright datesPetr Mrázek
2017-12-03GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek
2017-04-22NOISSUE add pack import using drag&dropPetr Mrázek
Straight from the browser or the downloads folder.
2017-04-07NOISSUE bring back instance creationPetr Mrázek
2017-04-07NOISSUE Remove Minecraft version list and versions.Petr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2016-05-04GH-1560 trim whitespace from instance names when creating instancesPetr Mrázek
2016-04-30NOISSUE split GUI stuff from logic libraryPetr Mrázek
2016-04-11GH-1404 allow deleting groups and creating instances in groups directly ↵Petr Mrázek
using context menu
2015-09-26NOISSUE fix all clang warningsPetr Mrázek
2015-09-12NOISSUE use whole zip base filename for default instance namePetr Mrázek
2015-08-23NOISSUE remoce the old WM_CLASS workaroundPetr Mrázek
2015-08-21GH-1148 New instance name is either version or modpack 'base name'Petr Mrázek
Default names now use the placeholder text in the new instance dialog.
2015-06-01GH-1031 include icon in exported instance if it is customPetr Mrázek
2015-05-02NOISSUE handle recommended versions betterPetr Mrázek
Moved constants to the version data file Use recommended Minecraft instead of latest stable for new instances by default
2015-04-12NOISSUE move everything.Petr Mrázek