Klaus Basan
5ff28cb3a1
refs #288 , formatting, minor tweaks, utility methods, tabstops
2014-11-30 00:55:04 +01:00
Klaus Basan
0098fd3d58
refs #288 , fine tuned update methods for own aircraft
2014-11-30 00:54:48 +01:00
Klaus Basan
c39b72b12f
refs #288 , added FSD servers to context
...
* new logging in empty context
* formatting
2014-11-30 00:54:46 +01:00
Klaus Basan
a401ce439d
refs #288 , added FSD servers to VATSIM reader
...
* Voice and FSD servers can be obtained via context
* using QSCopedPointer for network reply
* minor fixes / renaming
2014-11-30 00:54:43 +01:00
Klaus Basan
1ea330cc06
refs #335 , improved audio setup
...
* changed volume methods from QList<qint32> to qint32 (DBus compliance)
* methods for changed devices
* command parser for audio
* volume display in status bar (pseudo mute)
2014-11-30 00:54:20 +01:00
Klaus Basan
9a920367b2
Formatting
2014-11-30 00:54:15 +01:00
Klaus Basan
a94bceddab
refs #335 , refs #342 improved simulator states
...
* new signal sending all 3 states together (connected, running, paused)
* renamed ISimulator::Status to ConnectionStatus
* consolidated some member / signal names
* for FS9/XPlane implemented stub functions
2014-11-30 00:54:07 +01:00
Klaus Basan
326ae96def
Formatting, Doxygen
2014-11-30 00:54:04 +01:00
Klaus Basan
cd69eebe8c
refs #77 , handling commands (aka dot commands)
...
* network, aircraft context consume command line commands
* hooked up with keypad area
2014-11-30 00:53:54 +01:00
Klaus Basan
0c6f5f1777
refs #335 , SELCAL tweaks discovered during refactoring
...
* better case handling in SELCAL
* SELCAL in aircraft
* SELCAL selector, improved getter / setters
* changed cockpit SELCAL elements to promoted GUI element
* synchronized flightplan and cockpit SELCAL codes, used new signal/slot syntacs in flightplan
* added SELCAL in own aircraft context
2014-11-30 00:53:49 +01:00
Klaus Basan
dd587207fe
Formatting, renaming
2014-11-30 00:53:46 +01:00
Klaus Basan
43ecc238ed
refs #335 , Minor tweaks:
...
* Formatting
* renaming
* fixed some issues of cppcheck
* new icons
* smooth scrolling in views, stretching for few columns
* fixed start timer in updatetimer
* background colors of some LEDs
2014-11-30 00:53:23 +01:00
Klaus Basan
e1647cd8fd
refs #335 , volume and mute functions
...
* refs #339 , in the same step fixed delete
2014-11-30 00:53:08 +01:00
Klaus Basan
11e9b37326
Formatting
2014-11-30 00:53:03 +01:00
Klaus Basan
594df164a2
* Remove unused members. Re-added by mistake during merge.
...
Discussed here: https://dev.vatsim-germany.org/boards/22/topics/2124?r=2138#message-2138
2014-11-30 00:52:02 +01:00
Klaus Basan
5eaaf70fcd
refs #335 , renamed enums in Application context
...
component means something different in GUI, renamed to application
2014-11-29 22:38:48 +01:00
Mathew Sutcliffe
ac9960d615
Refine header includes to improve build times.
2014-11-14 15:39:02 +00:00
Mathew Sutcliffe
5991981789
refs #336 Removed the old getMessageCategory methods.
2014-10-16 17:06:21 +01:00
Mathew Sutcliffe
a294e8db0f
refs #336 Using the new CLogMessage syntax to log messages.
2014-10-16 17:05:50 +01:00
Mathew Sutcliffe
8992bd734c
refs #336 CStatusMessage keeps track of which objects have handled it, to avoid duplicate handlings of the same message.
2014-10-16 17:05:06 +01:00
Klaus Basan
663740d5bd
refs #310 , adjusted components / GUI to use renamed methods
2014-10-08 19:12:22 +02:00
Klaus Basan
9e23b0a2c0
refs #310 , used empty network context with runtime/context base classes
...
* refactored to member initialization
* adjusted asserts
* adjusted isXXObject methods
* changed create method for ContextNetwork to support empty context
* empty status message used as return value in empty context
2014-10-08 19:11:33 +02:00
Klaus Basan
dc173403fc
refs #310 , empty network context
2014-10-08 19:11:13 +02:00
Roland Winklmeier
522c1263ef
Fix missing removedAircraft signals when disconnecting from network
2014-10-07 23:37:12 +02:00
Roland Winklmeier
5fe4ea3039
refs #324 connect airspace watchdog to airspace monitor
2014-10-07 23:36:59 +02:00
Roland Winklmeier
d6cbf10854
refs #324 airspace watchdog
...
CAirspaceWatchdog times out clients, if a no update has been received
for a configured time
2014-10-07 23:36:57 +02:00
Klaus Basan
be0d1e8153
refs #325 , using new applyIf method in airspace monitor
2014-10-07 13:10:36 +02:00
Klaus Basan
4b50134d2a
refs #325 , refs #330 fixed apply method to return list of changed properties
...
* changed CValueObject apply
* created CIndexPropertyList
* renamed CIndexVariantMap to CPropertyIndexVariantMap
2014-10-07 13:10:33 +02:00
Mathew Sutcliffe
5795845400
refs #316 Doxygen.
2014-10-04 22:17:12 +01:00
Mathew Sutcliffe
ebab95dd06
refs #316 Application context relays messages over DBus between the CLogHandler instances of different processes.
2014-10-04 22:17:09 +01:00
Mathew Sutcliffe
eceb67c38f
refs #316 Application context: removed old message handler.
2014-10-04 22:17:06 +01:00
Mathew Sutcliffe
a68ad8ec7d
refs #316 Simulator context subscribes to log messages on behalf of the simulator plugin.
2014-10-04 22:17:01 +01:00
Mathew Sutcliffe
aef7135e28
refs #316 Removed old statusMessage signals and sendStatusMessage slots.
2014-10-04 22:16:56 +01:00
Mathew Sutcliffe
b1c74d81e5
refs #316 Removed old logging mechanism in contexts.
2014-10-04 22:16:53 +01:00
Mathew Sutcliffe
5d123f798a
refs #316 Changed blackcore to use CLogMessage to emit messages.
...
Also changed functions which always returned CStatusMessageList containing a single CStatusMessage,
to return CStatusMessage instead for simplicity.
2014-10-04 22:16:43 +01:00
Klaus Basan
02bfa01cc9
refs #322 , fix for non-firing timer. Also adjusted input counts for online data
2014-09-11 12:08:10 +02:00
Klaus Basan
4500bda125
Added updates by VATSIM data file for voice capabilities
2014-09-09 20:07:29 +02:00
Klaus Basan
2127238ed4
Doxygen, renaming, formatting
...
* Formatting, renaming to current schema
* Minor tweaks
2014-09-09 20:07:27 +02:00
Klaus Basan
e4545f23d2
refs #322 , included context menu and methods for injecting test data (ATC stations) in GUI
2014-09-09 20:07:23 +02:00
Klaus Basan
62010a09c8
refs #319 , Doxygen, headers, formatting
2014-09-09 20:07:17 +02:00
Klaus Basan
fc84673bb9
Handled performance issues and bugs noticed during testing of refs #319 / refs #322
...
* discussion: https://dev.vatsim-germany.org/boards/22/topics/2027?r=2040#message-2040
* fixed bug with ATC station component, wrong signals for booked stations
* booked stations loading to frequently (for each minor change such as online), changed to timestamp based concept
* update booked stations with receiving ATIS/voiceroom to online
* CDigestSignal class: new class and methods for collecting signals, avoiding too many signals - one of the cures for the performance issues
* fixed bug found during testing, missing start for timers when connecting to network
2014-09-09 20:07:16 +02:00
Roland Winklmeier
f72ff4e495
refs #318 Add method in Application Context to process a remote event
2014-08-27 23:07:50 +02:00
Roland Winklmeier
bdd7de1459
refs #318 Let CInputManager forward HotkeyFunc events
2014-08-27 23:07:47 +02:00
Roland Winklmeier
9283ecdd9d
refs #317 Adding joystick support to input manager
2014-08-27 19:23:34 +02:00
Mathew Sutcliffe
4aef58564e
refs #283 Added ISimulator::getInstalledModels method, with stub implementations
2014-08-27 00:02:35 +01:00
Mathew Sutcliffe
09f0d008cb
refs #283 Simulator context takes responsibility for connecting CAirspaceMonitor signals to ISimulator slots
2014-08-27 00:02:35 +01:00
Mathew Sutcliffe
f4b7a9c6a2
refs #283 Rationalized ISimulator slots for managing remote aircraft
2014-08-27 00:02:34 +01:00
Mathew Sutcliffe
a6fd2bdeb2
refs #283 CAirspaceMonitor: added signals to notify when an aircraft is added or removed
2014-08-27 00:02:34 +01:00
Mathew Sutcliffe
f1150361b7
refs #283 Fixed crash sending status message to simulator when no simulator loaded
2014-08-27 00:02:33 +01:00
Mathew Sutcliffe
d25eac66b1
refs #283 Dedicated displayTextMessage for text messages instead of using displayStatusMessage for both.
...
The simulator can use this to display text messages in a different colour, for example.
2014-08-27 00:02:32 +01:00