Commit Graph

2321 Commits

Author SHA1 Message Date
Klaus Basan
805ebb109b refs #483, call in background via QTimer::singleShot
As proposed https://dev.vatsim-germany.org/issues/483
2015-11-19 21:03:14 +00:00
Mathew Sutcliffe
a9a6fbc4c0 refs #496 An extra makefile target which touches a file so make can know that copied files are up-to-date. 2015-11-19 21:03:12 +00:00
Roland Winklmeier
9e9dd95dca Fix LoadIndicator when loading models synchronously 2015-11-19 21:03:09 +00:00
Roland Winklmeier
4fc2db14ca refs #487 Implement IAircraftModelLoader for XPlane 2015-11-19 21:03:06 +00:00
Roland Winklmeier
94901b7846 refs #487 Finish IAircraftModelLoader::createModelLoader factory method 2015-11-19 21:03:03 +00:00
Roland Winklmeier
35cb4e2067 refs #487 add XPlane path utilities 2015-11-19 21:03:01 +00:00
Mathew Sutcliffe
e3319f0dae refs #481 Removed old randomElements. 2015-11-19 21:02:58 +00:00
Mathew Sutcliffe
86913471a9 refs #481 Algorithms to copy random elements from containers. 2015-11-19 21:02:55 +00:00
Mathew Sutcliffe
aad527933d Use a better name for the xbus MSVC project when using the MSVC project generator of qmake. 2015-11-19 21:02:53 +00:00
Mathew Sutcliffe
88eacfdfac refs #482 Workaround OSX error. 2015-11-19 21:02:50 +00:00
Mathew Sutcliffe
e4adad45d0 refs #482 Rationalized the copying of files from source tree to build tree. 2015-11-19 21:02:47 +00:00
Mathew Sutcliffe
a5d8db2354 refs #482 Removed old qmake include files. 2015-11-19 21:02:44 +00:00
Mathew Sutcliffe
6b75de0b3f refs #482 Project files changed to use new qmake feature files and build directory structure. 2015-11-19 21:02:41 +00:00
Mathew Sutcliffe
dbb5a240da refs #482 Added new qmake feature files and includes. 2015-11-19 21:02:38 +00:00
Roland Winklmeier
2d429efbde Fix copying of swift resources on unix platforms 2015-11-19 21:02:36 +00:00
Roland Winklmeier
c51d7c28a1 Fix asserts in CWebDataServices 2015-11-19 21:02:33 +00:00
Roland Winklmeier
c8a914eb7a Fix initial reading of Vatsim metars 2015-11-19 21:02:30 +00:00
Mathew Sutcliffe
69031ef9da refs #452 Fixed mutex lock logic in CPixmap. 2015-11-19 21:02:28 +00:00
Mathew Sutcliffe
32b5081127 Fixed mutex lock mistakes. 2015-11-19 21:02:25 +00:00
Mathew Sutcliffe
108c6f7db5 refs #452 Fixed clang error. 2015-11-19 21:02:22 +00:00
Mathew Sutcliffe
a6d17efc31 refs #472 Removed static_cast<int> for enums in blackcore, no longer needed. 2015-11-19 21:02:19 +00:00
Mathew Sutcliffe
d13e863218 refs #472 Removed static_cast<int> for enums in blackmisc, no longer needed. 2015-11-19 21:02:16 +00:00
Mathew Sutcliffe
9b1e42d71a refs #472 Solution for using enums with dbus. 2015-11-19 21:02:13 +00:00
Mathew Sutcliffe
a7f8b54c43 refs #467 Log files should include debug messages. 2015-11-19 21:02:10 +00:00
Mathew Sutcliffe
246753d05e refs #467 CFileLogger must not use CLogSubscriber or CLogPatternHandler because this would cause undesired dbus traffic. 2015-11-19 21:02:07 +00:00
Mathew Sutcliffe
1735ec9ff0 refs #467 Only send a log message via DBus if it matches a pattern to which another process has subscribed. 2015-11-19 21:02:04 +00:00
Mathew Sutcliffe
3aa3a2a892 refs #467 Mechanism for processes to notify each other of which log patterns they are subscribed to. 2015-11-19 21:02:02 +00:00
Mathew Sutcliffe
6d5e3b5897 refs #467 Refactored CLogPatternHandler garbage collection by hooking into QObject::disconnectNotify. 2015-11-19 21:01:59 +00:00
Mathew Sutcliffe
eb6a638099 refs #467 Made CLogPattern hashable (so it can be used in QSet). 2015-11-19 21:01:56 +00:00
Mathew Sutcliffe
785df80935 refs #467 Worked around a QtDBus bug which prevented CLogPattern from being marshalled. 2015-11-19 21:01:53 +00:00
Mathew Sutcliffe
9d19e091fe refs #467 Added CIdentifierList::containsAnyNotIn(). 2015-11-19 21:01:51 +00:00
Mathew Sutcliffe
7d51ffba5d refs #271 Random time offset of strobe lights so different planes' lights flash at different times. 2015-11-19 21:01:48 +00:00
Mathew Sutcliffe
88f2ea232a Better implementation of CompareCaseInsensitive. 2015-11-19 21:01:33 +00:00
Mathew Sutcliffe
ed98dcedc6 refs #271 Changed the default X-Plane model to one that is part of the basic CSL package of xbus.
This makes traffic visible in X-Plane once again.
2015-11-19 21:01:29 +00:00
Mathew Sutcliffe
b0b1a3a65d refs #271 CSimulatorXPlane sends text messages to XBus and they are displayed in X-Plane. 2015-11-19 21:01:26 +00:00
Mathew Sutcliffe
011488eaf1 refs #271 C++ API wrapper for the X-Plane Plugin SDK's C API for drawing callbacks. 2015-11-19 21:01:23 +00:00
Mathew Sutcliffe
3c95cde33c refs #271 C++ API wrapper for the X-Plane Plugin SDK's C API for custom commands. 2015-11-19 21:01:21 +00:00
Mathew Sutcliffe
cab22cdd64 refs #271 Removed some old debug printing. 2015-11-19 21:01:18 +00:00
Mathew Sutcliffe
b489b888a3 refs #466 Added a weather service class for XBus. 2015-11-19 21:01:15 +00:00
Mathew Sutcliffe
f757adbf5a refs #466 Resolved TODO items in xbus. 2015-11-19 21:01:12 +00:00
Mathew Sutcliffe
3401fff017 refs #466 Refactored automatic signal relaying into CGenericDBusInterface. 2015-11-19 21:01:10 +00:00
Mathew Sutcliffe
df6b5b4929 refs #466 Resolved TODO items in INetwork. 2015-11-19 21:01:07 +00:00
Mathew Sutcliffe
f03b24022e refs #466 Resolved TODO item in GUI. 2015-11-19 21:01:04 +00:00
Mathew Sutcliffe
b1a3793c2f refs #466 Resolved miscellaneous TODO items. 2015-11-19 21:01:02 +00:00
Mathew Sutcliffe
a102fc73b6 refs #466 Resolved TODO items in logging. 2015-11-19 21:00:59 +00:00
Mathew Sutcliffe
64a25a7860 refs #466 Resolved TODO items in containers. 2015-11-19 21:00:56 +00:00
Mathew Sutcliffe
2ca457903c refs #475 Missing extern template declarations. 2015-11-19 21:00:53 +00:00
Mathew Sutcliffe
9593020fc8 refs #475 Tweaked resource file directory. 2015-11-19 21:00:51 +00:00
Mathew Sutcliffe
a0a503599f refs #479 Fixed mistake in CListModelBase::updateAsync. 2015-11-19 21:00:48 +00:00
Klaus Basan
e534a64d9a refs #474, role class so I can start with access rights in mapping GUI
Remark: Added upfront, as I need that for the screenshots when writing the BLOG article
2015-11-19 21:00:45 +00:00