aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mark remaining user-visible strings as translatableLars Uebernickel2013-09-112-3/+3
|
* Fixes bug #1221242 and #1204036 (make scrolling and middle clicking work on ↵Lars Uebernickel2013-09-092-0/+16
|\ | | | | | | | | | | | | | | | | | | the sound indicator) It soft-depends on lp:~larsu/libindicator/ng-add-scrolling. That means, this branch can be merged without problems, as it only adds an action and a few attributes on the root item. The bugs won't be fixed until both branches land, though. Please the other merge request for a description of the new attributes. Fixes: https://bugs.launchpad.net/bugs/1204036. Approved by Charles Kerr, PS Jenkins bot.
| * Toggle mute on secondary actionLars Uebernickel2013-09-091-0/+1
| | | | | | | | | | | | This depends on the panel supporting x-canonical-secondary-action on the root menu item.
| * Change volume when scrolling on the indicatorLars Uebernickel2013-09-092-0/+15
|/ | | | | | | | This depends on a new root menu property: x-canonical-scroll-action. It points to an action that gets activated whenever the user scrolls the mouse over the indicator. The parameter of that action signifies the magnitude and direction of the scroll.
* Releasing 12.10.2+13.10.20130829-0ubuntu1 (revision 371 from ↵Automatic PS uploader2013-08-291-0/+11
|\ | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot.
| * Releasing 12.10.2+13.10.20130829-0ubuntu1, based on r371Automatic PS uploader2013-08-291-0/+11
|/
* Use bus_watch_namespace() for more robust monitoring of mpris players ↵Lars Uebernickel2013-08-287-217/+463
|\ | | | | | | | | | | appearing or disappearing on the bus. Approved by Charles Kerr, PS Jenkins bot.
| * Merge trunkLars Uebernickel2013-08-2627-348/+883
| |\ | |/ |/|
* | Releasing 12.10.2+13.10.20130822-0ubuntu1 (revision 369 from ↵Automatic PS uploader2013-08-221-0/+10
|\ \ | | | | | | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot.
| * | Releasing 12.10.2+13.10.20130822-0ubuntu1, based on r369Automatic PS uploader2013-08-221-0/+10
|/ /
* | Don't use deprecated GSimpleActionGroup APIs.Charles Kerr2013-08-221-14/+14
|\ \ | | | | | | | | | Approved by Ted Gould, PS Jenkins bot.
| * | don't use deprecated GSimpleActionGroup APIsCharles Kerr2013-08-221-14/+14
|/ /
* | Releasing 12.10.2+13.10.20130820-0ubuntu1 (revision 367 from ↵Automatic PS uploader2013-08-201-0/+10
|\ \ | | | | | | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot.
| * | Releasing 12.10.2+13.10.20130820-0ubuntu1, based on r367Automatic PS uploader2013-08-201-0/+10
|/ /
* | Re-write build scripts using cmake.Pete Woods2013-08-2026-370/+831
|\ \ | | | | | | | | | Approved by PS Jenkins bot, Ted Gould.
| * | Address review commentsPete Woods2013-08-192-70/+4
| | |
| * | Fix up defaultsPete Woods2013-08-161-2/+2
| | |
| * | Clean up the build / installationPete Woods2013-08-166-37/+29
| | |
| * | Build using cmakePete Woods2013-08-1623-335/+870
|/ /
* | Releasing 12.10.2+13.10.20130812.1-0ubuntu1 (revision 365 from ↵Automatic PS uploader2013-08-121-0/+10
|\ \ | | | | | | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot.
| * | Releasing 12.10.2+13.10.20130812.1-0ubuntu1, based on r365Automatic PS uploader2013-08-121-0/+10
|/ /
* | Add back an accessible_desc property to the sound indicator.Charles Kerr2013-08-091-2/+14
|\ \ | | | | | | | | | Approved by Mathieu Trudel-Lapierre, PS Jenkins bot.
| * | add accessible-name property to the ng sound indicatorCharles Kerr2013-08-081-2/+14
|/ /
| * bus-watch-namespace: remove stray semicolonLars Uebernickel2013-08-261-1/+1
| |
| * bus-watch-namespace: free name_spaceLars Uebernickel2013-08-261-0/+2
| |
| * Use bus_watch_namespace() to monitor mpris playersLars Uebernickel2013-08-026-211/+423
|/ | | | | | | | | This function is more robust than the current code and uses glib's G_DBUS_SIGNAL_FLAGS_MATCH_ARG0_NAMESPACE instead of creating match rules itself. bus-watch-namespace.[ch] is shared with gnome-settings-daemon.
* Releasing 12.10.2+13.10.20130731-0ubuntu1 (revision 363 from ↵Automatic PS uploader2013-07-311-0/+13
|\ | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot.
| * Releasing 12.10.2+13.10.20130731-0ubuntu1, based on r363Automatic PS uploader2013-07-311-0/+13
|/
* add Recommends: u-s-s | g-c-c to debian/control.Charles Kerr2013-07-301-0/+1
|\ | | | | | | Approved by PS Jenkins bot, Ted Gould.
| * add Recommends: u-s-s | g-c-c to controlCharles Kerr2013-07-301-0/+1
|/
* Fixed max-icon on volume control slider. Fixes: ↵Nick Dedekind2013-07-301-2/+2
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1206534. Approved by PS Jenkins bot, Lars Uebernickel.
| * Fixed max-icon icon sourceNick Dedekind2013-07-301-2/+2
|/
* Releasing 12.10.2+13.10.20130726-0ubuntu1 (revision 360 from ↵Automatic PS uploader2013-07-261-0/+10
|\ | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot.
| * Releasing 12.10.2+13.10.20130726-0ubuntu1, based on r360Automatic PS uploader2013-07-261-0/+10
|/
* Actually export a phone menu.Lars Uebernickel2013-07-255-129/+191
|\ | | | | | | Approved by Charles Kerr, PS Jenkins bot.
| * Add sound-service.c to POTFILES.inLars Uebernickel2013-07-251-0/+1
| |
| * Export phone menuLars Uebernickel2013-07-253-7/+20
| | | | | | | | | | | | For now, this does the same as the one on the desktop, except for starting the the phone's settings ui.
| * service.vala: store menus in a hash table, keyed by profile nameLars Uebernickel2013-07-252-8/+14
| |
| * service.vala: move menu handling into sound-menu.valaLars Uebernickel2013-07-253-126/+168
| | | | | | | | | | | | This makes service.vala a lot more readable and makes way for exporting a second - slightly different - menu for the phone profile.
* | Releasing 12.10.2+13.10.20130725-0ubuntu1 (revision 358 from ↵Automatic PS uploader2013-07-251-0/+11
|\ \ | | | | | | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot.
| * | Releasing 12.10.2+13.10.20130725-0ubuntu1, based on r358Automatic PS uploader2013-07-251-0/+11
|/ /
* | Specify fallback iconsLars Uebernickel2013-07-241-6/+13
|\| | | | | | | | | | | | | The *-panel suffix is only used by the ubuntu-mono icon themes. . Fixes: https://bugs.launchpad.net/bugs/1202932. Approved by Charles Kerr, PS Jenkins bot.
| * Specify fallback iconsLars Uebernickel2013-07-191-6/+13
| | | | | | | | | | The *-panel suffix is only used by the ubuntu-mono icon themes.
* | Releasing 12.10.2+13.10.20130722-0ubuntu1 (revision 356 from ↵Automatic PS uploader2013-07-221-0/+12
|\ \ | | | | | | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot.
| * | Releasing 12.10.2+13.10.20130722-0ubuntu1, based on r356Automatic PS uploader2013-07-221-0/+12
|/ /
* | Remove Rhythmbox from the default of the 'interested-media-players' settingLars Uebernickel2013-07-191-1/+1
|\ \ | |/ |/| | | | | | | The sound menu should only contain players that have been started before. Fixes: https://bugs.launchpad.net/bugs/1202933. Approved by PS Jenkins bot, Sebastien Bacher.
| * Remove Rhythmbox from the default of the 'interested-media-players' settingLars Uebernickel2013-07-191-1/+1
|/ | | | | The sound menu should only contain players that have been started before.
* Releasing 12.10.2+13.10.20130716-0ubuntu1 (revision 354 from ↵Automatic PS uploader2013-07-161-0/+14
|\ | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot.
| * Releasing 12.10.2+13.10.20130716-0ubuntu1, based on r354Automatic PS uploader2013-07-161-0/+14
|/
* Add phone profile to indicator config.Ted Gould2013-07-121-0/+6
|\ | | | | | | Approved by PS Jenkins bot, Nick Dedekind.