[Touch-packages] [Bug 1435805] Re: Expose DirectionalDragArea in the UITK

2016-06-21 Thread Daniel d'Andrada
It's called SwipeArea in ubuntu-ui-toolkit

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: unity8 (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Expose DirectionalDragArea in the UITK

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  One strong principle in Ubuntu Touch’s UX is the use of edges.
  In particular, the bottom edge is reserved for applications to implement 
innovative and useful interactions.

  At the moment implementing such a gesture recognition in pure QML
  requires using an invisible mouse area at the bottom of the view to
  detect the start of a drag gesture. Unfortunately if there is content
  below that invisible drag area, it can’t be interacted with, because
  the mouse area will swallow mouse events.

  In the unity8 code base, there is a custom component called
  DirectionalDragArea (implemented in C++) that solves this issue
  nicely. Unfortunately it’s private to unity8 and can’t be reused in
  applications.

  This bug report is to request considering moving ownership of this
  component to the UITK, so that it can be exposed publicly and used by
  application developers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1435805/+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 1435805] Re: Expose DirectionalDragArea in the UITK

2015-07-04 Thread Bartosz Kosiorek
Any updates on this one bug?

We need it to resolve issues with Ubuntu-calculator-app:
https://bugs.launchpad.net/ubuntu-calculator-app/+bug/1444564

** Changed in: unity8 (Ubuntu)
   Status: In Progress = Confirmed

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

Title:
  Expose DirectionalDragArea in the UITK

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  One strong principle in Ubuntu Touch’s UX is the use of edges.
  In particular, the bottom edge is reserved for applications to implement 
innovative and useful interactions.

  At the moment implementing such a gesture recognition in pure QML
  requires using an invisible mouse area at the bottom of the view to
  detect the start of a drag gesture. Unfortunately if there is content
  below that invisible drag area, it can’t be interacted with, because
  the mouse area will swallow mouse events.

  In the unity8 code base, there is a custom component called
  DirectionalDragArea (implemented in C++) that solves this issue
  nicely. Unfortunately it’s private to unity8 and can’t be reused in
  applications.

  This bug report is to request considering moving ownership of this
  component to the UITK, so that it can be exposed publicly and used by
  application developers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1435805/+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 1435805] Re: Expose DirectionalDragArea in the UITK

2015-07-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Confirmed

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

Title:
  Expose DirectionalDragArea in the UITK

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  One strong principle in Ubuntu Touch’s UX is the use of edges.
  In particular, the bottom edge is reserved for applications to implement 
innovative and useful interactions.

  At the moment implementing such a gesture recognition in pure QML
  requires using an invisible mouse area at the bottom of the view to
  detect the start of a drag gesture. Unfortunately if there is content
  below that invisible drag area, it can’t be interacted with, because
  the mouse area will swallow mouse events.

  In the unity8 code base, there is a custom component called
  DirectionalDragArea (implemented in C++) that solves this issue
  nicely. Unfortunately it’s private to unity8 and can’t be reused in
  applications.

  This bug report is to request considering moving ownership of this
  component to the UITK, so that it can be exposed publicly and used by
  application developers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1435805/+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 1435805] Re: Expose DirectionalDragArea in the UITK

2015-05-01 Thread Olivier Tilloy
Any updates on that one?

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

Title:
  Expose DirectionalDragArea in the UITK

Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  One strong principle in Ubuntu Touch’s UX is the use of edges.
  In particular, the bottom edge is reserved for applications to implement 
innovative and useful interactions.

  At the moment implementing such a gesture recognition in pure QML
  requires using an invisible mouse area at the bottom of the view to
  detect the start of a drag gesture. Unfortunately if there is content
  below that invisible drag area, it can’t be interacted with, because
  the mouse area will swallow mouse events.

  In the unity8 code base, there is a custom component called
  DirectionalDragArea (implemented in C++) that solves this issue
  nicely. Unfortunately it’s private to unity8 and can’t be reused in
  applications.

  This bug report is to request considering moving ownership of this
  component to the UITK, so that it can be exposed publicly and used by
  application developers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1435805/+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 1435805] Re: Expose DirectionalDragArea in the UITK

