Commit Graph

2792 Commits

Author SHA1 Message Date
Klaus Basan
7dbfd85047 refs #535, stash component
* allow to drop entities
* BLACK_VERIFY
* using aware class
2015-12-20 17:00:06 +01:00
Klaus Basan
e95f90f571 removed unnecessary default constructor 2015-12-20 17:00:05 +01:00
Klaus Basan
72891f2443 refs #535, model view adjusted
* allows to drop entities
* using shortcut to stash
* updating selected rows only and return number of altered rows
2015-12-20 17:00:04 +01:00
Klaus Basan
a5fe143821 refs #535, renamed save to publish
* in same step fixed tabstops
* capital letters
2015-12-20 17:00:03 +01:00
Klaus Basan
c067c871c9 refs #535, allow acces to mapping component is sub components
* aware classe
* using aware class in mapping component
2015-12-20 17:00:02 +01:00
Klaus Basan
24788b03c6 refs #535, made views drop capable
* drop base added
* and adjusted
2015-12-20 17:00:01 +01:00
Klaus Basan
3d68bfbbba refs #535, shortcut class where I keep global key sequences and such to avoid overlapping 2015-12-20 17:00:00 +01:00
Klaus Basan
7eac38ad9b refs #535, buddies (Qt) in forms 2015-12-20 16:59:58 +01:00
Klaus Basan
dfe5d8ec5a refs #535, const for model 2015-12-20 16:59:57 +01:00
Klaus Basan
92f930b068 refs #535 completer for airline name
* common base class for airline completers
* changed dependend classes
2015-12-20 16:59:56 +01:00
Klaus Basan
2c84c51a93 refs #535, stash componet
* allow to assign livery/ICAO to selected objects
* allow access to corresponding mapping component
2015-12-20 16:59:54 +01:00
Klaus Basan
a7fc01ecff refs #535, find standard livery 2015-12-20 16:59:53 +01:00
Klaus Basan
670bef0fd1 refs #535, finetuning of drop site
* stylesheet
* sizes of deploying components
2015-12-20 16:59:52 +01:00
Klaus Basan
1601ca62fd refs #535, updated aircraft model / view
* add functions to apply changes to selected objects
* allow to highlight models by their model strings
* Utility function to show which parts come from DB
* model strings can be obtained sorted/unsorted
2015-12-20 16:59:51 +01:00
Klaus Basan
ecb4694c7f refs #535, updated viewbase and formatters
* Fixed wrong masking
* changed signal for model
* update selected models
* directly set object in model
2015-12-20 16:59:30 +01:00
Klaus Basan
431117e83b Support stylesheets in drop site widget 2015-12-20 16:57:54 +01:00
Klaus Basan
d3487bb375 Event accept 2015-12-20 16:57:53 +01:00
Klaus Basan
953dee6060 Set datacache flag as discussed in slack (MS/KB) 2015-12-20 16:57:53 +01:00
Klaus Basan
41ae580ab4 debug output of context fixed 2015-12-20 16:57:52 +01:00
Roland Winklmeier
cbf54d0416 Handle unknown direct play error codes instead of an empty message
refs #546
2015-12-20 16:57:51 +01:00
Roland Winklmeier
9960431d01 Move global Fs9 variables into CSimulatorFs9Factory
Global variables are always a bad idea since the order of destruction
is unknown and can cause undefined behaviour. In this case the
global shared pointer can be destroyed before CSimulatorFs9Factory which
relies on it.

