aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-25feat: add news reader dialogflow
Makes it easier to read about new blog posts! Yay :D
2022-06-25fix: use right name for the content of a News entryflow
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-22fix: add missing connections to the abort signalflow
Beginning with efa3fbff39bf0dabebdf1c6330090ee320895a4d, we separated the failing and the aborting signals, as they can mean different things in certain contexts. Still, some places are not yet changed to reflect this modification. This can cause aborting of progress dialogs to not work, instead making the application hang in an unusable satte. This goes through some places where it's not hooked up yet, fixing their behaviour in those kinds of situation.
2022-06-22Merge pull request #830 from Scrumplex/fix-launchermetaflow
Replace old reference to launchermeta
2022-06-22fix: remove old reference to launchermetaSefa Eyeoglu
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-22Merge pull request #807 from Scrumplex/lgtm-configEzekiel Smith
Add LGTM config
2022-06-22Merge pull request #812 from jn64/fix/about-labelsEzekiel Smith
Make version labels in About dialog selectable
2022-06-22Merge pull request #817 from flowln/zip_ensure_pathEzekiel Smith
Don't create unnecessary folders when extracting ZIPs
2022-06-22Merge pull request #778 from Scrumplex/track-real-architectureEzekiel Smith
Track real CPU architecture for instances
2022-06-21fix: scale mod icons to the right sizeflow
2022-06-21Merge pull request #797 from kthchew/fix/update-shortcutSefa Eyeoglu
2022-06-21Merge pull request #788 from kthchew/fix/win-install-versionSefa Eyeoglu
2022-06-21Merge pull request #715 from Heath123/patch-1Sefa Eyeoglu
2022-06-21Merge pull request #729 from OldWorldOrdr/developEzekiel Smith
Update bug_report.yml to use latest version as the version suggestion
2022-06-20Update bug_report.ymlOldWorldOrdr
2022-06-20Merge branch 'PolyMC:develop' into developOldWorldOrdr
2022-06-20Merge pull request #633 from Scrumplex/chore-remove-unused-workflowsflow
Remove unused GH Workflows
2022-06-20Set beam cursor on selectable labelsjn64
2022-06-20Rename main windowjn64
2022-06-19fix: don't create unnecessary folders when extracting ZIPsflow
2022-06-18Make GitHub link focusable by keyboardjn64
2022-06-18Make labels selectablejn64
User can copy version/build info easily.
2022-06-18Add version to Qt applicationDisplayNamejn64
2022-06-17chore: add LGTM configSefa Eyeoglu
2022-06-16fix: add classpath exception to launcher librarySefa Eyeoglu
Signed-off-by: icelimetea <fr3shtea@outlook.com>
2022-06-15Merge pull request #694 from Technous285/develop-1flow
Add OpenBSD support
2022-06-15Merge pull request #799 from DioEgizio/fix-oopsieflow
fix websiteurl in cf modpacks (part 2)
2022-06-15chore: update COPYING.mdSefa Eyeoglu
2022-06-15refactor: rename NewLaunch packageSefa Eyeoglu
2022-06-15fix https://github.com/PolyMC/PolyMC/issues/798DioEgizio
2022-06-15Deselect desktop shortcut by defaultKenneth Chew
Follows the guidelines at https://docs.microsoft.com/en-us/windows/win32/uxguide/winenv-desktop
2022-06-15Unselect shortcut installation by default if PolyMC is already installedKenneth Chew
This is the same behavior as the `/NoShortcuts` switch.
2022-06-14fix(cmake): allow disabling testsSefa Eyeoglu
2022-06-14Merge pull request #787 from DioEgizio/macos-12-ghatxtsd
update macos runner to macos 12
2022-06-14Merge pull request #716 from flowln/mod_perma_2Ezekiel Smith
Hide index folder on Windows
2022-06-14Merge pull request #665 from jamierocks/h-managed-packsEzekiel Smith
PackPlatforms: Record where packs come from
2022-06-14Merge pull request #731 from Scrumplex/update-readme-macstadiumEzekiel Smith
Add sponsors to README
2022-06-14Merge pull request #634 from flowln/donate_linksEzekiel Smith
More links for CF / Modrinth mods / modpacks
2022-06-14fix(actions): install extra-cmake-modulesSefa Eyeoglu
2022-06-14refactor: move away from UnitTest.cmakeSefa Eyeoglu
2022-06-14feat(actions): test before packagingSefa Eyeoglu
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-13Merge pull request #714 from Scrumplex/fix-testsSefa Eyeoglu
Fix mod metadata tests