Commit Graph

3025 Commits

Author SHA1 Message Date
Klaus Basan
1953665c40 refs #637, move matcher to blackcore
(access to sApp/web services)
2016-04-11 20:24:57 +02:00
Klaus Basan
f4f195a5f4 refs #614, matcher improvements
* improved reduce functions
* support for combined code
* support for livery
2016-04-11 20:22:23 +02:00
Klaus Basan
d83e9c0c91 Made ctor explicit 2016-04-11 20:22:22 +02:00
Klaus Basan
8049a65437 refs #634, allow to use livery for testing
* added raw data in selector
* adjusted matcher component
2016-04-11 20:22:21 +02:00
Klaus Basan
0f5af8a492 Improved forms as discussed in meeting (RW/KB) 2016-04-11 20:22:19 +02:00
Klaus Basan
abca1fde52 refs #614, use interfaces from last step to reuse mergeWithDb data in multiple components
* adjusted menus
* adjusted loaders and components
2016-04-11 20:22:18 +02:00
Klaus Basan
43c69d2ed0 refs #614, move utility functions into own class so I can resuse them better 2016-04-11 20:22:16 +02:00
Klaus Basan
314c005ff2 refs #614, a generic interface to modify / update models so I can write generic functions for that purpose and use them
* interface for the caches
* generic model interfaces
2016-04-11 20:22:15 +02:00
Klaus Basan
71259bdec2 refs #614, display aircraft family 2016-04-11 20:22:14 +02:00
Klaus Basan
e877c6dba5 Better performance for filter
* valid filter flag only calculated once
* Better removal detection of filter dialog
2016-04-11 20:22:12 +02:00
Klaus Basan
5254d0ff71 refs #614, categories 2016-04-11 20:22:07 +02:00
Klaus Basan
32ce813bab Updated outdated readme.txt 2016-04-11 20:19:53 +02:00
Klaus Basan
22e259afe3 Fixed font settings (issue as reported by RW via slack)
* font change triggers style sheet reload
* now font settings are stored in copied qss file, so original file can be restored
2016-04-11 20:19:52 +02:00
Klaus Basan
1fff447ed4 Added hires support 2016-04-11 20:19:51 +02:00
Klaus Basan
0343bfb521 refs #625, refs #614 using cpp.in instead of h.in
* kept nornmal header buildconfig.h
* kept all standard code in buildconfig.cpp
* bundled all DEFINE / replaced code in buildconfig.cpp.in (small)
2016-04-11 20:19:50 +02:00
Klaus Basan
17ce1eef34 refs #625, refs #614 integration of client id fix 2016-04-11 20:19:49 +02:00
Klaus Basan
f5942347f2 refs #614, improved model matcher 2016-04-11 20:19:48 +02:00
Klaus Basan
1b0dda74a3 refs #614, renamed function and helper function 2016-04-11 20:19:46 +02:00
Klaus Basan
b567e2e57b refs #634, a component allowing to test model matching
* adjusted corresponding components
* new component for matcher
2016-04-11 20:19:45 +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
f3ef7ad7ea refs #614, renamed to CAircraftModelSetLoader and detect changes in cache 2016-04-11 20:16:26 +02:00
Klaus Basan
7ed2cc649b refs #614, removed IModelMappingsProvider + adjustments 2016-04-11 20:16:25 +02:00
Klaus Basan
0c6780a392 refs #634, fixes and improvements in selectors/completers
* upper case
* get raw data from selector
* sort completers
2016-04-11 20:16:24 +02:00
Klaus Basan
a07af2b781 refs #614, formatting and new functions for list/value objects
* find by aircraft family
* name completer sorting
2016-04-11 20:16:23 +02:00
Klaus Basan
4b621bcb1a refs #634, find parent tab widget 2016-04-11 20:16:21 +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
a4e7ccd25c Fixed status message verification/validation
slack discussion MS/KB
2016-04-11 20:16:18 +02:00
Klaus Basan
a5f828f0db small follow up of refs #633, display correspondig DB in window title
(makes it eas to see what DB is used)
2016-04-11 20:16:18 +02:00
Klaus Basan
31a824540a refs #632, fixed CAircraftCfgEntries ColumnIndex functions 2016-04-11 20:16:17 +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
a4ec86dc3a refs #626, fixes
* verify to notice when data is mssing (temp)
* use getCopy
2016-04-11 20:16:15 +02:00
Klaus Basan
a5d0453019 refs #614, changed matcher and applied changes
* new function in model list
* removed all models in matcher, only provider data will be used
2016-04-11 20:16:14 +02:00
Klaus Basan
bc29514829 Some minor fixes and formatting 2016-04-11 20:16:13 +02:00
Klaus Basan
2379d373d3 refs #614, fixed missing include 2016-04-11 20:16:12 +02:00
Klaus Basan
057c88b0f2 refs #614, using threadsafe version of getCopy and Doxygen 2016-04-11 20:16:11 +02:00
Klaus Basan
c3355b1c9d refs #614, changed matcher so caches can be used
* provider for cached models
* removed unused dummy
* renamed getDatastoreModels
2016-04-11 20:16:10 +02:00
Klaus Basan
94d9a1a780 Added doxygen comment as discussed on slack 2016-04-11 20:16:09 +02:00
Klaus Basan
9409f93366 refs #614, allow to resize view by presize algorithm 2016-04-11 20:16:08 +02:00
Klaus Basan
220edf44f9 refs #614, last modifed timestamp from file set in CAircraftModel
* added to model (to display in view)
* derived BlackMisc::ITimestampBased from BlackMisc::ITimestampBased
2016-04-11 20:16:07 +02:00
Klaus Basan
600cd52f30 view base improvements
* Use direct update function (not via CVariant anymore)
* refresh indicator
* new signal syntax
2016-04-11 20:16:06 +02:00
Klaus Basan
b1c32dac10 refs #614, allow to merge own models with vPilot rules (this can be used if no DB data are available yet)
* menus
* utility functions
2016-04-11 20:16:05 +02:00
Klaus Basan
a1d6492ff2 refs #614, moved cache to vPilot reader 2016-04-11 20:16:03 +02:00
Klaus Basan
01d4faa20f new syntax 2016-04-11 20:16:02 +02:00
Roland Winklmeier
ea1837d847 Replace several for loops with range-for loops 2016-04-10 16:20:04 +02:00
Roland Winklmeier
781707fb7e Simulator driver fetches and injects weather from weather manager 2016-04-10 16:18:55 +02:00
Roland Winklmeier
5801962a99 Extend GFS data and CGridPoint with surface pressure and temperature 2016-04-10 16:17:23 +02:00
Roland Winklmeier
9c869a16df Retrieve binary rain and snow information from GFS source
refs #612
2016-04-10 16:16:23 +02:00
Roland Winklmeier
a2de3a16e4 CWeatherGrid utility classes
Renamed Cavok to ClearWeather since CAVOK does not mean no clouds.
Find methods.

refs #612
2016-04-10 16:16:21 +02:00
Roland Winklmeier
5d93144c3c Remove enum coverage from CCloudLayer and calculate it from percentage
refs #612
2016-04-10 16:16:15 +02:00