aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
AgeCommit message (Collapse)Author
2022-06-29Make the profile and account name columns use all available spaceGingeh
2022-06-27Merge pull request #827 from kthchew/fix/menubar-separatorEzekiel Smith
Workaround Qt bug to fix menu bar separators on macOS
2022-06-27Merge pull request #811 from jn64/fix/window-titleEzekiel Smith
Fix duplicate name in window title
2022-06-26fix: use `clicked` instead of `pressed` signal for button clicksflow
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-06-25feat: add news reader dialogflow
Makes it easier to read about new blog posts! Yay :D
2022-06-24fix(modrinth): fix sortingDioEgizio
2022-06-23Update launcher/ui/pages/modplatform/flame/FlamePage.uiDioEgizio
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-06-23chore(flame): reword warningDioEgizio
2022-06-22Workaround Qt bug to fix menu bar separators on macOSKenneth Chew
2022-06-21Disable launch actions in menu bar when last instance is deletedKenneth Chew
This caused a crash when the action was selected!
2022-06-21Separate the kill and launch instance actionsKenneth Chew
2022-06-21fix: scale mod icons to the right sizeflow
2022-06-20Set beam cursor on selectable labelsjn64
2022-06-20Rename main windowjn64
2022-06-18Make GitHub link focusable by keyboardjn64
2022-06-18Make labels selectablejn64
User can copy version/build info easily.
2022-06-14Merge pull request #665 from jamierocks/h-managed-packsEzekiel Smith
PackPlatforms: Record where packs come from
2022-06-14Merge pull request #634 from flowln/donate_linksEzekiel Smith
More links for CF / Modrinth mods / modpacks
2022-06-14refector: move download action to ExternalResourcesPageSefa Eyeoglu
2022-06-14refactor: Create a more clear hierarchy for some instance pagesflow
Previously, the Shaders, Texture packs and Resource packs tabs had as parent the ModFolderPage, making it so that making changes only to the Mods page would require checking the id of the page for the correct one. This was hackish and error-prone. Now, those pages all inherit from a single class, ExternalResourcesPage, that handles the basic behaviour of all of them, while allowing for individual modification in code. This is still not a clear separation, since internally, all those resources are derived from Mods, so for now there's still some awkward common code :/
2022-06-12chore: add license headersSefa Eyeoglu
2022-06-12fix: remove updater if it is not usedSefa Eyeoglu
2022-06-12refactor(test): fix loading mod metadata settingSefa Eyeoglu
2022-06-11Merge pull request #780 from flowln/guo_ext_2dada513
2022-06-11Merge pull request #773 from vancez/fix-launch-buttondada513
2022-06-11Merge pull request #770 from flowln/technic_linksdada513
2022-06-11fix: remove file filter from translationSefa Eyeoglu
2022-06-11fix: allow discovering mrpacks in languages without dotflow
2022-06-11Merge pull request #708 from ryanccn/custom-user-agentSefa Eyeoglu
2022-06-10change slot nameVance
2022-06-10fix: update toolbar when instance state changesVance
2022-06-09fix: allow opening external links in technic modpack pageflow
2022-06-04refactor(ui): use tabs for APIPageSefa Eyeoglu
2022-06-04make $LAUNCHER_VER actually workRyan Cao
2022-06-04change UI to scrollRyan Cao
let me just say, this does not look right
2022-06-04Merge pull request #426 from flowln/mod_permaSefa Eyeoglu
Add on-disk mod metadata information
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-29ModpacksCH: Use ModpacksCH rather than FTB in error messagesJamie Mansfield
2022-05-29ATLauncher: Pass the full pack name through to the install taskJamie Mansfield
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