Commit Graph

34 Commits

Author SHA1 Message Date
Lars Toenning
2cb18c5b90 feat(xswiftbus): Expose callsign as dataref
Fixes #379
2025-12-13 23:23:41 +01:00
Lars Toenning
c830b862be feat: Allow to tune STBY frequency from context menu
Fixes #274
2025-12-13 22:17:29 +01:00
Lars Toenning
7579ce8ba4 refactor: Fix readability-simplify-boolean-expr 2025-11-01 16:15:13 +01:00
Lars Toenning
469d9b8421 refactor: Fix readability-static-accessed-through-instance warnings 2025-11-01 16:15:13 +01:00
Lars Toenning
5eafb1282d refactor: Fix cppcoreguidelines-init-variables warnings 2025-11-01 16:15:13 +01:00
Lars Toenning
3758b2b5b9 refactor: Fix readability-use-anyofallof 2025-11-01 16:15:13 +01:00
Lars Toenning
369450107b refactor: Fix remaining modernize- warnings 2025-11-01 16:15:12 +01:00
Lars Toenning
e09413614a refactor: Fix clang-tidy modernize-return-braced-init-list 2025-11-01 16:15:12 +01:00
Lars Toenning
8f946b77d5 refactor: Fix clang-tidy modernize-use-override 2025-11-01 16:15:12 +01:00
Lars Toenning
29bc905e56 refactor: Fix clang-tidy modernize-use-auto 2025-11-01 16:15:12 +01:00
Lars Toenning
5004db1885 refactor: Use composition for update time
The timer is not required by all classes and the deep inheritance makes
it hard to see where it is actually used. Use composition instead.
2025-06-10 21:39:52 +02:00
Lars Toenning
56d00d7d77 refactor: Remove watchdog command
This command adds some complexity as it allows to disable a worker from
the outside. This is currently not required.
2025-06-10 21:39:52 +02:00
Lars Toenning
7fbf48ca3a refactor: Move common dbus function to IContext 2024-12-30 10:08:55 +01:00
Lars Toenning
51ae5805b2 refactor: Fix clang-tidy warnings 2024-12-30 10:08:50 +01:00
Lars Toenning
74d87fab82 refactor: Remove option to disable AFV aliasing 2024-12-30 10:08:50 +01:00
Lars Toenning
edbabe34be refactor: Remove airport view 2024-12-30 10:08:50 +01:00
Lars Toenning
f2dd54d77b refactor: Remove unused signals 2024-12-30 10:08:50 +01:00
Lars Toenning
db72e55281 refactor: Remove separate function to check for sim support 2024-12-30 10:08:49 +01:00
Lars Toenning
efc7796f1b refactor: Remove timesync feature
This is directly available by new simulators.
2024-12-30 10:08:49 +01:00
Lars Toenning
865e7fc0ef refactor: Remove model preview
This feature was not documented and only worked for some MS flight simulators
2024-12-29 14:34:13 +01:00
Lars Toenning
cf8fc5fb8f refactor: Remove unused convenience functions 2024-12-29 13:50:24 +01:00
Lars Toenning
acb3d77904 refactor: Remove deprecated function 2024-12-29 13:17:23 +01:00
Lars Toenning
12f9f399e0 refactor: Simplify calls by not chaining 2024-12-26 11:17:53 +01:00
Lars Toenning
8c25f6b755 refactor: Remove unused network version function 2024-12-23 15:17:06 +01:00
tzobler
937c2aa959 fix: Correct path for MSFS2020 model validation 2024-12-08 13:41:42 +01:00
Lars Toenning
a43b5ddc2b refactor: Fix clang-tidy warnings 2024-12-01 14:25:21 +01:00
Lars Toenning
7bc99ff6f2 refactor: Fix include guard end comment 2024-12-01 14:25:18 +01:00
Lars Toenning
7f277e4542 refactor: Clean up includes 2024-12-01 14:25:18 +01:00
Lars Toenning
74415e756a refactor: Use chrono instead of plain ints 2024-11-30 16:29:15 +01:00
Lars Toenning
5e8ff1a4ca refactor: Remove old comments 2024-11-30 16:27:36 +01:00
Lars Toenning
f63e988575 fix(ui): Do not add default audio device twice 2024-11-22 13:22:31 +01:00
Lars Toenning
1a0b2a8c5f refactor: clang format line length 2024-11-17 09:25:46 +01:00
Lars Toenning
97eed9562a refactor: clang-format 2024-11-16 21:40:55 +01:00
Lars Toenning
3a2447770f refactor: Rename blackcore to swift::core 2024-11-11 15:11:39 +01:00