Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-17 | fix: replace deprecated stuff as of Qt 5.12 | Sefa Eyeoglu | |
2022-05-14 | Add support for importing Modrinth packs from files | kb1000 | |
2022-05-14 | refactor: rename Modrinth classes to ModrinthMod | Sefa Eyeoglu | |
2022-05-07 | fix: filter based on MIME type instead of plaintext suffix | flow | |
Suffixes are unreliable in different locales, while MIME types are more standarized. | |||
2022-04-15 | ui: resize mod download dialog using its parents geometry | flow | |
2022-04-15 | rework: make the filter as a tabbed widget in the dialog itself | flow | |
Still needs a clear indication that the filter only applies after you click the search button... | |||
2022-04-15 | fix: Polish usage in some cases | flow | |
Also fiz some typos | |||
2022-04-15 | fix: 'All' filter working and get around CF API capabilities | flow | |
2022-04-15 | feat: Integrate newly created filter dialog in ModPage | flow | |
2022-04-15 | feat: Add dialog to filter mod options in mod download | flow | |
2022-04-07 | Merge pull request #364 from Scrumplex/fix-i18n2 | Ezekiel Smith | |
Fix translatable strings 2 | |||
2022-04-01 | feat: Use a single progress dialog when doing multiple tasks | flow | |
This puts all mod downloading tasks inside a SequentialTask, which is, for more than one task, a multi step task. This is handled by the ProgressDialog by showing both the global progress of tasks executed, and the individual progress of each of them. | |||
2022-03-29 | fix(i18n): remove brand names from translations | Sefa Eyeoglu | |
2022-03-27 | chore: add license header | Sefa Eyeoglu | |
chore: add license header | |||
2022-03-27 | fix(credits): wrap UTF-8 text with QString | Sefa Eyeoglu | |
2022-03-27 | fix: update credits | Sefa Eyeoglu | |
2022-03-27 | fix: remove "PolyMC" from strings | Sefa Eyeoglu | |
2022-03-21 | Merge pull request #306 from Scrumplex/limit-instance-lengths | Ezekiel Smith | |
Limit instance names to 128 chars | |||
2022-03-20 | Merge pull request #200 from Scrumplex/scrumplex-license-header | Sefa Eyeoglu | |
2022-03-19 | fix: limit instance names to 128 chars | Sefa Eyeoglu | |
2022-03-19 | Limit offline username to 16 characters with override | Jim 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-19 | chore: add license header to files I modified | Sefa Eyeoglu | |
2022-03-15 | Merge pull request #188 from PolyMC/removal/notifications | Ezekiel Smith | |
remove notifications | |||
2022-03-13 | add translation string | flow | |
2022-03-13 | feat(ui): make a better "Mod download confirmation dialog" | flow | |
2022-02-23 | fix: improve readability and set ok button as disabled by default | flow | |
2022-02-23 | fix(ui): add translation func to text in the confirm dialog | flow | |
2022-02-21 | fix: sort mod list in confirmation dialog | flow | |
2022-02-21 | feat: add confirm dialog for installing mods | flow | |
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-21 | feat: change task container in ModDownloadDialog to a QHash | flow | |
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-20 | remove notifications | swirl | |
2022-02-03 | Merge branch 'update-quazip' of git://github.com/Scrumplex/PolyMC into develop | swirl | |
2022-02-03 | Merge branch 'offline-mode-accounts' of git://github.com/NyaomiDEV/PolyMC ↵ | swirl | |
into feature/offline_mode | |||
2022-02-03 | Merge branch 'feature/download_mods' of git://github.com/timoreo22/PolyMC ↵ | swirl | |
into feature/download_mods | |||
2022-01-31 | fix: bring back instance exports | Sefa Eyeoglu | |
2022-01-31 | refactor: bring back methods that need to be reimplemented | Sefa Eyeoglu | |
2022-01-31 | refactor: initial migration to QuaZip 1.2 | Sefa Eyeoglu | |
Let's move off our custom QuaZip. In the olden times we needed the custom version of QuaZip, as it was basically unmaintained and on SourceForge (eww). But nowadays it's maintained and on GitHub. See new GitHub page: https://github.com/stachenov/quazip | |||
2022-01-31 | Add "PolyMC Contributors" to Credits section | Joshua Goins | |
This also adds a link to the PolyMC Contributors page on Github. | |||
2022-01-30 | Add offline mode support | bexnoss | |
2022-01-28 | Merge branch 'PolyMC:develop' into feature/download_mods | timoreo22 | |
2022-01-27 | Improve the About page | Joshua Goins | |
Improves #106. This more clearly marks the original MultiMC contributors, and now correctly hides the "Build Platform" if this is set as empty. The version label is now moved under the "PolyMC" title so it looks just a little bit better (and matches other applications). The copyright on the "About" page now correctly attributes the MultiMC contributors just like on the "License" page. | |||
2022-01-20 | feat(MSALogin): add open page & copy code button | Sefa Eyeoglu | |
Closes #55 | |||
2022-01-17 | Revert "Merge pull request #50 from bexnoss/offline-mode" | Lenny McLennington | |
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2. | |||
2022-01-16 | Default to colored icons, update copyright | swirl | |
Closes: #74 | |||
2022-01-16 | Added curseforge selection | timoreo | |
2022-01-14 | Removing copyrights | timoreo | |
2022-01-14 | Fixed icons | timoreo | |
Also having a mod loader is now enforced | |||
2022-01-14 | Added the downloading of the mods | timoreo | |
2022-01-14 | Start of mod downloading | timoreo | |
2022-01-14 | Add offline mode disclaimer | bexnoss | |