Commit Graph

3850 Commits

Author SHA1 Message Date
Klaus Basan
4e5413ff3f refs #832, overlay messages may be overridden with pending confirmation dialogs
found during #832
2016-12-13 19:02:26 +01:00
Klaus Basan
e0b38fb296 refs #832, unnecessary restriction to single entity
(assert removed)
2016-12-13 19:02:25 +01:00
Klaus Basan
16b9c88abf Some UI finetuning 2016-12-13 19:02:24 +01:00
Klaus Basan
3b2468632a refs #830, improved widget style detection 2016-12-13 19:02:23 +01:00
Klaus Basan
eb3b2252a2 refs #830, use settings in views
also avoid changing style when not needed
2016-12-13 19:02:22 +01:00
Klaus Basan
fd5f82f1f1 Minor adjustments of update time UI, allow to reset values
Follow up of refs #814
2016-12-13 19:02:21 +01:00
Klaus Basan
c90ae32c7e refs #830, UI for selection mode settings 2016-12-13 19:02:20 +01:00
Klaus Basan
f3037f083a refs #830, settings for global GUI properties
(such as widget style, selection mode)
2016-12-13 19:02:19 +01:00
Klaus Basan
1d773f2264 Minor GUI adjustments 2016-12-13 19:02:18 +01:00
Klaus Basan
e55867c297 refs #829, use settings for own model set
(ignore excluded models)
2016-12-13 19:02:17 +01:00
Klaus Basan
fcb8df92b1 refs #829, ui for model settings 2016-12-13 19:02:16 +01:00
Klaus Basan
d4ca4bb0f1 refs #829, settings for model related properties 2016-12-13 19:02:15 +01:00
Klaus Basan
06ccf46eb1 refs #829, utility function 2016-12-13 19:02:14 +01:00
Klaus Basan
b69008e0b3 refs #829, consolidated settings for simulator/messages
* move traits from blackcore to blackmisc
* renamed CSimulatorSettings/Messages
2016-12-13 19:02:13 +01:00
Klaus Basan
763e92cc2a refs #814, fixed wrong default values for update times causing CPU overload
* use 10s as conservative default value
* check in assert if update time is correct
2016-12-13 19:02:11 +01:00
Klaus Basan
7e69ff7f70 refs #814, some adjustments because of MS comment
(performance of airline view)
2016-12-13 19:02:09 +01:00
Klaus Basan
608e39ee9a refs #828, added function to show matrix from ui 2016-12-13 19:02:08 +01:00
Klaus Basan
7b11b1fb54 refs #828, added function to generate HTML file with matrix
* added utility functions
* adjusted existing functions
2016-12-13 19:02:07 +01:00
Klaus Basan
8488909a44 refs #828, added HTML template 2016-12-13 19:02:06 +01:00
Klaus Basan
d82c6bc44f Ref T8, added icons for DHL owned airlines 2016-12-13 19:02:04 +01:00
Klaus Basan
3a55748955 refs #825, do not render aircraft without callsign
(those are likely already gone: logoff, crash)
2016-12-13 19:02:03 +01:00
Klaus Basan
35bed0ea20 refs #825, improved matcher
* display top scores
* preselect by combined type
2016-12-13 19:02:01 +01:00
Klaus Basan
3b25781a06 refs #825, utility functions
* allow to prefer color liveries (idea: when no airline is found, a neutral livery looks better)
* pick randomly among equal scores
2016-12-13 19:02:00 +01:00
Mathew Sutcliffe
78099c0ebe refs #824 X-Plane model loader: set exclude flag for flyable aircraft. 2016-12-13 19:01:59 +01:00
Mathew Sutcliffe
6bfbaefdc8 CFileLogger: group messages by category. 2016-12-13 19:01:58 +01:00
Mathew Sutcliffe
8e6422d2be Added assert. 2016-12-13 19:01:57 +01:00
Klaus Basan
603bfd9dc4 refs #787, using digest signals in load component 2016-12-13 19:01:56 +01:00
Klaus Basan
364725548d refs #823, always gear down on ground 2016-12-13 19:01:55 +01:00
Klaus Basan
3f975838b2 refs #821, exchanged true/pressure altitude in CNetworkVatlib::onPilotPositionUpdate 2016-12-13 19:01:54 +01:00
Klaus Basan
6e1efaf88a refs #822, display file ts in views
* consolidated models
* renamed flags
2016-12-13 19:01:53 +01:00
Klaus Basan
02798a7f2b refs #822, set file ts in parser/modelloader 2016-12-13 19:01:52 +01:00
Klaus Basan
246f48b71c refs #822, add file timestamp 2016-12-13 19:01:49 +01:00
Klaus Basan
77f2e0ab06 refs #820, using matching by score
kept old function, allows to switch back
2016-12-13 19:01:48 +01:00
Klaus Basan
add3aa5a74 Minor formatting/tweaks 2016-12-13 19:01:47 +01:00
Klaus Basan
34b2a792aa Display login since / own login data in login screen 2016-12-13 19:01:46 +01:00
Klaus Basan
90396e012f refs #820, get all getAircraftIcaoCodesForDesignator 2016-12-13 19:01:45 +01:00
Klaus Basan
630ec78d38 refs #820, utility functions for score and groupBy 2016-12-13 19:01:43 +01:00
Klaus Basan
d398fc7e9e refs #820, tab order in test UI 2016-12-13 19:01:42 +01:00
Klaus Basan
ed7963e551 #447, consider cache changed signal in order to avoid issue mentioned here
https://dev.vatsim-germany.org/issues/447#note-11
2016-12-13 19:01:41 +01:00
Klaus Basan
6befaa32d5 refs #797, added support for combined type
* adjusted log messages
* aligned name to combined type
2016-12-13 19:01:40 +01:00
Klaus Basan
fc3ac8b323 refs #787, MS review items + discussion on slack
https://dev.vatsim-germany.org/issues/787#note-4
2016-12-13 19:01:39 +01:00
Klaus Basan
df2073e5e6 refs #814, allow to disable aircraft parts updates, mostly for testing
* added flag in setup
* and UI
* plus some formatting in driver classes, removed unused member
2016-12-13 19:01:38 +01:00
Klaus Basan
8f779fff35 refs #787, fixed unit test
* flag update for non cached scenarios was missing
* some minor adjustments of test readers
2016-12-13 19:01:37 +01:00
Klaus Basan
387a39be77 refs #787, allow DB refresh when debug/beta build 2016-12-13 19:01:36 +01:00
Klaus Basan
d057158e1d Improvements of swift GUI - pilot client
* support for headers, allow to load files when caches are outdated (refs #787)
* display error when no model set is initialized
* removed some unused members
2016-12-13 19:01:35 +01:00
Klaus Basan
1b69a65b00 refs #787, support for shared files in load component
Display component in swift pilot client (under settings)
2016-12-13 19:01:32 +01:00
Klaus Basan
49613651a8 Utility function to find out if model set is initialized 2016-12-13 19:01:31 +01:00
Klaus Basan
973cbbb440 Minor unrelated adjustments 2016-12-13 19:01:29 +01:00
Klaus Basan
4ed2b82630 refs #787, support for headers / shared files in web data services
* allow to load shared files
* utility functions for timestamps
* some functions renamed
2016-12-13 19:01:28 +01:00
Klaus Basan
2ccf3fd4a2 refs #787, caches/model set loader
* Caches initialized
* simulators with model set
2016-12-13 19:01:27 +01:00