aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-10Merge pull request #406 from Scrumplex/fix-clear-metadataflow
2022-11-10Merge pull request #397 from flowln/windows_mod_updater_fixes_maybeSefa Eyeoglu
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/226
2022-11-09Merge pull request #415 from TayouVR/fix-main-warningSefa Eyeoglu
2022-11-09refactor: fix CodeQL warnings in StringUtils::naturalCompareflow
I have no idea why this function exists, so better to just let it exist. =D Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-08Merge pull request #407 from AshtakaOOf/readmetxtsd
2022-11-08chore(readme): Specify openSUSE Tumbleweedtxtsd
Signed-off-by: txtsd <code@ihavea.quest>
2022-11-08Merge pull request #392 from PrismLauncher/max_ram_logictxtsd
2022-11-07Update README.mdAdrien
Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>
2022-11-07fix: use cross-platform toStdString in FlameHasherflow
Almost the same issue from toml++ :p Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-07Add TumbleweedAdrien
Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>
2022-11-07Fix warning in main functionTayou
main could according to the compiler end up not returning. of course it will always return, but I satisfied the compiler by adding a default case. Signed-off-by: Tayou <tayou@gmx.net>
2022-11-07Merge pull request #411 from TheLastRar/configurationless-installDioEgizio
Fix: Configuration-less config for Qt Install
2022-11-06Update README.mdAdrien
Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>
2022-11-06Fix: Configuration-less config for Qt InstallTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-06Merge pull request #405 from AshtakaOOf/spookyDioEgizio
2022-11-06Update README.mdAdrien
Add copr Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>
2022-11-06Merge pull request #242 from marcelohdez/more-copy-optionsSefa Eyeoglu
2022-11-06fix: save metacache after clearingSefa Eyeoglu
If the user closes the launcher right after clearing, it probably didn't actually clear the cache yet. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-06refactor: rename halloween cats to -spookySefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-06fix: allow -ween variants for all catsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-06Merge pull request #383 from leo78913/toolbar-lockSefa Eyeoglu
2022-11-05add: Spooky RoryAdrien
Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>
2022-11-05Update launcher/ui/MainWindow.cppleo78913
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: leo78913 <leo3758@riseup.net>
2022-11-05fix: update tomlplusplus submoduleflow
This fixes an issue with Windows TOML file parsing with non-latin characters. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-05Merge pull request #400 from DioEgizio/bump-6.0DioEgizio
2022-11-05chore: bump to 6.0DioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-05Merge pull request #399 from ryanccn/readme-adaptive-logo-fixSefa Eyeoglu
2022-11-05fix: width="50%"Ryan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-05fix(docs): use new format for adaptive images in READMERyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-05Merge pull request #229 from ryanccn/macos-drag-n-dropSefa Eyeoglu
2022-11-05Merge pull request #396 from leozamboni/developSefa Eyeoglu
2022-11-05Merge pull request #149 from TayouVR/better-custom-themesSefa Eyeoglu
2022-11-05Merge pull request #294 from piperswe/add-snapcraft-ymlSefa Eyeoglu
2022-11-05fix: add missing newlineSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-05fix: fix icon install pathSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-04Merge pull request #366 from TheLastRar/MSVC-BuildSefa Eyeoglu
2022-11-04fix: use KDEInstallDirs for manpageSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-04fix: separate types of std::string in Packwizflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04feat: add more separation between types of std::string in StringUtilsflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04refactor: move FS's toStdString to StringUtilsflow
This is so that anyone can use it :) Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04refactor: move MMCStrings -> StringUtilsflow
General utilities can go in here >:) Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04fix: use unicode variant for marking '.index' hiddenflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04Workflow: Add MSVC Builds to release workflowTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04Fix: Resolve ambiguous overload errorsTheLastRar
Clang-cl fails to select the correct function and instead errors Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04Fix: Conflicting types for hoedown functionsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Add VC variables before packaging on WindowsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Build MSVC Legacy as 32bitTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Link to release libraries even in debugTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Use msbuild generator for msvc buildsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CMake: Support multi-configuration generatorsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>