Commit Graph

297 Commits

Author SHA1 Message Date
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
Mathew Sutcliffe
16e285cecd refs #247 Style. 2014-12-13 01:38:53 +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
Klaus Basan
394b8e04f3 refs #352, bug due to renaming fixed 2014-12-02 04:02:34 +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
8054022716 refs #347, styles for infobar are in a separate file 2014-11-30 00:57:22 +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
edaf1fba89 refs #347, renamed property to frameless 2014-11-30 00:57:14 +01:00
Klaus Basan
7123cad53a refs #347, allow to pass primitive enum 2014-11-30 00:57:11 +01:00
Klaus Basan
d581dda272 Formatting, Doxygen 2014-11-30 00:57:04 +01:00
Klaus Basan
42a4e0b48b refs #347, CMainWindow for frameless main windows 2014-11-30 00:57:01 +01:00