aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-08Fix typos causing build failures on non-macOS systemsKenneth Chew
It also did the exact opposite thing I was trying to do, so that's fixed too...
2022-04-08Show and hide the menu bar with the 'alt' keyKenneth 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-08Create menubar prototypeKenneth 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-04Merge pull request #389 from DioEgizio/CI/remove-useless-deadcodeSefa Eyeoglu
2022-04-04Merge pull request #345 from Scrumplex/handle-incompatible-javaSefa Eyeoglu
2022-04-04Merge pull request #390 from PolyMC/ZekeSmith-patch-matrix-redditSefa Eyeoglu
Update matrix and add reddit links
2022-04-03remove deadcode in CIDioEgizio
2022-04-03Merge pull request #381 from Scrumplex/merge-stableSefa Eyeoglu
2022-04-03Merge pull request #387 from Scrumplex/fix-world-sizeEzekiel Smith
fix: calculate world sizes individually
2022-04-03Merge pull request #385 from PolyMC/ZekeSmith-patch-1Ezekiel Smith
Update README.md
2022-04-03Update CMakeLists.txtEzekiel Smith
2022-04-03Fix matrix links and add redditEzekiel Smith
2022-04-02fix: calculate world sizes individuallySefa Eyeoglu
2022-04-02Update README.mdEzekiel Smith
2022-04-02Merge pull request #383 from PolyMC/ZekeSmith-licensetimoreo22
Update License
2022-04-02Merge pull request #373 from Scrumplex/feat-world-sizeSefa Eyeoglu
2022-04-02fix(launch/VerifyJava): reword log outputSefa Eyeoglu
2022-04-02Update LicenseEzekiel Smith
2022-04-01Merge remote-tracking branch 'upstream/stable' into developSefa Eyeoglu
2022-04-01fix: codestyleSefa Eyeoglu
2022-04-01Merge pull request #370 from embeddedt/developEzekiel Smith
Make launcher icon grayscale for pe_light theme
2022-04-01fix: remove redundant includeSefa Eyeoglu
2022-04-01Merge pull request #355 from dada513/flatpak_properlyEzekiel Smith
Fix flatpak properly
2022-04-01Merge pull request #375 from dada513/fix_modrinth_urldada513
2022-03-31Fix modrinth usable URL in mod downloaderdada513
2022-03-31feat: track and display world sizeSefa Eyeoglu
2022-03-31Scrumplex momentdada513
2022-03-30Make launcher icon grayscale for pe_light themeembeddedt
2022-03-29Merge pull request #344 from oynqr/build/allow-disabling-testsSefa Eyeoglu
2022-03-29Merge pull request #360 from FayneAldan/patch-2dada513
2022-03-29Merge pull request #348 from txtsd/issuestimoreo22
Issue template changes
2022-03-29Merge pull request #312 from Scrumplex/add-nightly.linktimoreo22
Add nightly.link comments
2022-03-29Merge pull request #352 from Scrumplex/fix-nameSefa Eyeoglu
Update Credits and Branding
2022-03-29Merge pull request #356 from flowln/version_optimizeSefa Eyeoglu
Improve mod versions request to Modrinth
2022-03-29Merge pull request #357 from FayneAldan/patch-1Sefa Eyeoglu
Fix POLYMC_JAVA_PATHS env not working on Windows
2022-03-28Convert \s in Windows POLYMC_JAVA_PATHSFayne Aldan
Allows you to use either `\` or `/` on Windows
2022-03-28😢 fix bullydada513
2022-03-28Merge branch 'develop' of https://github.com/PolyMC/PolyMC into flatpak_properlydada513
2022-03-28Fixdada513
2022-03-27Fix POLYMC_JAVA_PATHS env not working on WindowsFayne Aldan
2022-03-27chore: add license headerSefa Eyeoglu
chore: add license header
2022-03-27fix(credits): wrap UTF-8 text with QStringSefa Eyeoglu
2022-03-27fix: update creditsSefa Eyeoglu
2022-03-27fix: remove "PolyMC" from stringsSefa Eyeoglu
2022-03-27Merge pull request #341 from dada513/developSefa Eyeoglu
2022-03-27Merge pull request #349 from txtsd/gha_ignoreSefa Eyeoglu