Commit Graph

142 Commits

Author SHA1 Message Date
Klaus Basan
7613ec9219 Server form adjustments 2018-09-12 17:40:43 +02:00
Klaus Basan
3ec3bb8e15 Ref T298, split military flag into check for civilian/military
* in military -> only military aircraft?
* in civilian -> only civilian aircraft?
2018-08-26 15:27:03 +02:00
Klaus Basan
a7ccf9e27a UI fix 2018-08-26 15:26:58 +02:00
Klaus Basan
a640343433 Ref T298, exclude models from matching configurable 2018-08-26 15:26:53 +02:00
Roland Winklmeier
a60ee4a7dd Use override for destructors 2018-08-25 22:12:06 +02:00
Klaus Basan
ef32ec266e Ref T298, matching form added new ttributes 2018-08-16 14:34:01 +02:00
Klaus Basan
a47da54d8c Ref T301, cockpit double value frequency comparison (double comparison unsafe) 2018-08-13 02:59:39 +02:00
Klaus Basan
c4bd1536f2 Ref T298, new attributes for matching setup in editor 2018-08-11 00:54:50 +02:00
Klaus Basan
4fa2e6969d Ref T299, interpolation setup pitch on ground parsing 2018-08-09 03:45:05 +02:00
Klaus Basan
34e67f9485 Ref T298, matching setup form using "changed setup" signal and radio buttons for airline/aircraft first 2018-08-09 01:39:29 +02:00
Klaus Basan
fe4fd31688 Renamed to FullInterpolation (formerly VtolInterpolation) 2018-08-09 01:39:21 +02:00
Klaus Basan
8b6bdf2276 Ref T298, added algorithm and score values to matching setup 2018-08-09 01:25:33 +02:00
Klaus Basan
6fbdd700ae Ref T298, matching setup form added 2018-08-09 01:25:22 +02:00
Klaus Basan
92a7d650e3 Ref T299, added pitch to interpolation form 2018-08-09 01:25:13 +02:00
Klaus Basan
ba9c979769 Ref T297, network setup form (dynamic offset times) 2018-08-07 20:41:09 +02:00
Klaus Basan
b671c2a0a5 Style, removed redundant CForm overrides 2018-08-07 20:41:06 +02:00
Klaus Basan
1709119ebf Setup form fix, do not hide "override" bar if "override" flag changes 2018-08-01 03:06:20 +02:00
Klaus Basan
77f10938d9 Ref T292, Ref T285 further form improvements
* avoid roundtrips by airline digest signal
* style such as removed "private slots"
* fixing distributor form's clear
2018-07-25 02:37:15 +02:00
Klaus Basan
a24d35f841 Fixed style of airline ICAO form and better scaling of images 2018-07-25 02:37:06 +02:00
Klaus Basan
1fbd084500 Livery form style fixes 2018-07-20 18:06:13 +02:00
Klaus Basan
07759ed539 Fix aircraft ICAO code, form fields IATA/family mixed 2018-07-20 01:26:59 +02:00
Klaus Basan
f11fdc6b5e Ref T268, allow to preset own aircraft coordinates in form 2018-07-19 02:52:10 +02:00
Klaus Basan
81f6799e0b UI interpolation setup form using radio buttons instead of combobox 2018-06-13 14:00:12 +02:00
Klaus Basan
464c8dfe83 Formatting 2018-05-26 21:19:20 +02:00
Klaus Basan
23dcccc806 Ref T261, adjusted interpolation setup
* removed "IndexEnableGndFlag" as this is actually part of FSD network settings
* renamed to "isForcingVtolInterpolation"
* adjusted interpolator, and UI for setup
2018-05-12 21:40:09 +02:00
Klaus Basan
2e7e210010 Ref T261, allow to enable/disable "fix scenery offset" via setup
* added UI functions
* fixed setup model
* use setup in interpolator
2018-05-08 16:06:55 +02:00
Klaus Basan
3d2a74a652 Ref T261, interpolator mode is now part of setup
* added attribute in setup
* adjusted UI
* adjusted interpolator / simulator functions
2018-05-08 16:06:49 +02:00
Klaus Basan
0ff3b68d5c Ref T259, Ref T243 interpolation setup form 2018-04-13 23:36:53 +02:00
Klaus Basan
c451602b8c Ref T259, Ref T243 UI for FSD setup adjusted (added gnd flags) 2018-04-05 02:54:54 +02:00
Klaus Basan
74098cffa8 Ref T226, using airport completer 2018-02-02 21:34:44 +01:00
Klaus Basan
5aad426ced Ref T239, removed "QTimer m_xxx { this };" pattern
* not in worker classes as parent might have a relevance there
* in UI classes it is useless
2018-02-02 21:26:50 +01:00
Klaus Basan
464f64367e Minor mapping tool UI adjustments 2018-01-30 20:30:05 +01:00
Klaus Basan
7322c14d64 Ref T225, utility function, messages can be directly shown as overlay 2018-01-30 20:29:41 +01:00
Klaus Basan
eaf0095454 Ref T225, force stylesheet in CForm base class and used by all forms
* Allows to use stylesheet attributes like [readonly]
* changing to "readonly" applies correct stylesheet
2018-01-30 20:29:38 +01:00
Klaus Basan
fc84bf6579 Ref T225, some coordinate form improvements and renamings 2018-01-30 20:29:32 +01:00
Klaus Basan
519fce5a7a Ref T219, override pilot if valid / not only if having credentials
Remark: Also overrides if there is no password
2018-01-17 03:33:43 +01:00
Klaus Basan
f049900e1f Ref T223, use const values for standard pressure
* standardISASeaLevelPressure
* use static const values for standard pressure
* minor formatting
2018-01-15 23:00:34 +01:00
Roland Winklmeier
de4fe44156 Fix sending the correct pressure altitude for a pilot position
* Before this commit, only the true altitude was known for an aircraft situation. The pressure altitude was not available anywhere yet.
* This caused a wrong altitude in radar clients.
* We fix this reading the pressure altitude from the simulators and set it in the own aircraft situation.
* MS Flight Simulators have the pressure altitude in the APIs available.
* For X-Plane and emulated simulator, we need to calculate it from the pressure at sea level.
* Finally, we use the new available pressure altitude to send it to the FSD server.

Maniphest Tasks: Ref T223
2018-01-15 22:49:08 +01:00
Klaus Basan
5ecf4bdedd Tab order 2018-01-14 18:46:43 +01:00
Klaus Basan
4567138e36 Ref T219, pilot name form
(used to override server credentials for VATSIM/other servers)
2018-01-14 18:46:32 +01:00
Klaus Basan
9822c86bdd Ref T219, minor serverform UI adjustments 2018-01-14 18:46:25 +01:00
Klaus Basan
4b73c2f936 Ref T219, FSD setup form adjustments / renamings 2018-01-14 18:46:23 +01:00
Klaus Basan
e7073202bd Ref T219, adjusted existing forms 2018-01-14 18:46:09 +01:00
Klaus Basan
9fc231b657 Ref T219, changed CForm so it can be used with/without DB User 2018-01-14 18:46:06 +01:00
Klaus Basan
7b414121df UI adjustment 2018-01-14 18:45:30 +01:00
Klaus Basan
d8abb3f83b Ref T172, server form supports ecosystem 2017-12-29 19:49:40 +01:00
Klaus Basan
b74623599e Ref T118, color search follow up formatting 2017-10-31 15:39:28 +01:00
Klaus Basan
4762a95216 Avoid unnecessary JSON exceptions 2017-09-24 20:28:58 +01:00
Klaus Basan
11abb9f481 UI, smaller LEDs for cockpit component 2017-09-24 19:54:03 +01:00
Klaus Basan
ccdfa8e12f Ref T111, allow to search for location in coordinate form 2017-09-24 19:52:07 +01:00