Commit Graph

702 Commits

Author SHA1 Message Date
Klaus Basan
f1ac4deda6 refs #253, faster updates of ATC stations by changedAtcStationConnectionStatus(const 2014-06-09 14:43:10 +02:00
Klaus Basan
421cd61195 refs #246, removed own aircraft from context
* refactored method set voice rooms
* signal changed voice rooms
2014-06-09 14:43:08 +02:00
Klaus Basan
1166bcd053 refs #246, own context for aircraft 2014-06-09 14:43:05 +02:00
Klaus Basan
a4811c619c refs #250, remove row method for listmodelbase 2014-06-09 14:43:02 +02:00
Roland Winklmeier
43f796bb0e Trigger gear-up correctly if higher than 1000 ft. 2014-06-09 14:42:59 +02:00
Roland Winklmeier
9feb4f39dc Do not insert simconnect objects, which are not belonging to us
This issue was most probably caused by a parallel SB installation.
For some strange reason, a simconnect object id was received
which was not added by swift. With this commit such situations
are handled correctly.
2014-06-09 14:42:58 +02:00
Roland Winklmeier
83be80eea1 Fix missing bank and pitch interpolation
The multiplikation with -1 should not be required. Needs
to be checked. This is a workaround for the time being to
correct pitch/bank.
2014-06-09 14:42:57 +02:00
Roland Winklmeier
12dedcbc6c Fix bug, which caused insert of invalid simconnect objects 2014-06-09 14:42:55 +02:00
Roland Winklmeier
8341ef54d2 Remove aircrafts with time of latest update greater than 15 seks
refs #229
2014-06-09 14:42:52 +02:00
Roland Winklmeier
83776c5cc9 Add implementation to remove remote aircrafts
refs #229
2014-06-09 14:42:51 +02:00
Roland Winklmeier
9bc0226fd1 Move nested struct SimConnectObject into proper class
refs #229
2014-06-09 14:42:49 +02:00
Klaus Basan
f509e600b4 refs #250, new signal for transponder mode selector 2014-06-09 14:42:47 +02:00
Klaus Basan
0a4c47c800 refs #250, formatting, minor tweaks and fixes
* changed return type for updateFromVatsimDataFileStation
* improved resolution for own aircraft
* convenience method findFirstByCallsign
* automatically convert frequency to MHz for ATC station
* improved output in toQString
* GUI, flight plan formatting
* corrected logging for network context
* override keyword in listmodelbase
2014-06-09 14:42:44 +02:00
Klaus Basan
6353edd50a Formatting / tweaks 2014-06-09 14:42:43 +02:00
Klaus Basan
f4d3e67557 refs #250, own cockpit component 2014-06-09 14:42:39 +02:00
Klaus Basan
e0b06e1555 refs #250, helper methods
* in aircraft class to compare COM
* in context / runtime component to check vitality of core
2014-06-09 14:42:37 +02:00
Klaus Basan
23b1013be7 refs #242, reordered runtime based component (methods order) 2014-06-09 14:42:36 +02:00
Klaus Basan
6c81a95c65 refs #242, added signals for own aircraft context
* fixed tool in core
* fixed tuntime for signal / slot logging
2014-06-09 14:42:33 +02:00
Klaus Basan
48267f314c refs #242, changed different classes/components to use aircraft context instead of network context
* removed own aircraft from simulator context
* in GUI, also added originator for signals/ slots
* flightplan / text messages
2014-06-09 14:42:31 +02:00
Klaus Basan
c55c9be51c refs #242, own aircraft context methods 2014-06-09 14:42:30 +02:00
Klaus Basan
c2cd983d64 refs #242, removed own aircraft from network context
* removed attribute
* changed to use object (local) from own aircraft context
* helper methods
2014-06-09 14:42:28 +02:00
Klaus Basan
8236617fbc refs #242, context object from runtime 2014-06-09 14:42:25 +02:00
Klaus Basan
891507875b Typos 2014-06-09 14:42:23 +02:00
Klaus Basan
ff8d62d8c8 refs #240, removed outdated method 2014-06-09 14:42:22 +02:00
Klaus Basan
444aec4c8a refs #242, added aircraft context to runtime 2014-06-09 14:42:21 +02:00
Klaus Basan
9de387acf9 refs #242, own aircraft context 2014-06-09 14:42:19 +02:00
Mathew Sutcliffe
078ae6c498 refs #260 added frontOrDefault and backOrDefault methods in CSequence 2014-06-05 23:29:10 +01:00
Mathew Sutcliffe
cd7cc84fbc refs #116 removed firstBlackMetaType as it is no longer needed 2014-06-05 21:04:29 +01:00
Mathew Sutcliffe
c6e9301078 refs #116 using CVariant in the implementation of CIndexVariantMap 2014-06-05 21:04:28 +01:00
Mathew Sutcliffe
8f2c733f47 style 2014-06-05 21:04:28 +01:00
Mathew Sutcliffe
1b82536913 refs #116 demonstrate CVariant by using it in the settings context 2014-06-05 21:04:27 +01:00
Mathew Sutcliffe
2726a7a09a refs #116 added CVariant, a wrapper for QVariant with more natural/transparent DBus integration 2014-06-05 21:04:26 +01:00
Mathew Sutcliffe
b03a9b11a4 slight improvement to error reporting in complexQtTypeFromDbusArgument 2014-06-05 21:04:26 +01:00
Mathew Sutcliffe
9e3c8ff174 fixed missing braces 2014-06-04 21:23:05 +01:00
Roland Winklmeier
9c81322137 Add API method to enable audio loopback in IVoice and
audio context

