aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
AgeCommit message (Collapse)Author
2022-03-20App: Retranslate all pages when the language is changedJamie Mansfield
2022-03-20App: Retranslate page header titlesJamie Mansfield
This fixes a bug that is only practically effects the title of the language page not updating the header when changing the language.
2022-03-20fix: disable "Install Forge" button when neededSefa Eyeoglu
2022-03-20fix: disable "Download mods" button when neededSefa Eyeoglu
Fixes #271
2022-03-21Merge pull request #306 from Scrumplex/limit-instance-lengthsEzekiel Smith
Limit instance names to 128 chars
2022-03-20Merge pull request #305 from flowln/gui_changesSefa Eyeoglu
2022-03-20Merge pull request #200 from Scrumplex/scrumplex-license-headerSefa Eyeoglu
2022-03-19fix: limit instance names to 128 charsSefa Eyeoglu
2022-03-19feat(ui): allow users to move toolbars to different placesflow
2022-03-19Merge pull request #292 from lack/offline_username_limitsSefa Eyeoglu
Limit offline username to 16 characters with override
2022-03-19Limit offline username to 16 characters with overrideJim Ramsay
Offline usernames longer than 16 characters won't be able to connect to LAN games or offline-mode servers, so just don't let it happen. Add a checkbox to allow people to unrestrict usernames if they want. Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
2022-03-19chore: add license header to files I modifiedSefa Eyeoglu
2022-03-18fix(ui): remove paste.polymc.orgflow
2022-03-15Merge pull request #188 from PolyMC/removal/notificationsEzekiel Smith
remove notifications
2022-03-13add translation stringflow
2022-03-13feat(ui): make a better "Mod download confirmation dialog"flow
2022-03-11fix missing translation stringsflow
my mistake, sorry! ToT
2022-03-08add matrix buttondada513
2022-03-08Merge pull request #232 from Scrumplex/fix-help-linksEzekiel Smith
Switch to polymc.org wiki
2022-03-08Merge pull request #230 from Scrumplex/fix-iconthemesEzekiel Smith
Reorganize icon themes
2022-03-06refactor: move help URL into buildconfigSefa Eyeoglu
2022-03-05fix: switch to polymc.org wikiSefa Eyeoglu
2022-03-05fix: reorganize icon themesSefa Eyeoglu
Rename MultiMC to Legacy Simple (Colored) is now the first icon theme Custom is now the last icon theme, which also fixes a loading issue when Legacy was selected Fix loading of Legacy theme
2022-03-03fix extra spacing in resource packs and shader packs, and move button upflow
hopefully now its finally ok
2022-03-03hack: hide 'Download Mods' button when not in the mods tabflow
2022-03-03change 'Install Mods' -> 'Download Mods' and change positionflow
2022-03-01Merge pull request #205 from timoreo22/fix-version-selecttimoreo22
Fixed wrong version info
2022-02-27fix: Always tell Flame API which modloader we are usingflow
Fixes #206 partially. Although we don't list mods that have no compatibility with the mod loader we are using, mods that have support for both loaders still show up, and the versions for both the loaders are still shown. Also simplifies a little the logic in FlameModIndex::loadIndexedPackVersions
2022-02-27Cleanly free NetJob in flame modpacktimoreo
2022-02-27Fixed wrong version infotimoreo
2022-02-25merge upstream and resolve conflictsflow
2022-02-26Merge pull request #183 from timoreo22/fix-versions-segfaultEzekiel Smith
Fixed segfault in mod download
2022-02-23fix: improve readability and set ok button as disabled by defaultflow
2022-02-23fix(ui): add translation func to text in the confirm dialogflow
2022-02-21fix: sort mod list in confirmation dialogflow
2022-02-21feat: add confirm dialog for installing modsflow
When selecting multiple mods at once, it can become hard to keep track of which ones you selected. To address this, a dialog is now displayed when you finish selecting the mods to download, showing you which ones you selected and their filenames. From there, you can either accept it and download the mods, or you can cancel it and go back to the mod selection dialog.
2022-02-21fix(ui): change text in selection button when there's no valid versionflow
2022-02-21feat(ui): allow downloading multiple mods from CurseForge at onceflow
2022-02-21feat(ui): allow downloading multiple mods in Modrinth at onceflow
2022-02-21feat: change task container in ModDownloadDialog to a QHashflow
Previously, we used a unique_ptr to a ModDownloadTask to keep track of the selected mod to download when we accepted the dialog. In order to allow multiple mods to be selected at once for download, this has been changed to a QHash where the key is the mods name (since it doesn't seem right to allow for multiple versions of the same mod to be downloaded at once), and the value is a pointer to the corresponding ModDownloadTask.
2022-02-21refactor: drop LegacyInstanceSefa Eyeoglu
2022-02-21fixswirl
2022-02-20remove notificationsswirl
2022-02-19Fixed segfault when closing window while version info download is still goingtimoreo
2022-02-17Merge remote-tracking branch 'upstream/develop' into developswirl
2022-02-12fix: MSA = Microsoft AuthenticationSefa Eyeoglu
2022-02-12fix(ui): explain why 'Add Microsoft' might be disabledSefa Eyeoglu
2022-02-12feat: implement MSA client id overrideSefa Eyeoglu
Closes #11
2022-02-12feat(ui): add custom MSA client id settingSefa Eyeoglu
2022-02-11Merge pull request #151 from dada513/rss_not_begoneLennyMcLennington
Re-add RSS feed with the new PolyMC website