On Friday 05 February 2016 07:47:52 you wrote:
> Hi there,
> 
> the last couple of weeks have been challenging for me to find time to work
> on Subsurface and that's frustrating because I think we are really close
> to being able to open this up for more users.
> 
> I figured we should create a punch list of what's missing to get us there.
> I'll convert this into bugs on trac bug for now let's just collect things
> here:
> 
> - edit button: the magic button has suddenly become super unreliable. I
>   have to tap it many many times before it starts the edit. And obviously
>   several others have reported this already as well.
>   Marco, Sebastian, any idea what's up with that?
>   As a stop gap measure I think we should add back a button in the TopBar
>   that switches from "Edit" to "Cancel".

is it now using the components from master?

> - keyboard size error: especially in landscape - the content of the page
>   being edited shifts up too much and there's a big empty area above the
>   keyboard.
>   Sebastian, I know that you said you know what causes that. Any chance
>   you can look into this issue?

maybe for the first release the attached patch should be used until we figure 
out what't broken in keyboard management in Android

-- 
Marco Martin
diff --git a/components/mobilecomponents/qml/ApplicationWindow.qml b/components/mobilecomponents/qml/ApplicationWindow.qml
index c71c4e9..8b6342e 100644
--- a/components/mobilecomponents/qml/ApplicationWindow.qml
+++ b/components/mobilecomponents/qml/ApplicationWindow.qml
@@ -131,7 +131,6 @@ ApplicationWindow {
         id: __pageStack
         anchors {
             fill: parent
-            bottomMargin: Qt.inputMethod.keyboardRectangle.height
         }
         focus: true
         Keys.onReleased: {
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to