2015-04-13 Thread kevin gunn
this is actively being worked, part of our apr 13 sprint

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

Title:
  Expose DirectionalDragArea in the UITK

Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  One strong principle in Ubuntu Touch’s UX is the use of edges.
  In particular, the bottom edge is reserved for applications to implement 
innovative and useful interactions.

  At the moment implementing such a gesture recognition in pure QML
  requires using an invisible mouse area at the bottom of the view to
  detect the start of a drag gesture. Unfortunately if there is content
  below that invisible drag area, it can’t be interacted with, because
  the mouse area will swallow mouse events.

  In the unity8 code base, there is a custom component called
  DirectionalDragArea (implemented in C++) that solves this issue
  nicely. Unfortunately it’s private to unity8 and can’t be reused in
  applications.

  This bug report is to request considering moving ownership of this
  component to the UITK, so that it can be exposed publicly and used by
  application developers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1435805/+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 1435805] Re: Expose DirectionalDragArea in the UITK

2015-04-13 Thread kevin gunn
** Changed in: unity8 (Ubuntu)
   Status: New = In Progress

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

Title:
  Expose DirectionalDragArea in the UITK

Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  One strong principle in Ubuntu Touch’s UX is the use of edges.
  In particular, the bottom edge is reserved for applications to implement 
innovative and useful interactions.

  At the moment implementing such a gesture recognition in pure QML
  requires using an invisible mouse area at the bottom of the view to
  detect the start of a drag gesture. Unfortunately if there is content
  below that invisible drag area, it can’t be interacted with, because
  the mouse area will swallow mouse events.

  In the unity8 code base, there is a custom component called
  DirectionalDragArea (implemented in C++) that solves this issue
  nicely. Unfortunately it’s private to unity8 and can’t be reused in
  applications.

  This bug report is to request considering moving ownership of this
  component to the UITK, so that it can be exposed publicly and used by
  application developers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1435805/+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 1435805] Re: Expose DirectionalDragArea in the UITK

2015-03-24 Thread kevin gunn
fwiw, it is on the unity8 team backlog, unfortunately not with any
priority atm

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

Title:
  Expose DirectionalDragArea in the UITK

Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  One strong principle in Ubuntu Touch’s UX is the use of edges.
  In particular, the bottom edge is reserved for applications to implement 
innovative and useful interactions.

  At the moment implementing such a gesture recognition in pure QML
  requires using an invisible mouse area at the bottom of the view to
  detect the start of a drag gesture. Unfortunately if there is content
  below that invisible drag area, it can’t be interacted with, because
  the mouse area will swallow mouse events.

  In the unity8 code base, there is a custom component called
  DirectionalDragArea (implemented in C++) that solves this issue
  nicely. Unfortunately it’s private to unity8 and can’t be reused in
  applications.

  This bug report is to request considering moving ownership of this
  component to the UITK, so that it can be exposed publicly and used by
  application developers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1435805/+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 1435805] Re: Expose DirectionalDragArea in the UITK

2015-03-24 Thread Olivier Tilloy
Note that the browser application now uses a local copy of unity8’s
DirectionalDragArea to implement its bottom-edge interactions.

This means code duplication, on top of depending on private Qt headers,
so it’s really not a comfortable situation.

** Also affects: unity8 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Expose DirectionalDragArea in the UITK

Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  One strong principle in Ubuntu Touch’s UX is the use of edges.
  In particular, the bottom edge is reserved for applications to implement 
innovative and useful interactions.

  At the moment implementing such a gesture recognition in pure QML
  requires using an invisible mouse area at the bottom of the view to
  detect the start of a drag gesture. Unfortunately if there is content
  below that invisible drag area, it can’t be interacted with, because
  the mouse area will swallow mouse events.

  In the unity8 code base, there is a custom component called
  DirectionalDragArea (implemented in C++) that solves this issue
  nicely. Unfortunately it’s private to unity8 and can’t be reused in
  applications.

  This bug report is to request considering moving ownership of this
  component to the UITK, so that it can be exposed publicly and used by
  application developers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1435805/+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