aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-11Merge branch 'master' into restore-window-positionSalanto
2024-07-11QApplication less! (#1017)Leifa
2024-07-11*blood sacrifice for clang*Salanto
2024-07-11Remove unused QSettings objectSalanto
Forgot that was still there
2024-07-11Add to lobbySalanto
2024-07-11Add setting entrySalanto
2024-07-11Add Courtroom position restoreSalanto
2024-07-10Set MultiGen to Release Mode (#1015)Salanto
* Explicitly set build type to Release cause mutligens suck * Wrong line * Anguish
2024-07-09Remove TCP entry point (#1007)Leifa
* Remove TCP entry point Resolve #987 * Remove TCP entry point * Servers that do not support WebSocket will be marked as `Legacy` * Removal of TCP connection from the master will follow later. * Tweaked error message
2024-07-09Remove editable side dropdown (#1009)Leifa
Resolve #985 Co-authored-by: stonedDiscord <Tukz@gmx.de>
2024-07-09Fix transformation mode for layers (#998)Leifa
* Fix transformation mode for layers Resolve #997 * always use smooth transform resampling for stretched images * Used fixed frame size * Run Clang Format over file --------- Co-authored-by: in1tiate <32779090+in1tiate@users.noreply.github.com> Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com> Co-authored-by: stonedDiscord <Tukz@gmx.de>
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