Roland Rossgotterer
3cf6f6efde
Synchronize radar screen with own aircraft heading
...
ref T653
2019-08-11 12:10:31 +02:00
Roland Rossgotterer
309cca9bde
Necessary fixes for custom Qt 5.12.3 built on Linux
2019-08-11 12:10:21 +02:00
Klaus Basan
f57a1164c8
Model directory settings add. info
2019-08-11 11:41:21 +02:00
Klaus Basan
1efe1e7a72
Improved model file timestamp handling
2019-08-11 11:41:05 +02:00
Klaus Basan
7689a9d900
Fixed wrong airline in reverse lookup
...
* Air Arabia bug
* see https://discordapp.com/channels/539048679160676382/568904623151382546/608611828578254859
2019-08-11 11:40:59 +02:00
Klaus Basan
95abfc50c0
Feature request based on new VATSIM code of conduct, allow empty homebase
2019-08-11 11:40:46 +02:00
Mat Sutcliffe
fcfbda6cc7
[Jenkinsfile] Check that submodules contain a branch pointing to HEAD with the same name as the superproject branch.
2019-07-29 23:36:59 +01:00
Mat Sutcliffe
eaa24952d1
Ref T710 Propagate libxplanemp CSL load error messages as swift validation errors.
2019-07-29 23:36:58 +01:00
Mat Sutcliffe
8f036b1442
fixup! Improved the readability of the loadCslPackages function.
2019-07-29 23:36:58 +01:00
Klaus Basan
5ecbef5312
Fix for index issue
...
https://discordapp.com/channels/539048679160676382/568904623151382546/604778928787161099
https://discordapp.com/channels/539048679160676382/567983892791951374/593854116992778263
5 org.qt-project.QtCore 0x0000000104efe2c2 qt_assert_x(char const*, char const*, char const*, int) + 80
6 libblackcore.0.9.2.dylib 0x0000000102ad79f1 BlackCore::Vatsim::CVatsimDataFileReader::parseVatsimFile(QNetworkReply*) + 13633 (qstringliteral.h:100)
2019-07-28 02:58:54 +02:00
Klaus Basan
af2487e4cd
[git] ignore file
2019-07-28 02:58:54 +02:00
Klaus Basan
7261f9a21b
[icons] Ref T707, GAE icons
2019-07-28 02:58:54 +02:00
Klaus Basan
43dfe2da7c
Ref T706, staggered queires for ATC and aircraft
...
* avoid overlapping responses: https://discordapp.com/channels/539048679160676382/539925070550794240/603176348445442058
* potential: avoid traffic overload (forcible logoff)
2019-07-28 02:58:53 +02:00
Klaus Basan
658fa50123
Parse WGS coordinates
2019-07-28 02:58:53 +02:00
Mat Sutcliffe
511bc0fa52
fixup! String simplification (accent removal) using Unicode decomposition
2019-07-26 23:29:17 +01:00
Mat Sutcliffe
38ddc329d0
Adjusted CRange nested typedefs, and protection against T700
2019-07-26 22:12:25 +01:00
Mat Sutcliffe
ddf6dbac92
String simplification (accent removal) using Unicode decomposition
2019-07-26 21:44:42 +01:00
Mat Sutcliffe
0431be49b6
Improved the readability of the loadCslPackages function.
...
Summary:
In this function, a local class `Prefix` is used to represent the path
of a CSL package and to test whether a model path is a subpath of that
path. To avoid false positives, a trailing `/` character is appended.
This lead to confusing code where a `/` is appended in the first loop
and then chopped in the second loop. Instead, encapsulate the append
and the chop inside the `Prefix` class.
Differential Revision: https://dev.swift-project.org/D107
2019-07-26 21:44:40 +01:00
Mat Sutcliffe
071e82ae98
[Jenkinsfile] Configure a proper quality gate in recordIssues.
...
Differential Revision: https://dev.swift-project.org/D109
2019-07-26 21:43:16 +01:00
Klaus Basan
7a289a4308
Ref T706, some fixes around the ATIS voiceroom URL issue
...
Discord: https://discordapp.com/channels/539048679160676382/602915311380987905/602917602293055489
2019-07-23 02:30:53 +02:00
Klaus Basan
97ef03e377
Avoid scientific notation in fraction part
2019-07-23 02:30:53 +02:00
Klaus Basan
4d97ae08dc
Set 0 tab counts if offline
2019-07-23 02:30:53 +02:00
Klaus Basan
9b6d35b298
Ref T659, ajusted login component/dialog for poup login
2019-07-23 02:30:53 +02:00
Klaus Basan
69c13c353f
Ref T659, UI changed for modelstring/livery and checkboxes to decide if those are sent
2019-07-23 02:30:53 +02:00
Klaus Basan
f15a481511
Ref T659, network can use changed livery/modelstring, and/or not send at all
2019-07-23 02:08:43 +02:00
Klaus Basan
db4ba094c7
Ref T659, signature so changed livery/modelstring can be set, and/or not send at all
2019-07-23 02:08:43 +02:00
Klaus Basan
9c5d5c1ae7
Ref T669, improved logging for XPlane model loading
2019-07-23 02:08:43 +02:00
Klaus Basan
d9c8f56a99
Hide password at all times
...
https://discordapp.com/channels/539048679160676382/539486309882789888/602321253474238466
2019-07-23 02:08:43 +02:00
Klaus Basan
f92e7688af
Style
2019-07-23 02:08:42 +02:00
Klaus Basan
7a0ef080ca
Reselect ATC station if data are updated, and update the ATIS info
2019-07-23 02:08:42 +02:00
Klaus Basan
a8a9d29fa7
Ref T705, use model set for reverse lookup
...
* allow finding model string from set, for NON DB models
* pass model set as parameter
2019-07-20 14:23:46 +02:00
Klaus Basan
68e134edcb
Ref T705, remember matching script directories
2019-07-20 14:20:12 +02:00
Klaus Basan
d43a0afa48
Ref T705, utility functions for NON DB models
2019-07-20 14:19:10 +02:00
Klaus Basan
8591db921f
Ref T659, login (new/advanced) component for dialog
...
* using new components
* removed unused parts (now in components)
2019-07-19 03:14:47 +02:00
Klaus Basan
3c4ac6d718
Ref T659, network details component for FSD/voice setup
2019-07-19 03:13:33 +02:00
Klaus Basan
c68e74db48
Ref T659, deleted details dialog (not used)
2019-07-19 03:11:36 +02:00
Klaus Basan
712c84c95a
Ref T659, login dialog and connected signal/slots with main GUI
2019-07-19 03:10:08 +02:00
Klaus Basan
316e66b46c
Ref T659, adjustments of login component, so login in dialog is reflected
2019-07-19 03:08:30 +02:00
Klaus Basan
8b5f20e16d
Ref T659, component for own aircraft data
...
* support for different model string
* and livery string
2019-07-19 03:07:31 +02:00
Klaus Basan
874f9fa3d7
Ref T659, some utility functions and style adjustments for login dialog
2019-07-19 03:06:04 +02:00
Klaus Basan
372cb0e73c
Ref T659, login dialog to test new login design
...
* mockup for login dialog
* can be used with SHIFT key
2019-07-17 01:22:59 +02:00
Klaus Basan
81fa66f80d
Minor style change login UI
2019-07-17 01:13:42 +02:00
Klaus Basan
0803ff49eb
Ref T681, set CG from DB based on settings
2019-07-16 20:22:39 +02:00
Klaus Basan
c7f3122d58
Style
2019-07-16 20:22:39 +02:00
Klaus Basan
37dde7acf9
Ref T554, check function for auto publishing
2019-07-16 20:22:39 +02:00
Klaus Basan
3dcdd7b2a6
Ref T554, changed signature to pass model (object) and not only modelstring
...
Allows to test if data have changed before "remembering them for auto publish"
2019-07-16 20:22:39 +02:00
Klaus Basan
1fe055545b
Ref T554, improved auto publishing handling during shutdown
2019-07-16 20:22:39 +02:00
Klaus Basan
80f7e1526b
Improved MS registry reading
...
* also read if compiled without support for this simulator (makes sense for tools/mapping)
* check if directory exists
2019-07-16 20:22:39 +02:00
Klaus Basan
2c62a8abdc
Ref T704, further improved reverse lookup in airspace monitor
2019-07-16 20:22:39 +02:00
Klaus Basan
7985ff8b3e
Ref T704, moved "ifPossibleReduceNameTelephonyCountry" into airline code list, unified functions
2019-07-16 20:22:39 +02:00