diff --git a/_locales/en/messages.json b/_locales/en/messages.json index cdec73e51d..b8a3ca5041 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -3,7 +3,7 @@ "message": "Receive desktop notification when application updates" }, "options_improve_configurator": { - "message": "Improve Baseflight - Configurator by sending anonymous usage data to the developer team" + "message": "Send anonymous usage data to the developer team" }, "options_back": { "message": "Leave Options" diff --git a/changelog.html b/changelog.html index 23c4ba07fb..badc45af29 100644 --- a/changelog.html +++ b/changelog.html @@ -1,6 +1,9 @@ xx.xx.2014 - 0.32
- -
+ - Native application frame on Chrome 35+
+ - Reworked Sensors tab (optimized graphs, new ui)
+ - Small ui changes
+ - Performance improvements
diff --git a/images/controls/close.png b/images/controls/close.png deleted file mode 100644 index fa84cef7b2..0000000000 Binary files a/images/controls/close.png and /dev/null differ diff --git a/images/controls/maximize.png b/images/controls/maximize.png deleted file mode 100644 index 44df1880c3..0000000000 Binary files a/images/controls/maximize.png and /dev/null differ diff --git a/images/controls/minimize.png b/images/controls/minimize.png deleted file mode 100644 index e0cd947598..0000000000 Binary files a/images/controls/minimize.png and /dev/null differ diff --git a/images/options.png b/images/options.png new file mode 100644 index 0000000000..0faa68699e Binary files /dev/null and b/images/options.png differ diff --git a/main.css b/main.css index 829e292120..b798f19891 100644 --- a/main.css +++ b/main.css @@ -114,6 +114,8 @@ input[type="number"]::-webkit-inner-spin-button { #sensor-status { float: right; + margin-right: 10px; + height: 22px; line-height: 22px; } @@ -136,6 +138,48 @@ input[type="number"]::-webkit-inner-spin-button { #sensor-status .on { background-color: #0d8b13; } +#options { + float: right; + + margin-top: -1px; + + width: 21px; + height: 21px; + + opacity: 0.6; + + background-image: url('../images/options.png'); + background-repeat: no-repeat; +} + #options:hover { + opacity: 0.70; + } + #options.active { + opacity: 0.70; + } + #options.active:hover { + opacity: 0.85; + } +#options-window { + display: none; + position: fixed; + + right: 10px; + top: 32px; + + padding: 5px; + + line-height: 20px; + + border: 1px solid silver; + background-color: white; +} + #options-window input { + float: left; + + margin-top: 3px; + margin-right: 5px; + } #log { margin-bottom: 10px; diff --git a/main.html b/main.html index 319b452ccf..7ffd5da5db 100644 --- a/main.html +++ b/main.html @@ -16,7 +16,6 @@ - @@ -45,7 +44,6 @@ -
@@ -80,6 +78,7 @@ +