Klaus Basan
4013154a20
Ref T111, cockpit COM form to be used in cockpit component and dummy driver
2017-09-24 19:51:49 +01:00
Klaus Basan
9040665173
Ref T111, some cleanup of cockpit component
...
(preparation for next steps)
2017-09-24 19:51:48 +01:00
Klaus Basan
f3d75fde53
Ref T111, hide "?" in details window
2017-09-24 19:51:47 +01:00
Klaus Basan
1387573e5b
Ref T112, moved simulator settings in subdir/settings namespace
2017-09-24 19:51:46 +01:00
Klaus Basan
f3847bd33c
Ref T121, check if Internet is accessible
...
* in case the internet provider is down, this is not detected
* extended test to detect if access is possible
* in case of downtime this indicated in status component
2017-09-24 19:51:44 +01:00
Klaus Basan
b70fb70d60
Ref T111, renamed dummy driver to CSimulatorEmulated
2017-09-24 19:51:43 +01:00
Klaus Basan
2ede2633b8
Ref T111, use aircraft parts form in dummy driver
2017-09-24 19:51:41 +01:00
Klaus Basan
90b757473c
Ref T111, changed internals page to use aircraft parts form
2017-09-24 19:51:40 +01:00
Klaus Basan
eea6039d58
Ref T111, created aircraft parts form to be used in internals and dummy driver
2017-09-24 19:51:39 +01:00
Klaus Basan
7939fd0184
Ref T111, coordinate form UI adjustments
2017-09-24 19:51:38 +01:00
Klaus Basan
e3254d028d
Fixed wrong UI component name to CCockpitComComponent
2017-09-24 19:51:37 +01:00
Klaus Basan
6572c12016
Ref T111, set situation from form in simulator
2017-09-24 19:51:36 +01:00
Klaus Basan
c8a21629f1
Ref T111, added situation form supporting pitch/bank
2017-09-24 19:51:35 +01:00
Klaus Basan
bb13a32c7c
Ref T111, utility function for local decimal point
2017-09-24 19:51:34 +01:00
Klaus Basan
9445bd56a3
Ref T111, normalize utility functions
2017-09-24 19:51:33 +01:00
Klaus Basan
4e45496431
Ref T111, different implementation as recommended by MS
2017-09-24 19:51:31 +01:00
Klaus Basan
6b4e10f81b
Ref T111, added Q_FLAG as discussed in review
2017-09-24 19:51:30 +01:00
Klaus Basan
87e783d45a
Minor formatting
2017-09-24 19:51:29 +01:00
Klaus Basan
c36c3a4a05
Ref T111, set a single simulator as proposed by RW
2017-09-24 19:51:28 +01:00
Klaus Basan
2476b9f412
Ref T111, made coordinate selector a form
2017-09-24 19:51:27 +01:00
Klaus Basan
4d9ee1626d
Ref T120, refactoring of modulator related classes
...
* avoid virtual functions in modulator related classes
* removed unused isDefaultValue()
* using null values (which was not present when class was written)
* removed destructor
2017-09-24 19:51:26 +01:00
Klaus Basan
f936f07c8d
Ref T120, PQ units: made final and removed virtual dtor
2017-09-24 19:51:25 +01:00
Klaus Basan
c066ffcd28
Ref T111, emit signal simulatorPluginChanged after function completes
2017-09-24 19:51:24 +01:00
Klaus Basan
4a9ab8c3d7
Ref T120, removed virtual dtor for
...
* CDictionary
* CAircraftCfgEntriesList
2017-09-24 19:51:23 +01:00
Klaus Basan
2b0241a8a7
Ref T111, utility function setEnabled
2017-09-24 19:51:22 +01:00
Klaus Basan
8bffc9b598
Ref T111, default implementation for physicallyRemoveAllRemoteAircraft() in CSimulatorCommon::physicallyRemoveAllRemoteAircraft().
2017-09-24 19:51:21 +01:00
Klaus Basan
384c186fce
Ref T111, removed as requested in review by MS
2017-09-24 19:51:19 +01:00
Klaus Basan
37ef181e13
Ref T113, COwnAircraftAware functions not virtual
2017-09-24 19:51:18 +01:00
Klaus Basan
d597dcec15
Ref T111, improved dot commands (e.g. ".drv") handling
...
* register help implementation to .cpp file
* tooltip HTML formatting
2017-09-24 19:51:17 +01:00
Klaus Basan
52805965cd
Ref T111, swift driver plugin
2017-09-24 19:51:16 +01:00
Klaus Basan
c8d6ebb318
Ref T111, swift driver config plugin
2017-09-24 19:51:15 +01:00
Klaus Basan
d00c0c0519
Ref T111, coordinate selector
...
UI component to change and enter coordinates
2017-09-24 19:51:13 +01:00
Klaus Basan
ba31171a10
Ref T111, allow to alter plugin info (needed for dummy driver)
2017-09-24 19:51:12 +01:00
Klaus Basan
119351800c
Ref T111, moved registerHelp implementation to .cpp
2017-09-24 19:51:11 +01:00
Klaus Basan
654c35f666
Ref T111, use Q_DECLARE_FLAGS SimulatorStatus instead of int
...
* changed emitSimulatorCombinedStatu
* changed connected slots/functions
2017-09-24 19:51:10 +01:00
Klaus Basan
e55480737e
Ref T111, lat/lng/angle changes
...
* get struct CAngle::DegMinSecFractionalSec to obtain parts
* round to epsilon utility functions and fix (qint64)
2017-09-24 19:51:09 +01:00
Klaus Basan
77546a46b1
Ref T111, settings UI component
2017-09-24 19:51:08 +01:00
Klaus Basan
7d88a64914
Ref T111, settings value object for swift pseudo driver
2017-09-24 19:51:07 +01:00
Klaus Basan
b423a62626
Ref T111, access to own aircraft`s situation
2017-09-24 19:51:06 +01:00
Klaus Basan
a1357f0bd7
Ref T111, UI element for model key completion
2017-09-24 19:51:05 +01:00
Klaus Basan
b1295cd457
Ref T111, added utility functions used for swift plugin (dummy driver)
...
* new reader functions
* plugin info
2017-09-24 19:51:04 +01:00
Klaus Basan
29e1d54e05
Ref T111, some fixes in the vicinity of plugin / drivers
...
* mostly style / doxygen / formatting
* assert/verify
2017-09-24 19:51:02 +01:00
Klaus Basan
e72546d282
Ref T109, fix: when starting swift pilot client read mode is "cache + shared info objects"
...
Comparing with info objects only makes sense when reading shared or from DB
2017-09-24 19:51:01 +01:00
Klaus Basan
b53a02821b
Ref T109, improved lookup and matching log message
2017-09-24 19:51:00 +01:00
Klaus Basan
dfb6b05e9d
Ref T109, datastore object and list
...
* unified properties in int/string DB objects
* fixed typo dbKeysAsString
2017-09-24 19:50:59 +01:00
Klaus Basan
03a551d016
Ref T109, new utility functions for reverse lookup
2017-09-24 19:50:58 +01:00
Klaus Basan
808fd48650
Ref T109, make sure CWebDataServices::initXXAndTriggerRead is in correct thread
2017-09-24 19:50:57 +01:00
Klaus Basan
e2853c3db2
Ref T109, worker tweaks
...
* set name already in ctor
* Q_ASSERT_X for start
2017-09-24 19:50:56 +01:00
Klaus Basan
551d9326fe
Ref T109, make sure liveries and ICAO are compared correctly
...
* isDbEqual function
* used in getXXDifference functions
2017-09-24 19:50:55 +01:00
Klaus Basan
d64bfcabce
Formatting, minor tweaks
2017-09-24 19:50:54 +01:00