Launcher - Add number notifier to Launcher icons
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Ayatana Design |
Fix Released
|
Critical
|
John Lea | ||
| Unity |
Fix Released
|
Medium
|
Jason Smith | ||
| libunity |
Fix Released
|
High
|
Mikkel Kamstrup Erlandsen | ||
| unity design (obsolete project) |
Fix Released
|
Critical
|
Otto Greenslade | ||
| unity-2d |
Fix Released
|
Medium
|
Ugo Riboni | ||
| libunity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
| unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
Add number notifier to Launcher icons.
Description:
Applications can display one number on top of their launcher icon. This number can be used by a application to display, for example, the number of new emails or number of new messages.
The following art assets are linked from this bug:
1. launcher_
Related branches
- Jason Smith (community): Approve
-
Diff: 916 lines (+854/-0) 6 files modifiedapisrc/LauncherController.cpp (+10/-0)
src/LauncherController.h (+6/-0)
src/LauncherEntryRemote.cpp (+388/-0)
src/LauncherEntryRemote.h (+96/-0)
src/LauncherEntryRemoteModel.cpp (+298/-0)
src/LauncherEntryRemoteModel.h (+56/-0)
- Neil J. Patel (community): Approve
-
Diff: 592 lines (+503/-6) (has conflicts) 9 files modifiedapiconfigure.ac (+4/-3)
src/Makefile.am (+4/-1)
src/unity-inspector.vala (+121/-0)
src/unity-launcher.vala.OTHER (+267/-0)
src/unity-serializable.vala (+51/-0)
test/vala/Makefile.am (+2/-1)
test/vala/test-launcher.vala (+50/-0)
test/vala/test-vala.vala (+3/-0)
unity.pc.in (+1/-1)
- Florian Boucault (community): Approve
-
Diff: 387 lines (+230/-2) 6 files modifiedapilauncher/LauncherItem.qml (+80/-0)
launcher/LauncherList.qml (+7/-0)
launcher/UnityApplications/launcherapplication.cpp (+76/-0)
launcher/UnityApplications/launcherapplication.h (+28/-0)
launcher/UnityApplications/launcherapplicationslist.cpp (+37/-2)
launcher/UnityApplications/launcherapplicationslist.h (+2/-0)
The two linked branches have landed in their respective trunks. The last bit is to wire up the drawing logic in unity. Jason should be on this.
This bug was fixed in the package unity - 3.4.2-0ubuntu1
---------------
unity (3.4.2-0ubuntu1) natty; urgency=low
* New upstream release:
- add --distro switch to remove local installation of unity with default
options (LP: #715703)
- global search and speedups in places
- Using fade effect to cut the window Title when it's longer than the panel
(LP: #694924)
- Launcher - Add ability for apps to indicate progress through Launcher icon
(LP: #676596)
- calling unity should kill unity-panel-service (LP: #711289)
- unity places should return a default icon when no matching icon is found
(LP: #711200)
- the launcher should start hidding when an icon is clicked (LP: #709178)
- Highlight drag-friendly Launcher tiles when dragging a file (LP: #607782)
- Fix migrate_
No such file or directory: '/home/
- places should support wrong Icon= format (with extensions) (LP: #711189)
- unity crashed with AttributeError in reset_unity_
'NoneType' object has no attribute 'get_default_value' (LP: #711105)
- unity crashed with GError in reset_unity_
- Middle click on application icon should open a new window (LP: #709707)
- Launcher - Add interaction to support dragging and dropping behind the
launcher (LP: #702482)
- Launcher - Enable dragging and dropping of files & folders to Launcher
icons (LP: #676549)
- Launcher - Add number notifier to Launcher icons (LP: #676455)
- Support dragging files to trash to delete them (LP: #619686)
- [launcher] Indicator-only applications showing as open applications
(LP: #703396)
- Unity does not accept mouse clicks (LP: #683328)
- dash is empty (LP: #710792)
* debian/control:
- depends on latest nux
-- Didier Roche <email address hidden> 2011年2月10日 20:45:47 +0100