Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-17 | Merge pull request #439 from Ryex/better-blocked-mods | flow | |
2022-11-17 | feat(BlockModsDialog): remove redundant Ui info | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-11-17 | Merge pull request #454 from RedsonBr140/menu-themes | flow | |
2022-11-17 | fix: Fix usage below | Redson | |
Signed-off-by: Redson <redson@riseup.net> | |||
2022-11-17 | chore: Change var name | RedsonBr140 | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: RedsonBr140 <redson@riseup.net> | |||
2022-11-16 | Merge pull request #467 from Scrumplex/fix-meta-extensions-json | Sefa Eyeoglu | |
Fix serialization of components with custom metadata | |||
2022-11-16 | refactor: use isEmpty instead of size for lists | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-16 | fix: serialize metadata extensions | Sefa Eyeoglu | |
Prism has introduced a few extensions to the meta component version format, which were not exported as JSON in the launcher. This caused the `Customize` button on the version page to not write these new properties to the custom component file. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-16 | fix: remove unnecessary condition | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-16 | chore: Var definition inside the for loop | RedsonBr140 | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: RedsonBr140 <redson@riseup.net> | |||
2022-11-15 | Merge branch 'PrismLauncher:develop' into version | Fayne Aldan | |
2022-11-15 | Add commit hash to `--version` | Fayne Aldan | |
Signed-off-by: Fayne Aldan <FayneAldan@gmail.com> | |||
2022-11-15 | feat: Make the changes persistent. | Redson | |
Signed-off-by: Redson <redson@riseup.net> | |||
2022-11-15 | fix: Check the box when the theme is changed via settings | Redson | |
Signed-off-by: Redson <redson@riseup.net> | |||
2022-11-15 | fix: Check the current theme box on startup. | Redson | |
Signed-off-by: Redson <redson@riseup.net> | |||
2022-11-15 | fix: Build on QT6 | Redson | |
Signed-off-by: Redson <redson@riseup.net> | |||
2022-11-14 | feat: Add themes and their logic. | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-11-14 | Merge branch 'PrismLauncher:develop' into menu-themes | RedsonBr140 | |
2022-11-14 | Merge pull request #428 from DioEgizio/fixes-to-CI | flow | |
2022-11-14 | Merge pull request #448 from TheLastRar/fixup-warnings | flow | |
2022-11-14 | fix: fix potentially uninitialized variable | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-14 | feat: Add empty menu | Redson | |
Signed-off-by: Redson <redson@riseup.net> | |||
2022-11-14 | Pass index.parent() as parent parameter for rowCount | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-14 | Use Q_UNUSED instead of [[maybe_unused]] in onParseFailed | TheLastRar | |
Qt5 on Ubuntu cannot handle [[maybe_unused]] in this function Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-14 | Check parent in rowCount/columnCount/canFetchMore | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-14 | Mark paramaters of dropMimeData as unused | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-14 | Mark paramaters of onParseFailed as unused | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-14 | Mark loadExtraPackInfo abstract | TheLastRar | |
All classes that inherit from ModModel override this method Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-14 | Mark paramater runtimeContext as unused | TheLastRar | |
Base class uses variable, but ImplicitRule does not Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-14 | Mark paramater line as unused in guessLevel() | TheLastRar | |
The base method doesn't use this variable, but classes overriding this method do Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-14 | Remove unused qhash function | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-14 | Prefix member variables in HttpMetaCache | TheLastRar | |
MSVC warns about shadowing variables Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-14 | refactor: improve readability | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-14 | Merge branch 'develop' into macos-add-to-path | Ryan Cao | |
2022-11-14 | slight reword: "install to PATH" | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-11-13 | fix: Fix the error that CodeQL caught | txtsd | |
Signed-off-by: txtsd <code@ihavea.quest> | |||
2022-11-12 | fix: don't have the clear button on instance page filters | flow | |
This thing is otherworldly unoptimized. o.O Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-11 | feat: mark folder paths as links | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-11-11 | feat: add list of watched folders | Rachel Powers | |
move explanation text into dialog class and it's own label Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-11-11 | always use the pending path set to avoid task duplication. | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-11-11 | chore: clang format & cleanup | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-11-11 | properly handle a currently running hashing task | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-11-11 | drag&drop + add folder to watch | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-11-11 | Merge pull request #304 from Ryex/move-downloads | flow | |
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/222 | |||
2022-11-11 | add some extra debug logs for CF blocked mods | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-11-10 | Merge pull request #367 from TheKodeToad/linkjumping | flow | |
fix https://github.com/PrismLauncher/PrismLauncher/issues/363 | |||
2022-11-10 | Merge pull request #406 from Scrumplex/fix-clear-metadata | flow | |
2022-11-10 | Merge pull request #397 from flowln/windows_mod_updater_fixes_maybe | Sefa Eyeoglu | |
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/226 | |||
2022-11-10 | Implement flowln's suggestions | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-09 | Merge pull request #415 from TayouVR/fix-main-warning | Sefa Eyeoglu | |