Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Drop empathy-av" | Guillaume Desmottes | 2012-03-01 | 1 | -0/+172 |
| | | | | | | | | This reverts commit ba0a893b1d31cdb234bae72845e840a895b9d62a. Conflicts: src/Makefile.am | ||||
* | Drop empathy-av | Guillaume Desmottes | 2012-02-21 | 1 | -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 role | Guillaume Desmottes | 2011-08-15 | 1 | -1/+0 |
| | |||||
* | set 'Empathy' as program class in all binaries | Guillaume Desmottes | 2011-02-16 | 1 | -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-av | Emilio Pozuelo Monfort | 2011-02-10 | 1 | -1/+1 |
| | | | | So the other binaries don't need to link against farsight. | ||||
* | EmpathyCallFactory -> EmpathyStreamedMediaFactory | Emilio Pozuelo Monfort | 2011-02-10 | 1 | -6/+6 |
| | |||||
* | ::new-call-handler -> ::new-streamed-media-handler | Emilio Pozuelo Monfort | 2011-02-09 | 1 | -1/+1 |
| | |||||
* | EmpathyCallWindow -> EmpathyStreamedMediaWindow | Emilio Pozuelo Monfort | 2011-02-03 | 1 | -3/+3 |
| | |||||
* | EmpathyCallHandler -> EmpathyStreamedMediaHandler | Emilio Pozuelo Monfort | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | empathy-av: early return if already activated | Guillaume Desmottes | 2010-11-23 | 1 | -18/+18 |
| | | | | Purely esthetic change to look more like empathy-chat.c | ||||
* | Always set up the call factory in empathy-av. | Travis Reitter | 2010-11-04 | 1 | -3/+6 |
| | |||||
* | Don't destroy the call factory right away (#633816) | Guillaume Desmottes | 2010-11-02 | 1 | -3/+4 |
| | |||||
* | empathy-av: use the proper exit status | Travis Reitter | 2010-10-30 | 1 | -2/+3 |
| | |||||
* | Relocate static function to eliminate prototype. | Travis Reitter | 2010-10-30 | 1 | -21/+15 |
| | |||||
* | Don't try to register for unique bus names in remote instances of empathy-av. | Travis Reitter | 2010-10-30 | 1 | -15/+16 |
| | |||||
* | Properly handle remote instances of empathy-av. | Travis Reitter | 2010-10-30 | 1 | -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 Reitter | 2010-10-22 | 1 | -22/+19 |
| | | | | Fixes bgo#632846. | ||||
* | empathy-av: use GtkApplication (#621339) | Guillaume Desmottes | 2010-10-18 | 1 | -1/+7 |
| | |||||
* | Disable timer if EMPATHY_PERSIST is set | Guillaume Desmottes | 2010-06-29 | 1 | -0/+11 |
| | |||||
* | Add a timer stopping the proccess after a while if idling | Guillaume Desmottes | 2010-06-29 | 1 | -0/+61 |
| | | | | There is no point to keep it around when not needed. | ||||
* | add empathy_call_factory_register | Guillaume Desmottes | 2010-06-29 | 1 | -0/+8 |
| | | | | So we can connect signal before registering the Handler. | ||||
* | Add empathy-av, a new process handling media channels (#599161) | Guillaume Desmottes | 2010-06-29 | 1 | -0/+111 |