-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/2.5' into SlowEventLoopNotify
- Loading branch information
Showing
1,878 changed files
with
418,293 additions
and
925,918 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,147 @@ | ||
build: | ||
- default.nix | ||
- CMakeLists.txt | ||
- build/** | ||
- cmake/** | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- default.nix | ||
- CMakeLists.txt | ||
- build/** | ||
- cmake/** | ||
|
||
cmake: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- cmake/** | ||
|
||
code quality: | ||
- src/test/** | ||
- .clang-format | ||
- .codespell | ||
- .eslint* | ||
- .flake8 | ||
- .pre-commit-config.yaml | ||
- pyproject.toml | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/test/** | ||
- .clang-format | ||
- .codespell | ||
- .eslint* | ||
- .flake8 | ||
- .pre-commit-config.yaml | ||
- pyproject.toml | ||
|
||
controller backend: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/controllers/** | ||
|
||
controller mappings: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- res/controllers/** | ||
|
||
analyzer: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/analyzer/** | ||
|
||
broadcast: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/broadcast/** | ||
|
||
effects: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/effects/** | ||
|
||
controllers: | ||
- res/controllers/** | ||
engine: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/engine/** | ||
|
||
sync: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/engine/sync/** | ||
|
||
library: | ||
- src/library/** | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/library/** | ||
|
||
autodj: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/library/autodj/** | ||
|
||
browse: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/library/browse/** | ||
|
||
itunes: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/library/itunes/** | ||
|
||
rekordbox: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/library/rekordbox/** | ||
|
||
scanner: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/library/scanner/** | ||
|
||
search: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/library/searchquery* | ||
|
||
serato: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/library/serato/** | ||
|
||
packaging: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- packaging/** | ||
|
||
preferences: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/preferences/** | ||
|
||
qml: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- res/qml/** | ||
- src/qml/** | ||
|
||
skins: | ||
- res/skins/** | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- res/skins/** | ||
|
||
soundio: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/soundio/** | ||
|
||
soundsource: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/sources/soundsource* | ||
|
||
ui: | ||
- src/**.ui | ||
- src/dialog/** | ||
- src/preferences/** | ||
- src/widget/** | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/**.ui | ||
- src/dialog/** | ||
- src/preferences/** | ||
- src/widget/** | ||
|
||
vinylcontrol: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/vinylcontrol/** | ||
|
||
waveform: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/waveform/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.