Commit Graph

837 Commits

Author SHA1 Message Date
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
Mathew Sutcliffe
0e632705c9 Select correct externals whether using MSVC2010 or MSVC2013. 2014-05-22 23:38:38 +01:00
Roland Winklmeier
097525ec3e Add command to enable/disable audio loopback in voice sample
refs #136
2014-05-22 22:55:45 +02: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
70c7aa4a94 refs #240, removed text message parts from main GUI window
* text message now encapsulated in component
* adjusted main GUI window to be used with component
2014-05-22 22:21:27 +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
07fc42f790 added statusMessage slot in sample CLI client 2014-05-16 13:44:23 +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
7a69ad6ad9 Change doxygen cmake and qmake files to 'swift' 2014-05-16 13:44:18 +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
Roland Winklmeier
7c890c51d8 Remove class CSimConnectException
refs #224
2014-05-16 13:29:41 +02:00
Roland Winklmeier
8712cfccbc Fix linker error in plugin_fsx by reordering libraries 2014-05-16 13:28:22 +02:00
Klaus Basan
a338ed0068 refs #239, removed aircraft / ATC station parts from main window, now in component.
mainwindow_atc entirely removed
2014-05-15 00:07:18 +02:00
Klaus Basan
07412a3862 refs #239, signal when ATIS is received 2014-05-15 00:05:55 +02:00
Klaus Basan
7658f72ecd refs #239, aircraft component 2014-05-15 00:03:44 +02:00
Klaus Basan
b0325128b7 refs #239, ATC station component
* includes a bug fix for ATIS display
2014-05-15 00:03:28 +02:00
Klaus Basan
05c3fe7e6e refs #239, some finetuning for runtime based components
* virtual method to be called for signal slot hook up
* comments
2014-05-15 00:01:47 +02:00
Klaus Basan
52b88ab24e refs #239, added a helper class for timer based pulls
* changed user componet to use new component
* all new components (aircraft, ATC stations) will use this timer
* it is implemented as "has a" timer based component, as inheriting from 2 QObjects would be problematic
2014-05-14 23:38:09 +02:00
Klaus Basan
e2815cbdc3 refs #239, empty method for views 2014-05-14 23:26:35 +02:00
Klaus Basan
6d67874dff Added missing Doxygen comment 2014-05-14 23:23:58 +02:00
Klaus Basan
46b979d557 refs #236, samples 2014-05-13 01:21:51 +02:00
Klaus Basan
a2bfe36f37 refs #236, default FSX path by registry
Includes a setter for index map
2014-05-13 01:21:50 +02:00
Klaus Basan
4d57a50fd2 refs #236, aircraft indexer to read FSX/9 models on disk in background 2014-05-13 01:21:32 +02:00
Klaus Basan
36b5915511 Added attribute home base for user, will be used to identify user's origin 2014-05-08 13:54:16 +02:00
Klaus Basan
41b89e928f swift 2014-05-08 00:11:15 +02:00
Klaus Basan
4d7c198d26 refs #233, added hot key functionality in GUI. Now hot keys can be defined and show a reaction in the GUI 2014-05-07 23:27:25 +02:00
Klaus Basan
cbd8f2681a refs #234, add methods to resolve user names from VATSIM file and display them in voice rooms 2014-05-07 23:23:20 +02:00
Klaus Basan
421d2d5411 refs #233 Keyboard key/key list
* helper methods for keylist (key for function)
* new Hotkey function (toggle window on top)
* improved comparisons for key
* unit tests
2014-05-07 23:16:28 +02:00
Klaus Basan
17f617f418 Formatting, comments typos, doxygen 2014-05-07 18:41:26 +02:00