From e9529dcf8b62b81a5ec773fd15ea7fa9f358177b Mon Sep 17 00:00:00 2001 From: p2rkw Date: Tue, 1 Nov 2016 22:41:51 +0100 Subject: [PATCH] Release v0.4.1 * Smooth scroll: detect and handle flipped up&down, left&right buttons * Add examples with my current configuration as first example. * Proper initialization of scroll axes(2 and 3). * Setup scroll valuators also during device initialization. * Do not consider edge clicks when calculating emulated buttons * Change type of variables holding movement delta to double for better precision. * Rewrite tap implementation from scratch. Remove 'status' field from Touch structure. * Clear the MT_BUTTON bit of touches when an integrated button is released. * Scale gesture reimplementation. --- README.md | 3 ++- RELEASE.md | 11 +++++++++++ debian/changelog | 14 ++++++++++++++ debian/control | 2 +- debian/copyright | 4 ++-- 5 files changed, 30 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48933e2..54a9314 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ xf86-input-mtrack ================= +######v0.4.1 An Xorg driver for multitouch trackpads. Supports any trackpad whose kernel driver uses the slotted multitouch protocol. For more information on the @@ -12,7 +13,7 @@ the [mtdev][4] library to operate. License ------- -* Copyright (C) 2015 Paweł Turkowski +* Copyright (C) 2016 Paweł Turkowski * Copyright (C) 2011 Ryan Bourgeois * Copyright (C) 2008 Henrik Rydberg diff --git a/RELEASE.md b/RELEASE.md index 96489db..6d684c6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,14 @@ +## v0.4.1 +* Smooth scroll: detect and handle flipped up&down, left&right buttons +* Add examples with my current configuration as first example. +* Proper initialization of scroll axes(2 and 3). +* Setup scroll valuators also during device initialization. +* Do not consider edge clicks when calculating emulated buttons +* Change type of variables holding movement delta to double for better precision. +* Rewrite tap implementation from scratch. Remove 'status' field from Touch structure. +* Clear the MT_BUTTON bit of touches when an integrated button is released. +* Scale gesture reimplementation. + ## v0.4.0 * Add smooth scroll * Add scroll/swipe/swipe4 to drag functionality diff --git a/debian/changelog b/debian/changelog index ff1057b..bdc6fcc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +xserver-xorg-input-mtrack (0.4.1) unstable; urgency=low + + * Smooth scroll: detect and handle flipped up&down, left&right buttons + * Add examples with my current configuration as first example. + * Proper initialization of scroll axes(2 and 3). + * Setup scroll valuators also during device initialization. + * Do not consider edge clicks when calculating emulated buttons + * Change type of variables holding movement delta to double for better precision. + * Rewrite tap implementation from scratch. Remove 'status' field from Touch structure. + * Clear the MT_BUTTON bit of touches when an integrated button is released. + * Scale gesture reimplementation. + + -- Paweł Turkowski Wed, 02 Nov 2016 00:13:04 +0100 + xserver-xorg-input-mtrack (0.4.0) unstable; urgency=low * Add smooth scroll diff --git a/debian/control b/debian/control index 320fd87..0e73f5d 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: xserver-xorg-input-mtrack Section: misc Priority: optional -Maintainer: Ryan Bourgeois , Paweł Turkowski +Maintainer: Paweł Turkowski Build-Depends: debhelper (>= 5), xserver-xorg-dev (>= 2:1.7.6), diff --git a/debian/copyright b/debian/copyright index 3662013..879b0f6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,7 +6,7 @@ Upstream Authors: Ryan Bourgeois Copyright: Copyright (C) 2008 Henrik Rydberg (rydberg@euromail.se) Copyright (C) 2011 Ryan Bourgeois (bluedragonx@gmail.com) - Copyright (C) 2015 Paweł Turkowski (p2rkw0@gmail.com) + Copyright (C) 2016 Paweł Turkowski (p2rkw0@gmail.com) License: @@ -27,6 +27,6 @@ License: Packaging: Copyright (C) 2008 by Henrik Rydberg Copyright (C) 2011 by Ryan Bourgeois - Copyright (C) 2015 by Paweł Turkowski + Copyright (C) 2016 by Paweł Turkowski released under GPL 2