[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2014-06-24 Thread Mike Nagle
** Changed in: ubuntu-ux
 Assignee: Oren Horev (oreneeshy) => Mike Nagle (mikenagle)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2014-01-15 Thread Nicolas d'Offay
** Changed in: unity8
 Assignee: Nicolas d'Offay (nicolas-doffay) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-11-14 Thread Nicolas d'Offay
** Branch linked: lp:~nicolas-doffay/unity8/category-transition-speed-
fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-11-12 Thread Nicolas d'Offay
** Changed in: unity8
   Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-11-12 Thread Nicolas d'Offay
** Changed in: unity8
 Assignee: (unassigned) => Nicolas d'Offay (nicolas-doffay)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-10-24 Thread Michael Zanetti
** Tags added: needs-qml-test

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-10-15 Thread Omer Akram
I think we should also revert the change that brought in the current
behavior. That does not looks good. or maybe increase the speed of that
animation will help.


On Tue, Oct 15, 2013 at 3:12 PM, Michał Sawicz
wrote:

> ** Changed in: unity8
> Milestone: ubuntu-13.10 => None
>
> --
> You received this bug notification because you are subscribed to Unity
> 8.
> Matching subscriptions: qml-phone-shell
> https://bugs.launchpad.net/bugs/1224552
>
> Title:
>   [Dash] Category expansion transition has varaible speeds
>
> Status in Ubuntu UX bugs:
>   Confirmed
> Status in The Unity 8 shell:
>   Triaged
> Status in “unity8” package in Ubuntu:
>   Fix Released
>
> Bug description:
>   When a category expands in the Dash it executes the animation in a
>   given duration. Because the extent of content that will be revealed
>   (distance of travel) varies between one row to many rows. This caused
>   the animation to appear fast when the travel distance is big and slow
>   when it is small.
>
>   to reproduce :
>   in dash home expand frequent application category for slow speed
>   in apps scope - expand installed  category for fast speed
>
>   desired behaviour :
>   animation should be maintained at a given speed taking into
> consideration the distance of travel expected
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-10-15 Thread Michał Sawicz
** Changed in: unity8
Milestone: ubuntu-13.10 => None

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-10-15 Thread Michał Sawicz
This is a tad more complicated than it looks - we need to make it a two-
step animation, taking into account the visible portion of the category,
not just the target height.

Will revert the change that made it actually worse.

** Changed in: unity8
   Status: In Progress => Triaged

** Changed in: unity8
 Assignee: Michał Sawicz (saviq) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-10-15 Thread Michał Sawicz
** Changed in: ubuntu-ux
   Status: Fix Committed => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-10-15 Thread Michał Sawicz
** Changed in: unity8
 Assignee: Nicolas d'Offay (nicolas-doffay) => Michał Sawicz (saviq)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-10-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~saviq/unity8/fix-lvwph-easing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-10-14 Thread Michał Sawicz
Nicolas, please read above (comment #1).

** Changed in: unity8
   Status: Fix Committed => In Progress

** Changed in: unity8
Milestone: ubuntu-13.09 => ubuntu-13.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-10-14 Thread Nicolas d'Offay
** Changed in: unity8
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-10-11 Thread Michał Sawicz
Actually this is still to fix - we need to make it ease linearly,
otherwise there will always be speed-up / slow-down at the bounds.

** Changed in: unity8
   Status: In Progress => Fix Released

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

** Changed in: unity8
   Status: Fix Released => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-10-09 Thread Michał Sawicz
** Changed in: unity8
   Status: Triaged => In Progress

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-10-08 Thread Nicolas d'Offay
** Branch linked: lp:~nicolas-doffay/unity8/expansion-transition-fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-09-30 Thread Oren Horev
** Changed in: ubuntu-ux
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-09-19 Thread Michał Sawicz
** Changed in: unity8
   Status: New => Triaged

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

** Changed in: unity8
Milestone: None => ubuntu-13.09

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1224552] Re: [Dash] Category expansion transition has varaible speeds

2013-09-13 Thread kevin gunn
** Changed in: unity8
 Assignee: (unassigned) => Nicolas d'Offay (nicolas-doffay)

** Changed in: unity8
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224552

Title:
  [Dash] Category expansion transition has varaible speeds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1224552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs