aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
AgeCommit message (Collapse)Author
2022-04-22ATLauncher: Replace usage of QPushButton::pressed with ::clickedJamie Mansfield
2022-04-22ATLauncher: Support using share codesJamie Mansfield
2022-04-20fix: disable major version match for snapshotsSefa Eyeoglu
2022-04-19Fix crash if no Minecraft version is selected in the new instance screenKenneth Chew
2022-04-20Merge pull request #463 from txtsd/enter_shenanigansEzekiel Smith
Only trigger macOS instance rename on KeyDown
2022-04-20Merge pull request #462 from Scrumplex/fix-world-size-sortEzekiel Smith
fix: use size in bytes to sort by world size
2022-04-19Merge pull request #452 from Scrumplex/fix-download-mods-crashSefa Eyeoglu
2022-04-19Merge pull request #451 from Scrumplex/fix-modloader-selectiondada513
2022-04-19Merge pull request #450 from Scrumplex/fix-quilt-mod-dlSefa Eyeoglu
2022-04-19fix: Only trigger rename on KeyPresstxtsd
This is macOS specific
2022-04-19fix: use size in bytes to sort by world sizeSefa Eyeoglu
2022-04-19fix: fix Modrinth query when Quilt is in useSefa Eyeoglu
2022-04-19Merge pull request #449 from DioEgizio/CI/specify-build-platformSefa Eyeoglu
specify -DLauncher_BUILD_PLATFORM on CI builds (EDIT: also remove "on x")
2022-04-18remove "on x"DioEgizio
2022-04-18fix: handle network errors when downloading modlistSefa Eyeoglu
2022-04-18fix: actually check if a mod loader is selectedSefa Eyeoglu
Thus also removes a suggestCurrent call from loaderFilterChanged, as it will already be triggered by setSelectedLoaderVersion
2022-04-18Merge pull request #442 from kthchew/fix/typosSefa Eyeoglu
2022-04-17fix(translation): don't translate placeholdersflow
Those are modified programatically, and never show up to the user!
2022-04-17Fix typos and inconsistent capitalization in sort optionsKenneth Chew
2022-04-17Merge pull request #411 from kthchew/feature/menubarSefa Eyeoglu
2022-04-17Improve menu bar setting stringKenneth Chew
2022-04-17Disable instead of hide menu bar option on LinuxKenneth Chew
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-04-17Fix bugs with instance menu bar options when opening without instancesKenneth Chew
- The launch option is no longer empty. - The program now checks on startup whether an instance is selected to decide whether to disable instance options. Also, get rid of a dynamic cast.
2022-04-16Use `TranslatedAction` instead of `QAction` for menu bar actionsKenneth Chew
2022-04-16Remove the Edit menu bar menuKenneth Chew
It wouldn't bring much utility. - The keyboard shortcuts for copy/paste/etc. already work and are well-known. The menu bar likely doesn't need to advertise them. - There's not very many places you would be able to use these options in the main window (because there's not many places to type stuff in the main window). It would only be applicable on systems with a native menu bar that shows in all other windows as well (but again, the keyboard shortcuts still work). Also, rename `actionWiki` -> `actionOpenWiki` to match the corresponding `on_actionOpenWiki_triggered`
2022-04-16Merge pull request #392 from flowln/mod_filterSefa Eyeoglu
2022-04-16Use preexisting actions in the menu barKenneth Chew
The code is now much cleaner. Because the actions already present are enabled elsewhere even when the menu bar is hidden, keyboard shortcuts added to them automatically work regardless of whether the menu bar is visible. This means that the hacky workaround related to this can be removed.
2022-04-16Close the current window instead of the main window from the menu barKenneth Chew
Systems with native menu bars show the same menu bar for all child windows. As a result, you cannot assume that the menu bar's parent (the `MainWindow`) will be the window in focus.
2022-04-16Merge pull request #430 from DioEgizio/make-helppages-on-their-own-dirEzekiel Smith
CHANGE: switch the help pages to their own dir
2022-04-15Add logged in accounts to the profiles menu bar menuKenneth Chew
Additionally, add keyboard shortcuts for switching between different accounts.
2022-04-15Add option to always show menu bar instead of toolbarKenneth Chew
For those who like keyboard navigation at the expense of aesthetics.
2022-04-15Implement help (open wiki) menu bar actionKenneth Chew
2022-04-15Fix keyboard shortcut for delete instance on some devicesKenneth Chew
My laptop has a key labeled "delete," but for some reason it doesn't work with `QKeySequence::Delete`. Instead it's interpreted as a backspace.
2022-04-15Improve menu bar keyboard usabilityKenneth Chew
More reasonable (unique) menu access keys were chosen. In addition, move the settings action from the Help menu to the Edit menu.
2022-04-15Only enable instance options while an instance is selectedKenneth Chew
2022-04-15Add Quilt install option while creating an instanceKenneth Chew
2022-04-15Fix Fabric versions appearing for unsupported MC versionsKenneth Chew
Also remove an old TODO comment, mentioning an issue that was already fixed.
2022-04-15Show no loader selected message when add instance window first opensKenneth Chew
This resolves an issue where the message only shows when selecting a mod loader and then selecting "None" again.
2022-04-15Fix build on Qt 5.6Kenneth Chew
2022-04-15Add option to install mod loader during instance creationKenneth Chew
2022-04-15ui: resize mod download dialog using its parents geometryflow
2022-04-15ui: underline search button text when changing filtersflow
This hopefully makes it easier to the user to know that their changes will only apply after hitting the search button. I tried setting the background color, but it seems more unreliable on cross-platform than underlining. Also, it could be worse for daltonic people, so I don't know what to do :(
2022-04-15rework: make the filter as a tabbed widget in the dialog itselfflow
Still needs a clear indication that the filter only applies after you click the search button...
2022-04-15fix: Polish usage in some casesflow
Also fiz some typos
2022-04-15fix: 'All' filter working and get around CF API capabilitiesflow
2022-04-15fix(ui): Refresh mod list when changing filtering optionsflow
2022-04-15feat: Use version filter when searching modsflow
2022-04-15feat: Integrate newly created filter dialog in ModPageflow
2022-04-15feat: Add dialog to filter mod options in mod downloadflow
2022-04-15Merge pull request #185 from Scrumplex/quiltSefa Eyeoglu
Quilt support