Klaus Basan
d33b913e62
Ref T592, sometimes using verify or default values instead of ASSERTs
2019-04-11 22:12:10 +01:00
Klaus Basan
097dfe0a24
Ref T592, no more dock widget float/dock to init, init explicitly and when first opened
2019-04-11 22:12:10 +01:00
Klaus Basan
546a8a06d3
Ref T592, improved position handling/failover: use screen position if main widget pos. is unavailable
2019-04-11 22:12:09 +01:00
Klaus Basan
89c5d87c1c
Ref T592, allow to reset floating widget position by pressing SHIFT
...
SHIT mouseclick resets
2019-04-11 22:12:09 +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
423a7dc6f8
Ref T592, minor GUI utility renaming and adjustments
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
3bb5efcb29
Style Ref T592 related
2019-04-11 22:12:08 +01:00
Klaus Basan
28d9e98e38
Minor dock widget related tweaks
2019-04-11 22:12:08 +01:00
Klaus Basan
a85ff063aa
Placeholder
2019-04-11 22:12:08 +01:00
Klaus Basan
6296feac19
Allow to disable tooltip by dot command ".tooltip"
2019-04-11 22:12:08 +01:00
Roland Rossgotterer
d247d40358
Don't install samples by default
...
Samples are almost never needed by the regular user. Who needs them, can install them.
2019-04-11 22:12:08 +01:00
Roland Rossgotterer
2bca66b29d
[FG] Declare FG plugin as experimental
2019-04-11 22:12:08 +01:00
Roland Rossgotterer
3c9b2bd833
[FS9] Mark FS9 as not longer experimental
2019-04-11 22:12:07 +01:00
Roland Rossgotterer
3e6b7b07f4
[FS9] Shutdown driver if connection to FSUIPC is lost
2019-04-11 22:12:07 +01:00
Roland Rossgotterer
ac90b3c069
Replace Q_ASSERT with BLACK_VERIFY
2019-04-11 22:12:07 +01:00
Roland Rossgotterer
cb582bc5f7
Update externals
2019-04-11 22:12:07 +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
e2e7621e48
Disable workaround of FSUIPC reopening plus some CLANG warnings fixed
2019-04-11 22:12:06 +01:00
Klaus Basan
e04cb84656
Ref T582, improved joystick error handling
...
* display details
* hr to string
* reduce number of messages
2019-04-11 22:12:06 +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
ed20b97950
Fixed some URL because of MS server setup
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
8c5ee52128
Simplified cockpit COM component layout
2019-04-11 22:12:05 +01:00
Mat Sutcliffe
8fb0a009d1
Ref T579 Work around proximate cause of data race in CListModelBase.
...
This is still not thread-safe but at least it is less likely to crash.
A more robust fix will be attempted later.
2019-04-11 22:12:05 +01:00
Klaus Basan
c4f26360de
[about] Updated Discord link to rules channel
2019-04-11 22:12:05 +01:00
Klaus Basan
66cbe1662e
Ref T560, reset move position
2019-04-11 22:12:05 +01:00
Klaus Basan
0d0e093330
Download related:
...
* Info which URL failed
* log redirects
* disabled CNetworkUtils::setSwiftClientSslCertificate(copiedReques
2019-04-11 22:12:05 +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
Mat Sutcliffe
e5e6c53c82
Fixed buggy implementation of CPhysicalQuantity::lessThan.
...
This bug could cause a variant containing a list containing a null PQ
to compare equal to a variant containing a list containing a non-null PQ.
2019-04-11 22:12:04 +01:00
Mat Sutcliffe
38fe2d1c49
Removed null check in CPhysicalQuantity::compareImpl as it was wrong and useless.
2019-04-11 22:12:04 +01:00
Mat Sutcliffe
798a0b8f06
Using friend function comparison and arithmetic operators, for parameter symmetry.
2019-04-11 22:12:03 +01:00
Mat Sutcliffe
1089adf18d
Cause fatal errors to trigger a crashpad crash on Windows release builds.
...
This is needed because Qt changed from `std::abort` to `__fastfail`,
which can't be caught by crashpad.
2019-04-11 22:12:03 +01:00
Klaus Basan
057031293d
Ref T578, display level and path (not just path)
2019-04-11 22:12:03 +01:00
Roland Rossgotterer
6b17f847e9
Fix and improve xswiftbus version mismatch warning
2019-04-11 22:12:03 +01:00
Klaus Basan
8223ddb710
Checks to avoid crash during shutdown
2019-04-11 22:12:03 +01:00
Klaus Basan
f54d85dfbc
Ref T578, allow to search gliders in parallel branch
...
* utility functions
* logs
* fixed returning wrong result
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
246d9abca8
Ref T578, CG null and DB key improvements
2019-04-11 22:12:02 +01:00
Klaus Basan
254e21ab1f
Fix for QSoundEffect(qaudio): Error decoding source
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
837fc86b7e
Matching form UI adjustments
2019-04-11 22:12:01 +01:00
Klaus Basan
4925bb46bd
Added FG in config component, follow up of T430
2019-04-11 22:12:01 +01:00
Klaus Basan
a5835f963c
Loading defaults from launcher setup did not work anymore.
...
For some strange reason the radio button checking did not work. Used a new concept.
2019-04-11 22:12:01 +01:00