Commit Graph

8093 Commits

Author SHA1 Message Date
Roland Rossgotterer
ef4e11025d Install and package QtQml
ref T665
2019-05-23 13:12:58 +02:00
Klaus Basan
3f76c87ce9 Ref T664, validate callsign in TM against aircraft/ATC stations in range and use callsign "as set" where applicable 2019-05-23 13:12:58 +02:00
Klaus Basan
9cd0d5554c Ref T663, avoid ASSERT when simulator is NO single simulator in mapping tool 2019-05-23 13:12:58 +02:00
Klaus Basan
8c1e10824c Ref T668, moved KML utils to geo namespace 2019-05-23 13:12:58 +02:00
Klaus Basan
302b1343dc Ref T668, avoid extreme splines
* with https://dev.swift-project.org/T668#15841 avoid 2 very close positions
* currently done by time, maybe we can also choose distance
2019-05-23 13:12:57 +02:00
Klaus Basan
b9366e636c Ref T664, allow hyphen in ATC station callsign 2019-05-23 13:00:28 +02:00
Klaus Basan
a37ce2d258 Ref T668, allow to set an additional time offset via "dot command" 2019-05-23 13:00:27 +02:00
Klaus Basan
6596397c1e Ref T668, update linear interpolant if new split is required 2019-05-23 13:00:27 +02:00
Klaus Basan
848f54d4a7 Ref T668, clamp time fraction [0,1] 2019-05-23 13:00:27 +02:00
Klaus Basan
2c53846a96 Ref T668, log KML files (Google Earth) 2019-05-23 13:00:27 +02:00
Klaus Basan
d8729cea1e Ref T668, CG override per "dot" command 2019-05-23 13:00:26 +02:00
Klaus Basan
da8e504d67 Ref T668, minor style changes and improvemments 2019-05-23 13:00:26 +02:00
Klaus Basan
01ba89ce0e Ref T668, KML utils 2019-05-23 13:00:26 +02:00
Klaus Basan
0b4427e39d Ref T658, matching script 2019-05-23 13:00:26 +02:00
Klaus Basan
839e340702 Ref T658, add matching script demo files 2019-05-23 13:00:26 +02:00
Klaus Basan
b9aab7e5b3 Ref T658, matching settings for reverse lookup in airspace monitor 2019-05-23 13:00:25 +02:00
Klaus Basan
2b4d71bb28 Ref T658, settings for matching (dirs/UI) 2019-05-23 13:00:25 +02:00
Mat Sutcliffe
4fa9c5b765 [Jenkinsfile] New branch naming scheme. 2019-05-22 13:41:08 +01:00
Mat Sutcliffe
a05c9196cc Version number. 2019-05-22 13:41:08 +01:00
Roland Rossgotterer
013bd08b5f Fix segfault when a parser error occurred before any parsed CSL plane RELEASE_0.9.1 2019-05-16 10:12:51 +02:00
Roland Rossgotterer
8943db5b2b Revert "[xSwiftBus] Automatically find and load CSL packages"
This reverts commit 61adfefa7a.
2019-05-15 17:19:56 +02:00
Roland Rossgotterer
aebf07511e [XSwiftBus] Allocate big memory buffers on the heap instead of stack 2019-05-14 11:37:54 +02:00
Roland Rossgotterer
0493dafd69 Don't connect dummy input device to voice mixer
connectVoice accepts only vatlib types.
2019-05-13 11:21:11 +02:00
Roland Rossgotterer
76571f3039 Increase visibility layer default value to 100 km 2019-05-13 11:21:11 +02:00
Klaus Basan
e8b57f8bef Allow to rescale airline icons (actually all icons) 2019-05-13 11:21:11 +02:00
Klaus Basan
e3dceccefd Airline icon as HTML img code 2019-05-13 11:21:11 +02:00
Klaus Basan
17dcccb1fb Minor UI fix 2019-05-13 11:21:10 +02:00
Klaus Basan
94d5f01060 [icon] Airline icons 2019-05-13 11:21:10 +02:00
Klaus Basan
5e35841a44 Reverse lookup matcher setup flag 2019-05-13 11:21:10 +02:00
Klaus Basan
3289e26459 Style 2019-05-13 11:21:10 +02:00
Klaus Basan
9f9b4c3526 Callsign completer signal for entered callsign
* digest signals
* validChangedCallsignEntered
2019-05-13 11:21:09 +02:00
Klaus Basan
2e6d415c14 Allow to enable trace for P3D/FSX SB offsets 2019-05-13 11:21:09 +02:00
Klaus Basan
4b06d46166 Ref T656, Bug fix for CPZ6092 issue 2019-05-13 11:21:09 +02:00
Lars Toenning
8b69b7a637 Ref T631, Adding FG default directories
Only works on windows so far
2019-05-13 11:21:08 +02:00
Klaus Basan
60401e92d9 Workaround for multiline placeholder no longer needed
https://discordapp.com/channels/539048679160676382/539925070550794240/576863170006745114
2019-05-13 11:21:08 +02:00
Klaus Basan
5979dceaa3 Ref T640, style 2019-05-13 11:21:08 +02:00
Klaus Basan
baecb0ff93 Ref T640, FSD details as UI component and dialog 2019-05-13 11:21:08 +02:00
Klaus Basan
2c4133316a Minor FSX/P3D style changes 2019-05-13 11:21:07 +02:00
Klaus Basan
06d404bda8 Check Qpointer "myself" in loop 2019-05-13 11:21:07 +02:00
Mat Sutcliffe
470a0b27f5 Fix for undefined behaviour in CCollection::erase. 2019-05-13 11:21:07 +02:00
Mat Sutcliffe
9c07326462 Treat an OBJ8_AIRCRAFT command with too many arguments as merely a warning.
The aircraft can still be successfully loaded.
2019-05-13 11:21:06 +02:00
Mat Sutcliffe
61d933be12 Tidying up around QPointer guards. 2019-05-13 11:21:06 +02:00
Roland Rossgotterer
3d935485dd Don't generate symbols if they aren't uploaded
Since the change to native symbol formats, the archived packages are huge and are
occupying too much disk space in Jenkins master. Therefore limit it to the case
in which they are really uploaded to backtrace and products released.
2019-05-13 11:21:06 +02:00
Roland Rossgotterer
5f00747d19 [MacOS] Ask user for permission to access microphone
This is required for MacOS 10.14 and later. This also requires an explanation why
access is required in the apps Info.plist. Hence added custom Info.plist templates
for each app.
2019-05-13 11:21:05 +02:00
Roland Rossgotterer
61adfefa7a [xSwiftBus] Automatically find and load CSL packages
ref T657
2019-05-13 11:21:05 +02:00
Roland Rossgotterer
a7509669f9 Refactor crashpad initialization
Crashpad handler was initialized quite late since we were waiting for settings. However the settings in crashpad are persistent itself, hence we can start it at the earliest possible time and change the upload settings independently later. The only prerequisite is to have QCoreApplication constructed in order for the application name to be available.
ref T652
2019-05-13 11:21:05 +02:00
Roland Rossgotterer
99bcee87aa [FS9] Properly set onground flag when converting situation to FS9 2019-05-13 11:21:04 +02:00
Klaus Basan
bad8ad2a8e Ref T650, added more hotkeys such as OEM keys
* based on http://www.kbdlayout.info/
* OEM key solves accent / dead key issue for most cases
* Mac/Linux parts still missing
2019-05-13 11:21:04 +02:00
Klaus Basan
6ff118b3c0 Ref T645, minor style changes 2019-05-13 11:21:04 +02:00
Klaus Basan
dd7930337a Better detect simExit on FSX, dispatch error just warning in that case 2019-05-13 11:21:03 +02:00