Commit Graph

295 Commits

Author SHA1 Message Date
Lars Toenning
74e545be37 fix: Compiler warning 2024-12-29 13:18:01 +01:00
Lars Toenning
a3b5595627 refactor: Remove custom audio menu 2024-12-26 11:16:24 +01:00
Lars Toenning
391c08ce38 refactor: Use same mode for all contexts 2024-12-23 15:17:06 +01:00
Lars Toenning
7527ef2526 refactor: Remove unused function 2024-12-23 13:20:43 +01:00
Lars Toenning
a866b7e75a refactor: Remove attach to sim feature
This feature is not documented and not implemented for new simulators
2024-12-23 08:42:55 +01:00
Lars Toenning
7bc99ff6f2 refactor: Fix include guard end comment 2024-12-01 14:25:18 +01:00
Lars Toenning
35a284fdec fix(ui): Set correct min size 2024-11-30 17:32:25 +01:00
Lars Toenning
545fba77c3 refactor: Remove kill button 2024-11-30 16:29:15 +01:00
Lars Toenning
74415e756a refactor: Use chrono instead of plain ints 2024-11-30 16:29:15 +01:00
Lars Toenning
5e8ff1a4ca refactor: Remove old comments 2024-11-30 16:27:36 +01:00
Lars Toenning
b69b928b06 refactor(ui): Remove rendering setup button 2024-11-22 10:01:12 +01:00
Lars Toenning
1a0b2a8c5f refactor: clang format line length 2024-11-17 09:25:46 +01:00
Lars Toenning
97eed9562a refactor: clang-format 2024-11-16 21:40:55 +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
0db0c16668 refactor: Rename BlackConfig to swift::config 2024-11-11 13:02:35 +01: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
da98932997 refactor: Rename old vatlib function 2024-10-13 19:32:08 +02:00
Lars Toenning
7875c5a18f refactor: Remove not used AFV map
Always use the VATSIM online map instead of providing our own map widget
2024-10-13 08:52:47 +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
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
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
b39e8c3a7e fix: Unify xswiftbus spelling 2024-04-24 22:51:57 +02:00
Lars Toenning
2ba2d5bc8e refactor: Clarify CApplication method names 2024-02-18 23:09:13 +01:00
Lars Toenning
7b6f087247 refactor: Fix some clang-tidy warnings
- Mark single argument constructors as explicit
- Remove unused functions
- Avoid default parameters in virtual functions
- Clean up includes
- Do not call static methods through an instance
- And some more...
2024-02-18 23:09:12 +01:00
Lars Toenning
9d3ae3e2b3 refactor: Restructure parsing and setup loading methods 2024-02-18 22:16:54 +01:00
Lars Toenning
99de8009be refactor: Emit CApplication::startUpComplete on starting event loop 2024-02-18 22:16:54 +01:00
Lars Toenning
5e0f3a05d3 refactor: Read AFV URLs from bootstrap.json
This also removes the possibility to change the URL on the fly via the
UI.
Fixes #257
2024-02-18 16:33:16 +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
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
9f50aaaa4a fix: Remove broken ATC station booking overview
Related to #252
2024-01-27 08:55:46 +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
Lars Toenning
f3f777e7ea Replace deprecated CFBundleGetInfoString key
See https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html
2023-11-26 18:41:07 +01:00
Lars Toenning
cf11f3f2b7 Set version number in macOS plist 2023-11-26 18:41:07 +01:00
Lars Toenning
538e28a488 cmake: Set CMAKE_OSX_DEPLOYMENT_TARGET 2023-11-26 18:41:07 +01:00
Lars Toenning
662ae094b4 Build MacOS executables as bundles 2023-11-22 18:30:30 +01:00
Lars Toenning
6f29139d97 Fix VATSIM spelling 2023-11-22 18:30:30 +01:00
Lars Toenning
ea937c6a27 Remove outdated comment 2023-11-16 11:45:06 +01:00
Lars Toenning
ee33a75ba0 Add login/logoff notification sound option
Fixes #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
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
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