diff --git a/android/res/drawable-hdpi/icon.png b/android/res/drawable-hdpi/icon.png index 0cc381c..dcfe2f1 100644 Binary files a/android/res/drawable-hdpi/icon.png and b/android/res/drawable-hdpi/icon.png differ diff --git a/android/res/drawable-ldpi/icon.png b/android/res/drawable-ldpi/icon.png index f487d95..d2d940a 100644 Binary files a/android/res/drawable-ldpi/icon.png and b/android/res/drawable-ldpi/icon.png differ diff --git a/android/res/drawable-mdpi/icon.png b/android/res/drawable-mdpi/icon.png index 07399ed..add2652 100644 Binary files a/android/res/drawable-mdpi/icon.png and b/android/res/drawable-mdpi/icon.png differ diff --git a/android/res/drawable-xhdpi/icon.png b/android/res/drawable-xhdpi/icon.png new file mode 100644 index 0000000..d02d9c7 Binary files /dev/null and b/android/res/drawable-xhdpi/icon.png differ diff --git a/android/res/drawable-xxhdpi/icon.png b/android/res/drawable-xxhdpi/icon.png new file mode 100644 index 0000000..139f14d Binary files /dev/null and b/android/res/drawable-xxhdpi/icon.png differ diff --git a/android/res/drawable-xxxhdpi/icon.png b/android/res/drawable-xxxhdpi/icon.png new file mode 100644 index 0000000..b08f1ce Binary files /dev/null and b/android/res/drawable-xxxhdpi/icon.png differ diff --git a/ios/AppIcon29x29.png b/ios/AppIcon29x29.png index 22b02b2..fa01256 100644 Binary files a/ios/AppIcon29x29.png and b/ios/AppIcon29x29.png differ diff --git a/ios/AppIcon29x29@2x.png b/ios/AppIcon29x29@2x.png index 8bccfc0..dac4642 100644 Binary files a/ios/AppIcon29x29@2x.png and b/ios/AppIcon29x29@2x.png differ diff --git a/ios/AppIcon29x29@2x~ipad.png b/ios/AppIcon29x29@2x~ipad.png index 7d993b0..8363ab2 100644 Binary files a/ios/AppIcon29x29@2x~ipad.png and b/ios/AppIcon29x29@2x~ipad.png differ diff --git a/ios/AppIcon29x29~ipad.png b/ios/AppIcon29x29~ipad.png index 9f4d356..bc25036 100644 Binary files a/ios/AppIcon29x29~ipad.png and b/ios/AppIcon29x29~ipad.png differ diff --git a/ios/AppIcon40x40@2x.png b/ios/AppIcon40x40@2x.png index 85b0f54..03d3ea4 100644 Binary files a/ios/AppIcon40x40@2x.png and b/ios/AppIcon40x40@2x.png differ diff --git a/ios/AppIcon40x40@2x~ipad.png b/ios/AppIcon40x40@2x~ipad.png index b38d96a..be29cf2 100644 Binary files a/ios/AppIcon40x40@2x~ipad.png and b/ios/AppIcon40x40@2x~ipad.png differ diff --git a/ios/AppIcon40x40~ipad.png b/ios/AppIcon40x40~ipad.png index ed4de9e..0a4da93 100644 Binary files a/ios/AppIcon40x40~ipad.png and b/ios/AppIcon40x40~ipad.png differ diff --git a/ios/AppIcon50x50@2x~ipad.png b/ios/AppIcon50x50@2x~ipad.png index c11f619..428ddd5 100644 Binary files a/ios/AppIcon50x50@2x~ipad.png and b/ios/AppIcon50x50@2x~ipad.png differ diff --git a/ios/AppIcon50x50~ipad.png b/ios/AppIcon50x50~ipad.png index cd3b929..3571056 100644 Binary files a/ios/AppIcon50x50~ipad.png and b/ios/AppIcon50x50~ipad.png differ diff --git a/ios/AppIcon57x57.png b/ios/AppIcon57x57.png index 73db1a5..60879a4 100644 Binary files a/ios/AppIcon57x57.png and b/ios/AppIcon57x57.png differ diff --git a/ios/AppIcon57x57@2x.png b/ios/AppIcon57x57@2x.png index 17cfb33..a2eb2e8 100644 Binary files a/ios/AppIcon57x57@2x.png and b/ios/AppIcon57x57@2x.png differ diff --git a/ios/AppIcon60x60@2x.png b/ios/AppIcon60x60@2x.png index 5fee5f5..0be42c9 100644 Binary files a/ios/AppIcon60x60@2x.png and b/ios/AppIcon60x60@2x.png differ diff --git a/ios/AppIcon72x72@2x~ipad.png b/ios/AppIcon72x72@2x~ipad.png index 3701cc6..d5553b2 100644 Binary files a/ios/AppIcon72x72@2x~ipad.png and b/ios/AppIcon72x72@2x~ipad.png differ diff --git a/ios/AppIcon72x72~ipad.png b/ios/AppIcon72x72~ipad.png index 4269185..bc58950 100644 Binary files a/ios/AppIcon72x72~ipad.png and b/ios/AppIcon72x72~ipad.png differ diff --git a/ios/AppIcon76x76@2x~ipad.png b/ios/AppIcon76x76@2x~ipad.png index 1edf9c4..72d9fb9 100644 Binary files a/ios/AppIcon76x76@2x~ipad.png and b/ios/AppIcon76x76@2x~ipad.png differ diff --git a/ios/AppIcon76x76~ipad.png b/ios/AppIcon76x76~ipad.png index a5651fe..e4a3615 100644 Binary files a/ios/AppIcon76x76~ipad.png and b/ios/AppIcon76x76~ipad.png differ diff --git a/qgcresources.qrc b/qgcresources.qrc index eb7ff20..61a6be1 100644 --- a/qgcresources.qrc +++ b/qgcresources.qrc @@ -147,8 +147,8 @@ resources/Pause.svg resources/Play.svg resources/PowerButton.svg - resources/QGCLogoWhite.png - resources/QGCLogoBlack.png + resources/QGCLogoWhite.svg + resources/QGCLogoBlack.svg resources/QGroundControlConnect.svg resources/SplashScreen.png resources/Stop.svg diff --git a/resources/QGCLogoBlack.png b/resources/QGCLogoBlack.png deleted file mode 100644 index 31e792e..0000000 Binary files a/resources/QGCLogoBlack.png and /dev/null differ diff --git a/resources/QGCLogoBlack.svg b/resources/QGCLogoBlack.svg new file mode 100644 index 0000000..b242ff8 --- /dev/null +++ b/resources/QGCLogoBlack.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + diff --git a/resources/QGCLogoWhite.png b/resources/QGCLogoWhite.png deleted file mode 100644 index cb52e4e..0000000 Binary files a/resources/QGCLogoWhite.png and /dev/null differ diff --git a/resources/QGCLogoWhite.svg b/resources/QGCLogoWhite.svg new file mode 100644 index 0000000..9f045f9 --- /dev/null +++ b/resources/QGCLogoWhite.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + diff --git a/resources/icons/android_512x512.png b/resources/icons/android_512x512.png index 715ca39..3340fec 100644 Binary files a/resources/icons/android_512x512.png and b/resources/icons/android_512x512.png differ diff --git a/resources/icons/macx.icns b/resources/icons/macx.icns index 6111a01..f58514d 100644 Binary files a/resources/icons/macx.icns and b/resources/icons/macx.icns differ diff --git a/resources/icons/macx_128x128x32.png b/resources/icons/macx_128x128x32.png deleted file mode 100644 index 0cc381c..0000000 Binary files a/resources/icons/macx_128x128x32.png and /dev/null differ diff --git a/resources/icons/macx_16x16x1.png b/resources/icons/macx_16x16x1.png deleted file mode 100644 index 2e6fcb8..0000000 Binary files a/resources/icons/macx_16x16x1.png and /dev/null differ diff --git a/resources/icons/macx_16x16x32.png b/resources/icons/macx_16x16x32.png deleted file mode 100644 index 987d0e5..0000000 Binary files a/resources/icons/macx_16x16x32.png and /dev/null differ diff --git a/resources/icons/macx_32x32x1.png b/resources/icons/macx_32x32x1.png deleted file mode 100644 index 97836fc..0000000 Binary files a/resources/icons/macx_32x32x1.png and /dev/null differ diff --git a/resources/icons/macx_32x32x32.png b/resources/icons/macx_32x32x32.png deleted file mode 100644 index efd6a3b..0000000 Binary files a/resources/icons/macx_32x32x32.png and /dev/null differ diff --git a/resources/icons/macx_48x48x1.png b/resources/icons/macx_48x48x1.png deleted file mode 100644 index 3c1f686..0000000 Binary files a/resources/icons/macx_48x48x1.png and /dev/null differ diff --git a/resources/icons/macx_48x48x32.png b/resources/icons/macx_48x48x32.png deleted file mode 100644 index 07399ed..0000000 Binary files a/resources/icons/macx_48x48x32.png and /dev/null differ diff --git a/resources/icons/qgroundcontrol.ico b/resources/icons/qgroundcontrol.ico index d9f813b..3831054 100644 Binary files a/resources/icons/qgroundcontrol.ico and b/resources/icons/qgroundcontrol.ico differ diff --git a/resources/icons/qgroundcontrol.png b/resources/icons/qgroundcontrol.png index 0cc381c..f52acb1 100644 Binary files a/resources/icons/qgroundcontrol.png and b/resources/icons/qgroundcontrol.png differ diff --git a/src/ui/toolbar/MainToolBar.qml b/src/ui/toolbar/MainToolBar.qml index 316bd99..4dd0750 100644 --- a/src/ui/toolbar/MainToolBar.qml +++ b/src/ui/toolbar/MainToolBar.qml @@ -428,12 +428,14 @@ Rectangle { anchors.bottom: parent.bottom source: qgcPal.globalTheme == QGCPalette.Light ? "/res/QGCLogoBlack" : "/res/QGCLogoWhite" fillMode: Image.PreserveAspectFit + smooth: true + mipmap: true + antialiasing: true readonly property real _topBottomMargins: ScreenTools.defaultFontPixelHeight / 2 MouseArea { anchors.fill: parent - onClicked: mainWindow.showLeftMenu() } }