-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* disable adsb by default * use switch instead of NewSwitch for more consistent UI * not needed anymore * obsolete * remove a few imports and deprecated things ... now we can at least compile and run on QT 6 * no functional changes ... now we can at least compile on QT 6 * QT 6 stuff * the weird rotation hack doesn't work on QT 6 * Revert "the weird rotation hack doesn't work on QT 6" This reverts commit 02f363c. * back to QT 6 * Few fixes + audio playback (#667) * QT 6 * document audio * QT 6 * experiment - add audio * experiment - add audio * fix ip check * fix ip check * fix ip check * fix ip check * update gst location * update gst version * update gst version * back to 1,20.5 * alaw * lgstalaw * exp autoaudiosrc * exp autoaudiosrc * alaw and audio * register plugins * weird * fix * add gstautoetect * weird * weird * so no alaw * No functional changes, QT 6 stuff (#668) * QT 6 stuff * QT 6 stuff * add error message box * remove a few obsolete settings * small comp fixes * small comp fixes * fix layouting for QT6 * fix layouting for QT6 * add QT6 CI * add QT6 CI * add QT6 CI * qt 6.4 also works * do not package service --------- Co-authored-by: consti10 <[email protected]>
- Loading branch information
1 parent
fcc8cbb
commit d3e2d5d
Showing
193 changed files
with
692 additions
and
4,244 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: ubuntu22_build_test_qt6 | ||
|
||
# @Rapha please keep this one without any packaging or similar ;) | ||
# NOTE: This test only checks if the code in the repository builds under ubuntu x86 (dependencies installed) | ||
# Which is - simply put - the most basic test. If this test fails, there is something wrong with the code. | ||
|
||
on: [push] | ||
|
||
env: | ||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) | ||
BUILD_TYPE: Release | ||
|
||
jobs: | ||
build: | ||
#runs-on: ubuntu-18.04 | ||
#runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-22.04 | ||
|
||
steps: | ||
- name: Checkout repository and submodules | ||
uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
|
||
- name: Install Qt | ||
uses: jurplel/install-qt-action@v3 | ||
with: | ||
version: 6.5 | ||
modules: qtcharts | ||
|
||
- name: Install non-qt dependencies | ||
run: | | ||
sudo ./install_qt6_build_dep.sh | ||
- name: Build with CMake | ||
run: | | ||
./build_cmake.sh |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.