Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new indicator file format | Lars Uebernickel | 2013-05-29 | 1 | -1/+3 |
| | |||||
* | Forget track information when player is quit | Lars Uebernickel | 2013-04-09 | 1 | -0/+1 |
| | |||||
* | Add information about the current track to the player actions | Lars Uebernickel | 2013-04-09 | 2 | -1/+77 |
| | |||||
* | Don't add players to the root menu | Lars Uebernickel | 2013-04-04 | 1 | -12/+18 |
| | |||||
* | Really sync player list with preferred-media-players setting | Lars Uebernickel | 2013-04-04 | 1 | -0/+11 |
| | | | | | Writing back to the key was missing. | ||||
* | Service: create player action right away, not lazily in an idle | Lars Uebernickel | 2013-04-04 | 1 | -13/+12 |
| | |||||
* | Drop unneeded deps | Lars Uebernickel | 2013-04-04 | 2 | -20/+2 |
| | |||||
* | configure.ac: require same vala version as debian packaging | Lars Uebernickel | 2013-04-04 | 1 | -2/+1 |
| | |||||
* | Modernize vala compiling in Makefile.am | Lars Uebernickel | 2013-04-04 | 1 | -40/+3 |
| | | | | | This fixes parallel builds. | ||||
* | Remove sound-service-marshal (not needed anymore) | Lars Uebernickel | 2013-04-04 | 4 | -60/+0 |
| | |||||
* | Don't build unused files and remove superseded files | Lars Uebernickel | 2013-04-04 | 9 | -1167/+1 |
| | |||||
* | service.vala: add license header | Lars Uebernickel | 2013-04-03 | 1 | -0/+18 |
| | |||||
* | MediaPlayerList: use appname.desktop also for lookups | Lars Uebernickel | 2013-04-03 | 1 | -3/+4 |
| | |||||
* | Remove players when settings key changes | Lars Uebernickel | 2013-04-03 | 1 | -0/+15 |
| | |||||
* | Always update all player actions | Lars Uebernickel | 2013-04-03 | 1 | -17/+19 |
| | | | | | | | | | | | This fixes a bug: only the first player that changed (or was added) in a single main context iteration was updated in update_player_action(). That's because only one source id was used for all idles. Another fix to this would be to keep track of which actions need to be updated. This patch is a bit more brute-force, but that will probably not matter much, as the amount of players is generally small. | ||||
* | MediaPlayerList: remove debug messages | Lars Uebernickel | 2013-04-03 | 1 | -2/+0 |
| | |||||
* | Make MediaPlayerList iteratable instead of providing the "players" property | Lars Uebernickel | 2013-04-03 | 1 | -3/+19 |
| | |||||
* | Append ".desktop" to the desktop entries reported from MPRIS | Lars Uebernickel | 2013-04-03 | 2 | -3/+3 |
| | | | | | | | | | 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. | ||||
* | Sync list of media players with gsettings | Lars Uebernickel | 2013-04-03 | 2 | -22/+76 |
| | |||||
* | Show running media players in the menu | Lars Uebernickel | 2013-03-28 | 4 | -1/+235 |
| | | | | | | | | | 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. | ||||
* | VolumeControl: turn "ready" into a property | Lars Uebernickel | 2013-03-27 | 2 | -14/+13 |
| | | | | | And bind it to the "enabled" properties of the volume and mute actions. | ||||
* | Add VolumeControl and hook up mute and volume actions to it | Lars Uebernickel | 2013-03-27 | 3 | -9/+232 |
| | | | | | The VolumeControl class originated in the phablet branch of this indicator. | ||||
* | Update POTFILES (for `make check`) | Lars Uebernickel | 2013-03-25 | 1 | -2/+1 |
| | |||||
* | Remove old tests | Lars Uebernickel | 2013-03-25 | 11 | -723/+3 |
| | | | | | | They weren't built (SUBDIRS didn't include tests), and building them failed because they referenced either old files or gtk-specific stuff. | ||||
* | Add service that adheres to the new indicator protocol | Lars Uebernickel | 2013-03-22 | 4 | -3/+98 |
| | | | | | | This is the one that gets built now. It doesn't do anything interesting yet, though. | ||||
* | Remove libsoundmenu (panel plugin) | Lars Uebernickel | 2013-03-06 | 17 | -5325/+3 |
| | | | | | Indicator panel plugins are deprecated. | ||||
* | Releasing 12.10.2daily13.02.25-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-02-25 | 1 | -0/+10 |
|\ | | | | | | | Approved by PS Jenkins bot. | ||||
| * | Releasing 12.10.2daily13.02.25-0ubuntu1, based on r341 | Automatic PS uploader | 2013-02-25 | 1 | -0/+10 |
|/ | |||||
* | transport-widget: use menu's style for the buttons | Lars Uebernickel | 2013-02-21 | 1 | -1/+10 |
|\ | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Add a comment explaining the change in the last commit | Lars Uebernickel | 2013-02-21 | 1 | -0/+9 |
| | | |||||
| * | transport-widget: use menu's style for the buttons | Lars Uebernickel | 2013-02-21 | 1 | -1/+1 |
|/ | | | | | | | | | | 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. | ||||
* | Releasing 12.10.2daily12.11.21.1-0ubuntu1 | Didier Roche | 2012-11-21 | 1 | -2/+6 |
|\ | | | | | | | | | (manual merge as long as unity-merger is patched) | ||||
| * | Releasing 12.10.2daily12.11.21.1-0ubuntu1, based on r339 | Automatic PS uploader | 2012-11-21 | 1 | -2/+6 |
|/ | |||||
* | Share credit where credit is due. | Didier Roche | 2012-11-16 | 1 | -0/+1 |
|\ | | | | | | | Approved by Lars Uebernickel. | ||||
| * | share credit where credit is due | Didier Roche | 2012-11-16 | 1 | -0/+1 |
|/ | |||||
* | bootstrap changelog for daily build. | Mathieu Trudel-Lapierre | 2012-11-16 | 1 | -0/+4 |
|\ | | | | | | | Approved by Charles Kerr. | ||||
| * | bootstrap daily upload changelog message. | Mathieu Trudel-Lapierre | 2012-11-15 | 1 | -0/+4 |
|/ | |||||
* | Inline package. | Sebastien Bacher | 2012-11-15 | 12 | -0/+1047 |
|\ | | | | | | | Approved by PS Jenkins bot, Didier Roche. | ||||
| * | Remove extra # typo in notice to uploaders in debian/control. | Mathieu Trudel-Lapierre | 2012-11-14 | 1 | -1/+1 |
| | | |||||
| * | debian/source/format: migrate back to source format 1.0 for consistency | Mathieu Trudel-Lapierre | 2012-11-14 | 2 | -1/+3 |
| | | | | | | | | with the rest of the indicator stack. | ||||
| * | enable quilt with the dh sequencer to make sure patches get applied. | Mathieu Trudel-Lapierre | 2012-11-14 | 2 | -1/+2 |
| | | |||||
| * | Reorganise Build-Depends for clarity. | Mathieu Trudel-Lapierre | 2012-11-14 | 1 | -4/+4 |
| | | |||||
| * | debian/compat: bump to compat level 9. | Mathieu Trudel-Lapierre | 2012-11-14 | 2 | -1/+2 |
| | | |||||
| * | * debian/rules: | Mathieu Trudel-Lapierre | 2012-11-14 | 2 | -0/+7 |
| | | | | | | | | | | - override dh_autoreconf to use autogen.sh for the reconfiguration process. - add export DPKG_GENSYMBOLS_CHECK_LEVEL=4. | ||||
| * | * debian/control: | Mathieu Trudel-Lapierre | 2012-11-14 | 2 | -2/+17 |
| | | | | | | | | | | | | - 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. | ||||
| * | Specify that the package should be in split mode for bzr bd. | Mathieu Trudel-Lapierre | 2012-11-13 | 1 | -0/+2 |
| | | |||||
| * | Import debian/ from lp:~ubuntu-desktop/indicator-sound/ubuntu. | Mathieu Trudel-Lapierre | 2012-11-13 | 11 | -0/+1019 |
|/| | |||||
| * | [ Allan LeSage ] | Ken VanDine | 2012-10-30 | 8 | -1/+1498 |
| | | | | | | | | | | | | | | | | | | * debian/control: update to debhelper 9.0 * debian/rules: change to debhelper 9.0 [ Ken VanDine ] * debian/control - build depend on dh-translations | ||||
| * | releasing version 12.10.1-0ubuntu2 | Ken VanDine | 2012-10-30 | 11 | -1510/+22 |
| |\ | |||||
| | * | releasing version 12.10.1-0ubuntu2~ppa1 | unknown | 2012-10-26 | 1 | -2/+2 |
| | | |