aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-av.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Drop empathy-av"Guillaume Desmottes2012-03-011-0/+172
| | | | | | | | This reverts commit ba0a893b1d31cdb234bae72845e840a895b9d62a. Conflicts: src/Makefile.am
* Drop empathy-avGuillaume Desmottes2012-02-211-172/+0
| | | | | | So long and thanks for all the calling... https://bugzilla.gnome.org/show_bug.cgi?id=629902
* Set stream-properties on GStreamer elements to set the media roleGuillaume Desmottes2011-08-151-1/+0
|
* set 'Empathy' as program class in all binariesGuillaume Desmottes2011-02-161-0/+2
| | | | | | | This will make all the empathy apps windows appear as the same application in gnome-shell. (#642440) Thanks to Owen Taylor for this trick.
* Only build the EmpathyStreamedMedia* classes for empathy-avEmilio Pozuelo Monfort2011-02-101-1/+1
| | | | So the other binaries don't need to link against farsight.
* EmpathyCallFactory -> EmpathyStreamedMediaFactoryEmilio Pozuelo Monfort2011-02-101-6/+6
|
* ::new-call-handler -> ::new-streamed-media-handlerEmilio Pozuelo Monfort2011-02-091-1/+1
|
* EmpathyCallWindow -> EmpathyStreamedMediaWindowEmilio Pozuelo Monfort2011-02-031-3/+3
|
* EmpathyCallHandler -> EmpathyStreamedMediaHandlerEmilio Pozuelo Monfort2011-02-031-1/+1
|
* empathy-av: early return if already activatedGuillaume Desmottes2010-11-231-18/+18
| | | | Purely esthetic change to look more like empathy-chat.c
* Always set up the call factory in empathy-av.Travis Reitter2010-11-041-3/+6
|
* Don't destroy the call factory right away (#633816)Guillaume Desmottes2010-11-021-3/+4
|
* empathy-av: use the proper exit statusTravis Reitter2010-10-301-2/+3
|
* Relocate static function to eliminate prototype.Travis Reitter2010-10-301-21/+15
|
* Don't try to register for unique bus names in remote instances of empathy-av.Travis Reitter2010-10-301-15/+16
|
* Properly handle remote instances of empathy-av.Travis Reitter2010-10-301-43/+20
| | | | | | Also cut out unncessary window counting that GApplication does for us. Fixes bgo#632912.
* Port the a/v app to new G/tkApplication.Travis Reitter2010-10-221-22/+19
| | | | Fixes bgo#632846.
* empathy-av: use GtkApplication (#621339)Guillaume Desmottes2010-10-181-1/+7
|
* Disable timer if EMPATHY_PERSIST is setGuillaume Desmottes2010-06-291-0/+11
|
* Add a timer stopping the proccess after a while if idlingGuillaume Desmottes2010-06-291-0/+61
| | | | There is no point to keep it around when not needed.
* add empathy_call_factory_registerGuillaume Desmottes2010-06-291-0/+8
| | | | So we can connect signal before registering the Handler.
* Add empathy-av, a new process handling media channels (#599161)Guillaume Desmottes2010-06-291-0/+111