aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-av.c
Commit message (Collapse)AuthorAgeFilesLines
* 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