[Bug 1236267] Re: [indicators] Align indicators correctly to grid units

2017-03-13 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu)
   Importance: Undecided => High

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Nick Dedekind (nick-dedekind)

** No longer affects: unity8

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

Title:
  [indicators] Align indicators correctly to grid units

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

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


[Bug 1236267] Re: [indicators] Align indicators correctly to grid units

2015-10-09 Thread Alex Milazzo
** Changed in: ubuntu-ux
   Status: Fix Committed => Fix Released

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

Title:
  [indicators] Align indicators correctly to grid units

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

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


[Bug 1236267] Re: [indicators] Align indicators correctly to grid units

2015-09-04 Thread John Lea
** Changed in: ubuntu-ux
 Assignee: John Lea (johnlea) => Alex Milazzo (digitalalex)

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

Title:
  [indicators] Align indicators correctly to grid units

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

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


[Bug 1236267] Re: [indicators] Align indicators correctly to grid units

2015-08-03 Thread Matthieu James
** Changed in: ubuntu-themes
   Status: New = Fix Released

** Changed in: ubuntu-themes (Ubuntu)
   Status: New = Fix Released

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

Title:
  [indicators] Align indicators correctly to grid units

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

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


[Bug 1236267] Re: [indicators] Align indicators correctly to grid units

2013-11-28 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/unity8

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

Title:
  [indicators] Align indicators correctly to grid units

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

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


[Bug 1236267] Re: [indicators] Align indicators correctly to grid units

2013-11-28 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 -
7.84+14.04.20131128.2-0ubuntu1

---
unity8 (7.84+14.04.20131128.2-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Depend on the separate scopes plugin
  * Move the BottomBar* DBus communicator to the Utils plugin.

  [ Michał Sawicz ]
  * Wait for DashHome to be available in tst_Shell. (LP: #1254898)
  * Use plugindir from unity-shell-api.pc.
  * Expect stop in upstart job and raise in case of surfaceflinger. (LP:
#1239876)

  [ Albert Astals ]
  * Fix time test in Qt 5.2 Make factors an array instead of a
object/dict Objects/dicts are unordered by definition, it happened
that Qt 5.0 gave them in the orrder we wanted, but with Qt 5.2 is
failing, and we don't even need the key, so array works as well
:).
  * Test that the dash hswipe is disabled while the inner stuff is
moving .
  * Skip restMaximizeVisibleAreaMoveUpAndShowHeader, it's causing too
many failed runs And we are confident it's failing because of the
suboptimal scenegraph run in 5.0.x.
  * Make Dash::test_show_scope_on_load more robust If we are testing
showScopeOnLoaded make sure we force a scope reload after we set it,
otherwise it may just happen that the scope has already been loaded
and the expectaction that we'll change the list to it is just wrong.
  * Dash renderer signals: No need to pass the model up and down Whoever
is listening to the signal has access to the item that emits the
signal and has the model right there accessible if needs it.
  * LVWPH: Fix header going bad when setContentHeight ends up moving the
viewport How to reproduce the bug easily without the patch: * In the
Dash Home, search for london * Scroll to the bottom * Start moving
to the apps scope very slowly * At around 3/4 of the move you'll see
the header in the home scope went to a bad position * Go back to the
Dash Home. (LP: #1237942, #1246351)
  * Remove unused AppInfo and VideoInfo files .
  * Kill unused ApplicationsFilterGrid.qml .
  * Unify ScopeView and GenericScopeView .
  * Fix header getting lost as per bug 1245824. (LP: #1245824)
  * Remove unused Time.js and its test .
  * Do not include the QtQml megaheader Include only qqml.h which is
what we need in these files.
  * Don't do stuff if our parent context is gone We'll be gone soon too
(and crash probably) so don't do anything. This looks a bit like a
workaround, wait for 5.2 better painting/dispatching loop to see if
this is not needed anymore, we find a better way to do it, or we
decide this is fine.

  [ Lars Uebernickel ]
  * Allow setting different indicator positions for different profiles.

  [ Mirco Müller ]
  * Added checkbox for toggling between echo-modes of password-
entryfields in ext. snap-decisions.
  * Fixes bug #1200569. (LP: #1200569)

  [ Andrea Cimitan ]
  * Switch to application scope when a dash swipe is taking place and an
app is on foreground. (LP: #1231996)
  * Shifts wallpaper rendering for greeter lockscreen to be inline with
shell. (LP: #1231731)
  * Dinamically load the Carousel/Filtergrid with more than 6 items.
(LP: #1226288, #1234105)
  * Removes Math.js and its usage. Use SDK ones.

  [ Gerry Boland ]
  * DragHandle: javascript argument name clashes with local variable.
Yes it works, but is a little unsafe.

  [ Nick Dedekind ]
  * Added UnityMenuModel submenu row removal awareness in
UnityMenuModelStack.
  * Round indicator widget icon/label width up to closest gu for
alignment. (LP: #1236267)
  * Indicator re-select by dragging from top when fully opened. (LP:
#1213164)
  * Fixed a race condition causing search history popup to show up when
it shouldn't. (LP: #1249369)

  [ Christopher Lee ]
  * Unity8 tests now make use of the helper functions (added in the pre-
req branch) so that the helper functions are tested as part of daily
business.

  [ Daniel d'Andrada ]
  * Improve DirectionalDragArea Removed Rejected status, simplifying
state machine. Added compositionTime property. Multi-finger
scenarios are better handled now. Refactored TimeSource in
Ubuntu.Gestures plugin. Added an easy way to debug
DirectionalDragArea by having switchable debug prints. Updated tests
to also simulate the passage of time. Use touch point scene
coordinates for gesture recognition so that moving the.
DirectionalDragArea (as in a hinting DragHandle) won't affect it.
(LP: #1228336)
  * Add right-edge drag hinting to Greeter To match with the existing
teasing animation when you tap on the right half of the Greeter.
Also has the side benefit of making the code look a bit nicer.
  * Refactor Ubuntu.Gesture tests to share common logic Take the common
part out of tst_DirectionalDragArea and put it into a separate base
class, GestureTest, so that it can be shared with other, future,
tests. In CMakeLists.txt, create a macro out of DirectionalDragArea
   

[Bug 1236267] Re: [indicators] Align indicators correctly to grid units

2013-11-28 Thread Michał Sawicz
** Changed in: unity8
   Status: Fix Committed = Fix Released

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

Title:
  [indicators] Align indicators correctly to grid units

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

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


[Bug 1236267] Re: [indicators] Align indicators correctly to grid units

2013-11-08 Thread PS Jenkins bot
Fix committed into lp:unity8 at revision 514, scheduled for release in
unity8, milestone phone-v1-freeze

** Changed in: unity8
   Status: In Progress = 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/1236267

Title:
  [indicators] Align indicators correctly to grid units

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

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