Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-30 | Fix Minecraft version not appearing in status bar | Kenneth Chew | |
2022-07-01 | Merge branch 'PolyMC:develop' into account-list | Gingeh | |
2022-06-30 | Change Online status to Ready | Gingeh | |
2022-06-30 | change: better regex for removing 'The' when sorting mods | flow | |
Teh :| Co-authored-by: timoreo22 <timo.oreo34@gmail.com> | |||
2022-06-30 | Merge pull request #826 from kthchew/fix/kill-menubar | Sefa Eyeoglu | |
2022-06-30 | Merge pull request #837 from DioEgizio/fix-sort-mr | timoreo22 | |
2022-06-30 | Disable the refresh button for offline accounts | Gingeh | |
2022-06-30 | add tr() to offline account name | Gingeh | |
Co-authored-by: flow <flowlnlnln@gmail.com> | |||
2022-06-29 | Move account checkboxes to the profile column (oops) | Gingeh | |
2022-06-29 | Rename profile column to username and update the tooltip | Gingeh | |
2022-06-29 | Disable skin buttons for offline accounts | Gingeh | |
2022-06-29 | Make the profile and account name columns use all available space | Gingeh | |
2022-06-29 | Move the profile name column to the left | Gingeh | |
2022-06-29 | Don't show account name for offline accounts | Gingeh | |
2022-06-27 | Merge pull request #827 from kthchew/fix/menubar-separator | Ezekiel Smith | |
Workaround Qt bug to fix menu bar separators on macOS | |||
2022-06-27 | Merge pull request #811 from jn64/fix/window-title | Ezekiel Smith | |
Fix duplicate name in window title | |||
2022-06-26 | fix: use `clicked` instead of `pressed` signal for button clicks | flow | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-25 | feat: add news reader dialog | flow | |
Makes it easier to read about new blog posts! Yay :D | |||
2022-06-25 | fix: use right name for the content of a News entry | flow | |
2022-06-24 | fix(modrinth): fix sorting | DioEgizio | |
2022-06-23 | Update launcher/ui/pages/modplatform/flame/FlamePage.ui | DioEgizio | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-23 | chore(flame): reword warning | DioEgizio | |
2022-06-22 | fix: add missing connections to the abort signal | flow | |
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-22 | fix: remove old reference to launchermeta | Sefa Eyeoglu | |
2022-06-22 | Workaround Qt bug to fix menu bar separators on macOS | Kenneth Chew | |
2022-06-21 | Disable launch actions in menu bar when last instance is deleted | Kenneth Chew | |
This caused a crash when the action was selected! | |||
2022-06-21 | Separate the kill and launch instance actions | Kenneth Chew | |
2022-06-22 | Merge pull request #812 from jn64/fix/about-labels | Ezekiel Smith | |
Make version labels in About dialog selectable | |||
2022-06-22 | Merge pull request #817 from flowln/zip_ensure_path | Ezekiel Smith | |
Don't create unnecessary folders when extracting ZIPs | |||
2022-06-22 | Merge pull request #778 from Scrumplex/track-real-architecture | Ezekiel Smith | |
Track real CPU architecture for instances | |||
2022-06-21 | fix: scale mod icons to the right size | flow | |
2022-06-20 | Set beam cursor on selectable labels | jn64 | |
2022-06-20 | Rename main window | jn64 | |
2022-06-19 | fix: don't create unnecessary folders when extracting ZIPs | flow | |
2022-06-18 | Make GitHub link focusable by keyboard | jn64 | |
2022-06-18 | Make labels selectable | jn64 | |
User can copy version/build info easily. | |||
2022-06-18 | Add version to Qt applicationDisplayName | jn64 | |
2022-06-17 | fix: fix warnings reported by LGTM.com | Sefa Eyeoglu | |
2022-06-15 | Merge pull request #694 from Technous285/develop-1 | flow | |
Add OpenBSD support | |||
2022-06-15 | fix https://github.com/PolyMC/PolyMC/issues/798 | DioEgizio | |
2022-06-14 | Merge pull request #716 from flowln/mod_perma_2 | Ezekiel Smith | |
Hide index folder on Windows | |||
2022-06-14 | Merge pull request #665 from jamierocks/h-managed-packs | Ezekiel Smith | |
PackPlatforms: Record where packs come from | |||
2022-06-14 | Merge pull request #634 from flowln/donate_links | Ezekiel Smith | |
More links for CF / Modrinth mods / modpacks | |||
2022-06-14 | refactor: move away from UnitTest.cmake | Sefa Eyeoglu | |
2022-06-14 | refector: move download action to ExternalResourcesPage | Sefa Eyeoglu | |
2022-06-14 | refactor: Create a more clear hierarchy for some instance pages | flow | |
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-13 | Merge pull request #714 from Scrumplex/fix-tests | Sefa Eyeoglu | |
Fix mod metadata tests | |||
2022-06-13 | refactor: make is_indexed false by default | Sefa Eyeoglu | |
Co-authored-by: flow <flowlnlnln@gmail.com> | |||
2022-06-12 | Merge pull request #759 from flowln/mod_perma_3 | Sefa Eyeoglu | |
2022-06-12 | Merge pull request #783 from Scrumplex/fix-avoid-settings-register-warnings | flow | |
Avoid re-registering InstanceType |