Klaus Basan
69049001d1
refs #638 , reverse lookup in model matching
2016-04-11 20:57:55 +02:00
Klaus Basan
fdd7fa62d5
refs #638 , reverse lookup in model matcher
2016-04-11 20:57:53 +02:00
Klaus Basan
1953665c40
refs #637 , move matcher to blackcore
...
(access to sApp/web services)
2016-04-11 20:24:57 +02:00
Klaus Basan
32ce813bab
Updated outdated readme.txt
2016-04-11 20:19:53 +02:00
Klaus Basan
17ce1eef34
refs #625 , refs #614 integration of client id fix
2016-04-11 20:19:49 +02:00
Klaus Basan
aa6370c325
refs #614 , moved model set cache and matcher to simulator common class
...
* removed from FS common class
* formatting
2016-04-11 20:19:37 +02:00
Klaus Basan
70aacf8cb1
Minor: Logging for reader, removed sort log message, guard name
2016-04-11 20:16:20 +02:00
Klaus Basan
63ddcc5d7c
refs #635 , init metadata in CApplication / CGuiApplication
2016-04-11 20:16:19 +02:00
Klaus Basan
efe6d9f183
refs #633 , cleaned up resource dir
...
* removed local.env.template
* fixed path in global setup class
* removed timestamp check from gloabl setup (problem when switching URLs)
2016-04-11 20:16:16 +02:00
Klaus Basan
bc29514829
Some minor fixes and formatting
2016-04-11 20:16:13 +02:00
Klaus Basan
01d4faa20f
new syntax
2016-04-11 20:16:02 +02:00
Roland Winklmeier
82fc267b22
Fetch weather data by grid and range instead of geo location
...
refs #612
2016-04-10 16:14:00 +02:00
Roland Winklmeier
dae31a1986
Use CWeatherManager as weathergrid provider in simulator plugins
...
refs #612
2016-04-10 16:13:58 +02:00
Roland Winklmeier
f6a52874e3
class CWeatherManager
...
refs #612
2016-04-10 16:13:56 +02:00
Roland Winklmeier
8a0290b44b
classes CWeatherGridProvider and CWeatherGridAware
...
refs #612
2016-04-10 16:13:49 +02:00
Roland Winklmeier
f72c8e878b
Use CCoordinateGeodetic instead of CLatitude and CLongitude
...
refs #612
2016-04-10 16:13:39 +02:00
Mathew Sutcliffe
4e9d7d3efe
refs #628 Metaclass style compatible with the AStyle beautifier.
2016-04-06 15:15:12 +01:00
Mathew Sutcliffe
4bd4baa535
refs #628 Use the metaclass mixins in all value classes.
2016-04-03 18:17:43 +01:00
Roland Winklmeier
d379f14133
Introduce build config template buildconfig.h.in
...
refs #625
2016-03-31 17:12:01 +02:00
Klaus Basan
b78d823485
refs #618 , support for incremental build in model set builder
2016-03-30 13:41:57 +02:00
Klaus Basan
c339a3d1e0
refs #619 , use a combined cache class
...
* moved caches to blackmisc
* used CModelCaches in loader
* applied changes in simulator specific loader classes
* renamed find function to findFirstByModelStringOrDefault
* made merge function static so it can be used elsewhere
2016-03-30 13:41:51 +02:00
Klaus Basan
706f8c7ae1
refs #621 , adjusted reader to load also from local resource directory
2016-03-30 13:41:46 +02:00
Klaus Basan
703a43c6fb
refs #621 , allow to load setup from resource dir file
...
* CValueObjects can be loaded from JSON file
* get bootstrap file location
2016-03-30 13:41:45 +02:00
Klaus Basan
87a0c75f43
refs #621 , use getXX for setup members, no idea why I have not used our standard
2016-03-30 13:41:44 +02:00
Klaus Basan
dbbe07dc81
refs #622 , model set builder. Take own models and generate the set of models used in model matching. Normally configured via GUI.
2016-03-30 03:07:19 +02:00
Klaus Basan
d687255ef1
Fixed typo and exit application when parsing fails
2016-03-30 03:07:16 +02:00
Mathew Sutcliffe
1801616953
refs #624 Use conditional SUBDIRS instead of REQUIRES for enabling/disabling subprojects.
2016-03-22 16:03:00 +00:00
Mathew Sutcliffe
6f1cf8e3d7
refs #624 Replace typedef with using.
2016-03-22 16:02:50 +00:00
Mathew Sutcliffe
463a7c776a
refs #624 Use lambda init-capture.
2016-03-22 16:02:40 +00:00
Mathew Sutcliffe
3001ca1f44
refs #624 Use std::make_unique instead of BlackMisc::make_unique.
2016-03-22 16:02:29 +00:00
Mathew Sutcliffe
caa01f846b
refs #624 , #492 Refactor parts of CLogMessage into base class and use inheriting constructors to unify the construction idiom of CLogMessage and CStatusMessage.
2016-03-22 00:31:09 +00:00
Klaus Basan
3083f30576
refs #613 , logging for model matching
2016-03-18 01:10:37 +00:00
Klaus Basan
c36028ca9c
refs #485 , Restricted<T>
2016-03-18 01:10:35 +00:00
Klaus Basan
fdf41bcce3
Doxygen
2016-03-18 01:10:27 +00:00
Klaus Basan
45496ce08e
refs #485 , support splash screen
2016-03-18 01:10:21 +00:00
Klaus Basan
1eb65a873c
refs #610 , VATSIM status file
...
* automatically load status file
* keep VATSIM data file locations
* use METAR/datafile locations from bootstrap or VATSIM status file
2016-03-18 01:10:12 +00:00
Klaus Basan
06bcbe2a2f
refs #607 , use cached FSD servers and voice servers. So in case read fails last good data could be used.
2016-03-18 01:10:09 +00:00
Klaus Basan
bcb00b1b91
refs #608 , generic menus are now available via CGuiApplication and don`t have to be redefined over and over again
2016-03-18 01:10:04 +00:00
Klaus Basan
bf9ea12a2b
Some fixes / tweaks found during testing
...
* clear setup URLs
* renamed to CInfoArea::connectTopLevelChanged()
* qss, margins for menu items
2016-03-18 01:10:01 +00:00
Klaus Basan
aa96731143
refs #485 , further removed global setup traits from classes with read only
...
Use global setup from sGui/sApp
2016-03-18 01:09:45 +00:00
Klaus Basan
30b5e5dade
refs #485 , changed to static preformatted as discussed (MS/KB) on slack
2016-03-18 01:09:42 +00:00
Klaus Basan
55a0ab7b48
refs #485 , renamed the trait for authenticated user to AuthenticatedDbUser
...
* there is no single authenticated user, this one has a specific usage
* adjusted classed
* formatting
2016-03-18 01:09:39 +00:00
Klaus Basan
f27d130df9
refs #485 , VATSIM data to be cached
2016-03-18 01:09:37 +00:00
Klaus Basan
a43d414a76
refs #603 , cmd args for network vatlib
...
bundled all defines which should be set on the build server in defines.pri
2016-03-18 01:09:34 +00:00
Klaus Basan
f4cbfc2fa9
refs #603 , new CMD args, formerly passed by env.vars
...
* removed from CProject
* removed. env. vars menu items
* prepared for vatlib cmd. args
* prepared for eol (end of lifetime) timestamp (time bomb)
2016-03-18 01:09:31 +00:00
Klaus Basan
d7e5b5206c
refs #485 , adjusted setup reader
...
* log categories as discussed
* made some functions thread safe
2016-03-18 01:09:28 +00:00
Klaus Basan
b577f9313e
refs #485 , use global setup directly from sApp where possible
2016-03-18 01:09:26 +00:00
Klaus Basan
f124412896
refs #605 , fixed unit test itself
...
* threaded reader were normal members causing a crash when those were moved in their own thread
* we need own event processing for unit test
* Network request needs to be generated in main thread
* don`t shutdown readers on QCoreApplication::aboutToQuit, let CApplication handle it
* use CApplication in unit test (as in real world)
Unrelated:
* access global setup via application
2016-03-18 01:09:17 +00:00
Klaus Basan
12957f8ec0
refs #602 , remove QNetworkAccessManager from readers, use central one
2016-03-18 01:09:15 +00:00
Klaus Basan
fb046ae1fb
refs #485 , moved central GUI functionality to sGui
...
* allow to send status message to main window (from everywhere)
* Use sGui::changedStylesheet where possible
* message when model is stashed
* improved application startup
2016-03-18 01:09:11 +00:00