Klaus Basan
16bee441e1
refs #381 , adjust GUI for new voice vatlib
...
* Only 1 volume
* No tests (squelch ...)
* loopback
* required backed functions in context
2015-03-20 16:33:31 +01:00
Klaus Basan
45bace425d
Formatting, minor tweaks
...
refs #369 , refs #371 , refs #372
2015-03-20 16:33:27 +01:00
Roland Winklmeier
77e0165e9a
refs #371 Replace COM based volume methods by global output volume
2015-03-20 16:32:47 +01:00
Roland Winklmeier
1587b4791a
refs #371 remove deprecated mic and squelch tests
2015-03-20 16:32:43 +01:00
Roland Winklmeier
84ac5e9972
refs #372 Move voice channel sharing into CContextAudio
...
Before a very complex mechanism was implemented in order to share
a vatlib voice channel resource if more than one COM unit was connected
to the same channel. This is now moved into CContextAudio by mapping
a COM unit to a shared voice channel pointer.
2015-03-20 16:32:35 +01:00
Klaus Basan
16042c1fb2
refs #369 , gcc fixes
2015-03-20 16:31:41 +01:00
Klaus Basan
f6e5b8b3b1
refs #369 , adjusted mapping component to use new functions
...
(e.g. with originator signature)
2015-03-20 16:31:37 +01:00
Klaus Basan
adeac119d0
refs #369 , only ATC stations with voiceroom displayed
2015-03-20 16:31:07 +01:00
Klaus Basan
880bb53e3d
refs #369 , changed for own aircraft provider
...
* CLI client
* test network
* GUI/GUI components
2015-03-20 16:30:52 +01:00
Klaus Basan
39150a1bc1
Formatting, added icons for callsign
2015-03-20 16:30:21 +01:00
Klaus Basan
ce86c902b5
Upfront of refs #369
...
* consolidated ICoordinateGeodetic (e.g. fixed nested properties)
* shifted common functionality for objects/containers with callsign into interface
* shifted common functionality for objects/containers with geo position into interface
* shifted common functionality for objects/containers with timestamp into interface
* updated corresponding value objects / specialized lists
* adjusted all places where renamed functions are used
2015-03-20 16:30:18 +01:00
Klaus Basan
4fa8639735
Removed implicit logging
2015-01-25 03:55:27 +01:00
Klaus Basan
9f9f3bc3aa
refs #368 , fixed mapping callsign field (too short)
2015-01-24 01:17:10 +01:00
Klaus Basan
5a1118e82c
refs #368 , renamed Mapping to Rendering (as discussed in meeting)
2015-01-24 01:17:06 +01:00
Klaus Basan
4e1db5c837
Fixes of MS'review as proposed
...
https://dev.vatsim-germany.org/issues/368#change-2380 (1,2)
https://dev.vatsim-germany.org/issues/364#change-2379 (1-11,13)
2015-01-24 01:16:50 +01:00
Klaus Basan
054db94997
Added an (experimental) tree view to ATC stations
2015-01-24 01:16:46 +01:00
Klaus Basan
50307c1182
Changed model to QAbstractItemModel
2015-01-24 01:16:38 +01:00
Klaus Basan
65957c0ebe
refs #368 , mapping component
...
* aircraft can be enabled / disabled
* mappings can be changed
* models previewed if there is a FSX thumbnail
2015-01-24 01:16:21 +01:00
Klaus Basan
e7d13a9fa1
Tweaks, formatting
2015-01-24 01:16:03 +01:00
Klaus Basan
d8caa58d2a
GUI design for simulator settings
2015-01-24 01:16:00 +01:00
Klaus Basan
2f704d2601
Hide info window with no data, correcte field to le_SmCategories
2015-01-24 01:15:56 +01:00
Klaus Basan
df2ba8aa22
refs #368 , function for mainWindow widgets in info area
2015-01-24 01:15:52 +01:00
Klaus Basan
f0cc1ac003
refs #368 , updated components
...
* clear when connection status changed
* rowCount changed with filter parameter
2015-01-24 01:15:48 +01:00
Klaus Basan
5ae8f074b8
refs #368 , updated models to reflect changes
...
* update count with filter
* used alternative sortable columns
* added classes for SimulatedAircraft
* supporting filters
2015-01-24 01:15:43 +01:00
Klaus Basan
b0e3805ca0
Message when info area is locked (no double click)
2015-01-24 01:15:40 +01:00
Klaus Basan
53078cc8ae
refs #368 , improved column handling in views
...
* columns can be marked non-sortable
* alternative column for sorting
* checkable column formatters
* moved functions to cpp file
2015-01-24 01:15:35 +01:00
Klaus Basan
23d3ea3ec5
refs #368 , filter for views
2015-01-24 01:15:32 +01:00
Klaus Basan
f8464a6b03
refs #368 , checkbox delegate for editable checkboxes
2015-01-24 01:15:28 +01:00
Klaus Basan
206fb156d0
refs #368 , GUI utility
...
* fixed CGuiUtility::replaceTabCountValue
* added CGuiUtility::mainApplicationWindowWidget
2015-01-24 01:15:24 +01:00
Klaus Basan
c6c7b71a83
Allow to set login buttons
2015-01-23 18:47:47 +01:00
Klaus Basan
4ab1577ac0
Countdown for logoff
...
A countdown is displayed, and logoff is completed automatically after timeout
2015-01-23 18:47:33 +01:00
Klaus Basan
8fce90065d
Fixed style sheet
2014-12-29 23:02:03 +01:00
Klaus Basan
b26fa651ed
Allow to select COM frequencies from ATC view (context menu)
...
* added functions in component to select COM frequencies
* changed views to contain ObjectType in template
* function to obtain selected objects in view base class
2014-12-29 23:02:00 +01:00
Klaus Basan
a0ea98a26b
Selected row mode in GUI
2014-12-28 22:20:53 +01:00
Klaus Basan
beb23ea0c0
Extra check in component
2014-12-28 22:20:46 +01:00
Klaus Basan
0b03ac1339
Hide model string for ATC clients
2014-12-28 22:20:43 +01:00
Klaus Basan
ce57c573df
refs #358 , aircrafts -> aircraft in GUI
2014-12-28 22:20:36 +01:00
Klaus Basan
9e5f228b08
using namespace in header removed, rectified resulting changes
...
* using namespace in context_runtime.h
* in same step also fixed some other using namespace issues
2014-12-28 22:20:09 +01:00
Klaus Basan
f62f85b263
refs #359 , fixed loghandler, removed / fine tuning of some output / log messages
...
see also discussion in #359
2014-12-28 22:20:01 +01:00
Klaus Basan
4a94a125f2
refs #358 , GUI for installed / matched models
...
* model / view / component classes
2014-12-28 22:19:54 +01:00
Klaus Basan
366769a6b8
Formatting, doxygen, typo aircrafts (to aircraft),
...
removed some debug output, {} in if statements
2014-12-28 20:46:14 +01:00
Roland Winklmeier
20f1aa7aa9
Don't convert real name to captical letters
2014-12-27 11:12:05 +01:00
Roland Winklmeier
cb7ad005b0
refs #320 port Network to new vatlib
...
* CNetworkVatlib
* Contexts
* Samples
2014-12-27 11:08:32 +01:00
Roland Winklmeier
a1ef1d4484
refs #320 Rename CAudioDevice to CAudioDeviceInfo
...
CAudioDevice implied a device handler instead of device information
2014-12-25 20:12:58 +01:00
Klaus Basan
0d26a8fd9b
Fixed style for floating QDockWidgets
2014-12-13 13:17:41 +01:00
Klaus Basan
78e4900243
refs #349 , housekeeping
...
* formatting
* tweaks (such as changing to new log style),
* Doxygen
* int instead of qint
2014-12-13 13:17:31 +01:00
Klaus Basan
7361ec8963
Fix warning "QLayout: Attempting to add QLayout"
2014-12-13 13:17:29 +01:00
Mathew Sutcliffe
69905d310f
refs #350 Fixed CLogMessage methods for logging preformatted statusmessages.
2014-12-13 01:42:32 +00:00
Mathew Sutcliffe
f80d7e27d1
refs #247 Using CVariant in blackgui.
2014-12-13 01:42:00 +00:00
Mathew Sutcliffe
155b957cee
refs #247 CVariant can inherit from CValueObjectStdTuple.
...
But if valueobject.h includes variant.h then it would create a circular dependency.
2014-12-13 01:41:49 +00:00