| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-09 | Remove editable side dropdown (#1009) | Leifa | |
| Resolve #985 Co-authored-by: stonedDiscord <Tukz@gmx.de> | |||
| 2024-07-09 | Fix 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-09 | Make launch.sh cwd-independent (#1011) | lambdcalculus | |
| 2024-07-09 | Github -> GitHub in readme linux (#1010) | OmniTroid | |
| * Make it clear where launch.sh is * gIThUb really likes their proper capitalization * Revert | |||
| 2024-07-07 | Add 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-07 | Removed MIDI, removed undocumented (yet supported) formats (#1008) | Leifa | |
| * Removed MIDI, removed undocumented (yet supported) formats Resolve #1006 * Adjusted CI for MIDI removal | |||
| 2024-07-06 | Improve 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-03 | Update windows CI to build APNG in the proper directory (#1001) | Leifa | |
| 2024-07-01 | Tweaked 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-01 | Readme 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-30 | Merge pull request #977 from AttorneyOnline/fix-areaswitch-bs | Leifa | |
| Fix characters not being hidden on displayable background change | |||
| 2024-06-30 | Merge pull request #993 from lambdcalculus/master | Leifa | |
| Fix incorrect error messages due to QPluginLoader | |||
| 2024-06-30 | Merge pull request #991 from AttorneyOnline/ci-qt6 | Leifa | |
| Change CI builds to Qt 6.5.3 | |||
| 2024-06-30 | Update readme to mention Qt6, not Qt5 | Salanto | |
| 2024-06-25 | Merge branch 'master' into ci-qt6 | stonedDiscord | |
| 2024-06-25 | Merge branch 'master' into master | stonedDiscord | |
| 2024-06-25 | Merge branch 'master' into fix-areaswitch-bs | Salanto | |
| 2024-06-25 | Fix color-related UI not honoring chatbox setting (#984) | in1tiate | |
| Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com> | |||
| 2024-06-25 | Merge branch 'master' into fix-areaswitch-bs | Salanto | |
| 2024-06-24 | improve image formats check | lambdcalculus | |
| iterate over important formats, and add a message box | |||
| 2024-06-25 | FORCE | Salanto | |
| 2024-06-25 | Update build.yml | Salanto | |
| 2024-06-25 | Fix windows too | Salanto | |
| 2024-06-25 | Update build.yml | Salanto | |
| 2024-06-25 | Cleanup instead of filter | Salanto | |
| 2024-06-24 | Add filter | Salanto | |
| Should ignore all dot folders/files | |||
| 2024-06-24 | remove unnecessary plugin loaders | lambdcalculus | |
| imageformats plugins are loaded automatically, we just need to check if they were actually loaded | |||
| 2024-06-24 | Put all the themes where they belong | Salanto | |
| 2024-06-24 | Put it in the right folder | Salanto | |
| 2024-06-24 | Add themes to CI run | Salanto | |
| resolves #970 | |||
| 2024-06-24 | Removed option of fetching Apng since we no longer fetch it from the project | Leifa | |
| 2024-06-24 | Fix Linux archiving a tar inside a zip | Leifa | |
| 2024-06-24 | Update 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-24 | Relocate plugin final destination path | Leifa | |
| 2024-06-24 | Fetch APNG and build it | Leifa | |
| 2024-06-24 | Remove APNG fetching | Leifa | |
| 2024-06-24 | Switch Linux to jurplel/install-qt and 6.5.3 | Salanto | |
| 2024-06-24 | Add build option for QtApng to CMake file | Salanto | |
| 2024-06-24 | Don't clone QApng in the CI | Salanto | |
| 2024-06-24 | Compile QtApng, not AO2-Client | Salanto | |
| 2024-06-24 | Reenable QtApng | Salanto | |
| 2024-06-24 | Install imageformats moudule | Salanto | |
| Kind of important. | |||
| 2024-06-24 | Remove outdated parameter for windeployqt | Salanto | |
| 2024-06-24 | Add Websockets module to Qt-install | Salanto | |
| 2024-06-24 | Switch repo to jurplel/QtApng and comment it out | Salanto | |
| 2024-06-24 | Switch QtApng repo | Salanto | |
| 2024-06-24 | Bump CI build to Qt 6.5 LTS | Salanto | |
| 2024-06-23 | Fix positions not being listed (#990) | Leifa | |
| 2024-06-21 | Fix background scaling and centering (#982) | Leifa | |
| Fix #978 | |||
| 2024-06-18 | Explicitly 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> | |||
