aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-camera-monitor.c
Commit message (Collapse)AuthorAgeFilesLines
* camera-monitor: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-295/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* cheese-camera-device-monitor: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-6/+6
| | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-1/+1
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-5/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* renamespace CheeseCameraDeviceMonitorGuillaume Desmottes2011-12-021-8/+8
| | | | | | | This ensures empathy will always use our version, even when linking on libcheese, and so avoid incompatibliy when libcheese breaks its ABI. https://bugzilla.gnome.org/show_bug.cgi?id=665244
* camera-monitor: fix memleak in on_camera_addedRaluca Elena Podiuc2011-12-011-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=665256
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-2/+2
| | | | No more ugly marshallers \o/
* CameraMonitor: add empathy_camera_monitor_new()Emilio Pozuelo Monfort2011-08-151-26/+22
| | | | Which doesn't return a singleton but a new object.
* CameraMonitor: dynamically-allocate the queueEmilio Pozuelo Monfort2011-08-151-8/+17
|
* CameraMonitor: add ::added and ::removed signalsEmilio Pozuelo Monfort2011-08-151-0/+27
|
* CameraMonitor: make EmpathyCamera a boxed typeEmilio Pozuelo Monfort2011-08-151-0/+9
|
* CameraMonitor: add API to get all camerasEmilio Pozuelo Monfort2011-08-151-0/+71
|
* Add empathy_camera_monitor_get_availableEmilio Pozuelo Monfort2011-07-121-0/+7
|
* Don't disable video calls when built without udevEmilio Pozuelo Monfort2011-07-121-0/+5
|
* Add EmpathyCameraMonitorEmilio Pozuelo Monfort2011-07-121-0/+174