Skip to content

Commit

Permalink
Merge branch '2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Dec 24, 2024
2 parents a1e2279 + 11e8181 commit 60294e3
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ on:
- .github/workflows/examples.yml
branches:
- main
- 2.2
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:
push:
branches:
- main
- 2.2
paths-ignore:
- .github/workflows/create_release.yml
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/external-3rdparty-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
push:
branches:
- main
- 2.2
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/flutter-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ on:
push:
branches:
- main
- 2.2
paths-ignore:
- .github/workflows/create_release.yml
- .github/workflows/examples.yml
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/flutter-rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ on:
push:
branches:
- main
- 2.2
paths-ignore:
- .github/workflows/create_release.yml
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/layouting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:
push:
branches:
- main
- 2.2
paths-ignore:
- .github/workflows/create_release.yml
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ name: pre-commit
on:
pull_request:
push:
branches: [main, 2.1]
branches:
- main
- 2.2

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
2 changes: 2 additions & 0 deletions .github/workflows/valgrind-leakcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ on:
- .github/workflows/create_release.yml
branches:
- main
- 2.2
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
* v2.3.0
- qtquick: Add QtQuick::IndicatorWindow::setQuickWindowCreationCallback

* v2.2.1
- Fix linking against static KDDW (#557)

* v2.2.0
- qtquick: Add support for MainWindowOption_HasCentralWidget
- qtquick: Add QtQuick::FloatingWindow::setQuickWindowCreationCallback
Expand Down

0 comments on commit 60294e3

Please sign in to comment.