Commit Graph

89 Commits

Author SHA1 Message Date
Thomas Zobler
5202807ab6 [skip ci] change to read "GENERAL ENG PCT MAX RPM" 2026-02-06 09:15:26 +01:00
Thomas Zobler
6e2397d3cb feat: read enginepower from SimConnect 2026-02-05 11:18:43 +01:00
Thomas Zobler
b62084f3b5 fix: clang format 2026-02-04 10:54:34 +01:00
tzobler
66acba9e87 feat: enginepower implemented for fsxcommon 2026-02-04 10:43:47 +01:00
tzobler
2519a87680 refactor: Extend aircraft model classes for MSFS24 2026-01-31 12:48:30 +01:00
tzobler
2c3522010d feat: Extend MSFS exclude dirs 2026-01-31 12:48:30 +01:00
tzobler
3e17ddb5d8 feat: Enable JSON encoding for additional aircraft lights 2026-01-31 12:40:34 +01:00
tzobler
48f1676f8d feat: Add wing light property 2026-01-31 12:40:34 +01:00
tzobler
44272548ad refactor: Unify member naming 2026-01-31 12:40:34 +01:00
Lars Toenning
1bf664f241 build: Fix build on Windows 2025-11-01 16:15:13 +01:00
Lars Toenning
d23b684b99 fix: Supress false positives 2025-11-01 16:15:13 +01:00
Lars Toenning
707eaf0495 refactor: Fix readability-use-concise-preprocessor-directives 2025-11-01 16:15:13 +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
fc54023644 refactor: Fix readability-redundant-member-init warning 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
8a877e85b7 refactor: Fix readability-use-std-min-max 2025-11-01 16:15:12 +01:00
Lars Toenning
369450107b refactor: Fix remaining modernize- warnings 2025-11-01 16:15:12 +01:00
Lars Toenning
4e6a6887f1 refactor: Fix clang-tidy modernize-loop-convert 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
899b5d6ba4 ci: Run static code analysis 2025-11-01 16:15:12 +01:00
Lars Toenning
8c93f00179 refactor: Fix deprecation warning 2025-10-29 22:46:33 +01:00
Lars Toenning
036a99f4dc build: Fix compilation with no PCH 2025-10-29 22:46:32 +01:00
Lars Toenning
fefedd03f9 refactor: Format inc files 2025-10-29 22:46:32 +01:00
Lars Toenning
b85a82f5fb build: Update Qt version 2025-10-12 20:51:22 +02:00
Lars Toenning
ff45b56a06 refactor: Fix deprecation warning 2025-09-01 21:28:41 +02:00
Lars Toenning
ea0dc3b039 refactor: Remove old formatting comments 2025-08-29 23:17:16 +02:00
Lars Toenning
a0101ef943 refactor: Fix Qt deprecation warnings 2025-08-29 23:17:16 +02:00
Lars Toenning
aaf5bead64 fix: Update string representation for default codec 2025-08-29 23:17:15 +02:00
Mat Sutcliffe
57ae33a8d2 fix: doxygen warnings 2025-07-11 13:54:39 +02:00
Lars Toenning
e181680524 feat: Use zip instead of 7zip 2025-07-11 12:47:21 +02:00
Mat Sutcliffe
1e0382463b fix: copy QStringView by value 2025-06-11 10:19:36 +02:00
Lars Toenning
71c868866c refactor: clang-tidy 2025-06-10 21:39:52 +02: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
43d66b0cd7 fix: Remove noop statement
The timer interval is set from external (startUpdating)
2025-06-10 21:39:52 +02:00
Lars Toenning
95e45b68d3 fix: Make member function accessible to children 2025-06-10 21:39:52 +02:00
Lars Toenning
d5386e2451 fix: Correct property index methods 2025-06-04 22:45:26 +02:00
Lars Toenning
c11add9fb3 refactor: Fix clang-tidy warnings 2025-06-04 22:45:26 +02:00
Lars Toenning
e348b22dbd refactor: Remove Qt5 compatibility layer 2025-06-01 21:55:06 +02:00
Lars Toenning
51755effe3 feat: Add conversion for LNM vfp export 2025-05-06 19:49:02 +02:00
Lars Toenning
8aaa21ac0e feat: Re-add vfp import
This reverts commit 178a110343.
2025-05-06 19:13:31 +02:00
Lars Toenning
9a42759b8d refactor(pq): Remove unused constants 2025-03-24 17:40:11 +01:00
Lars Toenning
51ae5805b2 refactor: Fix clang-tidy warnings 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
66d548892d refactor: Use single function for compiledWith info
This should avoid duplication
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