aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-03fix: aborts when using a Qt build with assertions enabledflow
Preventing undefined behaviour hooray! :D Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-03fix: show invalid version even when there's noneflow
Having a blank instead of _anything_ is bad UX. Instead, even when there's not a valid version (most likely disabled redistribution), we show a message in the UI, to differentiate from the loading state. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-03feat+fix: cache Flame modpack versionsflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-03fix: use better naming for Modrinth pack versionsflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-03feat+fix: cache versions and extra info in Modrinth packsflow
When you change a copy thinking you're changing the original data smh Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-03fix: add progress indicator on Flame mod resolution dialogflow
This code is super :pofat: omg Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-03fix: don't use uniform sizes in Modrinth modpack viewerflow
Apparently, when Qt sees an icon with the height smaller than the rest, with this option set, it will change the height of all other items to be that one, causing #828. While we do lose some performance changing this option, the issue is gone, so :| Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-04Merge pull request #870 from Scrumplex/fix-release-buildEzekiel Smith
Fix release builds
2022-07-03Merge pull request #869 from DarkKirb/nix-ecmflow
fix: Add extra-cmake-modules to the nix build
2022-07-03fix: initialize accountIsOnline to fix buildSefa Eyeoglu
CMAKE_BUILD_TYPE=Release makes the build fail otherwise. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-03Merge pull request #855 from Gingeh/account-listSefa Eyeoglu
2022-07-03fix: Add extra-cmake-modules to the nix buildCharlotte 🦝 Delenk
Signed-off-by: Charlotte 🦝 Delenk <lotte@chir.rs>
2022-07-03Merge pull request #857 from Scrumplex/dcoEzekiel Smith
Add Developer's Certificate of Origin (DCO)
2022-07-02Merge pull request #864 from ivanpu/uncensored-offlineflow
Don't censor "offline" word when that's the access token
2022-07-02Merge pull request #784 from Scrumplex/refactor-cmakeflow
Refactor tests
2022-07-03Merge pull request #831 from flowln/abort_connectionsEzekiel Smith
Add missing connections to the abort signal in some tasks
2022-07-03Merge pull request #818 from flowln/tiny_mod_iconsEzekiel Smith
Always scale mod icons to the right size
2022-07-03Merge pull request #860 from kthchew/fix/status-versionEzekiel Smith
Show MC version of instance in status bar
2022-07-02don't censor offline access tokenIvan Puntiy
2022-07-01Merge pull request #786 from flowln/concurrent_tasks_slimmedtimoreo
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-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>