Dash - When the Dash preview opens, the category headers should be expanded and the filters should hide
Bug #1060937 reported by
John Lea
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ayatana Design |
Fix Released
|
High
|
John Lea | ||
Unity |
Fix Released
|
High
|
Nick Dedekind | ||
unity (Ubuntu) |
Fix Released
|
High
|
Nick Dedekind |
Bug Description
When the preview opens, the ghost images should reflow so that if the category header is collapsed it becomes expanded, and if the ‘filter results’ is closed it is opened.
Also see bug #1060941
Related branches
lp://staging/~nick-dedekind/unity/dash.animations-overlay.renderer
- Brandon Schaefer (community): Approve
- Marco Trevisan (Treviño): Approve
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 1433 lines (+433/-366)19 files modifiedUnityCore/Category.cpp (+2/-0)
dash/DashView.cpp (+8/-1)
dash/LensView.cpp (+123/-78)
dash/LensView.h (+5/-1)
dash/PlacesGroup.cpp (+33/-35)
dash/PlacesGroup.h (+10/-3)
hud/HudView.h (+1/-1)
panel/PanelView.cpp (+0/-44)
panel/PanelView.h (+0/-1)
plugins/unityshell/src/unity-places-group-accessible.cpp (+5/-5)
plugins/unityshell/src/unity-rvgrid-accessible.cpp (+2/-2)
tests/CMakeLists.txt (+1/-0)
tests/test_lensview.cpp (+98/-0)
tests/test_places_group.cpp (+7/-0)
unity-shared/DashStyle.cpp (+0/-7)
unity-shared/DashStyle.h (+0/-1)
unity-shared/OverlayRenderer.cpp (+134/-181)
unity-shared/OverlayRenderer.h (+4/-3)
unity-shared/UBusMessages.h (+0/-3)
lp://staging/~nick-dedekind/unity/dash.animations-view.redirection
- Brandon Schaefer (community): Approve
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 1223 lines (+373/-278)28 files modifieddash/CoverflowResultView.cpp (+2/-12)
dash/DashView.cpp (+18/-17)
dash/FilterAllButton.cpp (+0/-4)
dash/FilterBar.cpp (+12/-0)
dash/FilterBasicButton.cpp (+3/-7)
dash/FilterExpanderLabel.cpp (+40/-41)
dash/FilterExpanderLabel.h (+3/-1)
dash/FilterGenreWidget.cpp (+10/-0)
dash/FilterGenreWidget.h (+2/-0)
dash/FilterMultiRangeButton.cpp (+0/-7)
dash/FilterMultiRangeWidget.cpp (+10/-0)
dash/FilterMultiRangeWidget.h (+2/-0)
dash/FilterRatingsButton.cpp (+0/-7)
dash/FilterRatingsWidget.cpp (+7/-0)
dash/FilterRatingsWidget.h (+3/-0)
dash/LensBar.cpp (+30/-17)
dash/LensBarIcon.cpp (+27/-23)
dash/LensView.cpp (+32/-37)
dash/LensView.h (+2/-0)
dash/PlacesGroup.cpp (+78/-44)
dash/PlacesGroup.h (+1/-1)
unity-shared/GraphicsUtils.cpp (+17/-0)
unity-shared/GraphicsUtils.h (+2/-0)
unity-shared/IconTexture.cpp (+8/-2)
unity-shared/PlacesVScrollBar.cpp (+18/-8)
unity-shared/PlacesVScrollBar.h (+3/-0)
unity-shared/SearchBar.cpp (+35/-50)
unity-shared/SearchBarSpinner.cpp (+8/-0)
lp://staging/~nick-dedekind/unity/dash.animations-animations
- Brandon Schaefer (community): Approve
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 3510 lines (+1546/-682)36 files modifieddash/CoverflowResultView.cpp (+4/-2)
dash/DashController.cpp (+2/-3)
dash/DashView.cpp (+703/-428)
dash/DashView.h (+26/-16)
dash/LensView.cpp (+96/-2)
dash/LensView.h (+13/-0)
dash/PlacesGroup.cpp (+39/-20)
dash/PlacesGroup.h (+10/-2)
dash/ResultRenderer.cpp (+3/-1)
dash/ResultRenderer.h (+4/-2)
dash/ResultRendererHorizontalTile.cpp (+74/-29)
dash/ResultRendererHorizontalTile.h (+3/-1)
dash/ResultRendererTile.cpp (+66/-22)
dash/ResultRendererTile.h (+3/-1)
dash/ResultView.cpp (+88/-5)
dash/ResultView.h (+24/-1)
dash/ResultViewGrid.cpp (+223/-59)
dash/ResultViewGrid.h (+8/-1)
dash/StandaloneDash.cpp (+2/-0)
dash/previews/PreviewContainer.cpp (+70/-50)
dash/previews/PreviewContainer.h (+4/-2)
dash/previews/PreviewNavigator.cpp (+5/-2)
dash/previews/SocialPreview.cpp (+3/-3)
dash/previews/SocialPreviewContent.cpp (+4/-4)
tests/test_places_group.cpp (+4/-0)
unity-shared/CoverArt.cpp (+12/-9)
unity-shared/DashStyle.cpp (+15/-0)
unity-shared/DashStyle.h (+3/-0)
unity-shared/DashStyleInterface.h (+3/-0)
unity-shared/OverlayRenderer.cpp (+3/-6)
unity-shared/PlacesOverlayVScrollBar.cpp (+11/-1)
unity-shared/PlacesOverlayVScrollBar.h (+1/-0)
unity-shared/PreviewStyle.cpp (+6/-0)
unity-shared/PreviewStyle.h (+1/-0)
unity-shared/SearchBarSpinner.cpp (+10/-8)
unity-shared/UBusMessages.h (+0/-2)
Changed in ayatana-design: | |
assignee: | nobody → John Lea (johnlea) |
importance: | Undecided → High |
Changed in unity: | |
importance: | Undecided → High |
Changed in unity (Ubuntu): | |
importance: | Undecided → High |
Changed in unity: | |
status: | New → Triaged |
tags: | added: dashm udp |
Changed in unity (Ubuntu): | |
status: | New → Triaged |
Changed in ayatana-design: | |
status: | New → Fix Committed |
description: | updated |
Changed in unity: | |
assignee: | nobody → Nick Dedekind (nick-dedekind) |
Changed in unity (Ubuntu): | |
assignee: | nobody → Nick Dedekind (nick-dedekind) |
Changed in unity: | |
status: | Triaged → In Progress |
Changed in unity (Ubuntu): | |
status: | Triaged → In Progress |
Changed in unity: | |
status: | In Progress → Fix Committed |
Changed in unity (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in unity: | |
milestone: | none → 7.0.0 |
Changed in ayatana-design: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This bug was fixed in the package unity - 6.12.0daily13. 01.11.2- 0ubuntu1
--------------- 01.11.2- 0ubuntu1) raring; urgency=low
unity (6.12.0daily13.
[ Didier Roche ]
* debian/control:
- bump some missed build-deps
- bump compiz and nux build-deps for the API and ABI breakages
(LP: #1095981)
* debian/rules:
- disable pch for now as it's not working with -g -02 (LP: #1095978)
[ Brandon Schaefer ]
* Ported Compiz to 0.9.9
* debian/control:
- bump the build-deps
* Dash and HUD do not have X event focus, causing XIM to not work.
(LP: #1086988)
* Windows losing focus after the start/restart of Unity (LP: #1097368)
[ Łukasz 'sil2100' Zemczak ]
* Dash - Update Dash nav bar icons (LP: #1089373)
* Autopilot tests failing in the test_hud suite due to locale
dependency (LP: #1076531)
* Super key not registered if held too long (LP: #1097189)
* Unity HUD uses wrong icon when switching from the Dash to HUD (LP:
#1089482)
[ Marco Trevisan (Treviño) ] OPERATION error
* Using bleeding edge Mesa drivers causes GL_INVALID_
in glDrawBuffer / glReadBuffer (LP: #1092550)
* [Regression] Window buttons / Title doesn't redraw correctly on
windows with no menus (LP: #1090439)
[ Nick Dedekind ]
* Dash - When the Dash preview is open, the ghost images should run
all the way to the top of the screen as shown in the design (LP:
#1060948)
* Dash - When the Dash preview opens, the category headers should be
expanded and the filters should hide (LP: #1060937)
* Dash - In the Dash preview, when a user moves to the next or
previous preview the highlighted ghost image should change (LP:
#1060941)
* Dash - As soon as a user starts dragging a .png file from the Dash,
the file icon changes size (LP: #863412)
[ Gord Allott <email address hidden>, Łukasz 'sil2100' Zemczak <email address hidden>, Didier Roche ] seen" Causing back-up error (LP: #1066646)
* "unitydashlegal
* unity dash should show legal disclaimer (LP: #1065652)
[ Manuel de la Pena ]
* StaticCairoText makes NUX get into an infinte loop (LP: #1071327)
[ Daniel van Vugt ]
* Minimized windows don't restore, or restore as blank (LP: #1089779)
[ Andrea Azzarone ] llBar.TestScrol lDownSignal segfaults (LP: #1089888) troller. GetLastIconPrio rityUnStickyWit hNoIconsAndUri ler.TestShowAnd HideDash fails (LP: #1089904)
* TestOverlayScro
* Dash - Update Dash Launcher icon tooltip to say "Search your
computer and online sources" (LP: #1090325)
* TestLauncherCon
segfaults (LP: #1089894)
* TestDashControl
* [Regression] Tapping super key shows shortcuts overlay. (LP:
#1090388)
* [Regression] Unity fails to restore initially minimized windows.
(LP: #1097686)
* launcher does not show minimized update manager while clicked (LP:
#1003950)
* Dash - Update Dash Home search box hint message to say "Search your
computer and online sources" (LP: #1090327)
* can't quit a minimized application (LP: #1086366)
* Unity daily-build (07.01.13) empty space between launcher and dash
in non default launcher size (LP: #1097184)
[ Sam Spilsbury ]
* Fonts get chang...