Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | factor out empathy_call_window_change_webcam() | Guillaume Desmottes | 2011-11-23 | 1 | -3/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=664459 | ||||
* | CameraMenu: don't change the device if it's the current one | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -0/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656885 | ||||
* | Reset all the necessary elements when switching cameras | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656579 | ||||
* | CameraMenu: don't crash if there are no cameras | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -3/+4 |
| | |||||
* | CameraMenu: use empathy_camera_monitor_new() | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -1/+1 |
| | | | | | | | We want to get a new object so that we get ::added upon construction for all the cameras. With _dup_singleton() we may get an existing object, which would have already fired the initial set of ::added signals. | ||||
* | CameraMenu: select the first camera if the last one isn't available | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -11/+21 |
| | |||||
* | CameraMenu: restore the last selected camera on creation | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+5 |
| | |||||
* | CameraMenu: track changes to the camera key | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+40 |
| | | | | And store changes from the menu itself in GSettings. | ||||
* | CallWindow: add a menu to change the camera | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+331 |
https://bugzilla.gnome.org/show_bug.cgi?id=599167 |