Commit Graph

6170 Commits

Author SHA1 Message Date
Klaus Basan
22160c146e Ref T370, further remove models improvements
* timer checks not only for add, but also for remove
* renamed to facilitate changes
2018-09-23 20:12:47 +02:00
Klaus Basan
6962a7bddb Ref T369, adjusted text message component to support settings 2018-09-23 20:12:45 +02:00
Klaus Basan
fec4643fc1 Ref T369, support for style in setting 2018-09-23 20:12:42 +02:00
Klaus Basan
4dce0fcee6 Ref T369, text edit as dialog 2018-09-23 20:12:39 +02:00
Klaus Basan
14221e08bc Ref T369, text message style component 2018-09-23 20:12:38 +02:00
Klaus Basan
43541ad08e Ref T369, style adjustments 2018-09-23 20:12:36 +02:00
Klaus Basan
0bb56fedfb Ref T369, font setting improvements
- color can be hidden
- access to QFont value/getter for family/style/size
- renaming
2018-09-23 20:12:34 +02:00
Klaus Basan
527f666d1f Ref T370, remove models from FSX/P3D
* clearAllRemoteAircraftData also removes aircraft (from simulator)
* debugVerifyStateAfterAllAircraftRemoved only makes sense if removing aircraft and then emit the messages
2018-09-23 20:12:32 +02:00
Klaus Basan
4dcb2185b4 Ref T367, info objects are also read, as the files are small and sApp->isInternetAccessible() is not fully reliable (Qt Accessibility bug) 2018-09-23 20:12:31 +02:00
Klaus Basan
7ae7d04548 Ref T367, do not read again when info/setup was just read (age) 2018-09-23 20:12:30 +02:00
Klaus Basan
fd1001862f Matching form UI size 2018-09-23 20:12:29 +02:00
Klaus Basan
2b5c7de965 Avoid crash in +/- font size by setting style sheet to "" 2018-09-23 20:12:28 +02:00
Klaus Basan
ff2f653aae Style 2018-09-23 20:12:27 +02:00
Klaus Basan
bba65326da Ref T340, red bar for SUP messages 2018-09-23 20:12:24 +02:00
Klaus Basan
369d1eb92e Ref T340, fixed internals component to send text messages 2018-09-23 20:12:23 +02:00
Klaus Basan
8f286c4475 Ref T367, simplified bootstrap and update info reading 2018-09-22 01:26:41 +02:00
Klaus Basan
3037afabf2 Ref T362, Ref T348 "removed models" context menu 2018-09-22 01:26:40 +02:00
Klaus Basan
8a5112e48d Ref T362, Ref T348 matcher saves removed models (if any) when destructed 2018-09-22 01:26:39 +02:00
Klaus Basan
5e99e557c6 Ref T362, Ref T348 model/view adjustments
* remove model string
* start directory for file dialog
2018-09-22 01:26:38 +02:00
Klaus Basan
ebc2ffe480 Formatting 2018-09-22 01:26:37 +02:00
Klaus Basan
61629231ff Ref T365, utility functions 2018-09-22 01:26:34 +02:00
Klaus Basan
51973cd2b9 Ref T348, remove from matcher if model failed 2018-09-20 00:47:22 +02:00
Klaus Basan
de4dffae8f Ref T348, setup "remove from set if failed" 2018-09-20 00:47:21 +02:00
Klaus Basan
136370fc63 Ref T348, remove by model string 2018-09-20 00:47:20 +02:00
Klaus Basan
e4d992bfe4 Made audio related signals Qt::QueuedConnection 2018-09-20 00:47:19 +02:00
Klaus Basan
8fcbc09473 Ref T362, mapping component added workbench component
- adjusted UI
- singe function to get view per tab
- used setTabWidgetViewText
2018-09-20 00:47:17 +02:00
Klaus Basan
b07234562f Ref T362, workbench component
- temp. models
- can be stashed and consolidated
2018-09-20 00:47:16 +02:00
Klaus Basan
ebcdef6884 Ref T362, utility function to display view count in tab 2018-09-20 00:47:15 +02:00
Klaus Basan
bfd907e6e3 Downgrade severity of messages generated by Qt implementation qErrnoWarning. 2018-09-20 00:47:13 +02:00
Klaus Basan
978fc42fe5 Doxygen, style 2018-09-20 00:47:12 +02:00
Klaus Basan
ae60cf560d Ref T361, better guards for plugin and sGui
No need to create an assert if plugin is not avilable, though the plugin info should be "Unspecified" in that case
2018-09-18 19:23:13 +02:00
Klaus Basan
33a93bf0f4 Adjusted signal (added count) and overlay message if model loading succeeded 2018-09-18 03:09:05 +02:00
Klaus Basan
5f5113ed47 Removed "ok" flag from "performParsing" as this can be concluded from messages 2018-09-18 02:34:06 +02:00
Klaus Basan
6c0f66f756 Overlay message single row selection 2018-09-18 02:27:56 +02:00
Klaus Basan
a4fc474d09 Ref T345, directly update ATC stations when "in range" radio button changes
- forced update
- use component directly, no copy of settings
2018-09-17 20:03:20 +02:00
Roland Winklmeier
c379a722e3 Fix clash with struct interface 2018-09-17 18:29:06 +02:00
Roland Winklmeier
e2cf75d51c Fix missing include 2018-09-17 18:28:55 +02:00
Klaus Basan
1de3b28c49 Ref T345, clear online views when disconnected 2018-09-17 18:28:54 +02:00
Klaus Basan
a9f0cebe13 Ref T345, fixed bug: only one station must be updated with the new message 2018-09-17 18:28:53 +02:00
Klaus Basan
4913b93724 Style 2018-09-17 18:28:52 +02:00
Klaus Basan
1f3650e7e2 Avoid empty callsign objects 2018-09-17 18:28:51 +02:00
Klaus Basan
15a563058f Ref T345, clear model function 2018-09-17 18:28:50 +02:00
Klaus Basan
f5f0334fe5 Ref T345, added ATIS/METAR to test ATC stations 2018-09-17 18:28:48 +02:00
Klaus Basan
4413d87d43 Ref T345, Qt::QueuedConnection for UI slots 2018-09-17 18:28:47 +02:00
Klaus Basan
754049971d Ref T357, Ref T348, probe improvements
- release AI also traces id
- info that probe is disabled in error case
2018-09-17 18:28:46 +02:00
Klaus Basan
19ec4c3cf1 Ref T357, FSX settings component allows to copy terrain probe via context 2018-09-17 18:28:45 +02:00
Klaus Basan
56ec1ed43d Ref T357, CPluginConfigWindow now COverlayMessagesFrame 2018-09-17 18:28:44 +02:00
Klaus Basan
00651ae9f8 Ref T357, wizard page to copy terrain probe
- changed xSwiftBus page and added terrain probe copy Ui as well
- component for terrain probe
2018-09-17 18:28:42 +02:00
Klaus Basan
6b01021a0a UI adjustments 2018-09-17 18:28:41 +02:00
Klaus Basan
57178c75f9 Ref T357, function to copy FSX terrain probe, also in context for remote UI 2018-09-17 18:28:40 +02:00