Klaus Basan
60b3ed65ab
Ref T301, application contexts pings (by re-registering) identifiers again. By that it can be detected if the GUI is crashed
...
* ping timer in proxy
* utility function in timestamp list
* adjusted UI component displaying identifiers in core
2018-08-13 02:59:44 +02:00
Klaus Basan
38e2a3ee3d
Ref T301, some transponder code style fixes
2018-08-13 02:59:38 +02:00
Klaus Basan
2461cfb0ba
Ref T302, register metadata functions
2018-08-13 02:59:37 +02:00
Klaus Basan
9bb3f98489
Style
2018-08-13 02:59:35 +02:00
Klaus Basan
3aadef458d
Ref T298, utility functions for matcher setup and more attributes to configure matching
...
* pick strategy if multiple there are multiple similar results
* ordered results
2018-08-11 00:54:48 +02:00
Klaus Basan
ee181d6425
PQ string parsing improvements
2018-08-09 03:43:57 +02:00
Klaus Basan
92880bce7f
DBus test (GUI + core) fixes
...
* removed unused signals
* marked relayParentSignals as deprecated, currently not used
2018-08-09 01:41:23 +02:00
Klaus Basan
e114c8c99c
Context menu of simulated aircraft view now handled in view directly
...
* removed duplicated code in mapping/aircraft component
* view can be used with context menu without further signals
2018-08-09 01:41:21 +02:00
Klaus Basan
79a133892b
Fix for context menu of aircraft view as reported in slack
...
* reported: https://swift-project.slack.com/archives/G7GD2UP9C/p1533749013000483
* logic moved to view
* removed no longer required code
2018-08-09 01:41:10 +02:00
Klaus Basan
fe4fd31688
Renamed to FullInterpolation (formerly VtolInterpolation)
2018-08-09 01:39:21 +02:00
Klaus Basan
6897abe912
Style, singleShot guard, Doxygen
2018-08-09 01:38:52 +02:00
Klaus Basan
6db9083c03
Added icons for simulators
2018-08-09 01:25:52 +02:00
Roland Winklmeier
461d146619
Test port number string conversion to short instead of int
...
Port numbers have a small range and are typically expressed as short ints.
Therefore test the string conversion to short instead.
2018-08-09 01:25:49 +02:00
Roland Winklmeier
6a8658f04c
Declare destructor virtual for IMetarDecoderPart
2018-08-09 01:25:48 +02:00
Roland Winklmeier
a36023f6d8
Add missing copy constructor and assignment operators
2018-08-09 01:25:46 +02:00
Roland Winklmeier
3774f2b60f
Fix cppcheck warnings and cleanup suppression config
...
- redundantAssignment
- knownConditionTrueFalse
2018-08-09 01:25:41 +02:00
Klaus Basan
8b6bdf2276
Ref T298, added algorithm and score values to matching setup
2018-08-09 01:25:33 +02:00
Klaus Basan
68607a3cb8
Ref T298, better string handling/messages
2018-08-09 01:25:30 +02:00
Klaus Basan
d310c9c843
Ref T298, model matching settings trait and used settings in simulator context
2018-08-09 01:25:28 +02:00
Klaus Basan
264ef7f5cb
Ref T298, move matcher setup into BlackMisc::Simulation
2018-08-09 01:25:20 +02:00
Klaus Basan
bab821d3f1
Ref T295, QNetworkConfiguration as string
2018-08-09 01:25:14 +02:00
Klaus Basan
b81ff8b9d6
Ref T299, set "pitch on ground" in interpolator
2018-08-09 01:25:05 +02:00
Klaus Basan
2a50454b03
Ref T299, allow to force "pitch on ground" settings
2018-08-09 01:25:02 +02:00
Klaus Basan
1f17b49e6a
Ref T297, allow "null" values as value
2018-08-07 20:41:08 +02:00
Klaus Basan
b671c2a0a5
Style, removed redundant CForm overrides
2018-08-07 20:41:06 +02:00
Klaus Basan
d05b4da2a9
Ref T299, renaming
2018-08-07 20:41:04 +02:00
Klaus Basan
ff9d6147c8
Ref T299, pitch bank heading info
2018-08-07 20:41:03 +02:00
Klaus Basan
007e175721
Fix Doxygen warning suddenly showing up
2018-08-07 20:41:02 +02:00
Roland Winklmeier
2765de2b93
Add method to get default value from a Setting
2018-08-07 20:40:47 +02:00
Roland Winklmeier
488ff96ce6
Add DBus P2P support to XSwiftBus
...
ref T291
2018-08-07 20:40:43 +02:00
Klaus Basan
3d19de1331
Ref T298, matching setup (settings), making the matching configurable
2018-08-07 20:40:20 +02:00
Klaus Basan
dd687b7d90
Cppcheck and unit test fixes
2018-08-07 20:39:06 +02:00
Klaus Basan
ce004be6ac
Ref T297, network settings (dynamic offset times)
2018-08-01 03:06:25 +02:00
Klaus Basan
abafbc335a
Ref T297, calculate ts differences ITimestampObjectList::getTimestampDifferenceMinMaxMean
2018-08-01 03:06:24 +02:00
Klaus Basan
418584c5e3
Style
2018-08-01 03:06:16 +02:00
Klaus Basan
d9f0066ec4
Ref T296, provider stores scenery offset in situation
2018-07-31 01:43:37 +02:00
Klaus Basan
c8fc50e787
Ref T296, adding scenery offset as situation member plus utility functions
...
* frontOrNull/backOrNull
* added offset in model
* style/renaming
2018-07-31 01:43:36 +02:00
Klaus Basan
6c55ee617f
Ref T296, scenery offset disabled as per default (experimental)
2018-07-31 01:43:34 +02:00
Klaus Basan
4fef6fe0b2
Jenkins not yet supporting the new QMetaObject::invokeMethod syntax, locally on Qt 5.11 it is working
2018-07-31 01:43:33 +02:00
Klaus Basan
fbfbdedb65
Ref T294, display simulator internals correctly
...
* view rows not selectable
* added settings to ISimulator
* ISimulator implements initSimulatorInternals() and sets default values
* also display plugin name
* XPlane using initSimulatorInternals()
2018-07-31 01:43:27 +02:00
Klaus Basan
a05d11fff0
Ref T294, name pair style
2018-07-28 00:07:36 +02:00
Klaus Basan
a8a36591f8
Ref T285, Ref T292 central caches only work in same thread
2018-07-27 23:27:10 +02:00
Klaus Basan
19f5fd1735
New syntax for QMetaObject::invokeMethod(this, &CWorker::deleteLater)
2018-07-27 09:36:09 +02:00
Klaus Basan
c253520f4a
Ref T292, Ref T285 cache singleShot guard
2018-07-27 01:15:57 +02:00
Klaus Basan
ceaad53375
Ref T292, Ref T285 avoid unnecessary calls of cache synchronize in model set/model caches
2018-07-27 01:13:16 +02:00
Klaus Basan
4f3cb6447f
Ref T292, Ref T285 minor adjustments in worker/cache
2018-07-26 21:40:52 +02:00
Klaus Basan
94e3b89479
Ref T292, Ref T285 model loader and cache improvements
...
* multi caches also emit when values are set and synchronized
* model loader detects cache changed
* added CCentralMultiSimulatorModelCachesAware
2018-07-26 04:32:40 +02:00
Klaus Basan
2838e90e75
Ref T292, Ref T285 XPlane loader to set file timestamp correctly
2018-07-26 04:32:39 +02:00
Klaus Basan
a6ee6d4b72
Ref T292, Ref T285 minor style improvements, renamings
2018-07-26 04:32:38 +02:00
Klaus Basan
338c5b344a
Ref T292, Ref T285 function to set file timestamp
2018-07-26 02:13:53 +02:00