aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-filter.c
Commit message (Collapse)AuthorAgeFilesLines
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk ↵Xavier Claessens2008-05-091-1001/+0
| | | | | | parts are now in EmpathyStatusIcon svn path=/trunk/; revision=1093
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-9/+6
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-37/+26
| | | | svn path=/trunk/; revision=1066
* Remove conditional build of VOIP.Xavier Claessens2008-04-241-10/+0
| | | | svn path=/trunk/; revision=1038
* Make sure we don't assume Text channel's handle_type is != NONE.Xavier Claessens2008-04-231-4/+17
| | | | svn path=/trunk/; revision=1032
* Do not crash on if ListChannels failsXavier Claessens2008-04-211-0/+6
| | | | svn path=/trunk/; revision=1012
* Do not use service tube param as it can be anything with DTube. If the tube ↵Xavier Claessens2008-04-201-62/+76
| | | | | | handler is already running give the tube without blinking the status icon. svn path=/trunk/; revision=1010
* Do not ask confirmation in empathy, that's the handler's responsability. ↵Xavier Claessens2008-04-201-34/+22
| | | | | | Just display a warning if the handler is not found. svn path=/trunk/; revision=1007
* Change message dialog type if the app is not installedXavier Claessens2008-04-201-3/+4
| | | | svn path=/trunk/; revision=1004
* Ask user confirmation before dispatching an incoming tubeXavier Claessens2008-04-201-60/+151
| | | | svn path=/trunk/; revision=1003
* Don't forget to give an initial value to GValue.Xavier Claessens2008-04-201-1/+1
| | | | svn path=/trunk/; revision=994
* Advertise VoIP capabilities and disable VoIP if it's disabled at build time.Xavier Claessens2008-04-201-0/+49
| | | | svn path=/trunk/; revision=993
* Fix litle bug in dispatcherXavier Claessens2008-04-201-1/+2
| | | | svn path=/trunk/; revision=989
* Move tube chandler to EmpathyFilterXavier Claessens2008-04-201-0/+244
| | | | svn path=/trunk/; revision=988
* Already open channels are considered OUTGOING.Xavier Claessens2008-04-201-1/+1
| | | | svn path=/trunk/; revision=970
* Add event when a contact is local pending of a publish channelXavier Claessens2008-04-201-40/+103
| | | | svn path=/trunk/; revision=968
* Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself.Xavier Claessens2008-04-201-0/+555
| | | | svn path=/trunk/; revision=967
* libempathy-gtk/gossip-ui-utils.c libempathy-gtk/gossip-accounts-dialog.cXavier Claessens2007-06-041-173/+0
| | | | | | | | | | | | | | | | | | | | | | | 2007-06-03 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/gossip-ui-utils.c * libempathy-gtk/gossip-accounts-dialog.c * libempathy-gtk/Makefile.am * src/empathy-accounts-main.c * src/empathy-chat-main.c * src/Makefile.am * src/empathy-main.c * libempathy/gossip-utils.c * libempathy/Makefile.am * src/empathy-filter.h * src/empathy-filter-plugin.c * src/empathy-filter.xml * src/empathy-filter.c * libempathy/gossip-paths.c * libempathy/gossip-paths.h: Remove unused code. svn path=/trunk/; revision=120
* [darcs-to-svn @ many changes]Xavier Claessens2007-05-091-0/+173
svn path=/trunk/; revision=35