Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Hmm, really should uncomment this. | Ted Gould | 2014-02-12 | 1 | -1/+1 | |
| * | | | | | Adding mock values to fill out mock media player | Ted Gould | 2014-02-12 | 1 | -0/+25 | |
| * | | | | | Ensuring we can allocate the player, add it to an object, and woot! | Ted Gould | 2014-02-12 | 1 | -2/+16 | |
| * | | | | | Setting up the build so we can have Vala mocks | Ted Gould | 2014-02-12 | 3 | -0/+125 | |
| * | | | | | Throwing an abstraction in front of the player | Ted Gould | 2014-02-12 | 4 | -284/+337 | |
| * | | | | | Drop a dbus mock on this problem | Ted Gould | 2014-02-11 | 1 | -3/+58 | |
| * | | | | | Allocating an object and working around libaccountsservice0 | Ted Gould | 2014-02-11 | 2 | -4/+19 | |
| * | | | | | Switch the build to have a library of all the vala components | Ted Gould | 2014-02-11 | 3 | -23/+52 | |
| * | | | | | Adding in an accounts service base test | Ted Gould | 2014-02-11 | 2 | -0/+94 | |
| * | | | | | Add dbustest library | Ted Gould | 2014-02-11 | 1 | -0/+6 | |
| * | | | | | oops | Ted Gould | 2014-02-11 | 1 | -1/+1 | |
| * | | | | | All the properties we need | Ted Gould | 2014-02-11 | 2 | -12/+64 | |
| * | | | | | Build up to getting our settings proxy in the account manager | Ted Gould | 2014-02-11 | 1 | -1/+38 | |
| * | | | | | Update the player based on which one is running | Ted Gould | 2014-02-11 | 3 | -0/+17 | |
| * | | | | | Building the service over in the new object | Ted Gould | 2014-02-11 | 2 | -2/+13 | |
| * | | | | | Making an object to hold our accounts service stuff | Ted Gould | 2014-02-11 | 2 | -0/+35 | |
| * | | | | | Making parallel build work again | Ted Gould | 2014-02-10 | 1 | -1/+3 | |
| * | | | | | Getting accounts service into the service | Ted Gould | 2014-02-10 | 3 | -1/+13 | |
| * | | | | | Trying to put together all our account service pieces | Ted Gould | 2014-02-10 | 4 | -0/+81 | |
| * | | | | | CMake stuff to the ignore file | Ted Gould | 2014-02-10 | 1 | -0/+10 | |
* | | | | | | Sync volume and mute settings with AccountsService. Fixes: 840777 | Michael Terry | 2014-03-24 | 1 | -11/+166 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix bug where we weren't asking for volume settings on startup | Michael Terry | 2014-03-14 | 1 | -1/+5 | |
| * | | | | | | Check XDG_SESSION_CLASS to determine if we're in greeter; use native vala dbu... | Michael Terry | 2014-03-13 | 1 | -13/+19 | |
| * | | | | | | Merge from trunk | Michael Terry | 2014-03-13 | 3 | -1/+23 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Remove touch namespace for sound settings | Michael Terry | 2014-03-04 | 1 | -1/+1 | |
| * | | | | | | | Set AS with new values | Michael Terry | 2014-03-03 | 1 | -6/+6 | |
| * | | | | | | | Fix typo | Michael Terry | 2014-03-03 | 1 | -2/+2 | |
| * | | | | | | | Fix Mute/Muted typo; only sync to AS if value changed | Michael Terry | 2014-03-03 | 1 | -15/+22 | |
| * | | | | | | | Support proxying mute settings too; allow cancelling previous Set calls | Michael Terry | 2014-03-03 | 1 | -42/+64 | |
| * | | | | | | | Listen for changes to Volume | Michael Terry | 2014-03-03 | 1 | -15/+32 | |
| * | | | | | | | Always use class's shared user proxy | Michael Terry | 2014-03-03 | 1 | -9/+8 | |
| * | | | | | | | Write to accountsservice even when in greeter mode; drop greeter mode in gene... | Michael Terry | 2014-03-03 | 1 | -13/+9 | |
| * | | | | | | | Fix a typo | Michael Terry | 2014-03-03 | 1 | -1/+1 | |
| * | | | | | | | First pass at volume sharing | Michael Terry | 2014-02-24 | 1 | -1/+105 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Synchronize process management across indicators | Ted Gould | 2014-03-24 | 4 | -7/+35 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update for gnome-fallback | Ted Gould | 2014-02-26 | 1 | -2/+2 | |
| * | | | | | | | Add to XFCE | Ted Gould | 2014-02-20 | 2 | -2/+2 | |
| * | | | | | | | Add in the Upstart override | Ted Gould | 2014-02-20 | 2 | -0/+30 | |
| * | | | | | | | Flip the show in variable | Ted Gould | 2014-02-20 | 1 | -1/+1 | |
| * | | | | | | | Add a respawn limit and cleanup the job | Ted Gould | 2014-02-20 | 1 | -5/+3 | |
* | | | | | | | | Add an apport hook for debugging | Ted Gould | 2014-03-24 | 3 | -0/+29 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Add the action states if we don't have a stack | Ted Gould | 2014-01-03 | 1 | -0/+9 | |
| * | | | | | | Install the apport stuff all nicely like | Ted Gould | 2014-01-03 | 1 | -0/+7 | |
| * | | | | | | Grab FTBFS fix | Ted Gould | 2014-01-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Base apport hook stuff for PPA versions | Ted Gould | 2014-01-03 | 2 | -0/+13 | |
* | | | | | | | | Releasing 12.10.2+14.04.20140320-0ubuntu1 | CI bot | 2014-03-20 | 1 | -0/+9 | |
* | | | | | | | | Use audio-volume-mute-blocking-panel instead of *-blocked-panel | Lars Uebernickel | 2014-03-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use audio-volume-mute-blocking-panel instead of *-blocked-panel | Lars Uebernickel | 2014-03-19 | 1 | -1/+1 | |
* | | | | | | | | | Scale volume in notifications when allow-amplified-volume is set Fixes: 1293163 | Lars Uebernickel | 2014-03-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Scale volume in notifications when allow-amplified-volume is set | Lars Uebernickel | 2014-03-18 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ | |/| | | | | | |