aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
Commit message (Collapse)AuthorAgeFilesLines
* Fork from Ubuntu's indicator-sound.Mike Gabriel2017-10-221-0/+3
|
* Fold all patches into sourceLars Uebernickel2013-06-194-58/+0
| | | | | | | | | These patches didn't apply to the current source. They added support for sound settings panels in various desktop environments. We need a better solution for that, which doesn't require patching the source when a desktop environment wants a different command line.
* * New upstream release.Sebastien Bacher2012-07-123-418/+1
| | | | | | | | | | | - Allow setting preferred media players through a settings key. - Fix sound indicator not working after Amarok close. - Explicit handling of Ardour - Fix deprecated GTK+ API calls * debian/patches/lp_992262.patch: * debian/patches/lp_902715.patch: - dropped, the fix is in the new version
* * debian/patches/lp_992262.patchKen VanDine2012-05-033-0/+417
| | | | | | | | | | | | - fix sound indicator not working after amarok close (LP: #992262) * debian/patches/lp_902715.patch - Partial fix which sets the accessibility property on the volume slider menu item. Previously this was achieved by sending a signal on the indicator object but now it seems the way to update orca is to set/update the appropriate property on the menuitem. Orca doesn't broadcast volume updates on slider movement but at least it updates when the user moves to the item on the menu, previously it was entirely silent. (LP: #902715)
* releasing version 0.8.5.0-0ubuntu2Ken VanDine2012-05-032-0/+19
|
* releasing version 0.8.5.0-0ubuntu1Ken VanDine2012-03-303-618/+1
|
* releasing version 0.8.4.1-0ubuntu4Ken VanDine2012-03-302-0/+18
|
* releasing version 0.8.4.1-0ubuntu3Ken VanDine2012-03-212-0/+167
|
* releasing version 0.8.4.1-0ubuntu2Ken VanDine2012-03-202-1/+450
|
* * debian/patches/sound_nua.patchKen VanDine2012-03-191-9/+3
| | | | - don't try to free a static string (LP: #957387)
* releasing version 0.8.3.0-0ubuntu2Ken VanDine2012-03-161-4/+17
|
* releasing version 0.8.2.0-0ubuntu1Ken VanDine2012-02-222-14/+0
|
* * debian/patches/correct_ldflags_use.patch:Sebastien Bacher2012-02-142-0/+15
| | | | | - typo fix in ldflags use
* * New upstream release.Sebastien Bacher2012-02-143-151/+0
| | | | | | | | - No easy way to turn the sound menu on/off (lp: #829648) - Avoid spawning notification daemon at startup (lp: #912150) - Creation of album-art-cache folder (lp: #799383) - schema id & path are inconsistent with other indicators (lp: #914377)
* releasing version 0.8.0.0-0ubuntu4Ken VanDine2012-02-093-0/+124
|
* * -debian/patches/disable_Werror.patchKen VanDine2012-01-242-0/+41
| | | | | | | | | - disabled in debian/rules instead * Add lazy_init.patch: Avoid spawning notification daemon right at startup, instead initialize it lazily when actually doing a notification. Improves boot speed. (LP: #912150) * Add disable_Werror.patch: Build without -Werror, to avoid build failure due to deprecated declarations. (LP: #912160)
* releasing version 0.8.0.0-0ubuntu1Ken VanDine2011-12-012-23/+0
|
* * debian/patches/fix-864405.patch:Omer Akram2011-11-282-0/+23
- Clicking on left 25% of "Pause/Play" circle clicks "Previous". (LP: #864405)