aboutsummaryrefslogtreecommitdiff
path: root/application/dialogs
AgeCommit message (Collapse)Author
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
2017-12-31NOISSUE add button for creating empty, properly registered, componentsPetr Mrázek
2017-12-21NOISSUE sort export dialog contents in ascending order by defaultPetr Mrázek
2017-12-17NOISSUE ignore merge commits in dev build changelogPetr Mrázek
2017-12-09NOISSUE when there is a version added already, preselect it in the version ↵Petr Mrázek
select dialog
2017-12-03GH-2050 fix cancel button in file browse dialogs filling text fieldsPetr Mrázek
2017-12-03GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek
2017-11-14NOISSUE add svg instance icon supportPetr Mrázek
2017-10-28NOISSUE show hidden files in instance export dialog (like .minecraft)Petr Mrázek
2017-09-07NOISSUE fix hardcoded link color in about dialogPetr Mrázek
Should respect theme colors now.
2017-06-26NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek
Possibly also some bug fixes.
2017-05-31NOISSUE instance export filter should use covers, not containsPetr Mrázek
2017-05-31NOISSUE finish cleaning quazipPetr Mrázek
All LGPL code is back in the customized quazip fork
2017-05-09GH-1882 save UpdateDialog geometryPetr Mrázek
2017-05-06GH-1876 replace ColumnResizer with a newer, BSD-3 licensed versionPetr Mrázek
Also, keep licensing info only in one file. The COPYING.md is now a resource and rendered to HTML in the About dialog.
2017-05-03NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek
2017-04-29NOISSUE refactor NetAction to be based on TaskPetr Mrázek
Still missing some things, this is part 1.
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