Lars Toenning
12cad05edc
build!: Upgrade Ubuntu deploy target
2024-10-12 22:16:17 +02:00
Lars Toenning
b74cf9c49e
refactor: Remove unused methods
2024-10-12 22:16:16 +02:00
Lars Toenning
56bd6f0c42
refactor: Fix Qt 5.15 deprecation warnings
2024-10-12 22:16:16 +02:00
Lars Toenning
c9ef304ec9
refactor: Remove build-in console
...
The console feature was not documented very well and was only used for a
few messages.
2024-10-06 19:15:51 +02:00
Lars Toenning
7cdec8eeb6
build: Remove permissive workaround
...
Tested with MSVC 2022, this is no longer required.
2024-10-06 19:09:45 +02:00
Lars Toenning
0599241929
refactor: Remove log messages from status bar
...
With the new warn/error button, the user already is informed if
something important is logged. By only showing nearly all log messages
in the status bar, messages can be missed easily.
Fixes also an issue where the status bar was accessed before it was
initialized (crash with assert). (Fixes #299 ).
2024-10-06 12:57:13 +02:00
Lars Toenning
e5916b65a9
feat: Add warn/error log buttons
...
Add buttons to highlight that error or warning messages were logged.
Fixes #106
2024-10-06 12:57:13 +02:00
Lars Toenning
7337e89f0c
refactor: Remove old code
2024-10-06 11:38:00 +02:00
Lars Toenning
019c7a8b27
refactor: Remove experimental string_view include
2024-09-08 12:41:51 +02:00
Lars Toenning
181f32c04a
feat: Migrate to new VATSIM Status JSON file
2024-09-08 12:08:19 +02:00
Lars Toenning
57339f504e
fix: Avoid dangling reference
2024-09-08 12:08:19 +02:00
Lars Toenning
431b321aeb
refactor(ui): Remove second way to switch to model browser parts tab
2024-09-08 12:08:07 +02:00
Lars Toenning
98496fedd6
fix(xswiftbus): Set correct RUNPATH
2024-08-11 22:16:02 +02:00
Lars Toenning
39c2c4aebc
feat: Add more logging for #212
2024-07-07 23:15:15 +02:00
Lars Toenning
aa9329cf5d
refactor: Remove inline ATC settings (all/in range, valid freqs.)
...
Fixes #193
2024-07-07 23:15:15 +02:00
Lars Toenning
259cf24d6b
refactor: Simplify signal
...
The CAirspaceMonitor::changedAtcStationOnlineConnectionStatus signal was
only used to signal disconnected atc stations (argument always false).
2024-07-07 23:15:15 +02:00
Lars Toenning
d7219c4d56
refactor: Remove old code
2024-07-07 23:15:15 +02:00
Lars Toenning
4a81fc400a
feat: Show license and third party licenses in about dialog
2024-07-07 22:05:00 +02:00
Lars Toenning
e755abed3c
refactor: Remove unused function
2024-07-07 22:05:00 +02:00
Lars Toenning
b2ae4e5681
build: Add ifdef to disable VATSIM build
2024-07-07 22:04:59 +02:00
Lars Toenning
77de5c9336
refactor: Remove bar charts
2024-06-14 10:28:13 +02:00
Lars Toenning
f46b2e1644
ci: Upgrade macOS version
...
Fixes #285
2024-06-13 21:11:47 +02:00
Lars Toenning
382289611d
fix: Check correct key length for AFV encryption
2024-05-16 08:30:18 +02:00
Lars Toenning
cec87b6768
refactor: Remove unused struct and function
2024-05-16 08:30:18 +02:00
Lars Toenning
a19be63b37
fix: Pass size of server file in bytes
...
Fixes #259
2024-05-16 08:30:18 +02:00
Lars Toenning
bfa6894672
feat: Move VATSIM auth endpoint URL to bootstrap.json
2024-05-16 08:30:17 +02:00
Lars Toenning
f2404c4f56
refactor: Remove tooltips
2024-05-16 08:30:17 +02:00
Lars Toenning
9e4de1c511
refactor: Remove simulator logos
2024-05-01 22:06:00 +02:00
Lars Toenning
15488553c0
refactor: Remove unused member
2024-04-29 22:32:17 +02:00
Lars Toenning
89544d1ecb
refactor: Simplify getting shared data directory URL
2024-04-29 21:46:23 +02:00
Lars Toenning
14c045e7b4
refactor: Remove CUrlList
...
Nowadays most of the loadbalancing is done on the server-side and hence
there is only a single datafile URL (and other URLs) inside the
boostrap.json.
The features of the CUrlList are hence not really used. This is also a
step into removing CUrl and using QUrl instead, to avoid maintaining a
separate URL class.
2024-02-09 16:32:45 +01:00
Lars Toenning
0d62facea7
refactor: Remove webservice state/config member from CApplication
...
Reduce complexity and state of the CApplication. These members are used
anyway just to initialize the web service.
2024-02-17 21:30:05 +01:00
Lars Toenning
eaf0019474
fix: Remove duplicate AircraftCategoryEntity in flag
...
AircraftCategoryEntity is already part of AllIcaoCountriesCategory
2024-02-17 22:46:33 +01:00
Lars Toenning
73868a0e4d
refactor: Remove unused GFS 0.5 grid URL
2024-02-17 15:23:44 +01:00
Lars Toenning
86878519ca
refactor: Remove unused functions
2024-04-29 21:47:36 +02:00
Lars Toenning
4dcb1ae531
refactor: Remove unused crash report URL from bootstrap
...
This URL is hardcoded in crashhandler.cpp
2024-02-17 12:41:24 +01:00
Lars Toenning
26bea26e6d
feat: Add support for FSD mute packet
...
Fixes #254
2024-05-12 20:36:32 +02:00
Lars Toenning
33123cbba9
refactor(afv): Clarify that mute is for output
2024-05-12 20:36:12 +02:00
Lars Toenning
5af1ffbfc1
refactor: Remove deprecated functions
2024-04-24 23:20:49 +02:00
Lars Toenning
79d7670eb0
refactor: Remove unused/deprecated components
2024-04-24 23:20:01 +02:00
Lars Toenning
52410b5117
fix: Don't use controller info from datafile on non-VATSIM servers
...
Fixes #280
2024-04-24 22:52:45 +02:00
Lars Toenning
55d0ea00bd
refactor: Remove unused functions
2024-04-24 22:52:43 +02:00
Lars Toenning
178a110343
refactor: Remove vPilot flight plan import
...
vPilot 3.8.0 removed the flight plan dialog. For simplification, we also stop supporting the vPilot flight plan format.
2024-04-24 22:51:57 +02:00
Lars Toenning
b39e8c3a7e
fix: Unify xswiftbus spelling
2024-04-24 22:51:57 +02:00
Lars Toenning
d5a74e9baa
refactor(xswiftbus): Remove unused menu item
2024-04-24 22:51:57 +02:00
Lars Toenning
a203fc0c1f
refactor: Remove unused PTT enum
...
Currently, the PTT can only be activated on the active frequency
anyway.
2024-04-24 22:51:55 +02:00
Lars Toenning
18d0b1eefc
refactor(fs): Move FSUIPC from fscommon to FS9
...
With default settings, FSUIPC was not really used
by FS simulators (except FS9) as the transponder
mode readout was done with SB offsets through SimConnect.
For simplification, this removes FSUIPC from fscommon and moves it to FS9.
Therefor this also removes the option for FSX/P3D users to toggle FSUIPC.
2024-04-16 21:23:08 +02:00
Lars Toenning
93af5fef1c
fix: Add missing include
2024-04-16 21:23:08 +02:00
Lars Toenning
eaca06711b
refactor(fs9): Remove unused code
2024-04-16 21:23:07 +02:00
tzobler
9f63157642
fix(fs9): Remove COM sync between sim and swift
...
Fixes #278
Co-authored-by: Lars Toenning <dev@ltoenning.de >
2024-04-16 21:23:04 +02:00