aboutsummaryrefslogtreecommitdiff
path: root/application/pages
AgeCommit message (Collapse)Author
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-07-15NOISSUE separate new mods model from the simple onePetr Mrázek
It should list mods in various locations...
2018-07-15SCRATCH second mods page, placeholderPetr Mrázek
2018-06-30NOISSUE remove refresh button from servers pagePetr Mrázek
2018-06-30NOISSUE fix saving the servers.dat file when it doesn't exist yetPetr Mrázek
2018-06-28NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr 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-23GH-2053 basics of the servers.dat managementPetr Mrázek
2018-04-08NOISSUE hide the twitch platform pagePetr Mrázek
2018-04-07NOISSUE fix build problem with missing <functional> includePetr Mrázek
2018-04-07#2228, #2229 - Auto import pack icons and fixed to big version selection - ↵Janrupf
Closes #2228, Closes #2229
2018-04-07NOISSUE Fixed ftb downloads always latest versionJanrupf
2018-04-06NOISSUE make FTB pack selection fancierPetr Mrázek
2018-04-06NOISSUE move FtbListModel to where it is actually usedPetr Mrázek
2018-04-06NOISSUE Fixed code for PRJanrupf
2018-04-05NOISSUE Added 3rd party pack supportJanrupf
2018-04-02NOISSUE Added FTB Pack logos to chooser and fixed some missing includesJanrupf
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-28NOISSUE add pointless fun things, because.Petr Mrázek
2018-03-27NOISSUE make vanilla refresh button workPetr Mrázek
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2018-02-18GH-2150 Separate Java settings UI used in the wizard into a widgetPetr Mrázek
2018-02-17GH-2150 Split out custom commands into a custom widgetPetr Mrázek
Now it is used from a global page and from a sub-page in the instance settings.
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 fix some warningsPetr Mrázek
2018-02-11NOISSUE update copyright datesPetr Mrázek
2018-02-05NOISSUE implement basic search in Other Logs pagePetr Mrázek
2018-01-05GH-2087 remove the revert to vanilla functionality, add file download button ↵Petr Mrázek
to version page
2017-12-31NOISSUE add button for creating empty, properly registered, componentsPetr Mrázek
2017-12-29NOISSUE add versioning to component metadata format and use itPetr Mrázek
2017-12-29NOISSUE fix crash bug in version page of instancesPetr Mrázek
This was caused by generation of temporary component objects when no such thing should have been happening.
2017-12-25NOISSUE fix typo when deleting log filesPetr Mrázek
"Do you really want to these files?" was missing "delete".
2017-12-18NOISSUE preserve log page checkbox state when the instance window is closedPetr Mrázek
Only for a single session, not between sessions.
2017-12-14NOISSUE fix a bunch of warnings thrown by Qt internalsPetr Mrázek
Badly connected signals/slots and similar things.
2017-12-09NOISSUE when there is a version added already, preselect it in the version ↵Petr Mrázek
select dialog
2017-12-05NOISSUE placeholder for proper 'change version' functionalityPetr Mrázek
When using this on forge or liteloader, it now uses the 'install' dialogs instead. This will have to be done properly using the component version metadata later.
2017-12-03NOISSUE add flat icon theme by MichaelPetr Mrázek
It's the google icon font, all scalable and grey.
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-04NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
2017-09-27GH-1993 swap min/max memory settings when they are the wrong way aroundPetr Mrázek
2017-09-26NOISSUE Legacy migration success now closes the instance windowPetr Mrázek
2017-09-26NOISSUE add #testing discord channel link to Legacy instance migration pagePetr Mrázek
2017-09-26NOISSUE implement LEgacy instance migrationPetr Mrázek
2017-09-22NOISSUE make the paste.ee links in settings clickablePetr Mrázek
2017-09-20NOISSUE remove obsolete LWJGL folder settingPetr Mrázek
2017-09-17NOISSUE Add back Legacy for migration purposesPetr Mrázek
2017-09-09NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek