Klaus Basan
e28f8f20d3
Register enums
2017-12-21 19:49:07 +01:00
Klaus Basan
7cf5dcdd8a
Ref T203, renamings and improved messages in setup reader
2017-12-21 19:48:44 +01:00
Klaus Basan
4c0c28a4a4
Ref T203, renamed to update settings
2017-12-21 19:48:40 +01:00
Klaus Basan
0daf4ba087
Ref T203, renamings to "update info" and "settings"
2017-12-21 19:48:30 +01:00
Klaus Basan
6374e5e10a
Some formatting like "this->m_" => "m_"
...
During Ref T203
2017-12-21 19:47:46 +01:00
Klaus Basan
12b2bc4181
Ref T201, fixes for info object overview
...
* more detailed log info
* sort info objects so the correct value is obtained ("raw" names)
* check both "duplicate" strings
2017-12-21 19:47:41 +01:00
Klaus Basan
909342e172
Ref T201, formatting
2017-12-21 19:47:39 +01:00
Klaus Basan
162c3d07b5
Ref T189, formatting (some slots -> private + this->m_ ->m_)
2017-12-21 19:47:32 +01:00
Klaus Basan
da6930a7b4
Ref T189, database reader renamings / status renamings
...
* plural "entities" where multiple values can occur
* LED member renamings
2017-12-21 19:47:25 +01:00
Klaus Basan
7813dbb259
Ref T192, register metadata
2017-12-21 19:47:06 +01:00
Klaus Basan
93909171b6
Ref T192, init for P2P via CDBusServer::coreServiceName(connection)
2017-12-21 19:47:03 +01:00
Klaus Basan
d2b84af1b6
Ref T192, use BLACK_VERIFY
2017-12-21 19:47:00 +01:00
Klaus Basan
cc35619bbe
Ref T192, onConnectionTerminated was never fired and hence removed
2017-12-21 19:46:57 +01:00
Klaus Basan
9cb06c4d56
Ref T192, DBus utility functions, Service name empty for P2P
2017-12-21 19:46:51 +01:00
Klaus Basan
63fbeecc00
Ref T192, formatting and minor tweaks
2017-12-21 19:46:33 +01:00
Klaus Basan
1386fcd0db
Ref T192, fqn for status enum
2017-12-21 19:46:29 +01:00
Klaus Basan
26c6172816
Ref T197, doxygen fixes
...
"spooky action at a distance"
https://swift-project.slack.com/archives/G7GD2UP9C/p1510941452000072
2017-12-21 19:46:26 +01:00
Klaus Basan
8e761f35f1
Ref T197, simulator info
...
* CSimulatorInfo only initialized once and not over and over again in plugin info
* getSimulatorInfo() no longer virtual, as we can access the member CSimulatorInfo directly
* display exact simualtor in FSX/P3D driver
* renamed to identifierToSimulator and fixed typo "Identifier"
2017-12-21 19:46:17 +01:00
Klaus Basan
f33c198d5d
Ref T195, application restart functions
...
* allow to get current arguments joined with new ones
* removed old inheritedArguments function
* unregisterAsRunning (for restart)
* restart function
2017-12-21 19:45:55 +01:00
Klaus Basan
8103df18f7
Ref T195, formatting
2017-12-21 19:45:46 +01:00
Klaus Basan
31237b758e
Ref T195, audio utility function
2017-12-21 19:45:41 +01:00
Klaus Basan
8bdfb2474b
Ref T192, starting launcher inherites CMD arguments
2017-12-21 19:45:35 +01:00
Klaus Basan
d01893a18a
Ref T192, formatting
2017-12-21 19:45:32 +01:00
Klaus Basan
bc2b40dcd8
Ref T189, renamed to CWebReaderFlags::entitiesToReaders plus some assert utility functions
2017-12-21 19:45:14 +01:00
Klaus Basan
e24914cc26
Ref T190, consolidate text messages before emitting text message
2017-12-21 19:45:02 +01:00
Klaus Basan
b08e281f85
Ref T189, no need to init const values over and over again
2017-12-21 19:45:00 +01:00
Klaus Basan
0a1f5c49ae
Ref T189, include order and removed unused variable
2017-12-21 19:44:55 +01:00
Klaus Basan
22c34f4e23
Ref T189, "private slot" -> "private"
2017-12-21 19:44:52 +01:00
Roland Winklmeier
925c3d6210
Limit crashpad's INCLUDEPATH to blackcore
...
Summary:
Only blackcore includes the headers of crashpad. It is therefore
not necessary to add this include paths globally for all projects.
Reviewers: #swift_pilot_client, kbasan
Reviewed By: #swift_pilot_client, kbasan
Subscribers: jenkins
Differential Revision: https://dev.swift-project.org/D70
2017-12-08 00:48:58 +01:00
Roland Winklmeier
f53ec46d20
Change the operating system name from OSX to MacOS everywhere
...
Summary:
- Changed the name in all build artifacts
- Everywhere in C++
Reviewers: #swift_pilot_client, kbasan
Reviewed By: #swift_pilot_client, kbasan
Subscribers: jenkins
Maniphest Tasks: T205
Differential Revision: https://dev.swift-project.org/D69
2017-12-06 22:50:19 +01:00
Roland Winklmeier
c553d24d0e
Move GFS weather data url into global setup
...
Summary:
The GFS weather data url so far was hard coded. With this commit, it is
moved into the global setup (bootstrap file).
Also the url type was changed from QUrl to CUrl, which simplified the
generation of the url including its query by using CUrl::appendQuery().
Finally it fixes sampleweatherdata, which did not have a CApplication yet.
Reviewers: #swift_pilot_client, msutcliffe
Reviewed By: #swift_pilot_client, msutcliffe
Subscribers: jenkins
Tags: #swift_pilot_client
Maniphest Tasks: T151
Differential Revision: https://dev.swift-project.org/D57
2017-11-20 15:57:08 +01:00
Mathew Sutcliffe
c28d9702f4
Fixed failing test, that was caused by T180 formatting change.
...
DBus registered objects need fully qualified type names in method signatures.
2017-11-12 21:18:35 +00:00
Mathew Sutcliffe
dbb67b385b
Ref T184 Moved CTokenBucket from BlackCore to BlackMisc.
2017-11-12 13:48:02 +00:00
Klaus Basan
8e029af3c2
Ref T182, log delta time for matching
2017-11-10 19:28:18 +01:00
Klaus Basan
6fcfd80067
Ref T182, log categories are automatically added in CMatchingUtils
2017-11-10 19:28:16 +01:00
Klaus Basan
095e11d288
Ref T182, formatting
2017-11-09 04:42:21 +01:00
Klaus Basan
89db83f3c7
Ref T182, use enum instead of int in ps_networkConnectionStatusChanged
2017-11-09 04:42:15 +01:00
Klaus Basan
822ef11c02
Ref T180, formatting
2017-11-09 04:42:11 +01:00
Klaus Basan
fd62ef80e0
Ref T180, formatting and renaming of member/function
2017-11-09 04:42:08 +01:00
Klaus Basan
8e9411edb1
Ref T182, utility functions for model/model list
2017-11-09 04:42:05 +01:00
Klaus Basan
482023b2c0
Ref T180, dot commands to set rendering setup
...
* enable parts/debug messages via dot command
* allow to log to console via application context
2017-11-06 22:20:59 +01:00
Klaus Basan
62b859347b
Ref T180, minor message change
2017-11-05 20:02:35 +01:00
Klaus Basan
be8598e708
Ref T180, clear hints when all aircraft are cleared
2017-11-05 20:02:31 +01:00
Klaus Basan
93a29b2b11
Ref T180, formatting
2017-11-05 20:02:06 +01:00
Klaus Basan
d777b8c611
Ref T180, fix emitting wrong status when disconnected
2017-11-04 21:44:40 +01:00
Klaus Basan
d5bb1733f4
Ref T180, formatting / const
2017-11-04 16:03:40 +01:00
Klaus Basan
3215a2e756
Ref T177, added direct write flag because only direct writes require a consolidation
2017-10-31 15:39:36 +01:00
Klaus Basan
8473cd7eb4
Ref T118, fixed / improved watchdog
...
* deleteLater for reply
* allow to check via HTTP (avoid wrong positive checks)
2017-10-31 15:39:26 +01:00
Klaus Basan
4166982954
Ref T118, allow to just provide an id (from backend) and set the entity on swift side
...
* added getDistributorForDbKey
* added fillInMissingAircraftAndLiveryEntities
* fromDbJson function adjusted
2017-10-31 15:39:26 +01:00
Klaus Basan
28c4f14026
Ref T118, background updater subscribes simplified published models signal
...
* direct consolidation after models have been published
* renamed some syncModelOrModelSetCacheWithDbData variables
2017-10-31 15:39:21 +01:00