Klaus Basan
5ed95aee3d
refs #391 , allow to send aircraft parts from GUI
...
* GUI component for aircraft parts
* remote aircraft selector component
* Adjusted GUI for internals component
* Enable / disable debug messages from GUI
* Allow to init engines directly
* Removed unused async sort in sequence
In same step fixed found issues in interpolator
* allow to set max rendered aircraft
2015-03-20 17:08:23 +01:00
Klaus Basan
f8bebf5ffa
refs #386 , performance issues
...
* keep split per callsign map in IInterpolator (so it is available for all interpolators)
* Interpolator using CWorker, so it can run in background
* added signals to provider to add split situations / callsigns
* adjustments to airspace / context for those signals
* thread safe access to those from interpolator
* renamed from rendered to remote aircraft as discussed
* adjust samples
* removed no longer required functions in timestampobjectlist
* changed connectioStatusChanged from uint -> int
2015-03-20 16:48:58 +01:00
Klaus Basan
496d63cf11
refs #387 , preparation for level meter
...
* not yet connected with audio
2015-03-20 16:34:22 +01:00
Klaus Basan
41b7291a21
Allow to reset volume to 100% in GUI
2015-03-20 16:34:10 +01:00
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
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
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
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
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
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
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
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
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
Klaus Basan
72e7b5e26a
refs #355 , fixed voice room override
...
* missing connection for url/checkbox 2
* missing updates when values were changed
2014-12-04 18:28:03 +01:00
Roland Winklmeier
562cadee8a
Fix several gcc, cppcheck and clang warnings
2014-12-01 23:15:49 +01:00
Klaus Basan
671bb294ae
Added LED row to display transponder mode
...
* made LEDs clickable
* component for LED rows / transponder mode which will later be reused elsewhere
2014-11-30 00:57:36 +01:00
Klaus Basan
bd2bf0d3ba
refs #347 , improvements in CInfoArea and CDockWidget
...
* renamed to toggleFloatingWholeInfoArea() for whole info area (in contrast to toggleInfoArea for individual areas)
* signal for changedWholeInfoAreaFloating (allows the main GUI to hide this area if empty)
* add. flag to understand m_resetedFloating
* prepared for frameless dock widget (not yet implemented)
2014-11-30 00:57:17 +01:00
Klaus Basan
facbefeeea
Fixed some minor GUI issues
...
* resizing for floating widgets
* vertical policies
* menus for views
* margins for keypad
* using property mainwindowframeless in style sheet
2014-11-30 00:56:58 +01:00
Klaus Basan
cd2c7c12a7
Init COM values from ownAircraft context
2014-11-30 00:56:56 +01:00
Klaus Basan
d3a4795845
Fixed flightplan assert,
...
see https://dev.vatsim-germany.org/issues/335#note-6
2014-11-30 00:56:29 +01:00
Klaus Basan
788078f72a
refs #288 , parseCommand in runtime, which distributes it to the contexts (easier, also for core command line)
2014-11-30 00:56:09 +01:00
Klaus Basan
4ce5144516
refs #77 , refs #288 fixed gcc / doxygen warnings as far as possible
2014-11-30 00:56:00 +01:00
Klaus Basan
ce78b65079
refs #77 , command line in text message component when floating
2014-11-30 00:55:57 +01:00