Lars Toenning
975944a528
fix: Save datafile update rate in correct setting
2024-02-06 08:45:34 +01:00
Lars Toenning
298c9eeec1
refactor: Remove option to disable autologoff
...
Auto logoff was always enabled in normal builds anyway, even when the
user tried to disable it (see 8eff8cd ).
2024-02-06 08:45:34 +01:00
Lars Toenning
882ae3b741
chore: Update AFV URL
...
Fixes #255
2024-02-06 08:45:34 +01:00
Lars Toenning
bebd5600bb
refactor: Remove unused and outdated SSL certificates
...
Methods are unused since commit 0d0e09333
CNetworkUtils::setSwiftClientSslCertificate was removed with ac48e64
2024-02-06 08:45:34 +01:00
Lars Toenning
043813478a
refactor: Remove unused library path helper
2024-02-06 08:45:33 +01:00
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
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
2f93a3abe2
refactor: Remove unused signal
2024-02-05 22:23:40 +01:00
Mat Sutcliffe
7e6f3f0f0d
ci: Update runner OS version for post-build jobs
2024-01-29 19:35:50 +00:00
Mat Sutcliffe
fe9a1987fd
ci: Publish doxygen output to GitHub Pages
2024-01-29 19:35:50 +00:00
Mat Sutcliffe
92c1b5a94a
ci: Run doxygen
2024-01-29 19:35:50 +00:00
Mat Sutcliffe
9ed80948f8
Fix doxygen warnings
2024-01-29 19:35:50 +00:00
Mat Sutcliffe
d5f1e8d668
Remove readthedocs files
2024-01-29 17:53:02 +00:00
Mat Sutcliffe
0ca8b415e9
doxygen: Remove qmake files
2024-01-29 17:53:02 +00:00
Lars Toenning
4eea539c19
refactor: Fix spelling mistakes
2024-01-27 08:55:46 +01:00
Lars Toenning
6a0e93a3bd
test: Add FSD test for ATIS client query and response
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
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
b5cdef2f4e
feat: Parse ICAO equipment code from SimBrief flightplans
2024-01-23 20:25:30 +01:00
Lars Toenning
dbfc9dca82
fix: Update remark string when updating voice capabilities
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
cdd4690adf
feat: Add ICAO equipment code classes
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
b5a62a3204
feat: Support URL fragments with CUrl
...
URL fragments are the part of a URL to select
subresources by using "#"
2024-01-23 20:25:30 +01:00
Lars Toenning
37900f19bc
fix: Copy wrong QString value for Wake Turbulence Category
2024-01-23 20:25:30 +01:00
Lars Toenning
209339f3c5
refactor: Remove unused notification sounds
2024-01-22 21:11:49 +01:00
Lars Toenning
d5df62aabb
refactor: Clarify AFV sounds in NotificationPlayer
2024-01-22 21:11:49 +01:00
Lars Toenning
05ae361d32
docs: Update links to new documentation
...
Fixes #232
2024-01-05 22:53:40 +01:00
Mat Sutcliffe
839d593683
[ci] Include the problem matcher status in the Discord message
2024-01-04 12:10:53 +01:00
Mat Sutcliffe
fd9e9a1f63
[ci] Remove more of the old compiler warnings parser
2024-01-04 12:10:53 +01:00
Lars Toenning
ec0ef3e49a
fix: Disable FSD connection test
...
The test server is no longer available
2023-12-28 18:27:25 +01:00
Lars Toenning
e4a8e44701
refactor: Remove old AFV test server
2023-12-28 18:27:25 +01:00
Lars Toenning
f52017df9e
refactor: Remove unused and outdated news URLs
2023-12-28 18:27:25 +01:00
Lars Toenning
c98eff2fa5
refactor: Remove unused variable
2023-12-28 18:27:25 +01:00
Lars Toenning
b832dd82be
refactor: Remove deprecated String mixin method
2023-12-28 18:27:25 +01:00
Lars Toenning
5c8728c38a
refactor: Remove remaining QMake file
2023-12-28 18:27:25 +01:00
Lars Toenning
e4935c3036
refactor: Remove unused method
2023-12-28 18:27:25 +01:00
Lars Toenning
457beab327
refactor: Move SimpleCrypt to third_party/
2023-12-21 22:58:30 +01:00
Lars Toenning
cb0912ebc0
refactor: Move QJsonWebToken lib to third_party/
2023-12-21 22:58:30 +01:00
Lars Toenning
52cb97c222
refactor: Move externals/ to third_party/
2023-12-21 22:58:30 +01:00
Lars Toenning
3d79451e7a
build: Install Sodium symlink on Linux
2023-12-17 11:45:39 +01:00
Lars Toenning
46e6eaba7f
feat(ui): Show warning if Input Monitoring is not allowed
...
Related to #125
2023-12-14 15:48:27 +01:00