Lars Toenning
24637aea09
refactor: Remove unused method
...
This method is not used. The setup reader instead directly uses the
convertFromJson method from the JSON mixin.
2024-02-05 22:23:40 +01:00
Lars Toenning
6181fbe602
refactor: Remove hardcoded URLs from global setup
...
These hardcoded URLs increased the maintanance overhead as they must be
updated together with the URLs in the bootstrap.json
2024-02-05 22:23:40 +01:00
Lars Toenning
389431ccef
refactor: Clean up setup file reader
...
Previously we already switch to loading the bootstrap file only from the
local file (ec42553910 ).
This removes the remaining parts of loading the bootstrap file from a
remote location.
This also updates the UI in case of parsing errors of the bootstrap.json.
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
2f93a3abe2
refactor: Remove unused signal
2024-02-05 22:23:40 +01:00
Lars Toenning
4eea539c19
refactor: Fix spelling mistakes
2024-01-27 08:55:46 +01:00
Lars Toenning
c773f2f915
fix: Wrong length check for logoff time from ATIS
2024-01-27 08:55:46 +01:00
Lars Toenning
aa3347ae8b
refactor: Remove outdated VATSIM datafile URL from cache class
...
The cache is filled at every start with the URLs from the status file.
There should be no need to hardcode a URL here.
2024-01-27 08:55:46 +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
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
fae215ba26
refactor: Move FSD Test server information to test case
2024-01-23 20:25:30 +01:00
Lars Toenning
e4a8e44701
refactor: Remove old AFV test server
2023-12-28 18:27:25 +01:00
Lars Toenning
cb0912ebc0
refactor: Move QJsonWebToken lib to third_party/
2023-12-21 22:58:30 +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
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
77d7559477
Update VATSIM HTTP address
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
Mat Sutcliffe
dfc288bfd7
Refactor rehosting logic in FSD client
2023-03-12 19:00:02 +00:00
Lars Toenning
6dc2492d29
Bootstrap: Remove wasLoadedFromWeb flag
2023-03-03 12:23:43 +01:00
Lars Toenning
acf8df95a6
Adjust rehosting with automatic server
2023-03-01 20:45:22 +01:00
Lars Toenning
c4cfdc1fcc
Remove EOL feature
2023-02-28 21:12:24 +01:00
Lars Toenning
a62da56d5f
Use HTTP to get VATSIM IP in automatic mode
2023-02-28 08:29:58 +01:00
Lars Toenning
466e0dbae4
Read VATSIM servers from servers.json
2023-02-28 08:29:58 +01:00
Lars Toenning
ec42553910
Always read bootstrap.json from local file
...
This simplifies the bootstrap phase and synchronization.
2023-02-27 15:31:28 +01:00
Lars Toenning
fbd9255f56
Add getter for server file to CApplication
2023-02-27 15:31:11 +01:00
Lars Toenning
4f43633231
Add VATSIM server JSON to CGlobalSetup
2023-02-27 15:28:08 +01:00
Lars Toenning
4ce5ffc141
Fix propertyByIndex for CGlobalSetup
2023-02-27 15:27:48 +01:00
Lars Toenning
cc6f0d151d
Round to 8.33 kHz channel when receiving text messages
...
Related to #186
2023-02-10 19:08:49 +01:00
Lars Toenning
ab3203043c
[AFV] Use CComSystem helper to compare frequencies
2023-02-10 19:08:49 +01:00
Lars Toenning
8747b91ea6
Remove unused ChannelSpacing parameter
2023-02-10 19:08:49 +01:00
Mat Sutcliffe
27662996fd
Remove swift-project.net and fir-berlin.de
2023-02-03 19:21:43 +00:00
Lars Toenning
521859f9ac
Remove broken launcher news widget
...
The links for news are broken.
As most announcements are published via Discord nowadays, remove it for now.
2022-06-20 23:43:45 +02:00
Lars Toenning
963c4ec495
Remove link to web map
...
swift web map is not running anymore
2022-06-20 23:43:45 +02:00
Lars Toenning
8b5d02c62b
Use QRecursiveMutex
...
QMutex with QMutex::Recursive is deprecated
2022-06-20 23:38:48 +02:00
Lars Toenning
d1f41daba2
Remove aggregate include headers
...
They are only used for registermetadata. Explicitly mentioning the
dependencies/headers there will reduce work to maintain two separate files.
2022-06-20 23:38:48 +02:00
Mat Sutcliffe
5818a44d96
Issue #128 Adjust text message frequency to nearest frequency in use
2022-05-25 19:47:35 +01:00
Lars Toenning
c0efc9ea81
Clean up includes
2022-05-25 19:47:34 +01:00
Mat Sutcliffe
59a27a0d72
Send slowfast before ordinary position update
...
This solves a server-side performance issue.
2022-05-25 19:47:33 +01:00
Mat Sutcliffe
d2fadccf4e
[FSD] Add rehost packet ($XX) for VATSIM
2022-02-20 14:33:08 +00:00
Mat Sutcliffe
5106859ed9
[FSD] Refactor m_socket member
2022-02-20 14:33:07 +00:00
Mat Sutcliffe
f945f296c8
[FSD] Add slowfast and stopped packets for Velocity
2022-02-20 14:33:07 +00:00
Lars Toenning
bc660e5f81
Extract method to convert between FlightRules and FlightType
2022-02-13 16:58:20 +01:00
oktal3700
79cc13b43f
Remove siliconmind.de bootstrap mirror from CGlobalSetup
2022-02-01 18:19:38 +00:00