aboutsummaryrefslogtreecommitdiff
path: root/application/pages
AgeCommit message (Collapse)Author
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
2017-09-09NOISSUE Remove Legacy supportPetr Mrázek
2017-09-09NOISSUE remove FTB integrationPetr Mrázek
2017-09-07NOISSUE fix hardcoded link color in other placesPetr Mrázek
2017-08-28NOISSUE simplify ProblemProviderPetr Mrázek
2017-08-27NOISSUE Update Instance-Version Help Pageflcmc
2017-08-26NOISSUE select whole items in screenshot listPetr Mrázek
Items = rows. It should work properly now.
2017-08-22remove public optionJoona
2017-08-19NOISSUE use rows when uploading screenshotsPetr Mrázek
Using all indexes was quadrupling the uploaded items.
2017-08-07GH-1314 add UI for custom minecraft jar additionPetr Mrázek
Also changes the text of the jar mod addition button. It should be clearer what it does and hopefully will not confuse as many people.
2017-07-11NOISSUE set max of java heap spinboxes to detected physical memoryPetr Mrázek
2017-07-07NOISSUE fix jvisualvm website linksPetr Mrázek
2017-05-21NOISSUE and even more warnings gonePetr Mrázek
2017-05-08GH-1886 warn users about proxy settings not applying to the gamePetr Mrázek
2017-05-04NOISSUE herp derp custom icon theme supportPetr Mrázek
* Put icon theme in iconthemes/custom/ * Select 'Custom' in the UI. * ... * Maybe it won't explode.
2017-04-08Revert "NOISSUE disable version customization until further notice"Petr Mrázek
This reverts commit d864c95e2b5e172116370694d59a615a97cf390f.
2017-04-07NOISSUE disable version customization until further noticePetr Mrázek
2017-04-07NOISSUE fix liteloader uid where it is hardcoded hardcodedPetr Mrázek
2017-04-07NOISSUE Make forge installable againPetr Mrázek
2017-04-07NOISSUE preview of LWJGL version changingPetr Mrázek
It still needs work - some LWJGL versions are exclusive to macOS. This has to be encoded in the json.
2017-04-07NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek
They are now distinct classes with distinct responsibilities. * ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version. * VersionFile is the basic element that holds version information loaded from JSON. * Meta::Version is the loader class for VersionFile(s) from a server.
2017-04-07NOISSUE reimplement package dependenciesPetr Mrázek
It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version
2017-04-07NOISSUE stuff and things happened. Maybe.Petr Mrázek
2017-04-07NOISSUE hack it together enough to get launching backPetr Mrázek
Meta index will now always return valid objects. They just might never load if they don't exist on the server.
2017-04-07NOISSUE sanitize loading and downloading of metadata filesPetr Mrázek
2017-04-07NOISSUE simplify.Petr Mrázek
2017-04-07NOISSUE remove liteloader and forgePetr Mrázek
2017-04-07NOISSUE Remove Minecraft version list and versions.Petr Mrázek
2017-04-07NOISSUE fix downloading of metadata filesPetr Mrázek
2017-04-07NOISSUE Wonko is the new MetaPetr Mrázek
And then Wonko was the Meta.