Klaus Basan
3aee73840d
Ref T529, allow to explicitly set no sort order in model/view
2019-02-22 20:36:00 +00:00
Klaus Basan
14c3c51585
Ref T529, get reversed sequence
2019-02-22 20:36:00 +00:00
Klaus Basan
af12a6ca72
Ref T529, allow to sort overlay messages
2019-02-22 20:36:00 +00:00
Klaus Basan
2d30c1cce8
Style
2019-02-22 20:35:59 +00:00
Klaus Basan
72bba35423
Ref T514, fixed load progress checks
2019-02-22 20:35:59 +00:00
Klaus Basan
2aff3bb775
Ref T472, category UI component
2019-02-22 20:35:59 +00:00
Klaus Basan
1b730dd0b1
Ref T472, style
2019-02-22 20:35:59 +00:00
Klaus Basan
969600b65d
Ref T472, category model/view + tree view
2019-02-22 20:35:58 +00:00
Klaus Basan
b85222e1f5
Ref T472, utility functions for category/category list
2019-02-22 20:35:58 +00:00
Klaus Basan
716cd67a2c
Ref T472, category support in web data reader
2019-02-22 20:35:58 +00:00
Klaus Basan
13b9179472
Views guard name and style
2019-02-22 20:35:57 +00:00
Klaus Basan
af445b33e9
Ref T472, icons for category
2019-02-22 20:35:57 +00:00
Klaus Basan
74be37339e
Models guard names and style
2019-02-22 20:35:56 +00:00
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