Klaus Basan
ba45da4851
Changed RegExp to match new file format
...
swift-installer-linux-64-0.7.3.20170402204123.run
2017-04-18 00:07:27 +01:00
Klaus Basan
a4a3dd1504
refs #921 , support both timestamp formats
...
* DB
* JSON object (backend side)
2017-04-18 00:07:01 +01:00
Klaus Basan
f85501c7bf
refs #921 , use QVersionNumber
...
* CVersion removed
* remaining utility functions moved to CBuildConfig
* patch version -> micro version (Qt naming)
* using classes adjusted
2017-04-18 00:06:58 +01:00
Klaus Basan
929e2883d0
refs #921 , renaming follow ups
2017-04-18 00:06:34 +01:00
Klaus Basan
0b29ef3f78
Clang warnings
2017-04-18 00:06:32 +01:00
Klaus Basan
7cd49d38d9
refs #921 , support for 4 segment version number
2017-04-18 00:06:29 +01:00
Klaus Basan
8299552812
refs #921 , string utility functions
2017-04-18 00:06:26 +01:00
Klaus Basan
5ce704c963
refs #921 , distribution value object/object list
...
* registration
* property index
2017-04-18 00:06:24 +01:00
Klaus Basan
08f8916344
refs #922 , refs #911 , JSON cut/copy/paste
...
* utility function for CVariant
* use CVariant for cut/copy/paste
2017-04-18 00:06:15 +01:00
Mathew Sutcliffe
c1a82ad60e
Fixed undescriptive error message generated by CNetworkUtils::canConnect.
2017-04-18 00:06:08 +01:00
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