Commit Graph

10247 Commits

Author SHA1 Message Date
Lars Toenning
9e615778ee refactor(afv): Fix some clang-tidy warnings 2024-11-19 10:18:22 +01:00
Lars Toenning
d89af5316e refactor: Remove unused code
This was only used for Qt 5.8 on Win.
2024-11-19 10:18:12 +01:00
Lars Toenning
1a0b2a8c5f refactor: clang format line length 2024-11-17 09:25:46 +01:00
Lars Toenning
c7779e1461 refactor: Clean up build config 2024-11-16 21:40:55 +01:00
Lars Toenning
fa4c0bacbf fix: Fix broken doxygen comments 2024-11-16 21:40:55 +01:00
Lars Toenning
97eed9562a refactor: clang-format 2024-11-16 21:40:55 +01:00
Lars Toenning
a4a896d82d fix: Set correct member 2024-11-15 20:55:53 +01:00
Lars Toenning
64b765529e refactor: Fix some clang-tidy warnings 2024-11-15 20:55:53 +01:00
Lars Toenning
efc39a564b refactor(ui): Update plugin connection text 2024-11-15 20:54:15 +01:00
Lars Toenning
d125d84d78 fix(fg): Do not mark FG plugin as experimental anymore 2024-11-15 20:54:15 +01:00
Lars Toenning
d8504cfc55 refactor(ui): Remove plugin details window 2024-11-15 20:54:15 +01:00
Lars Toenning
528b0cc255 feat: Add MSFS support
Co-Authored-By: Roland Rossgotterer <roland.rossgotterer@gmail.com>
Co-Authored-By: tzobler <tzobler@t-online.de>
2024-11-15 20:54:14 +01:00
Lars Toenning
7b6568f3b9 refactor: Use using instead of typedef 2024-11-12 20:58:26 +01:00
Lars Toenning
dbb7c5bc55 build: Set variable python executable 2024-11-12 20:58:26 +01:00
Lars Toenning
2bb8e97074 fix: Add note about broken SSO 2024-11-12 20:58:21 +01:00
Roland Rossgotterer
42e53cc142 Fix clearing the FG cache in swiftdata 2024-11-12 17:14:18 +01:00
Lars Toenning
cc1e41fc59 refactor: Rename remaining "black" identifiers 2024-11-11 15:11:40 +01:00
Lars Toenning
6d1812b164 refactor: Rename blackgui to swift::gui 2024-11-11 15:11:40 +01:00
Lars Toenning
3a2447770f refactor: Rename blackcore to swift::core 2024-11-11 15:11:39 +01:00
Lars Toenning
9142a3649b refactor: Rename blackmisc to swift::misc 2024-11-11 15:11:39 +01:00
Lars Toenning
5982296856 refactor: Rename BlackSound to swift::sound 2024-11-11 14:49:01 +01:00
Lars Toenning
685f455eab refactor: Rename BlackInput to swift::input 2024-11-11 14:49:00 +01:00
Lars Toenning
9c879aea1c refactor: Rename verify macros 2024-11-11 13:02:36 +01:00
Lars Toenning
0db0c16668 refactor: Rename BlackConfig to swift::config 2024-11-11 13:02:35 +01:00
Lars Toenning
bcc5d62a59 refactor: Remove restricted class for less coupling 2024-11-11 09:04:52 +01:00
Lars Toenning
eee9e92e7e refactor: Switch from rapidjson to nlohmann 2024-11-11 09:04:52 +01:00
Lars Toenning
14cd2ded43 build: Add msgpack as git submodule 2024-11-11 08:45:26 +01:00
Lars Toenning
61793a02a1 build: Fix include path for crashpad 2024-11-11 08:45:26 +01:00
Lars Toenning
19870911a8 refactor: Clean up CCookieManager
For more loose coupling, Restricted is removed.
2024-11-09 15:09:40 +01:00
Lars Toenning
e0190c90df build(installer): Remove unused sample section 2024-11-09 08:15:53 +01:00
Lars Toenning
d97d34a944 ci: Build doxygen only on main branch 2024-11-09 08:15:53 +01:00
Lars Toenning
7b9a73c2ee build: Build static "convenience" libs as position independent 2024-11-09 08:15:53 +01:00
Lars Toenning
596773baf2 fix(sharedstate): Pass success/failure with QFuture 2024-11-09 08:15:53 +01:00
Lars Toenning
5266cc1909 refactor: Port to Qt 6 2024-11-09 08:15:44 +01:00
Lars Toenning
54c28863c1 fix(ui): Validate default callsign on connect page 2024-10-26 10:08:58 +02:00
Lars Toenning
65a9ab13b0 refactor(ui): Remove matching log settings from connection page
These settings are already available on the model matching side. For
simplicity they should only be available at a single place.
2024-10-26 10:01:37 +02:00
Lars Toenning
3d8bf8b718 refactor: Remove unused LoginOverviewComponent 2024-10-26 10:01:22 +02:00
Lars Toenning
d810469504 refactor: Remove country flag from server selector
This feature does not work anymore anyway with the AUTOMATIC VATSIM
server
2024-10-25 08:50:26 +02:00
Lars Toenning
4ea378f751 refactor(ui): Remove manual pilot overwrite functionality
This functionality was rarely known.
2024-10-25 08:50:25 +02:00
Lars Toenning
8fc72226fb refactor: Remove advanced login dialog
All functionalities from the advanced dialog are also available
somewhere else.
2024-10-25 08:50:25 +02:00
Lars Toenning
feeafd4afd refactor(ui): Reuse existing components for login component 2024-10-25 08:50:25 +02:00
Lars Toenning
3310c74993 fix(ui): Correct vertical size of network component 2024-10-25 08:50:25 +02:00
Lars Toenning
854f418053 refactor(ui): Remove label of login mode
This label will already be added by the parent components.
2024-10-25 08:50:25 +02:00
Lars Toenning
9cec4148a5 refactor(ui): Move OwnAircraft component advanced options to separate tab
This should make the component more reusable, for example in
non-advanced environments.
2024-10-25 08:50:25 +02:00
Lars Toenning
a75ccb9927 refactor(ui): Do not allow to overwrite FSD settings from connect page
Overwriting FSD settings from the connect page (instead of changing the
server settings itself) introduced some complexity in the UI. As
spontaniously changing the FSD settings is likely a VERY rare use-case
and to simplify the logic/UI, it should only be done from the server
settings itself.
2024-10-25 08:50:25 +02:00
Lars Toenning
6f73a99895 refactor(ui): Remove manual model reload from connect page
The reload is already automatically triggered if the model changes in
the simulator context.
2024-10-25 08:50:21 +02:00
Lars Toenning
b502d968db refactor: Remove unused interpolator logger parameter 2024-10-21 20:35:39 +02:00
Lars Toenning
eea9c8473a refactor: Remove unused member in IInterpolator 2024-10-21 20:35:39 +02:00
Lars Toenning
3af2fe2304 refactor: Move interpolation-related files to new subdirectory 2024-10-21 20:35:38 +02:00
Lars Toenning
b53b266ded refactor: Decrease base class member visiblity 2024-10-21 20:35:38 +02:00