lp:~3v1n0/indicator-sound/mute-on-secondary-activate
Created by
Marco Trevisan (Treviño)
and last modified
- Get this branch:
- bzr branch lp:~3v1n0/indicator-sound/mute-on-secondary-activate
Only
Marco Trevisan (Treviño)
can upload to this branch. If you are
Marco Trevisan (Treviño)
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Conor Curran (community): Approve
- Indicator Applet Developers: Pending requested
-
Diff: 367 lines (+269/-0)5 files modifiedsrc/Makefile.am (+2/-0)
src/indicator-sound.c (+54/-0)
src/mute-menu-item.c (+5/-0)
src/mute-widget.c (+141/-0)
src/mute-widget.h (+67/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 257. By Marco Trevisan (Treviño)
-
X and Y pointer position aren't exported anymore by libindicator
Dropping them!
- 256. By Marco Trevisan (Treviño)
-
indicator-sound: handle the mute-menu-item and toggle it
Handle the mute menu item with a mute widget, then associate
the secondary_activate libindicator signal to a function
that toggles the status of mute_widget, to apply the change
in all the indicator-sound framework. - 254. By Marco Trevisan (Treviño)
-
Added MuteWidget item to control the mute-menu-item remotely
It's basically a GtkMenuItem that can be activated to change the
mute status. - 251. By Marco Trevisan (Treviño)
-
Use the "entry-scrolled" signal instead of the old ones
It follows the API change of libindicator
- 250. By Marco Trevisan (Treviño)
-
Compile under gtk+-2.0
We need to properly check for indicator/
indicator3 also for
soundservice, to make this compile with gtk+-3
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:indicator-sound/fourth