1
0
Fork 0
fgdata/Nasal/canvas
Gijs de Rooy a9576e8c8d Canvas Navigational Display:
- get rid of global variables and use instance variables
- identified all important drawing routines and move them into *.draw files
- changed to dynamic loading of *.draw *.model and *.layer files
- implemented poor-man's controller hash to move use-case specific conditionals out of the draw files, and back into the instantiation, i.e. Gijs' EFIS class
- started identifying stuff that is not specific to drawing, but to what is to be drawn, i.e. Model stuff - such as positioned queries, moved those out into *.model files
- some more work on supporting more than a single ND MFD instance per aircraft
- renamed a handful of SVG identifiers to avoid naming conflicts and to simplify usage of SVG IDs as member fields
- moved all of the setlistener setup out of the fdm-initialized stub right into the ctor of the Efis class (actually that's controller stuff...)
- initial MapStructure framework
- aircraft-agnostic NavDisplay class
- preparations for deprecating map.nas
- additions to canvas.map
- preparations for making NDStyles configurable via XML
2013-12-01 13:36:23 +01:00
..
gui Canvas GUI: Basic widget, focus and theming support. 2013-07-27 12:57:52 +02:00
map Canvas Navigational Display: 2013-12-01 13:36:23 +01:00
api.nas Canvas Navigational Display: 2013-12-01 13:36:23 +01:00
api.nas.2.8 Use latest core API and fix FG 2.8 support 2012-11-18 23:29:24 +01:00
design.txt Canvas Scripting Layer (Mapping): 2012-09-29 21:16:31 +01:00
generic-canvas-map.xml Airport dialog: Basic support for drag/zoom with the mouse 2012-12-03 00:39:13 +01:00
gui.nas Canvas GUI: check if canvas is valid on resize. 2013-07-27 22:23:00 +02:00
map.nas Canvas Navigational Display: 2013-12-01 13:36:23 +01:00
MapStructure.nas Canvas Navigational Display: 2013-12-01 13:36:23 +01:00
PropertyElement.nas Use newly exposed props.Node.addChild method 2012-10-13 15:20:27 +02:00
svg.nas Canvas Navigational Display: 2013-12-01 13:36:23 +01:00
tooltip.nas Avoid tooltip breakage when property is nil 2013-10-25 17:19:35 +01:00