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
Klaus Basan
b8597ce8d8
refs #335 , refs #288 some GUI finetuning
...
* turned log component (from toolbox) into tab widget (for consistency)
* made keypad ident/mute buttons checkable so style sheets can be applied
2014-11-30 00:55:53 +01:00
Klaus Basan
4fab9a2fad
Fix missing includes in simulator component
2014-11-30 00:55:41 +01:00
Klaus Basan
9aa10107bd
refs #288 , flight plan gets notified about login and can preset values
2014-11-30 00:55:22 +01:00
Klaus Basan
44d0cd002b
refs #288 , adjusted server and network views
...
* aircraft settings are gone, move to login screen
* no selected server needed anymore
* marked outdated methods as deprecated
2014-11-30 00:55:09 +01:00
Klaus Basan
5ff28cb3a1
refs #288 , formatting, minor tweaks, utility methods, tabstops
2014-11-30 00:55:04 +01:00
Klaus Basan
86167e14c5
refs #288 , first version of login screen
...
* login component
* preparation of main window for new component
2014-11-30 00:55:01 +01:00
Klaus Basan
49be1c2bb7
refs #288 , formatting, minor tweaks
2014-11-30 00:54:58 +01:00
Klaus Basan
adba17da0f
refs #335 , improved size handling for cockpit
...
* minimum values set to avoid issues when docked
* no manual values when just toggled floating
2014-11-30 00:54:40 +01:00
Klaus Basan
ae79af5300
refs #335 , removed old cockpit component
2014-11-30 00:54:35 +01:00
Klaus Basan
8acf8e2ed0
refs #335 , support for status bar for dock widgets
...
* status bar when floating
* improved info area status
* removed ui parts from infoarea
2014-11-30 00:54:28 +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
3fd1f3c8c4
refs #335 , highlight selected info areas in keypad
2014-11-30 00:54:17 +01:00
Klaus Basan
9a920367b2
Formatting
2014-11-30 00:54:15 +01:00
Klaus Basan
016537f257
refs #335 , refs #342 improved status component:
...
* showing simulator 3 states: disconnected, connected, running
* using new signal providing all 3 states
2014-11-30 00:54:12 +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
28b99de1da
refs #77 , refs #335 text messages refactoring
...
* using QScopedPointer
* usings command line parser
* SELCAL handling via aircraft, synced with flight plan
2014-11-30 00:53:57 +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
cf6a555824
refs #335 , changed icon in show/hide bar
2014-11-30 00:53:44 +01:00
Klaus Basan
3c223b2416
refs #335 , adjusted main info area
...
* improved include file
* removed unused method
* getter for cockpit
2014-11-30 00:53:36 +01:00
Klaus Basan
858e8895d8
refs #335 , improved cockpit
...
* support for squawk ident
* enable for runtime
* LEDs showing right state when connected to voice room
2014-11-30 00:53:34 +01:00
Klaus Basan
3351791016
refs #335 , implemented the functionality for main keypad area,
...
old keypad was removed from main window
2014-11-30 00:53:31 +01:00
Klaus Basan
e45087c933
refs #335 , shifted simulator update from main window into component
2014-11-30 00:53:28 +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
67f0c22f09
refs #335 , added mute / volume functions for infobarstatus
2014-11-30 00:53:18 +01:00
Klaus Basan
fa60703a1d
refs #335 , added functionality for com components
...
* set COM unit values
* set values in context
2014-11-30 00:53:15 +01:00
Klaus Basan
efb89dd7be
Renaming to ..component*
...
* mainkeypadareacomponent
* audiovolumecomponent
* audiosetupcomponent
2014-11-30 00:53:05 +01:00
Klaus Basan
11e9b37326
Formatting
2014-11-30 00:53:03 +01:00
Klaus Basan
6f8d85e864
refs #335 , GUI finetuning
...
* combo boxes, size model changed - fixes the issue with the settings exceeding the boundaries
* main window can be minimized
* renaming the main page
* style sheet
2014-11-30 00:53:00 +01:00
Klaus Basan
73eee7af1e
refs #335 , made audio setup a component so it can be used in settings and cockpit
2014-11-30 00:52:47 +01:00
Klaus Basan
ccf308eda1
refs #335 , updated GUI layout and style sheet
2014-11-30 00:52:45 +01:00
Klaus Basan
7028bcf66a
refs #335 , cockpit component:
...
* COM unit
* show / hide bar
* info area (nested)
2014-11-30 00:52:39 +01:00
Klaus Basan
c2a335977b
refs #335 , improved voice room component
...
* slots for URLs
* connect signal/slots
* enabled for runtime
2014-11-30 00:52:15 +01:00
Klaus Basan
3c4fc76094
refs #335 , renaming
2014-11-30 00:52:12 +01:00
Klaus Basan
e6a5e2960f
refs #335 , changed info areas
...
* remove unused methods
* changed ui, preferred size and such
* changed ctor for CEnableForDockWidgetInfoArea and made setParentDockWidgetInfoArea virtual
* adjusted derived classes ctor
* added enum and area methods for cockpitinfoarea
2014-11-30 00:52:10 +01:00