Commit Graph

14 Commits

Author SHA1 Message Date
Mathew Sutcliffe
95a82f37a0 refs #800 QtInfoMsg severity was added in Qt 5.5, we can remove the category suffix workaround. 2016-12-13 19:00:36 +01:00
Roland Winklmeier
b671089c66 Finish workaround for xbus causing X-Plane infinite loop on Mac OS X
In the first commit of this workaround, not all QApplications were
replaced by QCoreApplications. For unknown reasons, the single
replacement solved the problem. With Qt 5.6 it appeared again. This
commit finishes now the workaround.

refs #293
2016-05-20 01:42:50 +02:00
Roland Winklmeier
31b20bb2fb Fix size of allocated memory in xbus strdup 2016-05-20 01:41:22 +02:00
Roland Winklmeier
21fe8d46ea xbus modifies library search path in order for QtDBus to find libdbus
refs #615
2016-05-20 01:41:15 +02:00
Roland Winklmeier
bd251b5de6 Fix license headers 2016-02-16 20:01:21 +01:00
Roland Winklmeier
942810d714 Use signed integer format for line number in xbus logging handler 2015-04-03 11:40:29 +02:00
Roland Winklmeier
8a0c88f71b Fix segfault in xbus logging handler
xbus logging handler assumed QMessageLogContext always had a valid file
pointer which is not necessarily the case. If the file pointer is 0x0
log a file name <unknown> instead.
2015-03-20 17:10:47 +01:00
Roland Winklmeier
d02092779b Fix missing clocale include for unix platforms 2015-01-14 16:18:37 +01:00
Michał Garapich
3acc473612 refs #362 Workaround for X-Plane's locale issues
Set original X-Plane's locale back after calling QCoreApplication's constructor.
2015-01-07 23:47:42 +01:00
Mathew Sutcliffe
cd82c7f55d improved debug messages in XBus 2014-07-14 23:30:13 +01:00
Mathew Sutcliffe
0ba2573334 fixes #284, credit goes to Roland 2014-06-28 14:31:19 +01:00
Mathew Sutcliffe
12a7ef04b6 refs #272 added the necessary lines in xbus.pro to compile libxplanemp 2014-06-28 14:31:17 +01:00
Mathew Sutcliffe
ae5ce81d7f refs #248 fixed a GCC warning 2014-06-17 18:22:52 +01:00
Roland Winklmeier
15fb87ecd0 Move xplane bus project into top source directory
refs #211
2014-04-19 12:33:27 +02:00