Commit Graph

10338 Commits

Author SHA1 Message Date
Lars Toenning
ced054efd6 refactor: Remove broken function to add test ATC stations 2025-03-25 11:46:22 +01:00
Lars Toenning
14450d493b refactor: Remove unused return type 2025-03-25 11:46:22 +01:00
Lars Toenning
edac1efac7 refactor(swiftdata): Remove simulator options from context menu
All required options (basically only reload) are already available from
other buttons in the UI and are more clear that they are only executed
for the currently selected simulator.
2025-03-24 17:40:11 +01:00
Lars Toenning
9a42759b8d refactor(pq): Remove unused constants 2025-03-24 17:40:11 +01:00
Lars Toenning
5e05c7a447 refactor: Remove broken xswiftbus auto-copy 2025-03-24 17:40:11 +01:00
Lars Toenning
e1a5fd4e2d refactor: Simplify upper case validator 2025-03-24 17:40:11 +01:00
Lars Toenning
eb4f2585ba refactor: Remove non-existent slots 2025-03-24 17:40:11 +01:00
Lars Toenning
472f69da4c refactor: Remove singleapplicationui class
This only protected the UI settings but it likely required for many
other settings as well, if done propertly. Do reduce complexity =>
remove for now
2025-03-24 17:40:11 +01:00
Lars Toenning
509d34ed37 refactor: Remove separate login mode buttons 2025-03-24 17:40:11 +01:00
Lars Toenning
d959c13682 refactor: Remove non-standard horizontal combobox 2025-03-24 17:40:11 +01:00
Lars Toenning
ee63897aa2 refactor: Remove unused file 2025-03-24 17:40:11 +01:00
Lars Toenning
5c8fe9e2cb refactor: Clarify function name 2025-03-24 17:40:11 +01:00
Lars Toenning
3d00abe146 refactor: Simplify splash screen 2025-03-24 17:40:11 +01:00
Lars Toenning
d0a9044788 refactor: Remove unused methods 2025-03-24 17:40:11 +01:00
Lars Toenning
7bc410d990 refactor: Remove unused window finder 2025-03-24 17:40:11 +01:00
Lars Toenning
999ce9a4d3 refactor: Fix clang-tidy warnings 2025-03-24 17:40:11 +01:00
Lars Toenning
20aa5d6f36 refactor: Fix typo 2025-03-24 17:40:11 +01:00
Lars Toenning
f5fb78b61e refactor: Remove unused header 2025-03-24 17:40:11 +01:00
Lars Toenning
21bda3b322 refactor: MacOS input initialization 2024-12-30 16:23:39 +01:00
Lars Toenning
af757eb017 refactor: Log input start on macOS
Related to #316
2024-12-30 12:44:32 +01: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
52f8dc7b6d fix: Add missing simulators to compiledWith info 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
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
aecc71067c refactor: Remove shortcuts to start launcher 2024-12-29 13:18:20 +01:00
Lars Toenning
88ec24bfb4 refactor: Fix clang-tidy warnings 2024-12-29 13:18:08 +01:00
Lars Toenning
74e545be37 fix: Compiler warning 2024-12-29 13:18:01 +01:00
Lars Toenning
acb3d77904 refactor: Remove deprecated function 2024-12-29 13:17:23 +01:00
Lars Toenning
e427ac7321 refactor(cmake): Sort file list 2024-12-26 16:03:00 +01:00
Lars Toenning
dacf2c5863 refactor: Use composition over inheritance 2024-12-26 15:53:15 +01:00
Lars Toenning
75e5e73eee fix: Set correct member function name 2024-12-26 11:17:53 +01:00
Lars Toenning
12f9f399e0 refactor: Simplify calls by not chaining 2024-12-26 11:17:53 +01:00
Lars Toenning
a3b5595627 refactor: Remove custom audio menu 2024-12-26 11:16:24 +01:00
Lars Toenning
391c08ce38 refactor: Use same mode for all contexts 2024-12-23 15:17:06 +01:00
Lars Toenning
740d1a9590 refactor: Remove unused constructor 2024-12-23 15:17:06 +01:00
Lars Toenning
8c25f6b755 refactor: Remove unused network version function 2024-12-23 15:17:06 +01:00
Lars Toenning
7527ef2526 refactor: Remove unused function 2024-12-23 13:20:43 +01:00
Lars Toenning
a866b7e75a refactor: Remove attach to sim feature
This feature is not documented and not implemented for new simulators
v0.15.46
2024-12-23 08:42:55 +01:00
Lars Toenning
3c896f24f2 refactor: Remove unused weather models/views 2024-12-23 08:42:55 +01:00
Lars Toenning
1d13c13df4 refactor: Remove unused includes 2024-12-23 08:42:55 +01:00
Lars Toenning
4cce0df069 fix: Add missing initializer 2024-12-23 08:42:55 +01:00
Lars Toenning
579f3dbfd6 feat: Update PTT click sound 2024-12-23 08:42:54 +01:00
tzobler
940b7281c9 feat: add native msfs2024 support 2024-12-20 14:18:26 +01:00