| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This is the format that GDesktopAppInfo expects. This means that the apps will
be reffered to as app.desktop in gsettings, which is consistent with how others
are doing it (indicator-messages, unity, gnome shell).
Backwards compatibility with old settings keys is maintained.
|
| |
|
|
|
|
|
|
|
|
|
| |
Each player has its own action with a dictionary state. Right now, this state
only contains one key "running", which signifies whether an instance of the
player is currently running.
It does not yet show non-running players on startup, and ignores the blacklist.
|
|
|
|
|
| |
And bind it to the "enabled" properties of the volume and mute actions.
|
|
|
|
|
| |
The VolumeControl class originated in the phablet branch of this indicator.
|
| |
|
|
|
|
|
|
| |
They weren't built (SUBDIRS didn't include tests), and building them failed
because they referenced either old files or gtk-specific stuff.
|
|
|
|
|
|
| |
This is the one that gets built now. It doesn't do anything interesting yet,
though.
|
|
|
|
|
| |
Indicator panel plugins are deprecated.
|
|\
| |
| |
| | |
Approved by PS Jenkins bot.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The menuitem's style can't be used anymore due to a recent change in
light-themes (lp #1130183). Menuitems now have a transparent background, which
confuses GtkStyle.
This is a quick workaround. Going forward, we should use the more modern
styling features of gtk.
Approved by Charles Kerr, PS Jenkins bot.
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
The menuitem's style can't be used anymore due to a recent change in
light-themes (lp #1130183). Menuitems now have a transparent background, which
confuses GtkStyle.
This is a quick workaround. Going forward, we should use the more modern
styling features of gtk.
|
|\
| |
| |
| |
| | |
(manual merge as long as unity-merger is patched)
|
|/ |
|
|\
| |
| |
| | |
Approved by Lars Uebernickel.
|
|/ |
|
|\
| |
| |
| | |
Approved by Charles Kerr.
|
|/ |
|
|\
| |
| |
| | |
Approved by PS Jenkins bot, Didier Roche.
|
| | |
|
| |
| |
| |
| | |
with the rest of the indicator stack.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
- override dh_autoreconf to use autogen.sh for the reconfiguration process.
- add export DPKG_GENSYMBOLS_CHECK_LEVEL=4.
|
| |
| |
| |
| |
| |
| | |
- add gnome-common to Build-Depends for use by dh_autoreconf.
- update style for constency: use trailing commas at the end of dep lists.
- Add Vcs-Bzr, Vcs-Browser fields with comment for uploaders.
|
| | |
|
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* debian/control: update to debhelper 9.0
* debian/rules: change to debhelper 9.0
[ Ken VanDine ]
* debian/control
- build depend on dh-translations
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | | |
* debian/rules: change to debhelper 9.0
|
| | | | |
| | \ | |
| |\ \| |
|
| | | | |
|
| | | |\ |
|
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | |\ \ |
|
| |\ \ \ \ \
| | | |_|_|/
| | |/| | |
| | | | | | |
* debian/control: build with the current vala version
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* debian/control: build with the current vala version
|
| | | | | | | |
| | \ \ \ \ | |
| |\ \| | | |
| | | |/ / /
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- 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
|
| | | | | | |
|
| | | |\| |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- 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)
|