aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages
AgeCommit message (Collapse)Author
2022-01-18Various fixestimoreo
2022-01-17Revert "Merge pull request #50 from bexnoss/offline-mode"Lenny McLennington
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2.
2022-01-16Default to colored icons, update copyrightswirl
Closes: #74
2022-01-16Added curseforge selectiontimoreo
2022-01-15Added smart file selectiontimoreo
This might fail in a few special cases
2022-01-15Added a no version messagetimoreo
2022-01-15Filtering per mod loader & mc versiontimoreo
2022-01-14pastebin URL app settingswirl
2022-01-14preliminary stuff for paste.ee removalswirl
2022-01-14Removing copyrightstimoreo
2022-01-14Fixed iconstimoreo
Also having a mod loader is now enforced
2022-01-14Reword offline mode disclaimerbexnoss
2022-01-14Added the downloading of the modstimoreo
2022-01-14Added modrinth icontimoreo
2022-01-14Start of mod downloadingtimoreo
2022-01-14Add offline mode disclaimerbexnoss
2022-01-12Add offline mode UIbexnoss
2022-01-10More rebrandingswirl
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.
2021-12-31Merge remote-tracking branch 'upstream/develop' into upstream_updatedada513
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-29Completely remove Google Analytics libraryswirl
2021-12-20Merge remote-tracking branch 'upstream/develop' into developLenny McLennington
2021-12-20Move MSA Client ID to the same place as the othersLenny McLennington
MSA Client ID has been moved to CMakeLists.txt, and defaults to the Client ID for the PolyMC application. Removed secrets/notsecrets library, replace with (temporary?) program_info subdirectory.
2021-12-18NOISSUE Add license headers to source files created by meJamie Mansfield
2021-12-06NOISSUE remove the hardcoded blocking of Forge installsPetr Mrázek
Doesn't make it work, but makes it theoretically possible.
2021-12-04GH-4071 Heavily refactor and rearchitect account systemPetr Mrázek
This makes the account system much more modular and makes it treat errors as something recoverable, unless they come directly from the MSA refresh token becoming invalid.
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
2021-11-22NOISSUE continue reshuffling the codebasePetr Mrázek