aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-sound.c
Commit message (Collapse)AuthorAgeFilesLines
* X and Y pointer position aren't exported anymore by libindicatorMarco Trevisan (Treviño)2011-07-211-3/+2
| | | | Dropping them!
* indicator-sound: handle the mute-menu-item and toggle itMarco Trevisan (Treviño)2011-07-171-0/+55
| | | | | | | 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.
* Use the "entry-scrolled" signal instead of the old onesMarco Trevisan (Treviño)2011-07-021-5/+5
| | | | It follows the API change of libindicator
* port to gtk3Michael Terry2011-06-221-16/+40
|
* removed commented out methodConor Curran2011-06-151-24/+0
|
* and finally removed the title related files Conor Curran2011-06-141-1/+0
|
* image is appearing inthe gutter hurrayConor Curran2011-06-091-1/+8
|
* merged the title and metadata at the backend, now for the tricky UI work@Conor Curran2011-06-091-9/+2
|
* ensure that there are no visual traces of the service crashingConor Curran2011-04-041-1/+14
|\
| * make sure that even if the service crashes there are no visual indications ↵Conor Curran2011-04-011-1/+8
|/ | | | | | on the indicator (i.e. no two slider scenario )
* some extra trace around sliders to track the volume zero app start madnessConor Curran2011-03-211-2/+2
|
* keyhandling for the voip slider now working and voip slider now activated ↵Conor Curran2011-03-161-12/+13
| | | | when app role is also production
* removed the restriction of not being able to use the key shortcuts on the ↵Conor Curran2011-03-161-10/+33
| | | | slider if its muted@
* merged luke's updatesConor Curran2011-03-091-0/+14
|\
| * Indicators are now responsible for updating their own accessible description.Luke Yelavich2011-03-091-0/+14
| | | | | | | | | | Refactor accessible description update code into a new function.
* | refactored transport enums so as both vala and c are using the same ↵Conor Curran2011-03-091-6/+6
|/ | | | definitions in common defs
* fixes two playlists bugs plus a little code tidy up in the indicator-soundConor Curran2011-03-031-27/+2
|
* Add accessible description supportLuke Yelavich2011-02-221-1/+17
|
* remove ctrl left & right shortcut as requestedConor Curran2011-02-181-2/+6
|
* getting thereConor Curran2011-02-171-11/+21
|
* voip widget addedConor Curran2011-02-171-0/+44
|
* reverted luke's work until indicator object is updatedConor Curran2011-02-161-17/+1
|
* merged Luke's accessibility workConor Curran2011-02-151-1/+17
|\
| * Add accessible_desc supportLuke Yelavich2011-02-141-1/+17
| |
* | ported to libnotify >= 0.7Ken VanDine2011-02-111-2/+0
|/
* refactored notify patchConor Curran2011-02-021-82/+3
|
* merged trevisan's workConor Curran2011-02-011-3/+84
|\
| * Unref the GSettings object...Marco Trevisan (Treviño)2011-01-271-0/+2
| |
| * Added show-notify-osd-on-scroll gsettings parameterMarco Trevisan (Treviño)2011-01-271-1/+4
| | | | | | | | | | This parameter (ON, by default) allows to enable/disable the notify-osd bubble on volume-change by mouse scroll.
| * Merge against new HEADMarco Trevisan (Treviño)2011-01-271-535/+138
| |\
| * | more indentation fixes...Marco Trevisan (Treviño)2011-01-231-2/+2
| | |
| * | gtk_icon_theme_has_icon() doesn't seem to work here...Marco Trevisan (Treviño)2011-01-231-7/+2
| | | | | | | | | | | | | | | | | | | | | When no "audio-volume-off" icon is provided by any theme, the notification is not shown, so notify-osd-icons package is reccomanded here.
| * | Ops, indentation: one space left! :PMarco Trevisan (Treviño)2011-01-231-1/+1
| | |
| * | indentation fixesMarco Trevisan (Treviño)2011-01-231-39/+42
| | |
| * | Show a value notify-osd notification (if supported) when scrollingMarco Trevisan (Treviño)2011-01-231-2/+79
| | | | | | | | | | | | | | | | | | | | | To improve the indicator usability, show a notify-osd bubble with the volume value when changing the value level using the scrolling-wheel over the indicator icon.
| * | use update_state_from_volume instead of determine_state_from_volumeMarco Trevisan (Treviño)2011-01-231-7/+16
| | | | | | | | | | | | | | | | | | And make determine_state_from_volume return the state for the selected value
* | | silly mistake in signatureConor Curran2011-01-281-12/+12
| | |
* | | deal with dbusmenu api changesConor Curran2011-01-281-13/+28
| | |
* | | sink automatically unmuted now when slider is manually changed in accordance ↵Conor Curran2011-01-271-1/+0
| |/ |/| | | | | with the spec revision, plus some tidy ups
* | last minute tidy upConor Curran2011-01-261-3/+9
| |
* | blocking state now workings as expectedConor Curran2011-01-261-1/+0
| |
* | on the pigs back ...Conor Curran2011-01-251-24/+1
| |
* | tidy upConor Curran2011-01-251-1/+20
| |
* | tidy upConor Curran2011-01-241-178/+0
| |
* | compiling ...Conor Curran2011-01-241-16/+7
| |
* | indicator side almost up and goingConor Curran2011-01-241-230/+131
| |
* | refactoring the indicatorConor Curran2011-01-241-121/+17
| |
* | signals and methods cut down to size, next the indicatorConor Curran2011-01-221-1/+1
|/
* indicator dbus fetches now workingConor Curran2011-01-111-5/+2
|
* change over complete for now, big refactor of indicator sound neededConor Curran2011-01-111-2/+14
|