Merge libindicator scroll signals
Bug #804618 reported by
Marco Trevisan (Treviño)
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Application Indicators |
Fix Released
|
Undecided
|
Marco Trevisan (Treviño) | ||
Ayatana Ubuntu |
Invalid
|
Undecided
|
Marco Trevisan (Treviño) | ||
Indicator Applet |
Fix Released
|
Undecided
|
Marco Trevisan (Treviño) | ||
The Sound Menu |
Fix Released
|
Undecided
|
Marco Trevisan (Treviño) | ||
Unity |
Fix Released
|
Undecided
|
Marco Trevisan (Treviño) | ||
libindicator |
Fix Released
|
Low
|
Marco Trevisan (Treviño) | ||
unity-2d |
Invalid
|
Undecided
|
Marco Trevisan (Treviño) | ||
unity (Ubuntu) |
Fix Released
|
Undecided
|
Marco Trevisan (Treviño) | ||
unity-2d (Ubuntu) |
Invalid
|
Undecided
|
Marco Trevisan (Treviño) |
Bug Description
libindicator "scroll" signal should be merged with "scroll_entry", as defined by the UDS-O Blueprint Desktop DX Indicators Review.
I've made a set of branches which perform this. Basically the projects directly involved (from a code point of view, not mentioning the others depending, which just needs to be rebuilt) are:
* libindicator
* unity (unity-
* unity-2d (unity-2d-panel)
* indicator-applet (deprecated?)
* indicator-
* indicator-sound (actually the only "pure" indicator which directly uses the signal).
Related branches
lp://qastaging/~3v1n0/libindicator/scroll-api-merge
- Indicator Applet Developers: Pending requested
-
Diff: 101 lines (+8/-30)3 files modifiedlibindicator/indicator-object-marshal.list (+0/-1)
libindicator/indicator-object.c (+4/-23)
libindicator/indicator-object.h (+4/-6)
lp://qastaging/~3v1n0/indicator-sound/scroll-api-merge
- Conor Curran (community): Approve
-
Diff: 92 lines (+22/-16)2 files modifiedconfigure.ac (+17/-11)
src/indicator-sound.c (+5/-5)
lp://qastaging/~3v1n0/indicator-application/scroll-api-merge
- Indicator Applet Developers: Pending requested
-
Diff: 42 lines (+4/-4)2 files modifiedconfigure.ac (+1/-1)
src/indicator-application.c (+3/-3)
lp://qastaging/~3v1n0/unity/scroll-api-merge
- Mirco Müller (community): Approve
-
Diff: 14 lines (+2/-2)1 file modifiedservices/panel-service.c (+2/-2)
lp://qastaging/~3v1n0/unity-2d/scroll-api-merge
- Aurélien Gâteau (community): Disapprove
-
Diff: 13 lines (+1/-2)1 file modifiedpanel/applets/indicator/indicator.c (+1/-2)
lp://qastaging/~indicator-applet-developers/libindicator/ubuntu
- Ken VanDine: Pending requested
-
Diff: 143 lines (+29/-11)5 files modifiedChangeLog (+8/-0)
configure (+10/-10)
configure.ac (+1/-1)
debian/changelog (+7/-0)
tools/indicator-loader.c (+3/-0)
- Ken VanDine: Pending requested
-
Diff: 46227 lines (+45734/-272)41 files modified.bzr-builddeb/default.conf (+2/-0)
.bzrignore (+0/-174)
AUTHORS (+15/-1)
ChangeLog (+3837/-0)
INSTALL (+365/-0)
Makefile.in (+771/-0)
aclocal.m4 (+9189/-0)
autogen.sh (+0/-11)
compile (+143/-0)
config.guess (+1502/-0)
config.h.in (+77/-0)
config.sub (+1714/-0)
configure (+14205/-0)
debian/changelog (+372/-0)
debian/compat (+1/-0)
debian/control (+92/-0)
debian/copyright (+17/-0)
debian/libindicator-dev.install (+4/-0)
debian/libindicator-tools.install (+2/-0)
debian/libindicator3-3.install (+1/-0)
debian/libindicator3-dev.install (+4/-0)
debian/libindicator3-tools.install (+1/-0)
debian/libindicator3.install (+1/-0)
debian/rules (+39/-0)
debian/watch (+2/-0)
depcomp (+630/-0)
helper/test-loader-build (+0/-3)
helper/test-loader.c (+0/-18)
install-sh (+520/-0)
libindicator/Makefile.in (+945/-0)
libindicator/gen-indicator-service.xml.c (+23/-0)
libindicator/gen-indicator-service.xml.h (+1/-0)
libindicator/indicator-object-enum-types.c (+25/-0)
libindicator/indicator-object-marshal.c (+241/-0)
libindicator/indicator-object-marshal.h (+52/-0)
ltmain.sh (+8413/-0)
missing (+376/-0)
tests/Makefile.in (+1486/-0)
tests/service-version-manager.c (+0/-64)
tools/Makefile.am (+2/-1)
tools/Makefile.in (+664/-0)
Changed in indicator-application: | |
status: | New → Fix Committed |
Changed in ayatana-ubuntu: | |
status: | New → Fix Committed |
assignee: | nobody → Treviño (Marco Trevisan) (3v1n0) |
Changed in indicator-applet: | |
assignee: | nobody → Treviño (Marco Trevisan) (3v1n0) |
Changed in indicator-sound: | |
assignee: | nobody → Treviño (Marco Trevisan) (3v1n0) |
Changed in libindicator: | |
assignee: | nobody → Treviño (Marco Trevisan) (3v1n0) |
Changed in unity: | |
assignee: | nobody → Treviño (Marco Trevisan) (3v1n0) |
Changed in indicator-application: | |
assignee: | nobody → Treviño (Marco Trevisan) (3v1n0) |
Changed in unity-2d: | |
status: | New → Fix Committed |
Changed in unity: | |
status: | New → Fix Committed |
Changed in libindicator: | |
status: | New → Fix Committed |
Changed in indicator-applet: | |
status: | New → Fix Committed |
Changed in indicator-sound: | |
status: | New → Fix Committed |
Changed in unity-2d: | |
assignee: | nobody → Treviño (Marco Trevisan) (3v1n0) |
Changed in indicator-sound: | |
milestone: | none → 0.7.3 |
Changed in unity (Ubuntu): | |
status: | New → Fix Committed |
Changed in unity (Ubuntu): | |
assignee: | nobody → Treviño (Marco Trevisan) (3v1n0) |
Changed in libindicator: | |
status: | Fix Committed → Fix Released |
Changed in libindicator: | |
status: | Fix Released → Fix Committed |
milestone: | none → 0.3.90 |
Changed in libindicator: | |
importance: | Undecided → Low |
Changed in libindicator: | |
status: | Fix Committed → Fix Released |
Changed in indicator-application: | |
milestone: | none → 0.3.91 |
Changed in ayatana-ubuntu: | |
status: | Fix Committed → Invalid |
Changed in indicator-application: | |
status: | Fix Committed → Fix Released |
Changed in indicator-sound: | |
status: | Fix Committed → Fix Released |
Changed in unity-2d (Ubuntu): | |
status: | New → Fix Committed |
Changed in unity-2d (Ubuntu): | |
assignee: | nobody → Treviño (Marco Trevisan) (3v1n0) |
Changed in unity-2d: | |
status: | Fix Committed → In Progress |
Changed in unity-2d (Ubuntu): | |
status: | Fix Committed → In Progress |
Changed in unity: | |
milestone: | none → 4.4.0 |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in unity-2d: | |
status: | In Progress → Invalid |
Changed in unity-2d (Ubuntu): | |
status: | In Progress → Invalid |
Changed in indicator-applet: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This bug was fixed in the package unity - 4.4.0-0ubuntu1
---------------
unity (4.4.0-0ubuntu1) oneiric; urgency=low
* New upstream release. base::impl( ) (LP: #762801) on::UpdateTrash IconCb is leaking (LP: #806984)
- moving a launcher icon around generates lots of disk write activity
(LP: #733425)
- compiz crashed with SIGSEGV in sigc::signal_
- Drag and drop a USB key into the trash should eject the USB key
(LP: #764905)
- unity window decorator needs to support different metacity frame types
(LP: #795048)
- Don't switch title to menu when hovering window buttons (LP: #691808)
- spacing between indicators should be 5 pixels (LP: #734010)
- Dash: highlight box is mis-aligned with smaller icon (LP: #761465)
- Merge libindicator scroll signals (LP: #804618)
- unity: Dead code in Launcher.cpp: "mask | (Button1Mask & Button2Mask &
Button3Mask)" (LP: #805327)
- TrashLauncherIc
- Title fade effect no longer works (LP: #809907)
- Accessibility support not initialized on Oneiric (LP: #810033)
* debian/control:
- build-dep on libnotify-dev
- bump libnux-1.0-dev dep for ABI break
* debian/rules:
- bump libunity-core-4.0-4 shlib for ABI break
-- Didier Roche <email address hidden> Thu, 21 Jul 2011 18:41:15 +0200