Commit Graph

1688 Commits

Author SHA1 Message Date
Klaus Basan
2d6e906176 refs #364, refs #368 Updated some value classes: user, client, icao, callsign, aircraft
* parsing homebase from user
* updating to Simulation/AircraftModel
* known ICAO function
* renaming, style changes
* convenience functions
2015-01-23 18:47:39 +01:00
Klaus Basan
4ab1577ac0 Countdown for logoff
A countdown is displayed, and logoff is completed automatically after timeout
2015-01-23 18:47:33 +01:00
Klaus Basan
5505222461 refs #364, Simulated aircraft
* Simulated aircraft, basically aircraft + model + client
* moved corresponding model classes to subdir simulation
2015-01-23 18:47:31 +01:00
Klaus Basan
1e480d52b9 Avoid compiler warning with JSON disabled 2015-01-23 18:47:27 +01:00
Klaus Basan
62a3283934 No redundant logging 2015-01-23 18:47:25 +01:00
Roland Winklmeier
90a570ac78 Fix conditional expressions in vatlib cleanup helpers 2015-01-19 14:00:38 +01:00
Roland Winklmeier
0341f7a1ac Fix missed issues in the Linux build system 2015-01-19 11:16:34 +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
d10c2a0709 Changed file encoding to UTF-8. 2015-01-07 00:11:02 +00:00
Mathew Sutcliffe
4960ba5170 Fixed error in CSequence::useImplOf. 2015-01-03 17:55:39 +00:00
Mathew Sutcliffe
77efea3377 Added a dummy argument in Private::Equals constructor, so it is not mistakenly used as copy constructor. 2015-01-03 17:55:38 +00:00
Klaus Basan
4f0bf6d62c refs #358, changes of MS' review
https://dev.vatsim-germany.org/issues/358#note-11
2014-12-29 23:11:23 +01:00
Klaus Basan
8fce90065d Fixed style sheet 2014-12-29 23:02:03 +01:00
Klaus Basan
b26fa651ed Allow to select COM frequencies from ATC view (context menu)
* added functions in component to select COM frequencies
* changed views to contain ObjectType in template
* function to obtain selected objects in view base class
2014-12-29 23:02:00 +01:00
Klaus Basan
d0b5fc1249 refs #358, fixes as proposed by RW
* foreach -> for
* CVariant
2014-12-29 23:01:58 +01:00
Klaus Basan
69b095ff75 refs #358, fixed redundantAssignment from Jenkins Cppcheck 2014-12-28 22:21:04 +01:00
Klaus Basan
3a8f0a17d2 refs #358, asserts and fixes in context simulator 2014-12-28 22:21:01 +01:00
Klaus Basan
21135d5370 refs #358 fixed missing convertFromQVariant 2014-12-28 22:20:57 +01:00
Klaus Basan
a0ea98a26b Selected row mode in GUI 2014-12-28 22:20:53 +01:00
Klaus Basan
0f5606b294 Human readable categories 2014-12-28 22:20:50 +01:00
Klaus Basan
beb23ea0c0 Extra check in component 2014-12-28 22:20:46 +01:00
Klaus Basan
0b03ac1339 Hide model string for ATC clients 2014-12-28 22:20:43 +01:00
Klaus Basan
a03bd4d07f Allow direct comparison with enum 2014-12-28 22:20:39 +01:00
Klaus Basan
ce57c573df refs #358, aircrafts -> aircraft in GUI 2014-12-28 22:20:36 +01:00
Klaus Basan
0f7332e82b No updates to simulator when sim is not simulating 2014-12-28 22:20:32 +01:00
Klaus Basan
d80f416752 refs #350 Changed log severity and log category in core as discussed 2014-12-28 22:20:28 +01:00
Klaus Basan
8a43efca92 refs #350 Extra static function registerMetadata, so it can be called explicitly 2014-12-28 22:20:24 +01:00
Klaus Basan
95df9edd52 Removed warning from fixQVariantFromDbusArgument.
@MS: Please crosscheck. In the past function was only called with QDBusArgument.
Now called from CVariant sometimes with standard variant types (QString, int).
Expected?
2014-12-28 22:20:21 +01:00
Klaus Basan
bfced2ad42 refs #358, more detailed time measurement in runtime class 2014-12-28 22:20:17 +01:00
Klaus Basan
6b211a9b01 refs #358, using utility function in setup class 2014-12-28 22:20:13 +01:00
Klaus Basan
9e5f228b08 using namespace in header removed, rectified resulting changes
* using namespace in context_runtime.h
* in same step also fixed some other using namespace issues
2014-12-28 22:20:09 +01:00
Klaus Basan
f62f85b263 refs #359, fixed loghandler, removed / fine tuning of some output / log messages
see also discussion in #359
2014-12-28 22:20:01 +01:00
Klaus Basan
0ea26f1ce9 refs #359, log fixes / setup 2014-12-28 22:19:57 +01:00
Klaus Basan
4a94a125f2 refs #358, GUI for installed / matched models
* model / view / component classes
2014-12-28 22:19:54 +01:00
Klaus Basan
819c4cb0db refs #358, new finders for client list 2014-12-28 22:19:51 +01:00
Klaus Basan
64f037d584 refs #358, adjusted samples for model matching 2014-12-28 22:19:47 +01:00
Klaus Basan
8f746d59b9 refs #358, adjusted simulator context and airspace monitor for model matching 2014-12-28 22:19:44 +01:00
Klaus Basan
23e9159dfd refs #358, added (a first very simple) model matching to FSX driver
* isRunning → isSimulating
* adjusted addRemoteAircraft signature (remark: CClient as parameter will be removed)
* renamed to "ownAircraft" when referring to own aircraft
* functions to access installed models/matched models
* model matching in CSimulatorFsx::addRemoteAircraft
2014-12-28 22:19:28 +01:00
Klaus Basan
c285ac4098 refs #358, created a mapper class (links mappings with existing models)
* read models and mappings / in background if required
* provides functions to access read mappings and models
2014-12-28 20:46:25 +01:00
Klaus Basan
de3fcf4332 refs #358, interface for mapping readers 2014-12-28 20:46:21 +01:00
Klaus Basan
514b0f4bed refs #358, added utility function to mapping rules reader
* renamed load to read
* functions for problematic files, number of files etc.
* some style fixes
2014-12-28 20:46:18 +01:00
Klaus Basan
366769a6b8 Formatting, doxygen, typo aircrafts (to aircraft),
removed some debug output, {} in if statements
2014-12-28 20:46:14 +01:00
Klaus Basan
ca19ee8053 refs #358, added a utility class for FS 2014-12-28 20:46:11 +01:00
Klaus Basan
3cdc485e56 refs #358, extended FS specific class for cfg entries
* more details fetched
* conversion to aircraft model / aircraft mode list (FS specific to generic)
* detect functions to find possible trouble makers
2014-12-28 20:46:08 +01:00
Klaus Basan
bdcb031591 refs #358, consolidated mapping and model classes
* removed redundant classes in blacksim
* more detailed attributes for mapping
* more finder functions in mapping list
* aircraft model extended as simulator independent description for models
2014-12-28 20:46:04 +01:00
Klaus Basan
def17124db refs #358, split FSX driver and factory into different files 2014-12-28 20:46:01 +01:00
Klaus Basan
f426c58488 ignore / build as discussed 2014-12-28 19:40:41 +01:00
Klaus Basan
e4bea8ffa8 refs #354, initial cleanup of cfg entries samples / code before adding new functionality
* fixed styles such as copyright headers
* use text stream instead of qDebug() for output
* int instead of qint
* misc. smaller tweaks
* extended the JSON example (special chars). JSON might be used to "cache" the FSX entries
2014-12-28 19:38:26 +01:00
Roland Winklmeier
e75b1360bb Fix read access violation in test_blackcore 2014-12-27 11:12:07 +01:00