aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-01Merge pull request #845 from flowln/news_in_launchertimoreo
2022-07-01Merge pull request #863 from Scrumplex/fix-braindead-momentSefa Eyeoglu
update NewLaunch package name
2022-07-01fix: update NewLaunch package nameSefa Eyeoglu
2022-07-01Merge pull request #800 from Scrumplex/refactor-newlaunch-packageflow
Rename NewLaunch package
2022-07-01feat: use ConcurrentTask for mod downloadsflow
Way faster :) Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-01feat: add ConcurrentTaskflow
This tasks (or rather, meta-task) has the ability to run several other sub tasks concurrently. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-01Merge pull request #652 from flowln/mod_pageSefa Eyeoglu
2022-07-01Merge pull request #785 from icelimetea/reformat-javacheckSefa Eyeoglu
2022-06-30Remove redundant type name from status barKenneth Chew
The type name is always "Minecraft", so it showed "Minecraft X.X.X (Minecraft)"
2022-06-30Fix Minecraft version not appearing in status barKenneth Chew
2022-07-01Merge branch 'PolyMC:develop' into account-listGingeh
2022-06-30chore: add DCO requirementSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-06-30Change Online status to ReadyGingeh
2022-06-30change: better regex for removing 'The' when sorting modsflow
Teh :| Co-authored-by: timoreo22 <timo.oreo34@gmail.com>
2022-06-30Merge pull request #826 from kthchew/fix/kill-menubarSefa Eyeoglu
2022-06-30Merge pull request #837 from DioEgizio/fix-sort-mrtimoreo22
2022-06-30Disable the refresh button for offline accountsGingeh
2022-06-30Merge remote-tracking branch 'origin/account-list' into account-listGingeh
# Conflicts: # launcher/minecraft/auth/AccountData.cpp
2022-06-30add tr() to offline account nameGingeh
Co-authored-by: flow <flowlnlnln@gmail.com>
2022-06-30add tr() to offline account nameGingeh
Co-authored-by: flow <flowlnlnln@gmail.com>
2022-06-29Move account checkboxes to the profile column (oops)Gingeh
2022-06-29Rename profile column to username and update the tooltipGingeh
2022-06-29Disable skin buttons for offline accountsGingeh
2022-06-29Make the profile and account name columns use all available spaceGingeh
2022-06-29Move the profile name column to the leftGingeh
2022-06-29Don't show account name for offline accountsGingeh
2022-06-28Create winget.ymlRussell Banks
2022-06-27Merge pull request #827 from kthchew/fix/menubar-separatorEzekiel Smith
Workaround Qt bug to fix menu bar separators on macOS
2022-06-27Merge pull request #811 from jn64/fix/window-titleEzekiel Smith
Fix duplicate name in window title
2022-06-27Merge pull request #834 from DioEgizio/reword-flame-warningEzekiel Smith
chore(flame): reword warning
2022-06-26Merge pull request #724 from Zetvue/patch-1flow
* Resize PolyMC logo Co-authored-by: Tatsuya Noda <topia@clovery.jp>
2022-06-26fix: use `clicked` instead of `pressed` signal for button clicksflow
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
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