Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better code to fix the memory leak caused by the accessible string | Marco Trevisan (Treviño) | 2011-11-08 | 1 | -16/+22 |
| | | | | Now everythig is done on update_accessible_desc | ||||
* | Fix memory leak caused by updating the accessible description value | Marco Trevisan (Treviño) | 2011-11-08 | 1 | -7/+18 |
| | | | | | The accessible description string was duplicated every time that was updated, and never free'd. This commit fixes this. | ||||
* | Indicator-sound: Added the "indicator-sound" name hint. | Marco Trevisan (Treviño) | 2011-11-07 | 1 | -0/+6 |
| | |||||
* | X and Y pointer position aren't exported anymore by libindicator | Marco Trevisan (Treviño) | 2011-07-21 | 1 | -3/+2 |
| | | | | Dropping them! | ||||
* | indicator-sound: handle the mute-menu-item and toggle it | Marco Trevisan (Treviño) | 2011-07-17 | 1 | -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 ones | Marco Trevisan (Treviño) | 2011-07-02 | 1 | -5/+5 |
| | | | | It follows the API change of libindicator | ||||
* | port to gtk3 | Michael Terry | 2011-06-22 | 1 | -16/+40 |
| | |||||
* | removed commented out method | Conor Curran | 2011-06-15 | 1 | -24/+0 |
| | |||||
* | and finally removed the title related files | Conor Curran | 2011-06-14 | 1 | -1/+0 |
| | |||||
* | image is appearing inthe gutter hurray | Conor Curran | 2011-06-09 | 1 | -1/+8 |
| | |||||
* | merged the title and metadata at the backend, now for the tricky UI work@ | Conor Curran | 2011-06-09 | 1 | -9/+2 |
| | |||||
* | ensure that there are no visual traces of the service crashing | Conor Curran | 2011-04-04 | 1 | -1/+14 |
|\ | |||||
| * | make sure that even if the service crashes there are no visual indications ↵ | Conor Curran | 2011-04-01 | 1 | -1/+8 |
|/ | | | | | | on the indicator (i.e. no two slider scenario ) | ||||
* | some extra trace around sliders to track the volume zero app start madness | Conor Curran | 2011-03-21 | 1 | -2/+2 |
| | |||||
* | keyhandling for the voip slider now working and voip slider now activated ↵ | Conor Curran | 2011-03-16 | 1 | -12/+13 |
| | | | | when app role is also production | ||||
* | removed the restriction of not being able to use the key shortcuts on the ↵ | Conor Curran | 2011-03-16 | 1 | -10/+33 |
| | | | | slider if its muted@ | ||||
* | merged luke's updates | Conor Curran | 2011-03-09 | 1 | -0/+14 |
|\ | |||||
| * | Indicators are now responsible for updating their own accessible description. | Luke Yelavich | 2011-03-09 | 1 | -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 Curran | 2011-03-09 | 1 | -6/+6 |
|/ | | | | definitions in common defs | ||||
* | fixes two playlists bugs plus a little code tidy up in the indicator-sound | Conor Curran | 2011-03-03 | 1 | -27/+2 |
| | |||||
* | Add accessible description support | Luke Yelavich | 2011-02-22 | 1 | -1/+17 |
| | |||||
* | remove ctrl left & right shortcut as requested | Conor Curran | 2011-02-18 | 1 | -2/+6 |
| | |||||
* | getting there | Conor Curran | 2011-02-17 | 1 | -11/+21 |
| | |||||
* | voip widget added | Conor Curran | 2011-02-17 | 1 | -0/+44 |
| | |||||
* | reverted luke's work until indicator object is updated | Conor Curran | 2011-02-16 | 1 | -17/+1 |
| | |||||
* | merged Luke's accessibility work | Conor Curran | 2011-02-15 | 1 | -1/+17 |
|\ | |||||
| * | Add accessible_desc support | Luke Yelavich | 2011-02-14 | 1 | -1/+17 |
| | | |||||
* | | ported to libnotify >= 0.7 | Ken VanDine | 2011-02-11 | 1 | -2/+0 |
|/ | |||||
* | refactored notify patch | Conor Curran | 2011-02-02 | 1 | -82/+3 |
| | |||||
* | merged trevisan's work | Conor Curran | 2011-02-01 | 1 | -3/+84 |
|\ | |||||
| * | Unref the GSettings object... | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -0/+2 |
| | | |||||
| * | Added show-notify-osd-on-scroll gsettings parameter | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -1/+4 |
| | | | | | | | | | | This parameter (ON, by default) allows to enable/disable the notify-osd bubble on volume-change by mouse scroll. | ||||
| * | Merge against new HEAD | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -535/+138 |
| |\ | |||||
| * | | more indentation fixes... | Marco Trevisan (Treviño) | 2011-01-23 | 1 | -2/+2 |
| | | | |||||
| * | | gtk_icon_theme_has_icon() doesn't seem to work here... | Marco Trevisan (Treviño) | 2011-01-23 | 1 | -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! :P | Marco Trevisan (Treviño) | 2011-01-23 | 1 | -1/+1 |
| | | | |||||
| * | | indentation fixes | Marco Trevisan (Treviño) | 2011-01-23 | 1 | -39/+42 |
| | | | |||||
| * | | Show a value notify-osd notification (if supported) when scrolling | Marco Trevisan (Treviño) | 2011-01-23 | 1 | -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_volume | Marco Trevisan (Treviño) | 2011-01-23 | 1 | -7/+16 |
| | | | | | | | | | | | | | | | | | | And make determine_state_from_volume return the state for the selected value | ||||
* | | | silly mistake in signature | Conor Curran | 2011-01-28 | 1 | -12/+12 |
| | | | |||||
* | | | deal with dbusmenu api changes | Conor Curran | 2011-01-28 | 1 | -13/+28 |
| | | | |||||
* | | | sink automatically unmuted now when slider is manually changed in accordance ↵ | Conor Curran | 2011-01-27 | 1 | -1/+0 |
| |/ |/| | | | | | with the spec revision, plus some tidy ups | ||||
* | | last minute tidy up | Conor Curran | 2011-01-26 | 1 | -3/+9 |
| | | |||||
* | | blocking state now workings as expected | Conor Curran | 2011-01-26 | 1 | -1/+0 |
| | | |||||
* | | on the pigs back ... | Conor Curran | 2011-01-25 | 1 | -24/+1 |
| | | |||||
* | | tidy up | Conor Curran | 2011-01-25 | 1 | -1/+20 |
| | | |||||
* | | tidy up | Conor Curran | 2011-01-24 | 1 | -178/+0 |
| | | |||||
* | | compiling ... | Conor Curran | 2011-01-24 | 1 | -16/+7 |
| | | |||||
* | | indicator side almost up and going | Conor Curran | 2011-01-24 | 1 | -230/+131 |
| | | |||||
* | | refactoring the indicator | Conor Curran | 2011-01-24 | 1 | -121/+17 |
| | |