aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-camera-menu.c
Commit message (Collapse)AuthorAgeFilesLines
* factor out empathy_call_window_change_webcam()Guillaume Desmottes2011-11-231-3/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=664459
* CameraMenu: don't change the device if it's the current oneEmilio Pozuelo Monfort2011-08-191-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656885
* Reset all the necessary elements when switching camerasEmilio Pozuelo Monfort2011-08-191-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656579
* CameraMenu: don't crash if there are no camerasEmilio Pozuelo Monfort2011-08-151-3/+4
|
* CameraMenu: use empathy_camera_monitor_new()Emilio Pozuelo Monfort2011-08-151-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 availableEmilio Pozuelo Monfort2011-08-151-11/+21
|
* CameraMenu: restore the last selected camera on creationEmilio Pozuelo Monfort2011-08-151-0/+5
|
* CameraMenu: track changes to the camera keyEmilio Pozuelo Monfort2011-08-151-0/+40
| | | | And store changes from the menu itself in GSettings.
* CallWindow: add a menu to change the cameraEmilio Pozuelo Monfort2011-08-151-0/+331
https://bugzilla.gnome.org/show_bug.cgi?id=599167