Commit Graph

4148 Commits

Author SHA1 Message Date
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
63e2743867 refs #858, fixed todo by adding "getInterimPositionReceivers()" 2017-02-24 00:09:02 +00:00
Klaus Basan
61e7f23847 refs #858, todo review (demoted, commented) 2017-02-24 00:09:00 +00:00
Klaus Basan
c2aeab0ab8 Unrelated formatting 2017-02-24 00:08:58 +00:00
Klaus Basan
1ced7f3c0b refs #857, check if network is accessible in readers
* new read state "skipped"
* renamed to "isNetworkConnectedAndAccessible"
* checking before reading, which would only fail if network is not accessible
2017-02-24 00:08:55 +00:00
Klaus Basan
04e980a6ae refs #857, monitor accessible network in application 2017-02-24 00:08:53 +00:00
Roland Winklmeier
2bd9120c1c Quit and wait for GFS parser thread to be finished before closing
refs #854
2017-02-24 00:08:51 +00:00
Klaus Basan
bed1542fe4 Update externals
* vatlib 0.9.6
* Partially revert 3f975838b2
2017-02-24 00:08:47 +00:00
Mathew Sutcliffe
ac490eeed7 refs #815 Fixed missing CJsonScope in CAircraftEngineList. 2017-01-12 01:18:06 +00:00
Mathew Sutcliffe
167c1fcfb3 bump version number 2017-01-11 01:28:44 +00:00
Mathew Sutcliffe
a0e59546f0 fixed mistakes caught by clang 2017-01-11 01:28:42 +00:00
Mathew Sutcliffe
1c082c4649 doxygen 2017-01-11 01:28:40 +00:00
Mathew Sutcliffe
52777cf7dc todo adjustments 2017-01-11 01:28:39 +00:00
Mathew Sutcliffe
5ea9b90e87 noexcept adjustments in Optional<T> 2017-01-11 01:28:37 +00:00
Mathew Sutcliffe
67ffb41b27 Workaround for QTBUG-57695 affecting Visual Studio IDE. 2017-01-10 23:47:40 +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
Roland Winklmeier
2cea07f174 Use CApplications QNetworkAccessManager to download GFS data 2017-01-10 23:47:37 +00:00
Roland Winklmeier
115ad150b2 Handle different installer container extension on OS X 2017-01-10 23:47:36 +00:00
Roland Winklmeier
5fb40a628b Run 'date -u' to get UTC timestamp on unix platforms
The previous argument '--utc' failed on Mac OS X
2017-01-10 23:47:34 +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
7d9b721b87 Avoid further loading when shutting down 2017-01-10 23:47:26 +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
Roland Winklmeier
7f21dae378 Pin QtDBus shared library on Windows after being loaded by X-Plane
refs #850
2017-01-10 23:47:21 +00:00
Klaus Basan
4a28807768 refs #853, JSON exception handling in setup reader 2017-01-10 23:47:19 +00:00
Klaus Basan
3939b0166f refs #853, JSON exception handling in view base class 2017-01-10 23:47:18 +00:00
Klaus Basan
e3197ce375 refs #853, JSON exception handling adjustments for ICAO reader 2017-01-10 23:47:17 +00:00
Klaus Basan
b0bef3264c refs #853, JSON exception handling adjustments for model reader 2017-01-10 23:47:15 +00:00
Klaus Basan
e956986bf4 refs #853, JSON exception handling adjustments for airport reader 2017-01-10 23:47:13 +00:00
Klaus Basan
ee27ca4d44 Fixed startup in launcher 2017-01-10 23:47:12 +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
88f7a19d4c refs #849, airspace monitor signals received raw data 2017-01-10 23:47:04 +00:00
Klaus Basan
17b9d95a8a refs #849, connect cross context signals to update statistics 2017-01-10 23:47:03 +00:00
Klaus Basan
194b2fd9ba refs #849, network context
* formatting
* made some functions protected instead public
2017-01-10 23:47:01 +00:00
Klaus Basan
44d7e3cca9 refs #849, simulator context
* detect when network is connected (to receive data for statistics)
* function to get statistics
* also added function to re-initialize last model set (unrelated, but in same class)
2017-01-10 23:46:59 +00:00
Klaus Basan
928dd9f34a Allow to admit caches used in model set loader 2017-01-10 23:46:57 +00:00
Klaus Basan
2a083f9113 refs #849, utility functions in model list added 2017-01-10 23:46:56 +00:00
Klaus Basan
3fb374cc75 refs #849, signal when network data are received, for statistics
checks what data we support vs. data we have received
2017-01-10 23:46:54 +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
ad0ef16ba5 refs #849, matching statistics entry and container class 2017-01-10 23:46:49 +00:00