aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/instance
AgeCommit message (Collapse)Author
2022-05-19refactor: allow tracking multiple mod loadersSefa Eyeoglu
2022-05-17Merge pull request #540 from kthchew/fix/executable-screenshottxtsd
Show "executable" screenshots in the screenshot manager
2022-05-12Add UI for miscellaneous instance setting overridesKenneth Chew
2022-05-09Show "executable" screenshots in the screenshot managerKenneth Chew
Since the readable/writable filter was removed to do this, extra code was added to enable/disable certain buttons based on whether the screenshot is readable or writable.
2022-04-19fix: use size in bytes to sort by world sizeSefa Eyeoglu
2022-04-15Merge pull request #185 from Scrumplex/quiltSefa Eyeoglu
Quilt support
2022-04-14refactor: cleanup ModLoaderTypeSefa Eyeoglu
2022-04-14fix: support Quilt from Minecraft 1.14 onwardsSefa Eyeoglu
2022-04-14fix: remove unused codeSefa Eyeoglu
2022-04-09refactor: switch Quilt mappings to hashed MojMapSefa Eyeoglu
2022-04-07fix: check for Quilt as Fabric-compatible loaderSefa Eyeoglu
2022-04-07fix: restrict quilt-mappings versions to MC versionSefa Eyeoglu
2022-04-07NOISSUE prevent -version being passed to the JREPetr Mrázek
We want specific JREs, always, not something that is magically resolved. This counteracts some really bad advice recently being spread on reddit.
2022-04-07feat: initial Quilt supportSefa Eyeoglu
2022-04-06Merge pull request #380 from flowln/task-progressSefa Eyeoglu
2022-04-04Merge pull request #345 from Scrumplex/handle-incompatible-javaSefa Eyeoglu
2022-04-01feat: Use a single progress dialog when doing multiple tasksflow
This puts all mod downloading tasks inside a SequentialTask, which is, for more than one task, a multi step task. This is handled by the ProgressDialog by showing both the global progress of tasks executed, and the individual progress of each of them.
2022-03-27chore: add license headerSefa Eyeoglu
chore: add license header
2022-03-27fix: remove "PolyMC" from stringsSefa Eyeoglu
2022-03-24feat: block launch if Java is incompatibleSefa Eyeoglu
Keep track of compatible Java versions from meta. Launch-step VerifyJavaInstall will check if current instance's Java version is compatible. Also add override option both globally and per-instance in-case the user doesn't care about the requirement.
2022-03-20fix: retranslate CustomCommandsSefa Eyeoglu
2022-03-20chore: add license headerSefa Eyeoglu
2022-03-20App: Retranslate all pages when the language is changedJamie Mansfield
2022-03-20fix: disable "Install Forge" button when neededSefa Eyeoglu
2022-03-20fix: disable "Download mods" button when neededSefa Eyeoglu
Fixes #271
2022-03-11fix missing translation stringsflow
my mistake, sorry! ToT
2022-03-03fix extra spacing in resource packs and shader packs, and move button upflow
hopefully now its finally ok
2022-03-03hack: hide 'Download Mods' button when not in the mods tabflow
2022-03-03change 'Install Mods' -> 'Download Mods' and change positionflow
2022-02-25merge upstream and resolve conflictsflow
2022-02-21feat: change task container in ModDownloadDialog to a QHashflow
Previously, we used a unique_ptr to a ModDownloadTask to keep track of the selected mod to download when we accepted the dialog. In order to allow multiple mods to be selected at once for download, this has been changed to a QHash where the key is the mods name (since it doesn't seem right to allow for multiple versions of the same mod to be downloaded at once), and the value is a pointer to the corresponding ModDownloadTask.
2022-02-21refactor: drop LegacyInstanceSefa Eyeoglu
2022-02-10Remove drama from readme and remove mmc discord linkLenny McLennington
2022-02-03Merge branch 'feature/download_mods' of git://github.com/timoreo22/PolyMC ↵swirl
into feature/download_mods
2022-02-02Merge remote-tracking branch 'upstream/develop' into developswirl
2022-01-30Merge pull request #4300 from Ghosty141/feature/screenshot_copyPetr Mrázek
GH-4044 Implemented copy screenshots to the clipboard
2022-01-28Fix button being present in other pagestimoreo
2022-01-28Merge branch 'PolyMC:develop' into feature/download_modstimoreo22
2022-01-24Fixed spacingtimoreo
2022-01-19PasteUpload task changed to use 0x0.st's protocolLenny McLennington
- Modified PasteUpload task to upload the log file to 0x0.st and other services with the same protocol. - Modified Paste settings UI to allow the user to select a custom paste URL, simplified the settings page code.
2022-01-18Various fixestimoreo
2022-01-14Fixed iconstimoreo
Also having a mod loader is now enforced
2022-01-14Start of mod downloadingtimoreo
2022-01-10More rebrandingswirl
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.
2021-12-31NOISSUE fix build and change how NetJob is usedPetr Mrázek
Feed it network upfront...
2021-12-29GH-4299 Fix screenshot uploadJanrupf
2021-12-06NOISSUE remove the hardcoded blocking of Forge installsPetr Mrázek
Doesn't make it work, but makes it theoretically possible.
2021-12-03NOISSUE Copy Image is not shown if the selection is > 1Ghosty
2021-12-03NOISSUE Added Copy File(s) feature for the screenshot pageGhosty
- Ctrl+C now copies the file instead of the image data - Renamed Copy to Copy Image
2021-12-03NOISSUE Implemented copy screenshots to the clipboardGhosty
- Added context-menu entry - Ctrl+C keybind works as well - If multiple screenshots are selected, only the first one gets copied