Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-09 | Merge pull request #537 from PolyMC/stable | timoreo22 | |
Merge stable into develop | |||
2022-05-08 | adopt changes from #497 remapped | Ryan Cao | |
2022-05-02 | Merge pull request #503 from txtsd/mnemonics_fix | dada513 | |
Fix mnemonics that didn't parse | |||
2022-05-01 | Merge pull request #511 from dada513/hide_java_wizard | dada513 | |
add hide java wizard toggle | |||
2022-04-30 | Update launcher/ui/pages/global/JavaPage.ui | dada513 | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-30 | Update launcher/ui/pages/global/JavaPage.ui | dada513 | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-30 | add hide java wizard toggle | dada513 | |
2022-04-29 | fix(mnemonics): Add missing buddies to labels | txtsd | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-25 | Remove old macOS data migration code | Kenneth Chew | |
2022-04-25 | Merge pull request #480 from dschemp/develop | Sefa Eyeoglu | |
2022-04-22 | ATLauncher: Replace usage of QPushButton::pressed with ::clicked | Jamie Mansfield | |
2022-04-22 | ATLauncher: Support using share codes | Jamie Mansfield | |
2022-04-22 | added and fixed some Mnemonics in MainWindow | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/APIs | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Accounts | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/External Tools | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Proxy | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Custom Commands | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Java | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Minecraft+ | Daniel Schemp | |
2022-04-22 | added: Mnemonics for Settings/Launcher | Daniel Schemp | |
2022-04-20 | fix: disable major version match for snapshots | Sefa Eyeoglu | |
2022-04-19 | Fix crash if no Minecraft version is selected in the new instance screen | Kenneth Chew | |
2022-04-20 | Merge pull request #463 from txtsd/enter_shenanigans | Ezekiel Smith | |
Only trigger macOS instance rename on KeyDown | |||
2022-04-20 | Merge pull request #462 from Scrumplex/fix-world-size-sort | Ezekiel Smith | |
fix: use size in bytes to sort by world size | |||
2022-04-19 | Merge pull request #452 from Scrumplex/fix-download-mods-crash | Sefa Eyeoglu | |
2022-04-19 | Merge pull request #451 from Scrumplex/fix-modloader-selection | dada513 | |
2022-04-19 | Merge pull request #450 from Scrumplex/fix-quilt-mod-dl | Sefa Eyeoglu | |
2022-04-19 | fix: Only trigger rename on KeyPress | txtsd | |
This is macOS specific | |||
2022-04-19 | fix: use size in bytes to sort by world size | Sefa Eyeoglu | |
2022-04-19 | fix: fix Modrinth query when Quilt is in use | Sefa Eyeoglu | |
2022-04-19 | Merge pull request #449 from DioEgizio/CI/specify-build-platform | Sefa Eyeoglu | |
specify -DLauncher_BUILD_PLATFORM on CI builds (EDIT: also remove "on x") | |||
2022-04-18 | remove "on x" | DioEgizio | |
2022-04-18 | fix: handle network errors when downloading modlist | Sefa Eyeoglu | |
2022-04-18 | fix: actually check if a mod loader is selected | Sefa Eyeoglu | |
Thus also removes a suggestCurrent call from loaderFilterChanged, as it will already be triggered by setSelectedLoaderVersion | |||
2022-04-18 | Merge pull request #442 from kthchew/fix/typos | Sefa Eyeoglu | |
2022-04-17 | fix(translation): don't translate placeholders | flow | |
Those are modified programatically, and never show up to the user! | |||
2022-04-17 | Fix typos and inconsistent capitalization in sort options | Kenneth Chew | |
2022-04-17 | Merge pull request #411 from kthchew/feature/menubar | Sefa Eyeoglu | |
2022-04-17 | Improve menu bar setting string | Kenneth Chew | |
2022-04-17 | Disable instead of hide menu bar option on Linux | Kenneth Chew | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-17 | Fix bugs with instance menu bar options when opening without instances | Kenneth 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-16 | Use `TranslatedAction` instead of `QAction` for menu bar actions | Kenneth Chew | |
2022-04-16 | Remove the Edit menu bar menu | Kenneth 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-16 | Merge pull request #392 from flowln/mod_filter | Sefa Eyeoglu | |
2022-04-16 | Use preexisting actions in the menu bar | Kenneth 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-16 | Close the current window instead of the main window from the menu bar | Kenneth 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-16 | Merge pull request #430 from DioEgizio/make-helppages-on-their-own-dir | Ezekiel Smith | |
CHANGE: switch the help pages to their own dir | |||
2022-04-15 | Add logged in accounts to the profiles menu bar menu | Kenneth Chew | |
Additionally, add keyboard shortcuts for switching between different accounts. | |||
2022-04-15 | Add option to always show menu bar instead of toolbar | Kenneth Chew | |
For those who like keyboard navigation at the expense of aesthetics. |