Age | Commit message (Collapse) | Author |
|
NOISSUE Use MiB suffix for Java memory options
|
|
This was a silly ommision I made.
|
|
|
|
NOISSUE Fix ATLauncher version selection combo box width
|
|
|
|
|
|
Resolves a bug that was introduced with [1], furthermore and in
specific relation to the intent of said commit, this brings the
version selection combo box inline with other mod platforms.
[1] f7c144c3932a18e1cd96e1ad7505e53ea706a47d
|
|
|
|
|
|
GH-3720 Fix UI inconsistencies with Modplatforms
|
|
This reverts commit d08a2f00a2e403937b38254595cea6af5c5b236c.
|
|
Fixes GH-3118
Fixes GH-3720
Fixes GH-3731
Icons and Ok button state will now switch consistently when moving
between tabs. ATLaunchers packlist is now no longer redownloaded
each time you open its Tab. All lists are striped now. And all
search and filter fields now have a placeholder text.
|
|
This commit should be reverted when support for Microsoft/Xbox
authentication is introduced.
|
|
GH-3033 Add filtering for version components
|
|
NOISSUE Add info for instance launch mode and server status when online
|
|
|
|
|
|
|
|
|
|
|
|
full credit to @ThePotatoKing55
|
|
|
|
Support URLs (bug tracker, Discord guild, subreddit) are now specified
as cache variables in cmake, and the buttons are not shown if no value
is set for them.
This is an early-stage move towards debranding the MultiMC codebase,
and will (hopefully) alleviate support requests coming to us from
illicit forks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GH-3450 Add checkboxes to display and record game time
|
|
|
|
This provides support for modpacks using the new loader mechanism in
ATLauncher and using a non-specific version target.
|
|
|
|
NOISSUE Curseforge makeover
|
|
Thanks to phit for pointing this out :)
|
|
Presumably this is caused by the bump to GCC 11 in Fedora 34. See
the error that did occur below...
./MultiMC5/application/KonamiCode.cpp: In member function ‘void KonamiCode::input(QEvent*)’:
./MultiMC5/application/KonamiCode.cpp:38:23: error: comparison of integer expressions of different signedness: ‘int’ and ‘std::array<Qt::Key, 10>::size_type’ {aka ‘long unsigned int’} [-Werror=sign-compare]
38 | if(m_progress == konamiCode.size())
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
|
|
update UI to match other modpack platforms
add sorting
add version selection, fixes GH-3667
add installing beta versions, fixes GH-3611
|
|
|
|
This reverts commit 34bf68847998cdfff1360d6ed04339d36894c00d.
|
|
NOISSUE Fix edgecase where new searches won't be processed
|
|
GH-3666 Fix multi-monitor dpi scaling on windows
|
|
This resolves an issue with the modpacks.ch search functionality, in
which a search issued while one is currently in progress won't be made
and the UI won't allow for the search to be made after.
Reproduction Steps:
1. Open the FTB pane in the Add Instance Dialog
2. Perform a search while MMC is still performing the initial search
The search won't be performed, the existing search will have been
aborted, and you are unable to try the search again (without trying a
different search in the meantime).
This was caused by 2 things:
1. A search cannot be re-attempted, and this logic doesn't consider
failures.
2. The failure slot wasn't called when the NetJob was aborted, so
the search would never be performed - but the term would be
stored as if it had (trigering point 1).
I have resolved this by doing 2 things:
1. If the failure slot is called, set a searchState of Failed. Allow
search re-attempts in this case.
2. If there is a present NetJob, abort and reset it. The immediately
continue with the search.
|
|
Disable qt 5.6 DPI scaling and use windows' builtin DPI scaling, which works much better on multi-monitor setups
|
|
right now these are unused anyway
|
|
|
|
NOISSUE rename Twitch to flame internally for consistency and to CurseForge for user displayed strings
|
|
NOISSUE fix MOC warning complaining about an unused MOC file include
|
|
for user displayed strings
|
|
|