--===============0768591364495803416== Content-Type: multipart/signed; boundary="nextPart1377429.3asmhYv8nW"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart1377429.3asmhYv8nW Content-Type: multipart/mixed; boundary="Boundary-01=_6l1UOgFSeYK+W43" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_6l1UOgFSeYK+W43 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Marco, Nuno, Am Freitag, 6. Mai 2011 17:43:39 schrieb Marco Martin: > On Friday 06 May 2011, Nuno Pinheiro wrote: > > > Cool, which means we could make this change to the MeeGo packages > > > as a patch. (Until somebody shows me how to make this depending on the > > > platform or the physical screensize.) > > > > simpler solution ..... make the hit area larger than the actual visual > > element, im not familiar with the actual implementation but should be > > rather trivial to set that in the respective mouse area... > > it's just > anchors.margins =3D -whatever > in the mousearea > > however must not be exagerated to not make the user click on what he > doesn't expect ;) thanks for your hints. I did not get around trying them, as I am not very=20 familiar with QML and did not find the mousearea, so I would need to browse= =20 the documentation.=20 As long as I do not find a better solution, I am using the following update= d=20 patch on my ideapad. Should be useful for all situation where the touch=20 monitor has a frame and you cannot slide in easily from the left. I apply it as administrator like: patch -i ~bernhard/hacking/kontact-touch-flaps-20110822.patch -d / -p0 Bernhard =2D-=20 Managing Director + Owner: www.Intevation.net <- A Free Software Company Kolabsys.com: Board Member FSFE.org: Founding GA Member Intevation GmbH, Osnabr=FCck, DE; Amtsgericht Osnabr=FCck, HRB 18998 Gesch=E4ftsf=FChrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner --Boundary-01=_6l1UOgFSeYK+W43 Content-Type: text/x-diff; charset="iso-8859-15"; name="kontact-touch-flaps-20110822.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="kontact-touch-flaps-20110822.patch" =2D-- /usr/lib/kde4/imports/org/kde/SlideoutPanel.qml.org 2011-05-04 14:04:= 59.997000020 +0200 +++ /usr/lib/kde4/imports/org/kde/SlideoutPanel.qml 2011-05-04 14:08:37.728= 000020 +0200 @@ -54 +54 @@ =2D property int collapsedWidth : 36 + property int collapsedWidth : 46 An example adjustment for the folder list and the composer editor slightly = to the right to compensate a bit for the wider flaps. Only an ugly hack as it shifts also the decorations: =2D-- /usr/share/kde4/apps/kmail-mobile/kmail-composer.qml.org 2011-05-04 1= 4:26:58.301000041 +0200 +++ /usr/share/kde4/apps/kmail-mobile/kmail-composer.qml 2011-05-04 14:28:2= 8.295000041 +0200 @@ -28,6 +28,7 @@ id: flick anchors.fill: parent contentHeight: editorView.contentHeight; + anchors.leftMargin: 15 =20 content.children: [ EditorView { =2D-- /usr/share/kde4/apps/kmail-mobile/kmail-mobile.qml.org 2011-08-22 12:= 17:25.868169514 +0200 +++ /usr/share/kde4/apps/kmail-mobile/kmail-mobile.qml 2011-08-22 12:17:56.= 374169331 +0200 @@ -88,7 +88,7 @@ id: messageView visible : guiStateManager.inViewSingleItemState anchors.left: parent.left =2D anchors.leftMargin: 30 + anchors.leftMargin: 45 anchors.top: parent.top anchors.topMargin: 35 width: parent.width - 30 @@ -157,6 +157,7 @@ anchors.bottom: parent.bottom anchors.left: parent.left anchors.right : parent.right + anchors.leftMargin: 15 =20 QML.Image { id: backgroundImage @@ -170,7 +171,7 @@ Akonadi.AkonadiBreadcrumbNavigationView { id : collectionView anchors.top: parent.top =2D width: 1/3 * parent.width + width: 1/3 * parent.width - 15 showUnread : true anchors.bottom : selectButton.top //height : parent.height - ( collectionView.hasSelection ? 0 : selec= tButton.height) --Boundary-01=_6l1UOgFSeYK+W43-- --nextPart1377429.3asmhYv8nW Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iEYEABECAAYFAk5TWYIACgkQh9ag3dpKERbasgCfeOXts5+A2AFujWD9/q6Qugiq /ZkAn1rVcn9KFOKihPCXikVGOFmtKXHh =eD5X -----END PGP SIGNATURE----- --nextPart1377429.3asmhYv8nW-- --===============0768591364495803416== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Kde-mobile mailing list Kde-mobile@kde.org https://mail.kde.org/mailman/listinfo/kde-mobile --===============0768591364495803416==--