Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Depend on vala 0.20 and use its GIcon.serialize(). | Lars Uebernickel | 2013-10-29 | 5 | -10/+7 |
|\ | | | | | | | Approved by PS Jenkins bot, Charles Kerr. | ||||
| * | Stop using g_icon_serialize() directly | Lars Uebernickel | 2013-10-28 | 2 | -7/+4 |
| | | | | | | | | | | Vala 0.20 now comes with a gio-2.0.vapi that has Icon.serialize(). | ||||
| * | Depend on vala 0.20 | Lars Uebernickel | 2013-10-28 | 3 | -3/+3 |
|/ | |||||
* | Test that MediaPlayer's icon property isn't NULL before we serialize it. ↵ | Charles Kerr | 2013-10-28 | 1 | -1/+7 |
|\ | | | | | | | | | | | Fixes: https://bugs.launchpad.net/bugs/1229612. Approved by PS Jenkins bot, Lars Uebernickel. | ||||
| * | add the null safeguard back for the pathological case of ↵ | Charles Kerr | 2013-10-28 | 1 | -1/+2 |
| | | | | | | | | 'application-default-icon' also failing | ||||
| * | use 'application-default-icon' as the fallback media player icon | Charles Kerr | 2013-10-28 | 1 | -2/+6 |
| | | |||||
| * | test that player.icon isn't null before we serialize it. | Charles Kerr | 2013-10-25 | 1 | -1/+2 |
| | | |||||
* | | Adding a phone_greeter profile. | Ted Gould | 2013-10-28 | 1 | -0/+4 |
|\ \ | | | | | | | | | | Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | | Adding a phone_greeter profile | Ted Gould | 2013-10-28 | 1 | -0/+4 |
| |/ | |||||
* | | VolumeControl: don't pass vala closures into libpulse | Lars Uebernickel | 2013-10-28 | 1 | -15/+29 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | Libpulse's vala bindings don't specify that callbacks passed into some of its functions (e.g., get_server_info) can be called after the function returns. Vala thus frees closure data after these functions return. This can't easily be fixed in the bindings, because libpulse doesn't provide variants of these functions with destroy_notifies. This patch works around this problem by only passing non-closure functions into libpulse. Fixes: https://bugs.launchpad.net/bugs/1244386. Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | VolumeControl: don't pass vala closures into libpulse | Lars Uebernickel | 2013-10-26 | 1 | -15/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Libpulse's vala bindings don't specify that callbacks passed into some of its functions (e.g., get_server_info) can be called after the function returns. Vala thus frees closure data after these functions return. This can't easily be fixed in the bindings, because libpulse doesn't provide variants of these functions with destroy_notifies. This patch works around this problem by only passing non-closure functions into libpulse. | ||||
* | | In Service's volume_changed() function, explicitly instantiate the GVariant ↵ | Charles Kerr | 2013-10-25 | 1 | -7/+7 |
|\ \ | | | | | | | | | | | | | | | | to avoid leaking it. See the description in bug #1244468 for before & after C code and more information. Fixes: https://bugs.launchpad.net/bugs/1244468. Approved by Lars Uebernickel, PS Jenkins bot. | ||||
| * | | fix similar variant leaks | Charles Kerr | 2013-10-24 | 1 | -6/+6 |
| | | | |||||
| * | | in Service's volume_changed(), explicitly instantiate the GVariant to avoid ↵ | Charles Kerr | 2013-10-24 | 1 | -1/+1 |
|/ / | | | | | | | leaking it | ||||
* | | Don't special case Unity sessions, that's not needed since | Sebastien Bacher | 2013-10-24 | 1 | -3/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | gnome-control-center is doing the right thing, the session name used was also wrong and couldn't work (lp: #1239545). Fixes: https://bugs.launchpad.net/bugs/1239545. Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | | Don't special case Unity sessions, that's not needed since | Sebastien Bacher | 2013-10-24 | 1 | -3/+1 |
|/ / | | | | | | | | | | | gnome-control-center is doing the right thing, the session name used was also wrong and couldn't work (lp: #1239545) | ||||
* | | Only display running players in the phone's sound menu | Lars Uebernickel | 2013-10-24 | 2 | -28/+62 |
|\ \ | | | | | | | | | | | | | | | | The design says to only display the _one_ running player. This will have that effect, as there's only one player allowed to run at a time on the phone. Approved by PS Jenkins bot, Ted Gould. | ||||
| * | | Only display running players in the phone's sound menu | Lars Uebernickel | 2013-10-10 | 2 | -25/+54 |
| | | | |||||
| * | | Replace 'mute' boolean by a flag in the SoundMenu constructor | Lars Uebernickel | 2013-10-10 | 2 | -5/+10 |
| | | | | | | | | | | | | | | | | | | This makes the code calling the constructor more readable and allows for extensibility. | ||||
* | | | When we can't connect to pulse, wait a moment before retrying. Fixes: ↵ | Charles Kerr | 2013-10-24 | 1 | -1/+18 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | https://bugs.launchpad.net/bugs/1244010. Approved by Lars Uebernickel, PS Jenkins bot. | ||||
| * | | | when we fail to connect to pulse, wait a moment before retrying. | Charles Kerr | 2013-10-23 | 1 | -1/+18 |
| | | | | |||||
* | | | | Define "ubiquity" indicator profile, reusing the greeter object. (LP: ↵ | Dmitrijs Ledkovs | 2013-10-18 | 2 | -0/+10 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | #1241539). Fixes: https://bugs.launchpad.net/bugs/1241539. Approved by Lars Uebernickel, PS Jenkins bot. | ||||
| * | | | Define "ubiquity" indicator profile, reusing the greeter object. (LP: | Dmitrijs Ledkovs | 2013-10-18 | 2 | -0/+10 |
|/ / / | | | | | | | | | | #1241539) | ||||
* | | | Releasing 12.10.2+13.10.20131011-0ubuntu1 (revision 389 from ↵ | Automatic PS uploader | 2013-10-11 | 1 | -0/+11 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot. | ||||
| * | | | Releasing 12.10.2+13.10.20131011-0ubuntu1, based on r389 | Automatic PS uploader | 2013-10-11 | 1 | -0/+11 |
|/ / / | |||||
* | | | Allow activating the 'volume' action | Lars Uebernickel | 2013-10-10 | 2 | -3/+10 |
|\ \ \ | |/ / |/| / | |/ | | | | | It does the same as the 'scroll' action except showing a notification. Fixes: https://bugs.launchpad.net/bugs/1236292. Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | Give the volume menu item a target, because the 'volume' action now has a ↵ | Lars Uebernickel | 2013-10-10 | 1 | -1/+1 |
| | | | | | | | | parameter | ||||
| * | Allow activating the 'volume' action | Lars Uebernickel | 2013-10-09 | 1 | -2/+9 |
|/ | | | | | It does the same as the 'scroll' action except showing a notification. | ||||
* | Releasing 12.10.2+13.10.20131004-0ubuntu1 (revision 387 from ↵ | Automatic PS uploader | 2013-10-04 | 1 | -0/+19 |
|\ | | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot. | ||||
| * | Releasing 12.10.2+13.10.20131004-0ubuntu1, based on r387 | Automatic PS uploader | 2013-10-04 | 1 | -0/+19 |
|/ | |||||
* | Add a desktop_greeter menu without settings. | Ted Gould | 2013-10-02 | 3 | -4/+14 |
|\ | | | | | | | Approved by PS Jenkins bot, Lars Uebernickel. | ||||
| * | Make sure to set the initial value of settings shown | Ted Gould | 2013-10-02 | 1 | -1/+1 |
| | | |||||
| * | Changing the indicator file | Ted Gould | 2013-10-02 | 1 | -1/+1 |
| | | |||||
| * | Making the settings action optional | Ted Gould | 2013-10-02 | 2 | -3/+13 |
|/ | |||||
* | Fix translation support | Pete Woods | 2013-10-01 | 1 | -1/+1 |
|\ | | | | | | | | | | | dh_translations doesn't perform variable substitution when parsing the CMakeLists.txt file. Fixes: https://bugs.launchpad.net/bugs/1233679. Approved by PS Jenkins bot, Charles Kerr. | ||||
| * | Work around dh_translations not understanding CMake variable substitution | Pete Woods | 2013-10-01 | 1 | -1/+1 |
| | | |||||
* | | Show synchronous notification when changing the volume by scrolling over the ↵ | Lars Uebernickel | 2013-10-01 | 5 | -6/+36 |
|\ \ | |/ |/| | | | | | | | indicator. Fixes: https://bugs.launchpad.net/bugs/1225335. Approved by PS Jenkins bot, Sebastien Bacher. | ||||
| * | Show synchronous notification when changing the volume by scrolling over the ↵ | Lars Uebernickel | 2013-10-01 | 5 | -0/+35 |
| | | | | | | | | indicator | ||||
| * | service: use vala's double.clamp() | Lars Uebernickel | 2013-10-01 | 1 | -6/+1 |
|/ | |||||
* | Reconnect when pulseaudio terminates (or crashes). Fixes: ↵ | Lars Uebernickel | 2013-09-30 | 1 | -25/+40 |
|\ | | | | | | | | | | | https://bugs.launchpad.net/bugs/1231942. Approved by Ted Gould, PS Jenkins bot. | ||||
| * | Reconnect when pulseaudio terminates (or crashes) | Lars Uebernickel | 2013-09-30 | 1 | -25/+40 |
| | | |||||
* | | Releasing 12.10.2+13.10.20130930-0ubuntu1 (revision 382 from ↵ | Automatic PS uploader | 2013-09-30 | 1 | -0/+14 |
|\ \ | |/ |/| | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot. | ||||
| * | Releasing 12.10.2+13.10.20130930-0ubuntu1, based on r382 | Automatic PS uploader | 2013-09-30 | 1 | -0/+14 |
|/ | |||||
* | Update settings URL to settings:///system. Fixes: ↵ | Ted Gould | 2013-09-27 | 1 | -1/+1 |
|\ | | | | | | | | | | | https://bugs.launchpad.net/bugs/1231444. Approved by Lars Uebernickel, PS Jenkins bot. | ||||
| * | Update settings URL to settings:///system | Ted Gould | 2013-09-26 | 1 | -1/+1 |
|/ | |||||
* | Use url-dispatcher instead of invoking system-settings directly. Fixes: ↵ | Charles Kerr | 2013-09-26 | 5 | -6/+15 |
|\ | | | | | | | | | | | https://bugs.launchpad.net/bugs/1230819. Approved by Ted Gould, PS Jenkins bot. | ||||
| * | oops, forgot to bzr add the vapi | Charles Kerr | 2013-09-25 | 1 | -0/+9 |
| | | |||||
| * | Use url-dispatcher instead of invoking system-settings directly. | Charles Kerr | 2013-09-25 | 4 | -6/+6 |
|/ | |||||
* | Releasing 12.10.2+13.10.20130924-0ubuntu1 (revision 379 from ↵ | Automatic PS uploader | 2013-09-25 | 1 | -0/+10 |
|\ | | | | | | | | | | | lp:indicator-sound). Approved by PS Jenkins bot. | ||||
| * | Releasing 12.10.2+13.10.20130924-0ubuntu1, based on r379 | Automatic PS uploader | 2013-09-24 | 1 | -0/+10 |
|/ |