summaryrefslogtreecommitdiffstats
path: root/application/pages
Commit message (Collapse)AuthorAgeLines
* NOISSUE implement basic search in Other Logs pagePetr Mrázek2018-02-05-25/+101
|
* GH-2087 remove the revert to vanilla functionality, add file download button ↵Petr Mrázek2018-01-05-30/+27
| | | | to version page
* NOISSUE add button for creating empty, properly registered, componentsPetr Mrázek2017-12-31-0/+30
|
* NOISSUE add versioning to component metadata format and use itPetr Mrázek2017-12-29-38/+0
|
* NOISSUE fix crash bug in version page of instancesPetr Mrázek2017-12-29-2/+2
| | | | | This was caused by generation of temporary component objects when no such thing should have been happening.
* NOISSUE fix typo when deleting log filesPetr Mrázek2017-12-25-1/+1
| | | | "Do you really want to these files?" was missing "delete".
* NOISSUE preserve log page checkbox state when the instance window is closedPetr Mrázek2017-12-18-4/+57
| | | | Only for a single session, not between sessions.
* NOISSUE fix a bunch of warnings thrown by Qt internalsPetr Mrázek2017-12-14-4/+4
| | | | Badly connected signals/slots and similar things.
* NOISSUE when there is a version added already, preselect it in the version ↵Petr Mrázek2017-12-09-0/+19
| | | | select dialog
* NOISSUE placeholder for proper 'change version' functionalityPetr Mrázek2017-12-05-0/+11
| | | | | | | 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.
* NOISSUE add flat icon theme by MichaelPetr Mrázek2017-12-03-1/+13
| | | | It's the google icon font, all scalable and grey.
* GH-2050 fix cancel button in file browse dialogs filling text fieldsPetr Mrázek2017-12-03-18/+15
|
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-56/+78
|
* NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek2017-11-04-14/+14
| | | | | It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
* GH-1993 swap min/max memory settings when they are the wrong way aroundPetr Mrázek2017-09-27-8/+48
|
* NOISSUE Legacy migration success now closes the instance windowPetr Mrázek2017-09-26-19/+12
|
* NOISSUE add #testing discord channel link to Legacy instance migration pagePetr Mrázek2017-09-26-1/+1
|
* NOISSUE implement LEgacy instance migrationPetr Mrázek2017-09-26-6/+27
|
* NOISSUE make the paste.ee links in settings clickablePetr Mrázek2017-09-22-0/+3
|
* NOISSUE remove obsolete LWJGL folder settingPetr Mrázek2017-09-20-40/+3
|
* NOISSUE Add back Legacy for migration purposesPetr Mrázek2017-09-17-0/+132
|
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-14/+17
|
* NOISSUE Remove Legacy supportPetr Mrázek2017-09-09-536/+0
|
* NOISSUE remove FTB integrationPetr Mrázek2017-09-09-118/+1
|
* NOISSUE fix hardcoded link color in other placesPetr Mrázek2017-09-07-14/+9
|
* NOISSUE simplify ProblemProviderPetr Mrázek2017-08-28-6/+5
|
* NOISSUE Update Instance-Version Help Pageflcmc2017-08-27-1/+1
|
* NOISSUE select whole items in screenshot listPetr Mrázek2017-08-26-1/+1
| | | | Items = rows. It should work properly now.
* remove public optionJoona2017-08-22-17/+1
|
* NOISSUE use rows when uploading screenshotsPetr Mrázek2017-08-19-1/+1
| | | | Using all indexes was quadrupling the uploaded items.
* GH-1314 add UI for custom minecraft jar additionPetr Mrázek2017-08-07-27/+20
| | | | | | 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.
* NOISSUE set max of java heap spinboxes to detected physical memoryPetr Mrázek2017-07-11-0/+6
|
* NOISSUE fix jvisualvm website linksPetr Mrázek2017-07-07-1/+1
|
* NOISSUE and even more warnings gonePetr Mrázek2017-05-21-1/+0
|
* GH-1886 warn users about proxy settings not applying to the gamePetr Mrázek2017-05-08-8/+21
|
* NOISSUE herp derp custom icon theme supportPetr Mrázek2017-05-04-0/+12
| | | | | | | * Put icon theme in iconthemes/custom/ * Select 'Custom' in the UI. * ... * Maybe it won't explode.
* Revert "NOISSUE disable version customization until further notice"Petr Mrázek2017-04-08-4/+1
| | | | This reverts commit d864c95e2b5e172116370694d59a615a97cf390f.
* NOISSUE disable version customization until further noticePetr Mrázek2017-04-07-1/+4
|
* NOISSUE fix liteloader uid where it is hardcoded hardcodedPetr Mrázek2017-04-07-2/+2
|
* NOISSUE Make forge installable againPetr Mrázek2017-04-07-2/+8
|
* NOISSUE preview of LWJGL version changingPetr Mrázek2017-04-07-16/+31
| | | | | It still needs work - some LWJGL versions are exclusive to macOS. This has to be encoded in the json.
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-04-07-8/+8
| | | | | | | | 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.
* NOISSUE reimplement package dependenciesPetr Mrázek2017-04-07-12/+13
| | | | | It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version
* NOISSUE stuff and things happened. Maybe.Petr Mrázek2017-04-07-22/+3
|
* NOISSUE hack it together enough to get launching backPetr Mrázek2017-04-07-0/+1
| | | | | Meta index will now always return valid objects. They just might never load if they don't exist on the server.
* NOISSUE sanitize loading and downloading of metadata filesPetr Mrázek2017-04-07-28/+5
|
* NOISSUE simplify.Petr Mrázek2017-04-07-1/+1
|
* NOISSUE remove liteloader and forgePetr Mrázek2017-04-07-17/+16
|
* NOISSUE Remove Minecraft version list and versions.Petr Mrázek2017-04-07-2/+6
|
* NOISSUE fix downloading of metadata filesPetr Mrázek2017-04-07-34/+34
|