aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-sound.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* sink available flag setConor Curran2011-01-111-5/+4
|
* refactored signal namesConor Curran2011-01-111-15/+20
|
* more fixesConor Curran2011-01-111-12/+7
|
* signals being sent correctlyConor Curran2011-01-111-3/+5
|
* handle disconnection gracefullyConor Curran2011-01-111-2/+2
|
* more warnings sortedConor Curran2011-01-111-5/+9
|
* getting thereConor Curran2011-01-101-82/+131
|
* lots of refactoring and the rest Conor Curran2011-01-101-65/+117
|
* race condtion on playbackstatus accommodated for and dbus names changed over ↵Conor Curran2010-12-161-2/+2
| | | | the new canonical naming
* tabs to spaces tab width 2Conor Curran2010-12-071-74/+74
|
* fixed the crashes and made the key presss/release work nicely with multiple ↵Conor Curran2010-11-171-10/+34
| | | | players