Klaus Basan
|
f6ea91e0b2
|
Add missing FG part
|
2019-05-13 11:20:40 +02:00 |
|
Klaus Basan
|
2d654e2fef
|
Ref T609, tristate LED showing if synced with simulator com
|
2019-05-13 11:20:40 +02:00 |
|
Klaus Basan
|
90373c3a34
|
Ref T609, UI setting for COM synced
|
2019-05-13 11:20:39 +02:00 |
|
Klaus Basan
|
927903ec53
|
XSwiftBus spelling
|
2019-05-13 11:20:39 +02:00 |
|
Klaus Basan
|
c7542105c5
|
Ref T605, Maximize Window flag, allows to use standard Win10 navigation
|
2019-05-13 11:20:39 +02:00 |
|
Klaus Basan
|
13a2465424
|
Ref T609, encapsulate PTT action/key
|
2019-05-13 11:20:39 +02:00 |
|
Klaus Basan
|
c69a833598
|
Style
|
2019-05-13 11:20:39 +02:00 |
|
Klaus Basan
|
b093d02f49
|
Bring a modal window back to front when opening a dialog
Otherwise it can happen the modal window in background blocks the other UI.
|
2019-05-13 11:20:39 +02:00 |
|
Klaus Basan
|
918559e60f
|
Ref T609, active COM1/2 in sim LEDs and function
|
2019-05-13 11:20:38 +02:00 |
|
Klaus Basan
|
8eb3bd5278
|
Own model set dialog / dialog improvements
* better terms
* clear button to clear own model set
|
2019-05-13 11:20:38 +02:00 |
|
Klaus Basan
|
1af80575b7
|
Do not show context help if widget is visible
That would trigger help twice/multiple times
|
2019-05-13 11:20:38 +02:00 |
|
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
|
320bae9a2d
|
Ref T599, event filter for uc characters
|
2019-05-13 11:20:35 +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
|
e67a54f497
|
Ref T600, use CTRL/SHIFT for info area shortcut, not conflicting with some other shortcuts
|
2019-05-13 11:20:35 +02:00 |
|
Klaus Basan
|
bfed07fbc7
|
Allow to display the bootstrap and info files (for debugging)
|
2019-05-13 11:20:34 +02:00 |
|
Klaus Basan
|
4a3107d054
|
Re-Enable changing style
|
2019-05-13 11:20:34 +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 |
|
Mat Sutcliffe
|
bb59007656
|
D99 Enable compiler caches
|
2019-04-12 13:30:48 +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
|
6f1fb20b1c
|
Ref T596, do not call shutdown if close is called, as close already calls shutdown
|
2019-04-11 22:12:19 +01:00 |
|
Klaus Basan
|
5626b28ddc
|
Fixed typo not setting the new, but still the old style
* Crashes if the style is changed when the UI is fully initialized
* Still needs to be fixed
* Crashes are random
|
2019-04-11 22:12:19 +01:00 |
|
Klaus Basan
|
d875df6fc7
|
Remove the comments from qss
|
2019-04-11 22:12:19 +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
|
68b53c2a74
|
Use pre-sorted messages
Ref T247 follow up
|
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
|
d51b26cf8d
|
Aligned signatures for context and dialog to use sim.directory in validator
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
|
9fd782af71
|
Ref T592, also fire signal after init and doube click of tab bar
|
2019-04-11 22:12:11 +01:00 |
|
Klaus Basan
|
410b187a0e
|
added "break", minor tweak
|
2019-04-11 22:12:11 +01:00 |
|