aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-09Make launch.sh cwd-independent (#1011)lambdcalculus
2024-07-09Github -> GitHub in readme linux (#1010)OmniTroid
* Make it clear where launch.sh is * gIThUb really likes their proper capitalization * Revert
2024-07-07Add AppImage CI build (#1005)lambdcalculus
* add AppImage CI build * specify ubuntu 22.04 LTS in CI * change +x bit * use tar to preserve permissions * make folder names nicer in the tar * clone themes before making tar archive --------- Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-07-07Removed MIDI, removed undocumented (yet supported) formats (#1008)Leifa
* Removed MIDI, removed undocumented (yet supported) formats Resolve #1006 * Adjusted CI for MIDI removal
2024-07-06Improve OS detection and add APPIMAGE support to pathing code (#1003)Leifa
* Added get_app_path, tweaked pathing to adjust itself for Linux, ... * Added get_app_path * This should be used instead of QCoreApplication::applicationDirPath() * Tweaked pathing to adjust itself for Linux * Append separator to base path * Moved headers where they are needed. (Dunno why they were here.) * Proper pathing for AppImage
2024-07-03Update windows CI to build APNG in the proper directory (#1001)Leifa
2024-07-01Tweaked missing image format warning (#994)Leifa
* Tweaked missing image format warning * Tweaked code format * run clang-format --------- Co-authored-by: stonedDiscord <Tukz@gmx.de>
2024-07-01Readme and script cleanup (#995)OmniTroid
* Ignore .idea * Ignore build dir too * Remove unused Windows Docker files * Remove somewhat cryptic launch.sh script * Remove kebab (javascript) * Remove outdated release_macos script and rename the most up-to-date one to macos_release * Clean up README.md and delete the other ones * Add preliminary configure script * Add hint in dependencies * Remove obsolete CONTRIBUTING.md * let's write the configure script later * Adding this is so supremely ironic that I can't even * Update QtApng repo * Actually we needed that * Add comment * Contact should be h2
2024-06-30Merge pull request #977 from AttorneyOnline/fix-areaswitch-bsLeifa
Fix characters not being hidden on displayable background change
2024-06-30Merge pull request #993 from lambdcalculus/masterLeifa
Fix incorrect error messages due to QPluginLoader
2024-06-30Merge pull request #991 from AttorneyOnline/ci-qt6Leifa
Change CI builds to Qt 6.5.3
2024-06-30Update readme to mention Qt6, not Qt5Salanto
2024-06-25Merge branch 'master' into ci-qt6stonedDiscord
2024-06-25Merge branch 'master' into masterstonedDiscord
2024-06-25Merge branch 'master' into fix-areaswitch-bsSalanto
2024-06-25Fix color-related UI not honoring chatbox setting (#984)in1tiate
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-06-25Merge branch 'master' into fix-areaswitch-bsSalanto
2024-06-24improve image formats checklambdcalculus
iterate over important formats, and add a message box
2024-06-25FORCESalanto
2024-06-25Update build.ymlSalanto
2024-06-25Fix windows tooSalanto
2024-06-25Update build.ymlSalanto
2024-06-25Cleanup instead of filterSalanto
2024-06-24Add filterSalanto
Should ignore all dot folders/files
2024-06-24remove unnecessary plugin loaderslambdcalculus
imageformats plugins are loaded automatically, we just need to check if they were actually loaded
2024-06-24Put all the themes where they belongSalanto
2024-06-24Put it in the right folderSalanto
2024-06-24Add themes to CI runSalanto
resolves #970
2024-06-24Removed option of fetching Apng since we no longer fetch it from the projectLeifa
2024-06-24Fix Linux archiving a tar inside a zipLeifa
2024-06-24Update apng final destination path, ...Leifa
* Update apng final destination path * Also remove the CI copying files to `imageformats` only to immediately start deleting everything inside of said directory
2024-06-24Relocate plugin final destination pathLeifa
2024-06-24Fetch APNG and build itLeifa
2024-06-24Remove APNG fetchingLeifa
2024-06-24Switch Linux to jurplel/install-qt and 6.5.3Salanto
2024-06-24Add build option for QtApng to CMake fileSalanto
2024-06-24Don't clone QApng in the CISalanto
2024-06-24Compile QtApng, not AO2-ClientSalanto
2024-06-24Reenable QtApngSalanto
2024-06-24Install imageformats mouduleSalanto
Kind of important.
2024-06-24Remove outdated parameter for windeployqtSalanto
2024-06-24Add Websockets module to Qt-installSalanto
2024-06-24Switch repo to jurplel/QtApng and comment it outSalanto
2024-06-24Switch QtApng repoSalanto
2024-06-24Bump CI build to Qt 6.5 LTSSalanto
2024-06-23Fix positions not being listed (#990)Leifa
2024-06-21Fix background scaling and centering (#982)Leifa
Fix #978
2024-06-18Explicitly set sane line spacing (#981)in1tiate
* Explicitly set sane line spacing * Update naming to reflect setting set by Format + fix memory leak Address memory leak --------- Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
2024-06-11remove accidentally included debug callsin1tiate
2024-06-11hide charlayers on area switch background changesin1tiate
only applicable on servers which send displayable background updates on area switch