mjh65

Results 9 issues of mjh65

Refactor ChartsApp into common base class and a small specialisation. Change PlaneManualApp to derive from the new DocumentsApp base class.

This update supports the build of a new Avitab standalone variant that can be run alongside Microsoft Flight Simulator 2020. There are currently many restrictions, but it may be useful...

This is a relatively large feature addition that has been hinted at in several previous PRs, and is finally now being requested, having reached a state of (more-or-less) equivalent behaviour...

There has been work in some apps (eg charts) to improve the UI (eg use of mouse scroll wheel for zooming, scrolling) but some of the other apps don't support...

From @dave6502: "In the past, without chart georeferencing, this wasn't an issue. But now, the charts in the AirportApp feel more like a Map. So any features in the MapApp...

The Avitab build fails on Mac OSX due to a deprecation warning being treated as an error: ``` build-third/include/nlohmann/json.hpp:6217:19: error: 'char_traits' is deprecated: char_traits for T not equal to char,...

This PR implements the enhancement requested in https://github.com/fpw/avitab/issues/198. The first commit refactors some existing code to put a small wrapper class around the X-Plane API calls. Despite this, the callbacks...

This change modifies the ChartFox interfacing to use the latest (v2) API for chart retrieval. The authentication protocols have been updated, so that each Avitab user is required to have...

This is a revival of https://github.com/fpw/avitab/pull/207, since I was unable to reopen that request after I closed it (temporarily I had hoped!) While using the ChartFox interface for CYOW I...