Klaus Basan
f78d13047e
Ref T472, support for category in ICAO reader
2019-02-22 20:35:56 +00:00
Klaus Basan
29b9bf2f34
Ref T472, category cache
2019-02-22 20:35:56 +00:00
Klaus Basan
210df12889
Ref T472, support for aircraft category flag
2019-02-22 20:35:55 +00:00
Klaus Basan
bada0c2f59
Ref T472, style
2019-02-22 20:35:55 +00:00
Klaus Basan
d713e8a264
Angle, added 360deg functions + formatting
2019-02-22 20:35:55 +00:00
Klaus Basan
a8c586e174
Ref T515, adjust timestamps so validation messages keep order
2019-02-22 20:35:55 +00:00
Klaus Basan
e3da559c5e
Ref T515, allow to override the timestamps
...
Rational: Sometime we want to keep a certain order of status messages,
and this can be achieved "by that trick"
2019-02-22 20:35:54 +00:00
Klaus Basan
407aaba746
Ref T515, improved messages
2019-02-22 20:35:54 +00:00
Klaus Basan
8c15f45007
Ref T529, deterministic sort order when column values are equal
...
* the Qt model sorts by column
* when multiple values have the same column value the order among those is more or less random
* added additional property indexes to determine the order among the equal values
2019-02-22 20:35:54 +00:00
Klaus Basan
17f67d6106
Style
2019-02-22 20:35:53 +00:00
Mat Sutcliffe
d1822b6829
Update libxplanemp
2019-02-22 20:35:53 +00:00
Mat Sutcliffe
077fd8c35a
Ref T525 Avoid directly calling getLogCategories.
2019-02-22 20:35:52 +00:00
Mat Sutcliffe
fe7a45afcf
Ref T516 Update CStatusMessage call sites to use new syntax.
2019-02-22 20:35:51 +00:00
Mat Sutcliffe
8599cbbd23
Ref T516 CStatusMessage constructors for UTF-16 string literals.
2019-02-22 20:35:51 +00:00
Roland Rossgotterer
6aa1402303
Improve XP model loader messages
...
Change the severity to Error for parser errors and raise a prominent popup with all collected issues.
Also be more explicit from which file and line the error came from.
Maniphest Tasks: T462
2019-02-22 20:35:51 +00:00
Roland Rossgotterer
6ea8d16460
Fix CAircraftModelLoaderXPlane::performParsing to accept multiple dirs
...
This implements an old todo from KB.
2019-02-22 20:35:50 +00:00
Roland Rossgotterer
5181855b59
Update loading progress while parsing X-Plane models
...
Maniphest Tasks: T517
2019-02-22 20:35:50 +00:00
Roland Rossgotterer
b23583552b
[XSwiftBus] Fix crash when using P2P and no connection has been created
2019-02-22 20:35:50 +00:00
Roland Rossgotterer
4273eb4260
First version of CRadarComponent
2019-02-22 20:35:49 +00:00
Roland Rossgotterer
a36ae7b680
[MacOS] Change keyboard implementation to IOKit
2019-02-22 20:35:48 +00:00
Roland Rossgotterer
cc620698c6
[MacOS] Implement joystick support
...
Maniphest Tasks: T508
2019-02-22 20:35:48 +00:00
Klaus Basan
0669f5136f
Ref T515, minor UI adjustments, however still an "QWindowsWindow::setGeometry: Unable to set geometry" somewhere in the log component (uncritical, only Qt warning)
2019-02-22 20:35:47 +00:00
Klaus Basan
13357516fa
Ref T515, avoid unnecessary updating (last result ts) and UI adjustments
2019-02-22 20:35:47 +00:00
Klaus Basan
610e1559e1
Ref T515, improved FS validation and messages
2019-02-22 20:35:46 +00:00
Klaus Basan
070577dae8
Ref T515, utility functions for modellist, renamed to find "findFsFamilyModels"
2019-02-22 20:35:46 +00:00
Klaus Basan
49b89ab0a4
Ref T524, use pseudo family in matcher
2019-02-22 20:35:46 +00:00
Klaus Basan
509a60d06f
Ref T524, filter by combined type/manufacturer
2019-02-22 20:35:46 +00:00
Klaus Basan
970a7a0af8
Use style sheet for login model string field, remove hardcoded values
2019-02-22 20:35:45 +00:00
Klaus Basan
73e566a76e
ChangedModel in ownAircraft context was not really used.
...
However, there are cases where the "own model" is changed via own model context, mostly in the emulated driver.
* made changedModel -> ps_changedModel a "private" signal
* connected it to simulator context
* used identifier to avoid roundtrips
So the "ownAircraftModelChanged" signal of the simulator context is to be used
2019-02-22 20:35:45 +00:00
Klaus Basan
d12f164d26
Ref T515, consolidated removed and disabled models, only use "disaabled"
2019-02-22 20:35:44 +00:00
Klaus Basan
365c52613a
Audio setup component deferred init,
...
because in a distributed swift system it takes a moment until the
settings are sychronized this is leading to
undesired "save settings" messages and played sounds
2019-02-22 20:35:44 +00:00
Klaus Basan
341f2db406
Ref T515, allow to emit "physicallyAddingRemoteModelFailed"
2019-02-22 20:35:44 +00:00
Klaus Basan
3ad7182448
Minor completer adjustments
2019-02-22 20:35:44 +00:00
Klaus Basan
f5cef58c03
Ref T515, emulated driver UI adjustments
2019-02-22 20:35:43 +00:00
Klaus Basan
c80430d780
Ref T515, model list validation messages
2019-02-22 20:35:43 +00:00
Klaus Basan
d669f7c370
Style
2019-02-22 20:35:43 +00:00
Klaus Basan
a32eadee6a
Display cmd. arguments if SHIFT is pressed
2019-02-22 20:35:43 +00:00
Klaus Basan
998f0344fa
Ref T515, retrieve last validation results in distributed swift setup
2019-02-22 20:35:42 +00:00
Klaus Basan
9623b7a1da
Ref T515, set failover and "modelSetRemoveFailedModel" in combination
2019-02-22 20:35:42 +00:00
Klaus Basan
bbaa9577b8
Fixed warnings/improved displayInOverlay handing
2019-02-22 20:35:42 +00:00
Klaus Basan
2f450ec9c5
Ref T515, implemented added failover strategy and try again <n> times
2019-02-22 20:35:42 +00:00
Klaus Basan
6470c61d0a
Ref T515, added failover flag for addingRemoteModelFailed
...
* adjusted signatures
* renamings and minor style adjustments
2019-02-22 20:35:41 +00:00
Klaus Basan
f316c63fbe
Ref T515, validation dialog can trigger new validation
2019-02-22 20:35:41 +00:00
Klaus Basan
04e02fd074
Simulator selector style
2019-02-22 20:35:41 +00:00
Klaus Basan
0ac6739377
Ref T515, context function "isValidationInProgress"
2019-02-22 20:35:40 +00:00
Klaus Basan
2dd396c0df
Ref T515, renaming to "isKnownModelInSet"
2019-02-22 20:35:40 +00:00
Klaus Basan
583a5bfb28
Ref T515, mapping component improvements
...
* allow to re-display validation dialog
* highlight disabled models
2019-02-22 20:35:40 +00:00
Klaus Basan
6644927943
Ref T515, elided PushButton
2019-02-22 20:35:40 +00:00
Klaus Basan
019cc6259e
Ref T515, highlight by models and changed naming
2019-02-22 20:35:39 +00:00
Klaus Basan
6acde8799f
Ref T515, display onValidatedModelSet results in UI
2019-02-22 20:35:39 +00:00