Commit Graph

2309 Commits

Author SHA1 Message Date
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
Klaus Basan
eaa8339f2b renamed the GUI components for consistency 2015-11-19 21:00:42 +00:00
Klaus Basan
42304f640b refs #477, load indicator appears in wrong place.
A first improvement by re-centering it when view becomes visible.
2015-11-19 21:00:40 +00:00
Klaus Basan
6fda875e8f refs #475, added a utility class so the load indicator of a view can be triggered from the framing component 2015-11-19 21:00:37 +00:00
Klaus Basan
2507ce6715 Fixes as discussed in the meeting
* hasXXMessage performance
* remove id ASSERT_X
2015-11-19 21:00:34 +00:00
Klaus Basan
b7002e275a refs #475, 1st set of testdata (will be frequently updated) 2015-11-19 21:00:31 +00:00
Klaus Basan
5147031ec2 refs #475, menus to call load/save DB data 2015-11-19 21:00:27 +00:00
Klaus Basan
aa653e0d85 refs #475, allow to load DB data from disk.
* Will allow to load data if DB is not accessible / available
* Also allows to save, so a special set can be saved for testing/forensic.
* fixed status bar, as received data no longer means DB is alive
2015-11-19 21:00:26 +00:00
Klaus Basan
326a465b54 refs #475, added file utilities 2015-11-19 21:00:25 +00:00
Klaus Basan
e336428822 refs #475, added functions in project
* get some specific directories
* detect if running on developer's machine
2015-11-19 21:00:23 +00:00
Klaus Basan
68d0b8cc98 During #475 found issue with deleter
* changed / improved deleter
* formatting in related class soundgenerator
2015-11-19 21:00:22 +00:00
Klaus Basan
84b06c51d9 refs #475 new icons for load/save 2015-11-19 21:00:21 +00:00
Klaus Basan
3ed2068ff5 refs #452, MS review
https://dev.vatsim-germany.org/issues/452#note-5
2015-11-19 21:00:19 +00:00