Commit Graph

1614 Commits

Author SHA1 Message Date
Klaus Basan
4ed0d6befd Style 2019-05-13 11:20:38 +02:00
Klaus Basan
8cf79a512a Ref T613, added missing checkbox and style 2019-05-13 11:20:38 +02:00
Klaus Basan
139ae130db Improved tooltip/error message 2019-05-13 11:20:37 +02:00
Klaus Basan
9287713cb8 Ref T606, added back/tab/ESC as hotkeys 2019-05-13 11:20:37 +02:00
Klaus Basan
df686d7efc Ref T607, detect mappings from quick mapping wizard 2019-05-13 11:20:36 +02:00
Klaus Basan
fbf761f3f0 Ref T599, use event filter for uc 2019-05-13 11:20:36 +02:00
Klaus Basan
cbe9aea282 Ref T602, use conversion table in dialog 2019-05-13 11:20:35 +02:00
Klaus Basan
e1b3f075b5 Ref T602, allow to define floor (round down)/round for altitude 2019-05-13 11:20:35 +02:00
Klaus Basan
ccbd650a1d Basic sim settings, removed unnecessary column in grid layout 2019-05-13 11:20:33 +02:00
Klaus Basan
d727392306 Improved validation overlay msgs. and tab preselect 2019-05-13 11:20:33 +02:00
Klaus Basan
9436bce9be Minor mapping tool improvements, including scrollTo first highlighted row 2019-05-13 11:20:33 +02:00
Mat Sutcliffe
a366ad8943 Added with() and withValidation() methods in CLogCategoryList. 2019-04-12 13:30:54 +01:00
Mat Sutcliffe
1cb21f0a4b Ref T545 Removed redundant constructors that are now inherited. 2019-04-12 13:30:53 +01:00
Klaus Basan
42af7e4e9f Avoid the style change crash. This is a temp.workaround until we know how to avoid it, but the usability impact can be neglected
Changing the style takes very long anyway and is a bit fault even if it works.
2019-04-11 22:12:20 +01:00
Roland Rossgotterer
563a69e3f5 Remember and ignore hotkey combination before capturing
When capturing a new hotkey combination, we want to get only the delta of the keys and buttons being pressed during the capturing. 

ref T585
2019-04-11 22:12:20 +01:00
Klaus Basan
79fc8683f9 Removed unused navigator code 2019-04-11 22:12:19 +01:00
Klaus Basan
46be7d5e0a UI adjustments 2019-04-11 22:12:18 +01:00
Klaus Basan
36381351b9 Style 2019-04-11 22:12:18 +01:00
Klaus Basan
5c870a8404 Center wizard page and use "classic style" 2019-04-11 22:12:17 +01:00
Klaus Basan
1dd10ffe29 Aligned signatures for model matcher log matcher
Ref T247 follow up
2019-04-11 22:12:17 +01:00
Klaus Basan
0c335beea6 Style 2019-04-11 22:12:16 +01:00
Klaus Basan
5661180f3e Minor cockpit navigator adjustments 2019-04-11 22:12:13 +01:00
Klaus Basan
5e32064d21 Ref T566, UI allow to enable/full matching log messages 2019-04-11 22:12:13 +01:00
Klaus Basan
6bcc308916 Login component UI, focus for aircraft data 2019-04-11 22:12:11 +01:00
Klaus Basan
95a884cbd7 Minor cockpit navigator adjustments 2019-04-11 22:12:11 +01:00
Klaus Basan
16061f61e8 Minor cockpit COM UI adjustments 2019-04-11 22:12:11 +01:00
Klaus Basan
77acffb73e Fixed crash when changing UI style (fusion, ...)
* use overloaded function with string directly
* Qt::QueuedConnection

The old version looked correct to me, nevertheless it did always crash
2019-04-11 22:12:11 +01:00
Klaus Basan
ba33ebb1f5 Ref T592, frame around entry line in floating text message window 2019-04-11 22:12:10 +01:00
Klaus Basan
eb5670abef Ref T592, navigator dialog
* movable by mouse
* UI border
2019-04-11 22:12:10 +01:00
Klaus Basan
461e24f293 Ref T592, added missing radar init 2019-04-11 22:12:09 +01:00
Klaus Basan
c45592f9b5 Ref T592, minor tweaks
* style
* hide wip_CockpitComPanelShowHideBar initially
* sGui guarding
* function initialFloating() public so it can be explicitly called
2019-04-11 22:12:09 +01:00
Klaus Basan
9f0daa58ea Ref T592, made dock widget related slots Qt::QueuedConnection
Rational: the widget emits floating but is not yet in full floating state, so with a direct connection we deal a bit too early with the widget.
Much more stable (hopefully) using queued connection, then all the handling is done if the window is really a floating window.
2019-04-11 22:12:09 +01:00
Klaus Basan
dc6e18b5a2 Ref T591, avoid duplicated text message lines
* also consider Qt::Key_Enter (NUMPAD)
* signal returnPressedUnemptyLine
* use signal returnPressedUnemptyLine instead of returnPressed which avoids empty lines
2019-04-11 22:12:09 +01:00
Klaus Basan
6296feac19 Allow to disable tooltip by dot command ".tooltip" 2019-04-11 22:12:08 +01:00
Klaus Basan
f9884cd585 Ref T586, allow to do SSO even if the user not yet is enabled in the DB
Rational: user can do authenticated mappings/quick mapping without the account approved
2019-04-11 22:12:07 +01:00
Klaus Basan
4bc5b7720e Use context based help for model set validation to display further details 2019-04-11 22:12:06 +01:00
Klaus Basan
9f1090d430 Cockpit COM component align widget heights 2019-04-11 22:12:06 +01:00
Klaus Basan
8571feda30 Follow up Ref T571, setting a default color for general UI settings, but not dialogs 2019-04-11 22:12:05 +01:00
Klaus Basan
69306dbf7f DBus selector making clear P2P is for 2 machines 2019-04-11 22:12:04 +01:00
Klaus Basan
48da5da393 Avoid crash during shutdown 2019-04-11 22:12:04 +01:00
Klaus Basan
8223ddb710 Checks to avoid crash during shutdown 2019-04-11 22:12:03 +01:00
Klaus Basan
b13035b3f9 Check for XSwiftBus version before download 2019-04-11 22:12:03 +01:00
Klaus Basan
c900123af5 Ref T578, style/typo 2019-04-11 22:12:02 +01:00
Klaus Basan
305a1a34c2 Ref T578, allow to use workbench data in matcher component for testing 2019-04-11 22:12:02 +01:00
Klaus Basan
048c20a2a3 First model set wizard improvements
* overlay messages
* hide load indicator in case of a failure
2019-04-11 22:12:02 +01:00
Klaus Basan
4925bb46bd Added FG in config component, follow up of T430 2019-04-11 22:12:01 +01:00
Klaus Basan
8be1465f24 About info, fix relative files in onAnchorClicked 2019-04-11 22:12:01 +01:00
Klaus Basan
072bb34a32 Utility function to set button width for QWizard 2019-04-11 22:12:01 +01:00
Klaus Basan
0732c32922 Typo, style 2019-04-11 22:12:01 +01:00
Klaus Basan
de4adda779 Fixed quick mapping wizard
* preselect rows if data are already from DB
* guess simulator and filter distributors by simulator
* allow to override simulator data (checkboxes)
* improved validation messages
2019-04-11 22:12:00 +01:00