aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
AgeCommit message (Collapse)Author
2022-06-04change UI to scrollRyan Cao
let me just say, this does not look right
2022-06-04feat: custom user-agentRyan Cao
2022-05-30Merge pull request #505 from flowln/improve_download_uxSefa Eyeoglu
2022-05-29fix: remove unnecessary translation (#674)Sefa Eyeoglu
2022-05-29Merge pull request #624 from ryanccn/global-jvm-argsSefa Eyeoglu
Make global JVM arguments multi-line
2022-05-29Update launcher/ui/pages/global/JavaPage.cppRyan Cao
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-05-29fix: add version to Legacy FTB packsSefa Eyeoglu
2022-05-29Update launcher/ui/pages/global/JavaPage.cppRyan Cao
Co-authored-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com>
2022-05-28Rework curseforge download (#611)timoreo22
* Use the bulk endpoint on mod resolution for faster download * Search on modrinth for api blocked mods * Display a dialog for manually downloading blocked mods
2022-05-28Merge branch 'develop' into global-jvm-argsRyan Cao
2022-05-27fix: fix mnemonics in APIPageSefa Eyeoglu
2022-05-25fixRyan Cao
2022-05-25show default metaserverRyan Cao
2022-05-23make JVM args `PlainTextEdit`Ryan Cao
2022-05-22Merge pull request #605 from jamierocks/h-atl-improvflow
ATLauncher: Various work to improve the platform support
2022-05-22feat: add trailing slash to meta URL if it is missingSefa Eyeoglu
2022-05-22fix: improve spacing in APIPageSefa Eyeoglu
2022-05-22Make Metaserver changable in settingsdada513
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Co-authored-by: flow <flowlnlnln@gmail.com>
2022-05-22Merge pull request #554 from PolyMC/more_paste_servicesSefa Eyeoglu
2022-05-22Merge pull request #577 from PolyMC/fix/toolbar_🦀_fixSefa Eyeoglu
2022-05-22Merge pull request #597 from Scrumplex/refactor-modloader-modapiSefa Eyeoglu
2022-05-21Add migration wizard, fix migration from custom paste instanceLenny McLennington
- Very basic wizard just to allow the user to choose whether to keep their old paste settings or use the new default settings. - People who used custom 0x0 instances would just be kept on those settings and won't see the wizard.
2022-05-21Change paste settings and add copyright headersLenny McLennington
- There's now a notice reminding people to change the base URL if they had a custom base URL and change the paste type (that was something I personally had problems with when I was testing, so a reminder was helpful for me). - Broke down some of the long lines on APIPage.cpp to be more readable. - Added copyright headers where they were missing. - Changed the paste service display names to the names they are more commonly known by. - Changed the default hastebin base URL to https://hst.sh due to the acquisition of https://hastebin.com by Toptal.
2022-05-21Support paste.gg, hastebin, and mclo.gsLenny McLennington
2022-05-21ATLauncher: Display warnings when selecting optional modsJamie Mansfield
2022-05-21ATLauncher: Display install messages if applicableJamie Mansfield
2022-05-21ATLauncher: Display mod colours in optional mod dialogJamie Mansfield
2022-05-21fix: various issues with ProgressDialog and SequentialTasksflow
- Fix aborting sequential tasks - Fix displaying wrong number of tasks concluded - Fix text cutting when the URL is too big
2022-05-21feat(ui): make selected mods in downloader bold with underlineflow
Makes it easier to find which mods are selected in case you want to change those.
2022-05-21feat: allow deselecting mods from the mod confirmation dialogflow
This adds a checkbox to each mod on the dialog that shows up when confirming the mods to download, so you can deselect some of those if you want to.
2022-05-21Merge pull request #608 from timoreo22/feature/curseforge-fixtimoreo22
Very Temporary Fix for curseforge
2022-05-20fix(ui): make CF and MR modpack dialogs more consistentSefa Eyeoglu
2022-05-20Apply suggestionstimoreo
2022-05-20Very Temporary Fix for curseforgetimoreo
2022-05-20Add cursefrog key overridedada513
2022-05-19refactor: allow tracking multiple mod loadersSefa Eyeoglu
2022-05-17fix: remove unnecessary Qt version checksSefa Eyeoglu
2022-05-17fix: replace deprecated stuff as of Qt 5.12Sefa Eyeoglu
2022-05-17Merge pull request #565 from Scrumplex/modrinth-packsSefa Eyeoglu
Initial Modrinth modpack support
2022-05-17Update launcher/ui/pages/modplatform/modrinth/ModrinthPage.uiSefa Eyeoglu
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-05-17Merge pull request #529 from flowln/vertical_toolbartxtsd
Set right orientation for instance toolbar when moving it around
2022-05-17Merge pull request #540 from kthchew/fix/executable-screenshottxtsd
Show "executable" screenshots in the screenshot manager
2022-05-17Fix toolbar disappearing in a certain circumstance.Lenny McLennington
2022-05-16fix: mod skipping between pages and remove dead codeflow
2022-05-16fix: missed change to metacache entry lookupflow
2022-05-16fix: typo and useless codeflow
2022-05-16fix: use own metacache base for modrinth iconsSefa Eyeoglu
2022-05-16fix: better hack for icons that cant be natively scaled to 48x48flow
2022-05-15feat: better handling of optional modsflow
This disables the optional mods by default and tell the user about it. Pretty hackish, but a better solution would involve the modrinth metadata to have the mod names... Also sorry for the diffs, my clangd went rogue x.x
2022-05-15change: switch to modrinth production serversflow