Klaus Basan
303e8b0f88
Ref T632, in snapshot avoid to add aircraft which are no longer in range
2019-05-13 11:20:41 +02:00
Klaus Basan
989c998e66
Also log rendering setup in crashinfo
2019-05-13 11:20:41 +02:00
Klaus Basan
22f140a494
Write info about the weather into the crashinfo file
2019-05-13 11:20:40 +02:00
Klaus Basan
599064fe6c
Use models from centralized model cache
...
* no copy needed
* cache is synchronized when loading models
2019-05-13 11:20:40 +02:00
Klaus Basan
a553dfc708
Ref T632, minor improvements for no callsign
2019-05-13 11:20:40 +02:00
Klaus Basan
9fd3925238
Style
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
53fb28d70c
Ref T609, setting if COM is synced with simulator
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
4951e7e35f
Ref T614, improved log
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
dd1aec056f
Ref T601, added chat command
2019-05-13 11:20:34 +02:00
Mat Sutcliffe
d29576b67a
Ref T552 Register value classes with qRegisterMetaTypeStreamOperators.
2019-04-12 13:57:17 +01:00
Mat Sutcliffe
a366ad8943
Added with() and withValidation() methods in CLogCategoryList.
2019-04-12 13:30:54 +01:00
Mat Sutcliffe
c05a32dbd4
Ref T545 Using constructor inheritance in derived container classes.
2019-04-12 13:30:51 +01:00
Mat Sutcliffe
8c0d82de99
Added CDatabaseWriter::getLogCategories.
2019-04-12 13:30:49 +01:00
Mat Sutcliffe
21a13978a2
Remove redundant code.
2019-04-12 13:30:49 +01:00
Mat Sutcliffe
bb59007656
D99 Enable compiler caches
2019-04-12 13:30:48 +01:00
Klaus Basan
375d26de32
The magic hotkey handling alorithm developed and tested in joined effort via SLACK
...
* no redundant action calls
* do not call release action if the action is still active by another combination
ref T585
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
Roland Rossgotterer
c51a1b8c7b
Don't trigger an action during combination capturing
...
ref T595
2019-04-11 22:12:19 +01:00
Roland Rossgotterer
59c69e379a
Change InputManager trigger behavior to subset triggering
...
Previously, InputManager triggered an action only for exact matching. If 'CTRL' was configured, the action would be released as soon as 'CTRL + R' was pressed.
The behavior is changed now that the action stays active as long as its configured combination is keeping pressed (ignoring any extra keys/buttons).
ref T595
2019-04-11 22:12:19 +01:00
Klaus Basan
e8ea050882
Trigger validation with sim.directory
...
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
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
269bad3c42
Ref T566, added DBus streaming operators so the DECLARED enums can be used with DBus
2019-04-11 22:12:15 +01:00
Klaus Basan
a9967e2002
Style
2019-04-11 22:12:13 +01:00
Klaus Basan
0d2e6dd997
Ref T566, configurable matching log in matcher/simulator components
...
* log flag/enum in own file
* pass "what to log" as parameter
2019-04-11 22:12:13 +01:00
Klaus Basan
991c7d59ef
Ref T566, use "configurable" reverse lookup in network/airspace monitor parts
2019-04-11 22:12:12 +01:00
Klaus Basan
b2065b5da3
Ref T566, style
2019-04-11 22:12:12 +01:00
Klaus Basan
28b6f484e4
Longer time out in dev.build
2019-04-11 22:12:12 +01:00
Klaus Basan
50d886791a
Ref T566, matching log flag/enum to decide what is being logged
2019-04-11 22:12:12 +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
ed20b97950
Fixed some URL because of MS server setup
2019-04-11 22:12:06 +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
48da5da393
Avoid crash during shutdown
2019-04-11 22:12:04 +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
Klaus Basan
0732c32922
Typo, style
2019-04-11 22:12:01 +01:00
Roland Rossgotterer
a4dae5335d
Filter non-ATC like OBS stations
...
ref T563
2019-04-11 22:11:51 +01:00
Roland Rossgotterer
d5b3a336dd
Move Notification sounds into CNotificationPlayer
2019-04-11 22:11:50 +01:00
Roland Rossgotterer
04787bbf39
Fix MinGW build failure
2019-04-11 22:11:49 +01:00
Klaus Basan
46f69217c0
Doxygen comments
2019-04-11 22:11:49 +01:00
Klaus Basan
8c83020b92
Ref T567, PTT click also on key up
...
* added sound
* UI component
2019-04-11 22:11:45 +01:00
Klaus Basan
6e0d855bf7
Style
2019-04-11 22:11:45 +01:00
Klaus Basan
daf39a9835
Ref T554, FSX/P3D use "rememberElevationAndCG" for CG, so also auto publish info is written
2019-04-11 22:11:44 +01:00
Klaus Basan
eca5a36afd
Ref T554, writer parses publishing response and support PHP debug flag
2019-04-11 22:11:43 +01:00
Klaus Basan
11785c434d
Allow PHP debug flag in local build
2019-04-11 22:11:43 +01:00
Klaus Basan
8569713331
Ref T554, style
2019-04-11 22:11:42 +01:00
Klaus Basan
ee4d498733
Ref T565, "canTalk" function in audio context
2019-04-11 22:11:42 +01:00