Dash - build the Desktop Dash
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ayatana Design |
Fix Released
|
Critical
|
John Lea | ||
Unity |
Fix Released
|
High
|
Neil J. Patel | ||
unity-2d |
Fix Released
|
High
|
Aurélien Gâteau | ||
unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The Desktop Dash
Description:
If the screen resolution is under 1280px width AND under 1024px height the Dash should always be displayed as full screen. If the resolution is higher, the Desktop Dash should be invoked.
The Desktop Dash is a resizeable Dash area fixed to the top left of the screen. A resize handle is provided in the bottom right corner that when clicked switches the Dash to the full screen version (irrespective of the screen's current resolution). In a future 2nd phase of development it may also be possible to resize the Desktop Dash incrementally by dragging the corner.
The only other functionality that is unique to the Desktop Dash is the ability to drag files and folder out of the Dash File Lens. A user should be able to drag and drop a file or folder into a application or Nautilus window. Files or folders dropped on to a Nautilus window perform the copy action. Files or folders dropped on application window perform the equivalent function to if the drag and drop had originated from a Nautilus window.
The following art assets are linked from this bug:
1. desktop_
https:/
Desktop Dash showing dash home screen (called the "Dashboard")
2. desktop_dash_02.png
https:/
Desktop Dash showing the Dashboard with the widget closed
3. desktop_dash_03.png
https:/
Desktop Dash showing the Dashboard with search results
4. desktop_
https:/
Desktop Dash showing Dash App Lens
5. desktop_
https:/
Desktop Dash showing Dash App Lens with search facets expanded
Related branches
- Florian Boucault (community): Needs Fixing
-
Diff: 625 lines (+305/-59)8 files modifiedplaces/Home.qml (+31/-1)
places/app/CMakeLists.txt (+3/-0)
places/app/dashdeclarativeview.cpp (+187/-39)
places/app/dashdeclarativeview.h (+27/-4)
places/app/places.cpp (+7/-13)
places/artwork/desktop_dash_background.sci (+7/-0)
places/artwork/desktop_dash_background_no_transparency.sci (+7/-0)
places/dash.qml (+36/-2)
- Aurélien Gâteau: Pending requested
- Diff: 0 lines
tags: | added: udn-dash udt |
Changed in ayatana-design: | |
status: | New → Triaged |
importance: | Undecided → Critical |
assignee: | nobody → Otto Greenslade (otto-chaotic) |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
Changed in ayatana-design: | |
status: | Triaged → Fix Committed |
assignee: | Otto Greenslade (otto-chaotic) → John Lea (johnlea) |
description: | updated |
Changed in ayatana-design: | |
status: | Fix Committed → Fix Released |
Changed in unity: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Neil J. Patel (njpatel) |
milestone: | none → 3.4 |
Changed in unity: | |
milestone: | 3.4 → 3.2.16 |
status: | Confirmed → Triaged |
milestone: | 3.2.16 → 3.2.14 |
Changed in unity: | |
milestone: | 3.2.14 → 3.2.16 |
Changed in unity-2d: | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in unity: | |
milestone: | 3.2.16 → 3.4 |
Changed in unity-2d: | |
milestone: | none → 3.6 |
Changed in unity: | |
milestone: | 3.4 → 3.4.6 |
Changed in unity-2d: | |
assignee: | nobody → Aurélien Gâteau (agateau) |
Changed in unity-2d: | |
status: | Triaged → In Progress |
Changed in unity (Ubuntu): | |
status: | New → Triaged |
Changed in unity-2d: | |
status: | In Progress → Fix Committed |
Changed in unity (Ubuntu): | |
status: | Triaged → In Progress |
Changed in unity-2d: | |
status: | Fix Committed → Fix Released |
Changed in unity: | |
status: | In Progress → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
tags: | removed: udt |
Getting there, should be good for Monday...