summaryrefslogtreecommitdiffstats
path: root/application/dialogs
Commit message (Collapse)AuthorAgeLines
* Fixed missing includesThomas Groman2018-12-10-0/+1
|
* #2228, #2229 - Auto import pack icons and fixed to big version selection - ↵Janrupf2018-04-07-0/+31
| | | | Closes #2228, Closes #2229
* NOISSUE Fixed progress dialogLukas Haigner2018-04-07-1/+3
|
* GH-2219 fix crash and bad view scaling in Java VersionSelectDialogPetr Mrázek2018-04-02-2/+6
|
* NOISSUE polish the new instance UI a bit morePetr Mrázek2018-03-28-1/+1
|
* NOISSUE fix page container spacing in UIsPetr Mrázek2018-03-27-0/+1
|
* NOISSUE save the new instance dialog geometry when the dialog is acceptedPetr Mrázek2018-03-27-16/+18
|
* NOISSUE fix crash in NewInstanceDialogPetr Mrázek2018-03-27-2/+4
|
* NOISSUE redo new instance dialogPetr Mrázek2018-03-27-787/+110
|
* NOISSUE move modpack platform related files to 'modplatform' subfoldersPetr Mrázek2018-03-16-4/+3
|
* NOISSUE Fixed code for PRJanrupf2018-03-12-5/+2
|
* GH-2124 First complete implementation, installing is working now! GH-2172 ↵Janrupf2018-03-11-124/+107
| | | | Added sorting
* Added FTB pack selection ad download, WIPJanrupf2018-02-28-33/+430
|
* GH-2134 Totally overengineer skin upload input validationPetr Mrázek2018-02-15-6/+51
| | | | | | * 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).
* GH-604 use the same font for 'Other Logs' as for the main logPetr Mrázek2018-02-14-0/+1
| | | | This doesn't mean coloring, just the same font and font size.
* NOISSUE update copyright datesPetr Mrázek2018-02-11-26/+26
|
* NOISSUE split logo into 'logo' and 'multimc'Petr Mrázek2018-02-10-1/+1
|
* NOISSUE add an 'open folder' button to the icon dialogPetr Mrázek2018-02-05-5/+14
|
* NOISSUE add button for creating empty, properly registered, componentsPetr Mrázek2017-12-31-0/+255
|
* NOISSUE sort export dialog contents in ascending order by defaultPetr Mrázek2017-12-21-0/+1
|
* NOISSUE ignore merge commits in dev build changelogPetr Mrázek2017-12-17-0/+6
|
* NOISSUE when there is a version added already, preselect it in the version ↵Petr Mrázek2017-12-09-1/+8
| | | | select dialog
* GH-2050 fix cancel button in file browse dialogs filling text fieldsPetr Mrázek2017-12-03-3/+3
|
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-1/+1
|
* NOISSUE add svg instance icon supportPetr Mrázek2017-11-14-1/+1
|
* NOISSUE show hidden files in instance export dialog (like .minecraft)Petr Mrázek2017-10-28-0/+1
|
* NOISSUE fix hardcoded link color in about dialogPetr Mrázek2017-09-07-1/+1
| | | | Should respect theme colors now.
* NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek2017-06-26-1/+1
| | | | Possibly also some bug fixes.
* NOISSUE instance export filter should use covers, not containsPetr Mrázek2017-05-31-1/+1
|
* NOISSUE finish cleaning quazipPetr Mrázek2017-05-31-1/+3
| | | | All LGPL code is back in the customized quazip fork
* GH-1882 save UpdateDialog geometryPetr Mrázek2017-05-09-2/+11
|
* GH-1876 replace ColumnResizer with a newer, BSD-3 licensed versionPetr Mrázek2017-05-06-314/+17
| | | | | Also, keep licensing info only in one file. The COPYING.md is now a resource and rendered to HTML in the About dialog.
* NOISSUE Revert all recent changes to NetAction and NetJobPetr Mrázek2017-05-03-1/+1
|
* NOISSUE refactor NetAction to be based on TaskPetr Mrázek2017-04-29-1/+1
| | | | Still missing some things, this is part 1.
* NOISSUE add pack import using drag&dropPetr Mrázek2017-04-22-2/+7
| | | | Straight from the browser or the downloads folder.
* NOISSUE bring back instance creationPetr Mrázek2017-04-07-7/+35
|
* NOISSUE Remove Minecraft version list and versions.Petr Mrázek2017-04-07-4/+7
|
* GH-1788 fix missing translation stringsPetr Mrázek2017-01-17-3/+3
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-25/+25
|
* NOISSUE feature complete setup wizardPetr Mrázek2017-01-05-253/+71
|
* NOISSUE fix credits entry for RoboSkyPetr Mrázek2016-12-26-1/+1
|
* NOISSUE Fix up Credits section in About dialogPetr Mrázek2016-12-26-3/+3
|
* NOISSUE add ganalytics and LocalPeer licensesPetr Mrázek2016-11-26-204/+264
|
* NOISSUE mark used accounts/sessions in selection menusPetr Mrázek2016-11-17-1/+6
|
* NOISSUE make progress dialog abort button resistant to accidental key pressesPetr Mrázek2016-08-17-2/+19
|
* GH-1433 with no default account, show profiles instead of accounts in ↵Petr Mrázek2016-08-11-22/+54
| | | | selection dialog
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-06-05-15/+14
| | | | | | * Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
* GH-767 Basic skin uploadAlexia2016-05-15-0/+183
|
* GH-1560 trim whitespace from instance names when creating instancesPetr Mrázek2016-05-04-2/+2
|
* GH-1559 Fix FTB iconsPetr Mrázek2016-05-03-2/+2
| | | | | This was caused by separation of GUI and logic. Now logic has an interface that GUI implements. It should be expanded upon later.