From 385df9a5a927d30ef2866fe4360bab0f82c9c2c4 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 11 Aug 2018 23:54:34 +0200 Subject: [PATCH] see changelog 0.04 --- CHANGELOG | 7 +- android-sources/AndroidManifest.xml | 4 +- headers/sqlprofilemodel.h | 2 + qml/ProfilesDialog.qml | 108 ++++++++++++++++++++++++++-- qml/SettingsDialog.qml | 81 +++++---------------- qml/SimpleIndicator.qml | 35 +++++++++ qml/main.qml | 15 ++-- qml/qml.qrc | 1 + sources/sqlprofilemodel.cpp | 6 ++ 9 files changed, 179 insertions(+), 80 deletions(-) create mode 100644 qml/SimpleIndicator.qml diff --git a/CHANGELOG b/CHANGELOG index 570ebbe..b55f7c0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added - added profiles dialog + +## [0.04] - 2018-08-11 +### Added - buzzer icon in the upper left corner indicating that the buzzer is connected ### Fixed - start seqnece continues in a buggy way when cancel is being pressed while 'at your marks' or 'ready' - bug that made the start sequence freeze if a delay of zero or lower or a non valid number was set as delay ### Changed -- increased the size f the back buttons in settings / profiles dialog +- increased the size of the back buttons in settings / profiles dialog ## [0.03 - BETA] - 2018-07-29 ### Added @@ -20,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - new screen in landscape mode - buttons for settings and profiles - the screen stays on now -- the volume sontrols control the media volume directly +- the volume csontrols control the media volume directly - settings dialog - capabilitie to connect to a Buzzer via Wifi - it is now possible to setup an automatic start sequence that spells the command diff --git a/android-sources/AndroidManifest.xml b/android-sources/AndroidManifest.xml index 20f173d..efa45e4 100644 --- a/android-sources/AndroidManifest.xml +++ b/android-sources/AndroidManifest.xml @@ -1,5 +1,5 @@ - + @@ -66,7 +66,7 @@ - +