Mathew Sutcliffe
88f2ea232a
Better implementation of CompareCaseInsensitive.
2015-11-19 21:01:33 +00:00
Mathew Sutcliffe
ed98dcedc6
refs #271 Changed the default X-Plane model to one that is part of the basic CSL package of xbus.
...
This makes traffic visible in X-Plane once again.
2015-11-19 21:01:29 +00:00
Mathew Sutcliffe
b0b1a3a65d
refs #271 CSimulatorXPlane sends text messages to XBus and they are displayed in X-Plane.
2015-11-19 21:01:26 +00:00
Mathew Sutcliffe
011488eaf1
refs #271 C++ API wrapper for the X-Plane Plugin SDK's C API for drawing callbacks.
2015-11-19 21:01:23 +00:00
Mathew Sutcliffe
3c95cde33c
refs #271 C++ API wrapper for the X-Plane Plugin SDK's C API for custom commands.
2015-11-19 21:01:21 +00:00
Mathew Sutcliffe
cab22cdd64
refs #271 Removed some old debug printing.
2015-11-19 21:01:18 +00:00
Mathew Sutcliffe
b489b888a3
refs #466 Added a weather service class for XBus.
2015-11-19 21:01:15 +00:00
Mathew Sutcliffe
f757adbf5a
refs #466 Resolved TODO items in xbus.
2015-11-19 21:01:12 +00:00
Mathew Sutcliffe
3401fff017
refs #466 Refactored automatic signal relaying into CGenericDBusInterface.
2015-11-19 21:01:10 +00:00
Mathew Sutcliffe
df6b5b4929
refs #466 Resolved TODO items in INetwork.
2015-11-19 21:01:07 +00:00
Mathew Sutcliffe
f03b24022e
refs #466 Resolved TODO item in GUI.
2015-11-19 21:01:04 +00:00
Mathew Sutcliffe
b1a3793c2f
refs #466 Resolved miscellaneous TODO items.
2015-11-19 21:01:02 +00:00
Mathew Sutcliffe
a102fc73b6
refs #466 Resolved TODO items in logging.
2015-11-19 21:00:59 +00:00
Mathew Sutcliffe
64a25a7860
refs #466 Resolved TODO items in containers.
2015-11-19 21:00:56 +00:00
Mathew Sutcliffe
2ca457903c
refs #475 Missing extern template declarations.
2015-11-19 21:00:53 +00:00
Mathew Sutcliffe
9593020fc8
refs #475 Tweaked resource file directory.
2015-11-19 21:00:51 +00:00
Mathew Sutcliffe
a0a503599f
refs #479 Fixed mistake in CListModelBase::updateAsync.
2015-11-19 21:00:48 +00:00
Klaus Basan
e534a64d9a
refs #474 , role class so I can start with access rights in mapping GUI
...
Remark: Added upfront, as I need that for the screenshots when writing the BLOG article
2015-11-19 21:00:45 +00:00
Klaus Basan
eaa8339f2b
renamed the GUI components for consistency
2015-11-19 21:00:42 +00:00
Klaus Basan
42304f640b
refs #477 , load indicator appears in wrong place.
...
A first improvement by re-centering it when view becomes visible.
2015-11-19 21:00:40 +00:00
Klaus Basan
6fda875e8f
refs #475 , added a utility class so the load indicator of a view can be triggered from the framing component
2015-11-19 21:00:37 +00:00
Klaus Basan
2507ce6715
Fixes as discussed in the meeting
...
* hasXXMessage performance
* remove id ASSERT_X
2015-11-19 21:00:34 +00:00
Klaus Basan
b7002e275a
refs #475 , 1st set of testdata (will be frequently updated)
2015-11-19 21:00:31 +00:00
Klaus Basan
5147031ec2
refs #475 , menus to call load/save DB data
2015-11-19 21:00:27 +00:00
Klaus Basan
aa653e0d85
refs #475 , allow to load DB data from disk.
...
* Will allow to load data if DB is not accessible / available
* Also allows to save, so a special set can be saved for testing/forensic.
* fixed status bar, as received data no longer means DB is alive
2015-11-19 21:00:26 +00:00
Klaus Basan
326a465b54
refs #475 , added file utilities
2015-11-19 21:00:25 +00:00
Klaus Basan
e336428822
refs #475 , added functions in project
...
* get some specific directories
* detect if running on developer's machine
2015-11-19 21:00:23 +00:00
Klaus Basan
68d0b8cc98
During #475 found issue with deleter
...
* changed / improved deleter
* formatting in related class soundgenerator
2015-11-19 21:00:22 +00:00
Klaus Basan
84b06c51d9
refs #475 new icons for load/save
2015-11-19 21:00:21 +00:00
Klaus Basan
3ed2068ff5
refs #452 , MS review
...
https://dev.vatsim-germany.org/issues/452#note-5
2015-11-19 21:00:19 +00:00
Klaus Basan
e033cfacfd
refs #469 , misc:
...
* Formatting
* added begin/endStructure for pixmap
2015-11-19 21:00:18 +00:00
Klaus Basan
2ba061bbc0
refs #469 , adjusted network context due to changes in signals and METAR naming
2015-11-19 21:00:17 +00:00
Klaus Basan
8827b68b3b
refs #452 signals in reader classes. adjusted METAR reader
...
* renamed to connectDataReadSignal
* removed unused individual signals, e.g. vatsimMetarsRead -> replace by data read signal + entity flag
* added data in METAR class (kept there, not in airspace monitor) -> reader aware
2015-11-19 21:00:15 +00:00
Klaus Basan
29d436ee67
refs #469 convenience function in METAR set
2015-11-19 21:00:14 +00:00
Klaus Basan
2cfd3540b8
refs #469 , renamed flags
...
* db to entity flags as it also features entities not from DB
* Flag enums singular (discussed with MS / slack)
2015-11-19 21:00:13 +00:00
Klaus Basan
24432a56c7
refs #452 , integrated METAR reader in CWebDataServices
...
* renamed files without "_"
* added flags
* integrated URL into global reader settings
* added new parameter for connectVatsimDataSignals
* removed unused setting in settings / network.h
2015-11-19 21:00:11 +00:00
Klaus Basan
3923336da8
refs #452 changes because of the 452 branch, but only possible after merge with master
...
Fixed a gcc (Jenkins) warning along with that
2015-11-19 21:00:10 +00:00
Klaus Basan
c84bc457df
Renamed FSD server function
2015-11-19 21:00:09 +00:00
Klaus Basan
b2d38d24e6
refs #452 Post merge: Fixed includes - without those compilation did not work at my (KB) place
2015-11-19 21:00:07 +00:00
Klaus Basan
8b5bec3a15
refs #452 the mapping tool (swiftdata)
2015-11-19 21:00:06 +00:00
Klaus Basan
8281ef5910
refs #452 adjusted swift GUI
...
* CAircraft -> CSimulatedAircraft
* exit menu
2015-11-19 21:00:05 +00:00
Klaus Basan
c3575a5b41
refs #452 new styles / qss stylesheet
2015-11-19 21:00:03 +00:00
Klaus Basan
6dd160e103
refs #452 adjusted blackgui.pro for new subdirs
2015-11-19 21:00:02 +00:00
Klaus Basan
b7d72d3499
refs #452 the main info area for the mapping tool
2015-11-19 21:00:01 +00:00
Klaus Basan
89ed13276e
refs #452 stash component (preparation, not yet implemented)
...
stashed mappings will be written in one step to DB
2015-11-19 20:59:59 +00:00
Klaus Basan
0a51c0a7b7
refs #452 mapping component where mappings can be performed
2015-11-19 20:59:58 +00:00
Klaus Basan
bcd821812f
refs #452 status bar for web reading
...
* status of load requests
* is swift DB available?
2015-11-19 20:59:57 +00:00
Klaus Basan
fc772c6540
refs #452 updated mapping component in swift GUI
...
* data reloading
* using new view mode
2015-11-19 20:59:56 +00:00
Klaus Basan
18c12db710
refs #452 removed old data mapping component
2015-11-19 20:59:54 +00:00
Klaus Basan
777e3701c6
refs #452 the info area for the DB components
2015-11-19 20:59:53 +00:00