[Touch-packages] [Bug 1607223] Re: Two-finger touchpad scrolling is not accurate in apps under Unity8 (but is in Mir demo servers)

2017-03-13 Thread Michał Sawicz
** No longer affects: qtmir

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1607223

Title:
  Two-finger touchpad scrolling is not accurate in apps under Unity8
  (but is in Mir demo servers)

Status in Canonical System Image:
  Fix Released
Status in qtmir package in Ubuntu:
  Fix Released
Status in qtubuntu package in Ubuntu:
  Fix Released

Bug description:
  Smooth two-finger touchpad scrolling is not accurate in apps under
  Unity8 (but is in Mir demo servers).

  The reason appears to be because QtMir drops the nice float vscroll
  precision that Mir gives it and converts that into an int with very
  limited resolution:

  void handleWheelEvent(ulong timestamp, QPoint angleDelta,
  Qt::KeyboardModifiers mods) override

  QPoint is a pair of integers, but touchpad v/hscroll values are
  floats.

  I have only just discovered that although my new smooth scrolling
  support about to land in Xmir works in Mir's demo servers, it doesn't
  work when I run the same binaries under Unity8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607223] Re: Two-finger touchpad scrolling is not accurate in apps under Unity8 (but is in Mir demo servers)

2017-03-13 Thread Michał Sawicz
** No longer affects: qtubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1607223

Title:
  Two-finger touchpad scrolling is not accurate in apps under Unity8
  (but is in Mir demo servers)

Status in Canonical System Image:
  Fix Released
Status in QtMir:
  Fix Released
Status in qtmir package in Ubuntu:
  Fix Released
Status in qtubuntu package in Ubuntu:
  Fix Released

Bug description:
  Smooth two-finger touchpad scrolling is not accurate in apps under
  Unity8 (but is in Mir demo servers).

  The reason appears to be because QtMir drops the nice float vscroll
  precision that Mir gives it and converts that into an int with very
  limited resolution:

  void handleWheelEvent(ulong timestamp, QPoint angleDelta,
  Qt::KeyboardModifiers mods) override

  QPoint is a pair of integers, but touchpad v/hscroll values are
  floats.

  I have only just discovered that although my new smooth scrolling
  support about to land in Xmir works in Mir's demo servers, it doesn't
  work when I run the same binaries under Unity8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607223] Re: Two-finger touchpad scrolling is not accurate in apps under Unity8 (but is in Mir demo servers)

2016-09-20 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1607223

Title:
  Two-finger touchpad scrolling is not accurate in apps under Unity8
  (but is in Mir demo servers)

Status in Canonical System Image:
  Fix Released
Status in QtMir:
  Fix Released
Status in qtubuntu:
  Fix Released
Status in qtmir package in Ubuntu:
  Fix Released
Status in qtubuntu package in Ubuntu:
  Fix Released

Bug description:
  Smooth two-finger touchpad scrolling is not accurate in apps under
  Unity8 (but is in Mir demo servers).

  The reason appears to be because QtMir drops the nice float vscroll
  precision that Mir gives it and converts that into an int with very
  limited resolution:

  void handleWheelEvent(ulong timestamp, QPoint angleDelta,
  Qt::KeyboardModifiers mods) override

  QPoint is a pair of integers, but touchpad v/hscroll values are
  floats.

  I have only just discovered that although my new smooth scrolling
  support about to land in Xmir works in Mir's demo servers, it doesn't
  work when I run the same binaries under Unity8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607223] Re: Two-finger touchpad scrolling is not accurate in apps under Unity8 (but is in Mir demo servers)

2016-09-06 Thread Daniel van Vugt
** Changed in: qtmir
   Status: Fix Committed => Fix Released

** Changed in: qtubuntu
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1607223

Title:
  Two-finger touchpad scrolling is not accurate in apps under Unity8
  (but is in Mir demo servers)

Status in Canonical System Image:
  Fix Committed
Status in QtMir:
  Fix Released
Status in qtubuntu:
  Fix Released
Status in qtmir package in Ubuntu:
  Fix Released
Status in qtubuntu package in Ubuntu:
  Fix Released

Bug description:
  Smooth two-finger touchpad scrolling is not accurate in apps under
  Unity8 (but is in Mir demo servers).

  The reason appears to be because QtMir drops the nice float vscroll
  precision that Mir gives it and converts that into an int with very
  limited resolution:

  void handleWheelEvent(ulong timestamp, QPoint angleDelta,
  Qt::KeyboardModifiers mods) override

  QPoint is a pair of integers, but touchpad v/hscroll values are
  floats.

  I have only just discovered that although my new smooth scrolling
  support about to land in Xmir works in Mir's demo servers, it doesn't
  work when I run the same binaries under Unity8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607223] Re: Two-finger touchpad scrolling is not accurate in apps under Unity8 (but is in Mir demo servers)

2016-08-19 Thread Launchpad Bug Tracker
This bug was fixed in the package qtubuntu -
0.63+16.10.20160809-0ubuntu1

