Commit Graph

4400 Commits

Author SHA1 Message Date
Klaus Basan
cc1fd0e868 refs #911, allow to enter id for airline and aircraft ICAO 2017-04-18 00:05:22 +01:00
Klaus Basan
317b52a00b refs #911, livery form fixed
* search buttons in select mode
* id can be entered
2017-04-18 00:05:20 +01:00
Klaus Basan
6d97f477c9 refs #911, support for Windows UNC paths in parser 2017-04-18 00:05:18 +01:00
Klaus Basan
b0fe4ce930 refs #911, allow to set model dir relative to simulator directory
* utility functions in simulator info
* and fscommonutil
* and button in UI to set default
2017-04-18 00:05:15 +01:00
Klaus Basan
e8eb652cfd refs #906, changed concept
* no longer delete .rev file
* restrict number of caches which can be copied: only some cache like the models and modelset need to be copied
* use cache traits to create entries in .rev file by using the high level API
* made some functions private
2017-04-18 00:05:13 +01:00
Klaus Basan
9ee0b173c6 refs #906, wizard improvements
* fixed text
* only init copy wizard when using "back" button
2017-04-18 00:05:11 +01:00
Klaus Basan
2b50fe1fdb refs #906, utility functions in simulator info and model caches 2017-04-18 00:05:08 +01:00
Mathew Sutcliffe
b0aa713a2e refs #920 Remove duplicate checks. 2017-04-18 00:05:06 +01:00
Mathew Sutcliffe
55b738e65c refs #920 X-Plane support in CSimulatorInfo::getLocallyInstalledSimulators. 2017-04-18 00:05:03 +01:00
Klaus Basan
cbec4fe20d Credits 2017-04-18 00:05:01 +01:00
Klaus Basan
6825524025 Improved status message filtering
* avoid re-init of widget if already initialized
* allow icons instead of text for severity radio buttons
* changing severity filter directly triggers new filtering
* use icon for new button
* init this->showFilterBar() as default (otherwise not functional)
* widths for filter bar buttons
2017-04-18 00:04:59 +01:00
Klaus Basan
3575eed37b refs #912, static utility function lastStepSkipped for configuration wizard 2017-04-18 00:04:56 +01:00
Klaus Basan
d214739912 refs #917, validate simulator setting 2017-04-18 00:04:54 +01:00
Klaus Basan
f816c927ee refs #917, use utility functions in simulator settings 2017-04-18 00:04:52 +01:00
Klaus Basan
0544ab0193 refs #917, fixed plugin ids in wizard
utility functions CSimulatorInfo -> plugin
2017-04-18 00:04:50 +01:00
Klaus Basan
0942d007d5 refs #917, made simulator settings read only 2017-04-18 00:04:49 +01:00
Klaus Basan
e4c7a2b77f refs #912, added hotkey settings to wizard 2017-04-18 00:04:47 +01:00
Klaus Basan
946795a35f refs #912, settings hotkey component, added default hotkey entry for PTT 2017-04-18 00:04:45 +01:00
Klaus Basan
142bc82e03 refs #912, application description as functions
(can be reused in identifier)
2017-04-18 00:04:43 +01:00
Klaus Basan
09b9ca5d50 refs #912, keyboard key list / combination utility functions and minor fixes
* Ctor for single key
* static const CKeyboardKeyList
* some formatting
2017-04-18 00:04:42 +01:00
Klaus Basan
9921cc3497 refs #912, utility function for hotkey list 2017-04-18 00:04:40 +01:00
Klaus Basan
08f6f3f81c refs #912, icon and identifier for PTT hotkey as static functions 2017-04-18 00:04:39 +01:00
Klaus Basan
422e6626c8 refs #912, formatting, typos, const 2017-04-18 00:04:37 +01:00
Klaus Basan
ea50533755 Filter buttons new button 2017-04-18 00:01:19 +01:00
Klaus Basan
32a9098128 Include guard name 2017-04-18 00:01:17 +01:00
Klaus Basan
693d9631ff refs #911, wizard improvements
* disable enter button for next
* role QTextEdit size (logoff UI)
* no filter bar for log
2017-04-18 00:01:15 +01:00
Klaus Basan
304c552872 refs #916, interpolator mode for XP 2017-04-18 00:01:11 +01:00
Klaus Basan
e2849f171e refs #916, interpolator mode for FS9 2017-04-18 00:01:07 +01:00
Klaus Basan
0fb96206c5 refs #916, interpolator mode for FSX 2017-04-18 00:01:05 +01:00
Klaus Basan
277837bb30 refs #916, dot command for interpolator mode 2017-04-18 00:01:03 +01:00
Klaus Basan
3a6df31c99 refs #916, interpolator mode utility functions for SimObjects 2017-04-18 00:00:56 +01:00
Klaus Basan
6ec0960811 Removed unused forward declarations 2017-04-18 00:00:54 +01:00
Klaus Basan
28ffdd8ed9 refs #916, added utility functions in CInterpolatorMulti 2017-04-18 00:00:52 +01:00
Klaus Basan
d078aa9580 refs #911, formatting 2017-04-18 00:00:48 +01:00
Klaus Basan
622a2f0937 refs #911, backend function in listener
Can provide information of the system which was connected
2017-04-18 00:00:47 +01:00
Klaus Basan
8a2eef66ae refs #911, formatting FSX/P3D connect info 2017-04-18 00:00:45 +01:00
Klaus Basan
1c96d30bcd refs #911, added P3D exclude directories 2017-04-18 00:00:43 +01:00
Klaus Basan
566b6aabf3 refs #911, settings UI for simConnect.cfg improved
* only work with local file, a remote file can be adjusted in the core`s settings
* set UI port/address from file
* formatting/renaming
2017-04-18 00:00:41 +01:00
Klaus Basan
f82f04275b refs #911, allow to obtain address/port from simConnect.cfg file 2017-04-18 00:00:39 +01:00
Klaus Basan
b21f5f18e7 refs #911, fixed some UI strings 2017-04-18 00:00:37 +01:00
Klaus Basan
b3df6bbc7b refs #906, delete .rev file (if applicable) when files are copied 2017-04-18 00:00:35 +01:00
Klaus Basan
ecb7877908 refs #906, obtain .rev file name from static function instead of member 2017-04-18 00:00:34 +01:00
Mathew Sutcliffe
31a01d74c6 refs #896 Enable toggle of interpolator mode in X-Plane. 2017-04-18 00:00:32 +01:00
Mathew Sutcliffe
6e488533f5 refs #896 Using CInterpolatorMulti in simulator drivers. 2017-04-18 00:00:30 +01:00
Mathew Sutcliffe
b491a1432c refs #896 Added CInterpolatorMulti to allow runtime switching between interpolator algorithms. 2017-04-18 00:00:28 +01:00
Mathew Sutcliffe
70520d44c3 refs #884 Protect filesystem race in settings using QLockFile. 2017-04-18 00:00:24 +01:00
Mathew Sutcliffe
0d0e2cf9e0 refs #884 Refactoring: moved method. 2017-04-18 00:00:20 +01:00
Mathew Sutcliffe
5b5e80e67f refs #914 Ignore FSIP2PR packets. 2017-04-18 00:00:18 +01:00
Klaus Basan
79f369cf3d refs #910, updated externals
* P3D subdirectories
* VATLIB win32 aircraft parts fix
2017-04-18 00:00:16 +01:00
Klaus Basan
7b5de30309 Removed Q_DECLARE_INTERFACE based on slack discussion (MS/KB) 2017-04-18 00:00:15 +01:00