* User guide migration to QGC source
* Add google analytics - but need [GA4] Find your Google tag ID
* Update (most) notes to use vitepress note syntax
* Convert remaining notes, tips, warnings
* Prettier all the files
* Lower case and compress all images
* Lower case filenames
* docs_deploy1
* Disable platform builds on commit to docs (only)
* Test deployment script 1 (#10893)
* docs_deploy1
* Disable platform builds on commit to docs (only)
* docs_deploy2
* lower case waypoint file
* Lower case console.jpg
* Add duplicate index as fallback
* Get path from process
* fix upload
* Disable running workflows for changes in the actions
* Attempt update via github workflow
* Attempt workflow update
* A bit more deployment debugging
* MOdify yaml to use personal access token
* Lower case the support.md
* Fix up pattern
* Add UI design - ignored by github
* Fix up plugins name
* Fix up toolbar
* Fix up the Support path
* Fix up support link to go to the NEW target
* Only build this on commit
* Add docs stablev4 3 (#10894)
* docs_deploy1
* Disable platform builds on commit to docs (only)
* docs_deploy2
* lower case waypoint file
* Lower case console.jpg
* Add duplicate index as fallback
* Get path from process
* fix upload
* Disable running workflows for changes in the actions
* Attempt update via github workflow
* Attempt workflow update
* A bit more deployment debugging
* MOdify yaml to use personal access token
* Lower case the support.md
* Fix up pattern
* Add UI design - ignored by github
* Fix up plugins name
* Fix up toolbar
* Fix up the Support path
* Fix up support link to go to the NEW target
* Only build this on commit
* Remove unused files
- cl : Command line error D8021 : invalid numeric argument '/Wno-missing-braces'
- ..\src\VehicleSetup\FirmwareUpgradeController.cc(29): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
Automated the generation of language resources into the application
Added all languages that come from Crowdin, even if empty.
Allow dynamic language changes
The build system will look for src/Airmap/Airmap_api_key.h
If it find is, it will used the provided API key and client ID for Airmap.
That file should provide two strings:
static const char* kAirmapAPIKey = "key data";
static const char* kAirmapClientID = "id data";
Local builds, without these will have no Airmap support by default (users can always enter their own within the Airmap settings panel).
* Add resource config for vmware
* Ignore vagrant directory
* Vagrant config use Qt 5.7
* Vagrant support docker provisioner and use Ubuntu 16.04
* Fix paths for Vagrant build
* Update Vagrantfile to match Travis
* Prefer VM providers over docker
* Get apt packages and environment from travis.yml
* Add graphical environment to Vagrantfile
* Use full Qt 5.7.1 download