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
Klaus Basan
a7393b04e1
Formatting #897
2017-04-17 23:58:18 +01:00
Mathew Sutcliffe
6a6f98ebd1
refs #896 Renaming members.
2017-04-17 23:58:17 +01:00
Mathew Sutcliffe
a94e117e97
refs #896 Use corrected altitude in spline interpolator (prevents underflow in FSX).
2017-04-17 23:58:16 +01:00
Klaus Basan
78f3ef375f
refs #896 , added logging of CG and old/new position
2017-04-17 23:58:13 +01:00
Klaus Basan
03b8739158
refs #895 , add initial parts when aircraft is added in FSX
...
plus some utility functions
2017-04-17 23:58:09 +01:00
Klaus Basan
a27717cf8b
refs #895 , also log when parts are empty
...
* added empty flag
* move logging into own function (because it is called in multiple places now)
2017-04-17 23:58:07 +01:00
Klaus Basan
5e19431d2b
Formatting, comments
...
#895
2017-04-17 23:58:04 +01:00
Klaus Basan
7427847bb4
refs #895 , CPartsStatus(bool supportsParts)
2017-04-17 23:58:03 +01:00
Klaus Basan
a492fe4806
Added 3 parameters version
...
#868
2017-04-17 23:58:00 +01:00
Klaus Basan
797e5dd576
Renamed function to processNames as part of review
...
https://dev.vatsim-germany.org/issues/894#note-3
2017-04-17 23:57:59 +01:00
Klaus Basan
38ea336cbb
refs #894 , register dot commands for help
...
(wherever dor commands are implemented)
2017-04-17 23:57:50 +01:00
Klaus Basan
5af5ada4d2
refs #894 , commands can be registered for help
2017-04-17 23:57:47 +01:00
Klaus Basan
188669501b
Formatting
2017-04-17 23:57:46 +01:00
Mathew Sutcliffe
b38d668944
refs #852 , #863 , #896 Fixed time offset of parts from commit:74e93525 that was broken by commit:7a71d652.
2017-04-17 23:57:40 +01:00
Klaus Basan
f9e0146df9
refs #827 , added groupid/name/designator
2017-04-17 23:57:32 +01:00
Klaus Basan
a68f9db2ec
refs #893 , Modulator added compareByPropertyIndex
2017-04-17 23:57:27 +01:00
Klaus Basan
6d39be2657
refs #893 , extra lines in variant map (for debugging)
2017-04-17 23:57:22 +01:00
Klaus Basan
5f5909c5b6
refs #893 , property index
...
* added startsWith
* added GlobalIndexCComSystem
* renamed equalsPropertyIndexEnum -> startsWithPropertyIndexEnum
2017-04-17 23:57:21 +01:00
Klaus Basan
e90c65a33a
refs #893 , formatting
2017-04-17 23:57:20 +01:00
Klaus Basan
056d205488
refs #891 , unified "windows.h"
...
Remark: Using the lc version seems to be slightly smarter
http://stackoverflow.com/a/15466951/356726
2017-04-17 23:57:19 +01:00
Klaus Basan
04df922a0e
refs #886 , added CSimulatorInfo(const QStringList &simulators)
2017-04-17 23:57:00 +01:00
Klaus Basan
9b4b2f70cc
refs #890 , use CFileUtils to append paths
2017-04-17 23:56:58 +01:00
Klaus Basan
2005e1881b
refs #887 , do not start wizard when other applications are running
...
(potential problems with writing settings)
Utility functions in info list
2017-04-17 23:56:57 +01:00
Klaus Basan
cb024b0245
Formatting
2017-04-17 23:56:55 +01:00
Klaus Basan
ff0c37ff58
refs #889 , log categories
2017-04-17 23:56:53 +01:00
Klaus Basan
5a91f561be
refs #888 , loadingFinished with CStatusMessage
2017-03-01 20:51:40 +01:00