---
qtubuntu (0.63+16.10.20160809-0ubuntu1) yakkety; urgency=medium

  [ Daniel van Vugt ]
  * Use correct scrolling scale of 120 as documented: (LP: #1607223,
#1607240)

  [ Gerry Boland ]
  * Reapply rev 324 plus fix: EGL convenience, plus workaround for
hybris not supporting GLESv3. (LP: #1507817, #1594198)
  * Logging: separate graphics & cursor logging into their own logging
categories

 -- Michał Sawicz   Tue, 09 Aug 2016
23:01:21 +

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1607223

Title:
  Two-finger touchpad scrolling is not accurate in apps under Unity8
  (but is in Mir demo servers)

Status in Canonical System Image:
  Fix Committed
Status in QtMir:
  Fix Committed
Status in qtubuntu:
  Fix Committed
Status in qtmir package in Ubuntu:
  Fix Released
Status in qtubuntu package in Ubuntu:
  Fix Released

Bug description:
  Smooth two-finger touchpad scrolling is not accurate in apps under
  Unity8 (but is in Mir demo servers).

  The reason appears to be because QtMir drops the nice float vscroll
  precision that Mir gives it and converts that into an int with very
  limited resolution:

  void handleWheelEvent(ulong timestamp, QPoint angleDelta,
  Qt::KeyboardModifiers mods) override

  QPoint is a pair of integers, but touchpad v/hscroll values are
  floats.

  I have only just discovered that although my new smooth scrolling
  support about to land in Xmir works in Mir's demo servers, it doesn't
  work when I run the same binaries under Unity8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607223] Re: Two-finger touchpad scrolling is not accurate in apps under Unity8 (but is in Mir demo servers)

2016-08-19 Thread Launchpad Bug Tracker
This bug was fixed in the package qtmir - 0.4.8+16.10.20160810-0ubuntu1

---
qtmir (0.4.8+16.10.20160810-0ubuntu1) yakkety; urgency=medium

  [ Alan Griffiths ]
  * Reduce MirServer to an implementation detail of QMirServer (nothing
else needs to touch it).

  [ Albert Astals Cid ]
  * Improvements from running clazy over the code
  * Compile with clang

  [ Daniel d'Andrada ]
  * Remove Application.stage and RoleStage from ApplicationManager

  [ Daniel van Vugt ]
  * Fix incorrect mouse wheel/touchpad scrolling scale (LP: #1607240)
(LP: #1607223, #1607240)

 -- Michał Sawicz   Wed, 10 Aug 2016
06:53:16 +

** Changed in: qtmir (Ubuntu)
   Status: Fix Committed => Fix Released

** Changed in: qtubuntu (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1607223

Title:
  Two-finger touchpad scrolling is not accurate in apps under Unity8
  (but is in Mir demo servers)

Status in Canonical System Image:
  Fix Committed
Status in QtMir:
  Fix Committed
Status in qtubuntu:
  Fix Committed
Status in qtmir package in Ubuntu:
  Fix Released
Status in qtubuntu package in Ubuntu:
  Fix Released

Bug description:
  Smooth two-finger touchpad scrolling is not accurate in apps under
  Unity8 (but is in Mir demo servers).

  The reason appears to be because QtMir drops the nice float vscroll
  precision that Mir gives it and converts that into an int with very
  limited resolution:

  void handleWheelEvent(ulong timestamp, QPoint angleDelta,
  Qt::KeyboardModifiers mods) override

  QPoint is a pair of integers, but touchpad v/hscroll values are
  floats.

  I have only just discovered that although my new smooth scrolling
  support about to land in Xmir works in Mir's demo servers, it doesn't
  work when I run the same binaries under Unity8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607223] Re: Two-finger touchpad scrolling is not accurate in apps under Unity8 (but is in Mir demo servers)

2016-08-16 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
Milestone: None => 13

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1607223

Title:
  Two-finger touchpad scrolling is not accurate in apps under Unity8
  (but is in Mir demo servers)

Status in Canonical System Image:
  Fix Committed
Status in QtMir:
  Fix Committed
Status in qtubuntu:
  Fix Committed
Status in qtmir package in Ubuntu:
  Fix Committed
Status in qtubuntu package in Ubuntu:
  Fix Committed

Bug description:
  Smooth two-finger touchpad scrolling is not accurate in apps under
  Unity8 (but is in Mir demo servers).

  The reason appears to be because QtMir drops the nice float vscroll
  precision that Mir gives it and converts that into an int with very
  limited resolution:

  void handleWheelEvent(ulong timestamp, QPoint angleDelta,
  Qt::KeyboardModifiers mods) override

  QPoint is a pair of integers, but touchpad v/hscroll values are
  floats.

  I have only just discovered that although my new smooth scrolling
  support about to land in Xmir works in Mir's demo servers, it doesn't
  work when I run the same binaries under Unity8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607223] Re: Two-finger touchpad scrolling is not accurate in apps under Unity8 (but is in Mir demo servers)

2016-08-16 Thread Daniel van Vugt
** Summary changed:

- Smooth two-finger touchpad scrolling is not accurate in apps under Unity8 
(but is in Mir demo servers)
+ Two-finger touchpad scrolling is not accurate in apps under Unity8 (but is in 
Mir demo servers)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1607223

Title:
  Two-finger touchpad scrolling is not accurate in apps under Unity8
  (but is in Mir demo servers)

Status in Canonical System Image:
  Fix Committed
Status in QtMir:
  Fix Committed
Status in qtubuntu:
  Fix Committed
Status in qtmir package in Ubuntu:
  Fix Committed
Status in qtubuntu package in Ubuntu:
  Fix Committed

Bug description:
  Smooth two-finger touchpad scrolling is not accurate in apps under
  Unity8 (but is in Mir demo servers).

  The reason appears to be because QtMir drops the nice float vscroll
  precision that Mir gives it and converts that into an int with very
  limited resolution:

  void handleWheelEvent(ulong timestamp, QPoint angleDelta,
  Qt::KeyboardModifiers mods) override

  QPoint is a pair of integers, but touchpad v/hscroll values are
  floats.

  I have only just discovered that although my new smooth scrolling
  support about to land in Xmir works in Mir's demo servers, it doesn't
  work when I run the same binaries under Unity8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607223/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp