Klaus Basan
1967c82221
Formatting
2017-02-24 00:19:19 +00:00
Klaus Basan
cbbab3fa19
Minor GUI adjustments
2017-02-24 00:19:14 +00:00
Klaus Basan
1522c8175e
Better model selection, much faster
2017-02-24 00:19:01 +00:00
Klaus Basan
af15929b30
refs #865 , allow to enable interpolator/parts logging
...
* removed debug messages from interpolator
* added callsign to getInterpolatedParts / getInterpolatedSituation signatures
* config for logging via CInterpolationAndRenderingSetup::addCallsignToLog etc.
2017-02-24 00:18:56 +00:00
Klaus Basan
301db27945
refs #865 , make log directory available for blackmisc
2017-02-24 00:18:52 +00:00
Klaus Basan
68dccbefa6
Formatting, renaming, Doxygen, minor UI adjustments
2017-02-24 00:18:51 +00:00
Roland Winklmeier
d0cdae7356
Conditionally limit UI login modes in case no simulator is attached
...
Currently the logic to fall back to observer login, in case no
simulator is attached, is implemented in core. Apart from a log message
there was no clear feedback to the user what has happened.
With this commit, the pilot related login modes are disabled if no
simulator is attached. A tool tip explains the reason.
This is enabled only for shipped versions.
refs #872
2017-02-24 00:18:36 +00:00
Mathew Sutcliffe
1c7fb518ca
Fixed broken link URLs in comments.
2017-02-24 00:18:16 +00:00
Roland Winklmeier
3addb44efd
Fix typo
2017-02-24 00:09:27 +00:00
Roland Winklmeier
372e92072c
Fall back to observer mode login in case no simulator is available
...
refs #860
2017-02-24 00:09:25 +00:00
Roland Winklmeier
2616f94f2d
Define precipitation rate default unit to mm/h
...
There was a misalignment in precipitation rate units across the code.
GFS values are in kg m-2 s-1 which is equal to mm/s, but the default
unit seems to be mm/h in many weather documents.
2017-02-24 00:09:22 +00:00
Klaus Basan
265b6d33f0
refs #859 , allow to trigger digest signal manually
...
* Useful if the input signal was just a bogus signal used to trigger
* Login component shows a use case
2017-02-24 00:09:11 +00:00
Klaus Basan
4e7144db08
refs #859 , flight plan UI formatting and value update
2017-02-24 00:09:09 +00:00
Klaus Basan
5f2955916c
refs #859 , improved sending of ICAO code/callsign updates
...
* use digest signal
* restructured updateOwnAircaftIcaoValuesFromGuiValues / updateOwnAircraftCallsignAndPilotFromGuiValues
* also send change signal when login UI becomes invisible
2017-02-24 00:09:06 +00:00
Klaus Basan
8b9b540c22
refs #859 , return bool flag if value was changed
2017-02-24 00:09:04 +00:00
Klaus Basan
61e7f23847
refs #858 , todo review (demoted, commented)
2017-02-24 00:09:00 +00:00
Roland Winklmeier
1a6c7fa192
Add control button to activate and deactivate swift weather
...
- GUI changes
- Context and ISimulator APIs
- Refactored settings and static weather injection in CSimulatorCommon
refs #807
2017-01-10 23:47:39 +00:00
Klaus Basan
0a611890e8
refs #855 , use Qt5 isSignalConnected feature to hide menus not used
2017-01-10 23:47:33 +00:00
Klaus Basan
5f7c3f0e9c
refs #855 , removed hiding where no longer needed
2017-01-10 23:47:32 +00:00
Klaus Basan
076fff417a
refs #855 , support for timeout in CEnableForViewBasedIndicator
2017-01-10 23:47:30 +00:00
Klaus Basan
02cbd8e00d
refs #855 , timeout support in view
...
* clear also hides indicator
* standard functions use timeout to hide indicator just in case something goes wrong
2017-01-10 23:47:29 +00:00
Klaus Basan
6a1130100e
refs #855 , load indicator timeout
...
* id for each displayed indicator
* timeout function can time out particular id
2017-01-10 23:47:28 +00:00
Klaus Basan
1177cd862a
refs #855 , re-center load indicator when resizing load overview
2017-01-10 23:47:25 +00:00
Klaus Basan
c2861b792c
refs #855 , re-center load indicator when resizing views
2017-01-10 23:47:24 +00:00
Klaus Basan
78c55170d6
#855 , formatting
2017-01-10 23:47:23 +00:00
Klaus Basan
3939b0166f
refs #853 , JSON exception handling in view base class
2017-01-10 23:47:18 +00:00
Klaus Basan
9eff387207
Removed deprecated funtions and changed code to use new functions
2017-01-10 23:47:10 +00:00
Klaus Basan
bac77e233d
refs #849 , statistics UI in pilot client
2017-01-10 23:47:09 +00:00
Klaus Basan
cfca78ec2a
refs #849 , aircraft matcher
...
* support for statistics entries
* when setting models, corresponding simulator can be set
2017-01-10 23:47:05 +00:00
Klaus Basan
b35bbd8b81
refs #849 , model/view for statistics
2017-01-10 23:46:52 +00:00
Klaus Basan
cb1e213c64
refs #849 , new column formatter for integer
2017-01-10 23:46:51 +00:00
Klaus Basan
dcfaca431c
refs #849 , use timestamp with server to indicate when login started
...
* CServer -> ITimestampBased
* added compare functions
2017-01-10 23:46:48 +00:00
Klaus Basan
5f18707c9c
Minor fixes: Formatting, string generation
2017-01-10 23:46:47 +00:00
Mathew Sutcliffe
bda0f42c60
refs #815 Mark with \todo the remaining places where CJsonException needs to be caught.
2017-01-10 23:46:37 +00:00
Mathew Sutcliffe
51c3ae8c25
refs #815 Catch and handle CJsonException when calling convertFromJson.
2017-01-10 23:46:36 +00:00
Klaus Basan
c94584a19f
Removed redundant speed formatter, use existing CSpeedKtsFormatter
...
CAircraftSpeedFormatter renamed to CSpeedKtsFormatter in same step
2017-01-10 23:46:16 +00:00
Klaus Basan
46d805830d
refs #844 , added range to ATC station view
2017-01-10 23:46:14 +00:00
Klaus Basan
99254938b1
refs #844 , avoid pending load indicator
...
* Renamed to settingsChanged
* update bookings even if not connected
2017-01-10 23:46:13 +00:00
Klaus Basan
d6235d901e
refs #846 , allow to display cmdLineErrorMessage by BlackMisc::CStatusMessageList
...
Improved formatting and HTL escape message
2017-01-10 23:46:01 +00:00
Klaus Basan
1e85842c71
Some minor fixes (typos, doxygen, etc.) found during #846
2017-01-10 23:45:58 +00:00
Klaus Basan
eed9910e75
refs #506 , init log filter
2017-01-10 23:45:56 +00:00
Klaus Basan
1a7c11f49c
refs #506 , allow to set dialog or filter widget for log component
...
Added filter widget, dialog and filter can be toggled
2017-01-10 23:45:54 +00:00
Klaus Basan
59eb0247a7
refs #506 , applied recommended changes for 506 to other filters
...
https://dev.vatsim-germany.org/issues/506#note-5
2017-01-10 23:45:53 +00:00
Klaus Basan
b3c7be8765
refs #506 , use digest signals in pilot client
...
(less UI updates)
2017-01-10 23:45:52 +00:00
Klaus Basan
63dab2dd28
refs #506 , using filters in view/logcomponet
2017-01-10 23:45:50 +00:00
Klaus Basan
67216876f1
refs #506 , status filter bar/dialog for status messages
2017-01-10 23:45:49 +00:00
Klaus Basan
67125a1ecc
refs #506 , filter for status messages
2017-01-10 23:45:48 +00:00
Klaus Basan
3c8056c838
refs #506 , use digest signal modelDataChangedDigest
2017-01-10 23:45:46 +00:00
Klaus Basan
deed61a88c
Formatting, doxygen, minor adjustments
2017-01-10 23:45:44 +00:00
Klaus Basan
5d5da0641f
refs #844 , use inline UI for settings and settings in ATC component
...
Allow to toggle stations in/outside range
2017-01-10 23:45:42 +00:00