Roland Winklmeier
53abc6aaa3
Include cleanup
...
refs #918
2017-04-18 00:05:59 +01:00
Roland Winklmeier
5958669bf1
Refactor queryToQString to queryStringFileInfo
...
String building is now done using QString::arg.
Renamed the method to clearer state what it does.
refs #918
2017-04-18 00:05:57 +01:00
Roland Winklmeier
959c290108
Initialize value type and cast to void pointer before passing to VerQueryValue
...
refs #918
2017-04-18 00:05:54 +01:00
Roland Winklmeier
621f6f6ca7
Fix -fpermissive error with MinGW
...
Changed const vector output buffer parameter to non-const raw pointer.
Writing to const vector is not possible, and vector was not necessary
refs #918
2017-04-18 00:05:52 +01:00
Roland Winklmeier
a92a9f13f4
Use QString::arg() instead of QString::sprintf()
...
QString::sprintf() and also QString::asprintf are both not recommended
to be used in new code.
refs #918
2017-04-18 00:05:50 +01:00
Roland Winklmeier
87420e7890
Use C++11 features in CWinDllUtils
...
* Use std::vector::data() to get a raw pointer
* Use reinterpret_cast instead of C style cast
* Consistenly use generic WINAPI functions without suffix
refs #918
2017-04-18 00:05:48 +01:00
Klaus Basan
b785e32256
refs #911 , utility functions for cut and paste JSON
2017-04-18 00:05:33 +01:00
Klaus Basan
05b7226a08
refs #911 , icons for cut and paste
2017-04-18 00:05:29 +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
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
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
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
422e6626c8
refs #912 , formatting, typos, const
2017-04-18 00:04:37 +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
1c96d30bcd
refs #911 , added P3D exclude directories
2017-04-18 00:00:43 +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
ecb7877908
refs #906 , obtain .rev file name from static function instead of member
2017-04-18 00:00:34 +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
Klaus Basan
7b5de30309
Removed Q_DECLARE_INTERFACE based on slack discussion (MS/KB)
2017-04-18 00:00:15 +01:00
Klaus Basan
389c771c22
refs #910 , gcc missing initializer for member
2017-04-18 00:00:13 +01:00
Klaus Basan
7b9747b35c
refs #910 , obtain simConnect dll details
...
utility function
2017-04-18 00:00:07 +01:00
Klaus Basan
0f2680ba2a
Formatting #910
2017-04-18 00:00:06 +01:00
Klaus Basan
099680c054
refs #910 , obtain DLL and modules info
...
windows specific utility functions to obtain info about DLL / DLLs loaded
(to be used to test P3D/FSX Simconnect DLLs)
2017-04-18 00:00:04 +01:00
Roland Winklmeier
272fa95576
Expand file log header with build info, version and system diagnostics
...
refs #902
2017-04-18 00:00:00 +01:00
Klaus Basan
80b127bce8
refs #887 , copy nested directories in wizard
...
* added utility function
* removed preselectMissingOrOutdated, flag for initCurrentDirectories
* support for copying nested directories
2017-04-17 23:59:37 +01:00
Klaus Basan
96a2b757e7
refs #887 , support nested directories in comparison
2017-04-17 23:59:35 +01:00
Klaus Basan
fce4cb8a4d
refs #827 , preferColorLiveries as parameter for scoreFull
...
flag will be set in aircraft matcher
2017-04-17 23:59:33 +01:00
Klaus Basan
88a5b54ef6
refs #827 , use matching logs (CMatchingUtils) with score functions
2017-04-17 23:59:26 +01:00
Klaus Basan
8d198a9174
refs #827 , moved matching utilities to blackmisc so it can be used also with score functions in blackmisc
2017-04-17 23:59:25 +01:00
Klaus Basan
60a937b5b6
refs #907 , model interface
...
* extended interface, function to get simulator
* made CDbMappingComponentAware an interface
* public getMappingComponent
2017-04-17 23:59:18 +01:00
Roland Winklmeier
2ab6e7f41e
CIdentifierList utility function
...
getMachinesUnique() returns a list of identifiers reduced to maximum
one per machine. If there is more than one per machine, it is undefined
which one will be returned.
refs #881
2017-04-17 23:59:06 +01:00
Roland Winklmeier
54b76d91ad
CIdentifier utility classes
...
fake() returns a fake identifier, simulating an existing one.
isFromSameMachine() is a utility class to compare whether another
CIdentifier is from the same machine
refs #881
2017-04-17 23:59:04 +01:00
Mathew Sutcliffe
70224bea72
refs #904 Settings JSON files split into arbitrary levels of subfolders, one file per key.
2017-04-17 23:59:00 +01:00
Klaus Basan
35c685b344
Formatting, #825 (matching)
2017-04-17 23:58:53 +01:00
Klaus Basan
0851b8c994
refs #868 , added xplaneDir utility function to remove boilerplate code
...
and using CFileUtils::appendFilePaths to concat file paths
2017-04-17 23:58:48 +01:00
Klaus Basan
99c792dd4b
Refs #868 Use CXPlaneUtil::xplaneRootDir() in the X-Plane plugin
2017-04-17 23:58:46 +01:00
Michał Garapich
f25d569ae8
refs #868 Add CXPlaneUtil::xplane11Dir()
2017-04-17 23:58:45 +01:00
Klaus Basan
297fef7c3c
refs #899 , added replaceOrAddObjectsByCallsign utility function
2017-04-17 23:58:24 +01:00
Klaus Basan
f71e717ec1
refs #899 , formatting, renaming, include guard names
2017-04-17 23:58:22 +01:00
Klaus Basan
8cc683386f
refs #897 , set timestamp for sent message and default "all messages"
2017-04-17 23:58:21 +01:00