diff --git a/data/kinect.cal b/data/kinect.cal index 47c331e938110dde47bbbeb6177dc189d844f14b..ee802fa7c43fcac35c76f002e4d856a39a0e0dfd 100644 --- a/data/kinect.cal +++ b/data/kinect.cal @@ -27,7 +27,7 @@ R13=0.005927 R21=-0.000563 R22=0.999999 R23=0.001235 -R33=-0.005926 +R31=-0.005926 R32=-0.001239 R33=0.999982 Tx=-0.024287 diff --git a/deploy/mac_create_dmg.sh b/deploy/mac_create_dmg.sh index b35a041869d3121e99887eecde6e642b055ce22a..bcdfe4381a653e1ee7b0af1901be6fa6dfe49cd9 100644 --- a/deploy/mac_create_dmg.sh +++ b/deploy/mac_create_dmg.sh @@ -12,6 +12,7 @@ cp -r ../bin/mac/qgroundcontrol.app mac/. cp -r ../audio mac/qgroundcontrol.app/Contents/MacOs/. mkdir -p mac/qgroundcontrol.app/Contents/Frameworks/ +# SDL is not copied by Qt - for whatever reason cp -r SDL.framework mac/qgroundcontrol.app/Contents/Frameworks/. echo -e '\n\nStarting to create disk image. This may take a while..\n' macdeployqt mac/qgroundcontrol.app -dmg diff --git a/deploy/qgroundcontrol_installer.nsi b/deploy/qgroundcontrol_installer.nsi index dca29cb1b430bc963ef31544818ff2bf02a062e5..d2c351a6f692f5b95fe80dd9467bc4edb9d17b33 100644 --- a/deploy/qgroundcontrol_installer.nsi +++ b/deploy/qgroundcontrol_installer.nsi @@ -16,20 +16,20 @@ LicenseData ..\license.txt Section "" SetOutPath $INSTDIR - File qgroundcontrol\*.* - WriteUninstaller $INSTDIR\QGroundcontrol_uninstall.exe + File ..\release\*.* + WriteUninstaller $INSTDIR\QGroundControl_uninstall.exe SectionEnd Section "Uninstall" - Delete $INSTDIR\QGroundcontrol_uninstall.exe + Delete $INSTDIR\QGroundControl_uninstall.exe Delete $INSTDIR\*.* RMDir $INSTDIR - Delete "$SMPROGRAMS\QGroundcontrol\*.*" - RMDir "$SMPROGRAMS\QGroundcontrol\" + Delete "$SMPROGRAMS\QGroundControl\*.*" + RMDir "$SMPROGRAMS\QGroundControl\" SectionEnd Section "create Start Menu Shortcuts" - CreateDirectory "$SMPROGRAMS\QGroundcontrol" - CreateShortCut "$SMPROGRAMS\QGroundcontrol\uninstall.lnk" "$INSTDIR\QGroundcontrol_uninstall.exe" "" "$INSTDIR\QGroundcontrol_uninstall.exe" 0 - CreateShortCut "$SMPROGRAMS\QGroundcontrol\QGroundcontrol.lnk" "$INSTDIR\qgroundcontrol.exe" "" "$INSTDIR\qgroundcontrol.exe" 0 + CreateDirectory "$SMPROGRAMS\QGroundControl" + CreateShortCut "$SMPROGRAMS\QGroundControl\uninstall.lnk" "$INSTDIR\QGroundControl_uninstall.exe" "" "$INSTDIR\QGroundControl_uninstall.exe" 0 + CreateShortCut "$SMPROGRAMS\QGroundControl\QGroundControl.lnk" "$INSTDIR\qgroundcontrol.exe" "" "$INSTDIR\qgroundcontrol.exe" 0 SectionEnd \ No newline at end of file diff --git a/images/earth.html b/images/earth.html index b345e27c4ae74cd8b27ec7192fad44c407697d91..240f1b5d70d457d9ad2661f61a8bbffbf40ff7ce 100644 --- a/images/earth.html +++ b/images/earth.html @@ -7,6 +7,7 @@ QGroundControl Google Earth View +