refs #136
2014-05-22 22:55:44 +02:00
Klaus Basan
8e8ec2f81d refs #240, own text message component for GUI
* own component
* some minor enhancements, e.g. tooltip with real name for message tab
2014-05-22 22:21:26 +02:00
Klaus Basan
ca199d393a refs #240, get user for callsign method in network context 2014-05-22 22:21:23 +02:00
Klaus Basan
d4d121bed5 refs #240, text to status message, used when a text message shall be logged or used in popup windows with status message signature 2014-05-22 22:21:22 +02:00
Klaus Basan
4c952ab782 refs #240, moved notification sounds in project blackmisc
Notification sounds are used in BlackGui components. They require the whole Qt multimedia library. However, GUI only triggers playing the sound. As a workaround the notification sounds enumeration has been moved in an own class, and moved to the subproject BlackMisc. Hence it is possible to compile BlackGui without dependency to BlackSound.
2014-05-22 22:21:19 +02:00
Klaus Basan
798780dd4c Code formatting, minor tweaks 2014-05-22 22:21:17 +02:00
Mathew Sutcliffe
356f134ab8 refs #218 enable retreiving user's flightplan from the network
after it was potentially amended by a controller
2014-05-16 13:44:24 +01:00
Mathew Sutcliffe
2effc2873f fixed truncation of flightplan remarks string 2014-05-16 13:44:23 +01:00
Mathew Sutcliffe
695078f85a typo fixes 2014-05-16 13:44:22 +01:00
Mathew Sutcliffe
4b531c5d4c style fix: moved a signal to the correct section 2014-05-16 13:44:22 +01:00
Roland Winklmeier
07a94bdd07 Remove the concurrent call in CContextSimulator
refs #231
2014-05-16 14:17:43 +02:00
Roland Winklmeier
de75c5c35a Add asynchronous connection in ISimulator/CSimulatorFSX
refs #231
2014-05-16 14:17:42 +02:00
Roland Winklmeier
5498b449ac Add "ConnectionFailed" to Simulator status enum
Rename connectionChanged to statusChanged

refs #231
2014-05-16 14:17:41 +02:00
Roland Winklmeier
f9a481e83a Change doxygen to project name 'swift' 2014-05-16 13:38:14 +02:00
Roland Winklmeier
f8ce55dea2 Sync update of aircraft positions to sim frame
refs #224
2014-05-16 13:29:42 +02:00
Roland Winklmeier
e42cbbe834 Use "GEAR HANDLE POSITION" instead of single gear positions
refs #224
2014-05-16 13:29:42 +02:00