| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- don't try to free a static string (LP: #957387)
|
| |
|
| |
|
|
|
|
|
| |
- typo fix in ldflags use
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
- Clicking on left 25% of "Pause/Play" circle clicks "Previous".
(LP: #864405)
|