Lars Toenning
8704d463b8
feat: Show simplified StatusMessageWidget when hiding details
2024-02-05 22:23:40 +01:00
Lars Toenning
da552d60cc
refactor: Remove dev flag from bootstrap json
...
With this, the database debug flag can only be activated when using swift
with a development build. Setting the development flag in the json also
didn't worked previously as expected because the corresponding function
to get the flag in application.cpp was called before the setup was loaded.
2024-02-05 22:23:40 +01:00
Lars Toenning
5842cb627a
refactor: Remove wrong forward declaration
2024-02-05 22:23:40 +01:00
Lars Toenning
9f50aaaa4a
fix: Remove broken ATC station booking overview
...
Related to #252
2024-01-27 08:55:46 +01:00
Lars Toenning
945ef36151
refactor: Remove navigation equipment from remark generator
...
The NAV/ field in the remarks (same as COM/) is a freetext field. The content
may be dependent on the air traffic authority/country.
Further, most of the equipment information is nowadays handled with the
ICAO equipment code. NAV/ is likely required in special cases only, for
example when filing equipment code Z (Other equipment).
2024-01-23 20:25:30 +01:00
Lars Toenning
d2831a17ef
feat: Add voice capability to remarks for SimBrief flightplans
2024-01-23 20:25:30 +01:00
Lars Toenning
23e2dc9057
feat: Add ICAOEQ capability to FSD client
2024-01-23 20:25:30 +01:00
Lars Toenning
1f4f60d793
feat: Add wake turbulence category enum
2024-01-23 20:25:30 +01:00
Lars Toenning
c98eff2fa5
refactor: Remove unused variable
2023-12-28 18:27:25 +01:00
Lars Toenning
f209a1743c
fix(ui): Reorder radar widget settings
2023-11-26 18:41:07 +01:00
Lars Toenning
9774857169
feat(ui): Display pressure with fixed number of digits on weather page
2023-11-26 18:41:07 +01:00
Lars Toenning
488f9dc119
feat(ui): Display pressure also in inHg on weather page
...
Fixes #217
2023-11-26 18:41:07 +01:00
Lars Toenning
4902e0615b
Extend description of "AFV blocking" setting
2023-11-26 18:41:07 +01:00
Lars Toenning
b58aea75ea
Remove unused PTTBlocked notification sound
2023-11-26 18:41:07 +01:00
Lars Toenning
0af28c2708
Separate word "Ground speed" in radar component
2023-11-19 12:51:59 +01:00
Lars Toenning
41e8ddf2ae
Add spinbox to change radar tag font size
...
Fixes #121
2023-11-19 12:51:59 +01:00
Lars Toenning
ee33a75ba0
Add login/logoff notification sound option
...
Fixes #156
2023-11-16 11:45:06 +01:00
Lars Toenning
e1cf40463f
Remove ATC tune in/out notification sound
...
Related to #156
2023-11-16 11:45:06 +01:00
Lars Toenning
b57dfa1cb8
Remove unused "no audio transmission" notification sound
...
Related to #156
2023-11-16 11:45:06 +01:00
Lars Toenning
3187835315
Swap frequency and distance column in ATC list view
...
Fixes #173
2023-11-16 11:45:06 +01:00
Lars Toenning
1deaeba584
Add CMake support
2023-11-12 21:36:21 +01:00
Lars Toenning
3ffb8f689b
Remove qmake files
2023-11-01 22:23:15 +01:00
Lars Toenning
bfc27f61a4
Print splashscreen text in separate statusbar
2023-10-05 18:27:18 +02:00
Lars Toenning
bcc4bdd31e
Add SPDX identifiers for REUSE compliance
...
Co-authored-by: Mat Sutcliffe <oktal3700@gmail.com >
2023-10-03 09:29:49 +02:00
Lars Toenning
7ef0e6e1eb
Fix cppcheck warnings
2023-04-18 16:07:19 +02:00
Lars Toenning
970b7c3650
clang-format src
2023-04-18 16:07:19 +02:00
Lars Toenning
72ac4e6b47
Fix doxygen warnings
...
Fixes #188
2023-04-05 18:59:41 +02:00
Mat Sutcliffe
7691e42a5b
Fix doxygen warnings
...
Fixes #188
2023-04-05 18:57:11 +02:00
Lars Toenning
6dc2492d29
Bootstrap: Remove wasLoadedFromWeb flag
2023-03-03 12:23:43 +01:00
Lars Toenning
d51e4646c6
Clarify CSimulatedAircraft method name
2023-02-10 19:08:49 +01:00
Lars Toenning
8747b91ea6
Remove unused ChannelSpacing parameter
2023-02-10 19:08:49 +01:00
Lars Toenning
a96d792e25
Adapt channel comparison for 8.33 kHz spacing
...
Related to #186
2023-02-10 19:08:44 +01:00
Lars Toenning
b3e5539ec2
Enable 8.33 kHz frequency spacing support
...
Related to #186
2023-02-10 19:08:32 +01:00
Lars Toenning
c1dc5b0b06
Add icon and tooltips to plugin selector
2023-02-06 20:58:23 +01:00
Mat Sutcliffe
6e72437824
Guard against window being off-screen
...
QDesktopWidget::screenNumber can return -1
2022-11-14 18:26:06 +00:00
Lars Toenning
ddc7b3f87b
Issue #168 Trigger notification sounds
...
"Text message on ATC frequency" and "Text message on UNICOM" sounds
weren't triggered before.
2022-06-22 22:33:17 +02:00
Lars Toenning
05293feb8f
Initialize sim connection status for logincomponent
...
When using distributed mode and the simulator is already connected to swiftCore, the GUI will not trigger the update on the login component via the simulatorStatusChanged signal.
Therefore we will trigger the initial update manually (same is already done for the simulator connection LED).
2022-05-25 19:47:34 +01:00
Lars Toenning
c0efc9ea81
Clean up includes
2022-05-25 19:47:34 +01:00
oktal3700
5a0e01c997
[GUI] Fix wrong default xswiftbus version in updater
...
Fixes #154
2022-02-19 21:35:31 +00:00
Lars Toenning
dee61a8c14
Issue #122 Block network connect without simulator
2022-02-17 21:18:16 +01:00
Lars Toenning
424ac1b3da
Fix typo
2022-02-13 16:58:20 +01:00
Mat Sutcliffe
1d9fcabebf
Issue #94 GUI checkbox to enable visual position updates for each server
2022-01-29 14:40:55 +00:00
Mat Sutcliffe
a583ac056c
Issue #94 Add server capability flag for VISUPDATE
2022-01-03 16:38:47 +00:00
Mat Sutcliffe
2d62e90c54
Issue #115 Blink connect button in addition to disconnect button
2021-11-13 19:27:59 +00:00
Mat Sutcliffe
2b72600937
Explicit template instantiations for mixins for value classes
...
To reduce compile time.
2021-10-11 14:20:07 +01:00
Mat Sutcliffe
916448ef6a
[Clang][Windows] Remove workarounds
2021-10-11 14:20:07 +01:00
Mat Sutcliffe
a592bb2bbe
Include style
2021-09-18 15:07:49 +01:00
Mat Sutcliffe
312dec792b
Doxygen style
2021-09-18 15:07:48 +01:00
Mat Sutcliffe
57d32da826
Use nested namespaces (C++17 feature)
2021-09-18 15:07:48 +01:00
Mat Sutcliffe
3f2e5b0b69
Remove barely-used aggregate headers
2021-09-18 01:44:58 +01:00