Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-08 | Merge pull request #1163 from flowln/fix_list_icons | Sefa Eyeoglu | |
2022-09-23 | fix: set icon sizes correctly in ProjectItemDelegate | flow | |
no more dumb hacks with icons!! Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-21 | feat: also format resource/texture pack names | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-21 | feat: support more formatting codes | Sefa Eyeoglu | |
also fix some crashes Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | fix: actually render color codes for texture packs | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | feat: add texture pack parsing | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-07 | Merge pull request #997 from flowln/fix_major_version_filter | flow | |
2022-09-07 | Merge pull request #1105 from flowln/better_resource_packs | flow | |
Add basic resource pack parsing and fix issues | |||
2022-09-07 | refactor: create mod pages and filter widget by factory methods | flow | |
This takes most expensive operations out of the constructors. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-07 | fix: use more robust method of finding matches for major version | flow | |
This uses the proper version list to find all MC versions matching the major number (_don't say anything about SemVer_ :gun:). Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-07 | Merge pull request #939 from flowln/mod_downloader_improve | flow | |
Some more UI / UX improvements to the mod downloader! | |||
2022-09-03 | feat: move resource pack images to QPixmapCache | flow | |
This takes care of evicting entries when the cache gets too big for us, so we can add new entries without much worries. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | feat: add resource icon to InfoFrame | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | feat: modify InfoFrame and ResourcePackPage to show ResourcePack info | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-20 | refactor: adapt rest of the codebase to the new resource model | flow | |
In order to access the ModFolderModel from the ModFolderPage, i created a new m_model for the correct type, shadowing the m_model of type ResourceFolderModel. This creates two shared_ptr references to the same object, but since they will have the same lifetime, it doesn't generate a memory leak. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-20 | refactor: move general info from Mod to Resource | flow | |
This allows us to create other resources that are not Mods, but can still share a significant portion of code. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-01 | feat+refactor: clean up ProgressWidget and add progress indicatior to | flow | |
mod downloader Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-01 | change: preserve search term across different mod providers | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-01 | feat: create delegate for project item views | flow | |
This allows us to define custom painting for list view items. In particular, this is applied to the mod downloader, in order to allow displaying both the mod name and mod description, and settings their effects (like bold or underline) independent of each other. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | feat: add some helping methods to WideBar | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-10 | chore: update license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: replace QRegExp with QRegularExpression | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: fix deprecation up to Qt 5.15 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-03 | feat: resolve JARs dynamically | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-05-23 | refactor: remove unused mod info and organize some stuff | flow | |
2022-04-29 | fix(mnemonics): Add missing buddies to labels | txtsd | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-22 | added: Mnemonics for Settings/Custom Commands | Daniel Schemp | |
2022-04-20 | fix: disable major version match for snapshots | Sefa Eyeoglu | |
2022-04-17 | fix(translation): don't translate placeholders | flow | |
Those are modified programatically, and never show up to the user! | |||
2022-04-16 | Merge pull request #392 from flowln/mod_filter | Sefa Eyeoglu | |
2022-04-15 | Show no loader selected message when add instance window first opens | Kenneth Chew | |
This resolves an issue where the message only shows when selecting a mod loader and then selecting "None" again. | |||
2022-04-15 | ui: underline search button text when changing filters | flow | |
This hopefully makes it easier to the user to know that their changes will only apply after hitting the search button. I tried setting the background color, but it seems more unreliable on cross-platform than underlining. Also, it could be worse for daltonic people, so I don't know what to do :( | |||
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-06 | Allow components to specify Java agents and JVM arguments (#175) | Una | |
2022-03-21 | Merge pull request #298 from Scrumplex/fix-i18n | Sefa Eyeoglu | |
Fix translatable strings | |||
2022-03-20 | fix: retranslate CustomCommands | Sefa Eyeoglu | |
2022-03-20 | chore: add license header | Sefa Eyeoglu | |
2022-03-20 | App: Retranslate all pages when the language is changed | Jamie Mansfield | |
2022-03-20 | App: Retranslate page header titles | Jamie 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-19 | fix(i18n): fix translatable strings | Sefa Eyeoglu | |
2022-03-06 | refactor: move help URL into buildconfig | Sefa Eyeoglu | |
2022-03-05 | fix: switch to polymc.org wiki | Sefa Eyeoglu | |
2022-02-10 | fix: update link to translations platform | Sefa Eyeoglu | |
2022-01-28 | Fix button being present in other pages | timoreo | |
2022-01-17 | Update selected language automatically | Philipp David | |
2022-01-10 | More rebranding | swirl | |
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC. | |||
2021-12-23 | Use correct title on Java check during setup | CreeperzEdge | |
2021-12-04 | GH-4071 Heavily refactor and rearchitect account system | Petr Mrázek | |
This makes the account system much more modular and makes it treat errors as something recoverable, unless they come directly from the MSA refresh token becoming invalid. | |||
2021-11-28 | GH-4071 handle network errors when logging in with MSA as 'soft' | Petr Mrázek | |
This makes the tokens not expire when such errors happen. Only applies to MSA, not the XBox and Mojang steps afterwards. Further testing and improvements are still needed. | |||
2021-11-22 | NOISSUE continue reshuffling the codebase | Petr Mrázek | |