refs #546
2015-12-17 19:51:16 +01:00
Roland Winklmeier
7779c65ab8 Fix XPlane driver log message 2015-12-17 19:51:15 +01:00
Mathew Sutcliffe
51efdca8cc Fixed bug that could have caused X-Plane to stop displaying status messages. 2015-12-13 16:41:35 +00:00
Mathew Sutcliffe
ecf02621cd refs #540 Performance tweak for getStackTrace on Windows. 2015-12-13 16:41:06 +00:00
Mathew Sutcliffe
3064b319c6 refs #540 Fixed getStackTrace for Linux. 2015-12-13 16:41:05 +00:00
Mathew Sutcliffe
6139818138 refs #552 Linear interpolator directly manipulates n-vector instead of converting to lat/lon and back again. 2015-12-13 16:38:32 +00:00
Mathew Sutcliffe
81fd3ef1d9 refs #552 CCoordinateGeodetic: added methods to get/set n-vector as doubles, to avoid narrowing. 2015-12-13 16:38:29 +00:00
Mathew Sutcliffe
0589198508 refs #552 CCoordinateGeodetic: Using double precision in the conversion from n-vector to lat/lon. 2015-12-13 16:38:17 +00:00
Mathew Sutcliffe
e6011ec7cd refs #552 Style & doxygen. 2015-12-13 16:38:13 +00:00
Mathew Sutcliffe
c1d57b8971 refs #552 Fixed broken SubdivisionConverter, and added another test to verify. 2015-12-13 16:38:10 +00:00
Mathew Sutcliffe
1f36f07bed refs #552 Fixed broken SubdivisionConverter2, and added a test to verify. 2015-12-13 16:38:07 +00:00
Klaus Basan
5d82ed4233 refs #552, samples to check accuracy of coordinates 2015-12-13 16:38:04 +00:00
Klaus Basan
cd7daac4a8 style 2015-12-13 16:37:58 +00:00
Mathew Sutcliffe
16833e29a2 Fixed the vcsubdirs workaround to support the .file modifier in nested subdirs. 2015-12-13 16:37:56 +00:00
Mathew Sutcliffe
1b8a2dff81 Fixed tests project names in QtCreator. 2015-12-13 16:37:51 +00:00
Mathew Sutcliffe
abea471b5a Fixed samples project names in QtCreator. 2015-12-12 04:47:34 +00:00
Klaus Basan
ed52fc2295 refs #544 fixed \copydoc references to Qt docs 2015-12-12 04:47:27 +00:00
Klaus Basan
1b46e0400c refs #544 doxygen 2015-12-12 04:47:18 +00:00
Klaus Basan
72019961eb fixes refs #551 caused by missing units 2015-12-10 03:15:09 +01:00
Klaus Basan
0eec523d54 refs #551, formatting and minor changes found during searching for the issue 2015-12-10 03:13:20 +01:00
Klaus Basan
4daf0453cb Some more fixes:
* sort order in compare was inverted
* correct message when model is empty
2015-12-09 04:03:21 +01:00
Mathew Sutcliffe
541f29003c Updated externals submodule. 2015-12-08 22:30:12 +00:00
Mathew Sutcliffe
1282fc4c14 refs #540 Add the ability to capture the current call stack, and use it in singleShot. 2015-12-08 22:30:10 +00:00
Mathew Sutcliffe
886f9937ce Fixed errors found while trying to compile with Clang on Windows. 2015-12-08 21:16:57 +00:00
Mathew Sutcliffe
366030f2a9 refs #536 Moved CDataCache serialization into a worker thread. 2015-12-08 21:16:26 +00:00
Mathew Sutcliffe
e266ccefad CValueCache::saveToFiles doesn't need to lock the mutex. 2015-12-08 21:16:25 +00:00
Mathew Sutcliffe
4a3cf916c7 Added missing Q_OBJECT macros. 2015-12-08 21:16:24 +00:00
Mathew Sutcliffe
7d5e416991 Enable multi-core when compiling with the Visual Studio IDE. 2015-12-08 21:16:24 +00:00
Klaus Basan
3d96e2e332 Shortcut for filter 2015-12-08 20:14:25 +01:00
Klaus Basan
c1b612e193 Some fixes as follow up of refs #533
* made plugin aware functions protected
* set setup for FSX ( refs #547 ) and made setup protected
* removed CLogHandler::instance()->disconnect(); as discussed in slack
* some formatting
2015-12-08 20:14:24 +01:00