Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-15 | Implement help (open wiki) menu bar action | Kenneth Chew | |
2022-04-15 | Fix keyboard shortcut for delete instance on some devices | Kenneth 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-15 | Improve menu bar keyboard usability | Kenneth 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-15 | Only enable instance options while an instance is selected | Kenneth Chew | |
2022-04-08 | Fix typos causing build failures on non-macOS systems | Kenneth Chew | |
It also did the exact opposite thing I was trying to do, so that's fixed too... | |||
2022-04-08 | Show and hide the menu bar with the 'alt' key | Kenneth Chew | |
Only applicable for systems without a native menu bar (i.e. almost anything that is not macOS or Ubuntu Unity). On these systems, the menu bar appears on top of the window, which does not look good next to the tool bar already up there. When the menu bar is hidden, the keyboard shortcuts set by the menu bar are disabled. They should always work, so this also adds a workaround for that. | |||
2022-04-08 | Create menubar prototype | Kenneth Chew | |
Some stuff still needs to be fixed: - The close window option always closes the main window, even if it is not the currently active window (only applicable on systems with native menu bar) - None of the (text) editing actions are enabled - Actions related to instances should only be active when an instance is selected - The open wiki option ("PolyMC Help") needs to be implemented - Delete instance keyboard shortcut does not seem to work on my system. Test further - It would be nice if the profiles menu had all of the logged in accounts, and if they could be selected from that menu (preferably with keyboard shortcuts, probably Ctrl + 1, Ctrl + 2, ...) | |||
2022-04-04 | Merge pull request #389 from DioEgizio/CI/remove-useless-deadcode | Sefa Eyeoglu | |
2022-04-04 | Merge pull request #345 from Scrumplex/handle-incompatible-java | Sefa Eyeoglu | |
2022-04-04 | Merge pull request #390 from PolyMC/ZekeSmith-patch-matrix-reddit | Sefa Eyeoglu | |
Update matrix and add reddit links | |||
2022-04-03 | remove deadcode in CI | DioEgizio | |
2022-04-03 | Merge pull request #381 from Scrumplex/merge-stable | Sefa Eyeoglu | |
2022-04-03 | Merge pull request #387 from Scrumplex/fix-world-size | Ezekiel Smith | |
fix: calculate world sizes individually | |||
2022-04-03 | Merge pull request #385 from PolyMC/ZekeSmith-patch-1 | Ezekiel Smith | |
Update README.md | |||
2022-04-03 | Update CMakeLists.txt | Ezekiel Smith | |
2022-04-03 | Fix matrix links and add reddit | Ezekiel Smith | |
2022-04-02 | fix: calculate world sizes individually | Sefa Eyeoglu | |
2022-04-02 | Update README.md | Ezekiel Smith | |
2022-04-02 | Merge pull request #383 from PolyMC/ZekeSmith-license | timoreo22 | |
Update License | |||
2022-04-02 | Merge pull request #373 from Scrumplex/feat-world-size | Sefa Eyeoglu | |
2022-04-02 | fix(launch/VerifyJava): reword log output | Sefa Eyeoglu | |
2022-04-02 | Update License | Ezekiel Smith | |
2022-04-01 | Merge remote-tracking branch 'upstream/stable' into develop | Sefa Eyeoglu | |
2022-04-01 | fix: codestyle | Sefa Eyeoglu | |
2022-04-01 | Merge pull request #370 from embeddedt/develop | Ezekiel Smith | |
Make launcher icon grayscale for pe_light theme | |||
2022-04-01 | fix: remove redundant include | Sefa Eyeoglu | |
2022-04-01 | Merge pull request #355 from dada513/flatpak_properly | Ezekiel Smith | |
Fix flatpak properly | |||
2022-04-01 | Merge pull request #375 from dada513/fix_modrinth_url | dada513 | |
2022-03-31 | Fix modrinth usable URL in mod downloader | dada513 | |
2022-03-31 | feat: track and display world size | Sefa Eyeoglu | |
2022-03-31 | Scrumplex moment | dada513 | |
2022-03-30 | Make launcher icon grayscale for pe_light theme | embeddedt | |
2022-03-29 | Merge pull request #344 from oynqr/build/allow-disabling-tests | Sefa Eyeoglu | |
2022-03-29 | Merge pull request #360 from FayneAldan/patch-2 | dada513 | |
2022-03-29 | Merge pull request #348 from txtsd/issues | timoreo22 | |
Issue template changes | |||
2022-03-29 | Merge pull request #312 from Scrumplex/add-nightly.link | timoreo22 | |
Add nightly.link comments | |||
2022-03-29 | Merge pull request #352 from Scrumplex/fix-name | Sefa Eyeoglu | |
Update Credits and Branding | |||
2022-03-29 | Merge pull request #356 from flowln/version_optimize | Sefa Eyeoglu | |
Improve mod versions request to Modrinth | |||
2022-03-29 | Merge pull request #357 from FayneAldan/patch-1 | Sefa Eyeoglu | |
Fix POLYMC_JAVA_PATHS env not working on Windows | |||
2022-03-28 | Convert \s in Windows POLYMC_JAVA_PATHS | Fayne Aldan | |
Allows you to use either `\` or `/` on Windows | |||
2022-03-28 | 😢 fix bully | dada513 | |
2022-03-28 | Merge branch 'develop' of https://github.com/PolyMC/PolyMC into flatpak_properly | dada513 | |
2022-03-28 | Fix | dada513 | |
2022-03-27 | Fix POLYMC_JAVA_PATHS env not working on Windows | Fayne Aldan | |
2022-03-27 | chore: add license header | Sefa Eyeoglu | |
chore: add license header | |||
2022-03-27 | fix(credits): wrap UTF-8 text with QString | Sefa Eyeoglu | |
2022-03-27 | fix: update credits | Sefa Eyeoglu | |
2022-03-27 | fix: remove "PolyMC" from strings | Sefa Eyeoglu | |
2022-03-27 | Merge pull request #341 from dada513/develop | Sefa Eyeoglu | |
2022-03-27 | Merge pull request #349 from txtsd/gha_ignore | Sefa Eyeoglu | |