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
Klaus Basan
8e55baaf85
Typos, QStringBuilder
2017-03-01 20:51:39 +01:00
Klaus Basan
b0bb19fc2b
refs #886 , icons for wizard
2017-03-01 20:51:35 +01:00
Klaus Basan
888375d294
refs #887 , directories available via CDirectoryUtils/relative paths
...
* relative cache/settings paths are available relativeFilePath
* directories build in CDirectoryUtils
* directory comparison in CDirectoryUtils
* using CFileUtils to concatenate dir paths
* using URL encoded string for normalized directory (as it can be decoded)
2017-03-01 20:51:34 +01:00
Klaus Basan
f4941b2189
refs #886 , configuration button in launcher
2017-03-01 20:51:33 +01:00
Mathew Sutcliffe
a0d3461d9b
refs #884 CValueCache::getAllValues should skip empty values.
2017-02-28 22:34:50 +00:00
Mathew Sutcliffe
baf5c62502
refs #884 Use CJsonException instead of CLogMessage when CVariant::convertFromJson fails.
2017-02-28 17:05:35 +00:00
Mathew Sutcliffe
01a84252db
refs #884 Fixed JSON deserialization of qint64 when stored inside CVariant.
2017-02-28 17:02:20 +00:00
Mathew Sutcliffe
97e3cf8475
refs #890 Use BlackMisc::singleShot for async calls in CDataCache,
...
to tolerate calls made before the CDataCacheSerializer has started.
(Like all CContinuousWorkers, it moves thread upon being started.)
2017-02-26 03:36:12 +00:00
Roland Winklmeier
11d641bb97
Fix error 'call of overloaded ... is ambiguous'
...
With Qt 5.9, I got an error when calling compare(BlackMisc::Network::CEntityFlags::Entity,
BlackMisc::Network::CEntityFlags::Entity). The underlying integral type
of an enum is implementation defined and gcc seem to choose an unsigned
int in this case. This made the call ambiguous, since there was no unsigned
int overload yet of compare.
2017-02-25 02:11:20 +00:00
Mathew Sutcliffe
3439edf946
Fixed warning and error found by Clang svn-trunk.
2017-02-25 02:11:16 +00:00
Mathew Sutcliffe
c268581954
refs #885 Regenerate revision file from available JSON files.
2017-02-25 02:11:13 +00:00
Mathew Sutcliffe
e7f61dabea
refs #213 Added precompiled header for MSVC in blackmisc, blackcore, blackgui.
2017-02-25 02:11:11 +00:00
Mathew Sutcliffe
fe3c97e37f
Updates for Qt 5.8.
2017-02-24 15:22:43 +00:00
Mathew Sutcliffe
b6f6e0f676
refs #876 Utility to examine which members of value objects compare equal.
2017-02-24 15:22:42 +00:00
Mathew Sutcliffe
4fd9ecbe4d
refs #876 Workaround GCC bug.
...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67274
2017-02-24 15:22:40 +00:00
Mathew Sutcliffe
7b8d88876f
refs #876 All metaclass mixins now directly access the metamembers.
...
This avoids bloating CMetaClassIntrospector with inconvenient convenience methods.
2017-02-24 15:22:39 +00:00
Mathew Sutcliffe
0e0f068471
refs #876 Removed unused methods.
2017-02-24 15:22:38 +00:00
Mathew Sutcliffe
3d121ee052
refs #876 Mostly-unrelated refactoring of metaclass flags.
2017-02-24 15:22:37 +00:00
Mathew Sutcliffe
64f20f0141
refs #863 Fixed wrong test that had been masked by CRemoteAircraftProviderDummy being too clever.
2017-02-24 15:22:36 +00:00
Mathew Sutcliffe
598733d521
refs #863 Fixed a bug where a plane would only start rendering when it first starts moving.
2017-02-24 15:22:35 +00:00
Mathew Sutcliffe
04ddd3bfa5
refs #863 Move interpolator logging into a separate class.
...
A single logger instance can be shared between multiple interpolator instances.
2017-02-24 15:22:34 +00:00
Mathew Sutcliffe
e67b5fccc4
refs #863 Change callsign parameter to be a member instead.
2017-02-24 15:22:32 +00:00
Mathew Sutcliffe
8d351d8279
refs #863 Added cubic spline interpolator.
2017-02-24 15:22:31 +00:00
Mathew Sutcliffe
4cc5643340
refs #863 Further decomposed interpolator into granularly replaceable strategy methods.
2017-02-24 15:22:30 +00:00