Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
277eb2f
Fixing deprecation for future Qt 6 support (#3962)
ElTh0r0 May 31, 2025
728c586
fix arch package build and fix some build issues related to KFGuiAddons
borgmanJeremy May 31, 2025
b4b00ec
temporarily disable QtSingleApplication
borgmanJeremy Jun 1, 2025
a411377
fixed segfault
borgmanJeremy Jun 1, 2025
49ff3de
Fix further Qt 6 deprecations (#3966)
ElTh0r0 Jun 1, 2025
afff3d6
build with c++ 20
borgmanJeremy Jun 1, 2025
3fa9ce7
Apease clange format
borgmanJeremy Jun 1, 2025
88d6e14
Replace QTextCodec with QStringDecoder/Encoder (#3965)
ElTh0r0 Jun 1, 2025
13f08f9
Forgot another deprecated QApplication::desktop (macOS) / fix Qt 6 Wi…
ElTh0r0 Jun 2, 2025
a23034b
Merge branch 'master' into qt6_2025
borgmanJeremy Jun 3, 2025
21abb11
Merge branch 'master' into qt6_2025
borgmanJeremy Jun 3, 2025
50d9309
Fixes flatpak for Qt6 (#3974)
borgmanJeremy Jun 4, 2025
533c811
fix missing header on ubuntu 22.04, apply clang-format, working on CI
borgmanJeremy Jun 4, 2025
2732eb3
Port to QT6 on MacOs (#3977)
borgmanJeremy Jun 4, 2025
b504b9e
Qt6 ci (#3978)
borgmanJeremy Jun 5, 2025
2c99e97
Fix more c++ 20 deprecations
borgmanJeremy Jun 6, 2025
aa11f43
fix windows pack (#3982)
borgmanJeremy Jun 6, 2025
669dfaa
Qt 6 - Fix http status response (#3983)
ElTh0r0 Jun 9, 2025
a56beb3
Support dark mode in Windows (#3984)
ElTh0r0 Jun 9, 2025
128b583
Fix app filter using wildcards (#3985)
ElTh0r0 Jun 9, 2025
639b1ee
Fix poor performance with Qt 6: Replace QFileSystemModel with QFileIc…
ElTh0r0 Jun 9, 2025
9a886de
Snap is compiling but has permission issue on gnome (#3991)
borgmanJeremy Jun 9, 2025
a354a91
disable broken qt6 builds (#3992)
borgmanJeremy Jun 9, 2025
98f0395
Merge pull request #3993 from flameshot-org/qt6_2025
borgmanJeremy Jun 11, 2025
075a69f
Fix for wrong set savePath on Windows (#3990) (#3997)
ElTh0r0 Jun 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/Linux-arm-pack.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Packaging(Linux - ARM)

on:
push:
branches:
- master
- fix*
- move-arm-ci-to-new-ci
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'docs/**'
#push:
# branches:
# - master
# - fix*
# - move-arm-ci-to-new-ci
# paths-ignore:
# - 'README.md'
# - 'LICENSE'
# - 'docs/**'

workflow_dispatch:

Expand Down
Loading
Loading