aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.c
Commit message (Collapse)AuthorAgeFilesLines
* Use gi18n-lib.h instead of gi18n.h for libraries.xclaesse2008-12-121-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1967 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Use G_GINT_FORMAT for printinf a goffset. Fixes bug #562873.xclaesse2008-12-031-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1944 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Little fix for previous commit.xclaesse2008-11-301-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1927 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Fix a bug for the compilation of empathy-dispatcher.c. Fixes bug #562588 ↵xclaesse2008-11-301-1/+1
| | | | | | (Stephane Wirtel). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1926 4ee84921-47dd-4033-b63a-18d7a039a3e4
* dispatcher_connection_new_channel_cb: set the room of the newly created ↵xclaesse2008-11-241-0/+1
| | | | | | chatroom. Fixes bug #560387 (Guillaume Desmottes). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1918 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in ↵xclaesse2008-11-221-2/+18
| | | | | | file_channel_create_cb() to unref the object when the FT is done. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1913 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Fix ref counting of tp_file, make it singleton per channel, and add a ↵xclaesse2008-11-221-3/+2
| | | | | | _keep_alive method that adds a tmp ref until the transfer finishes. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1904 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Add a FIXME about the tp_file being leakedxclaesse2008-11-221-0/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1900 4ee84921-47dd-4033-b63a-18d7a039a3e4
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ↵xclaesse2008-11-221-2/+1
| | | | | | the file can't be opened. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1881 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Cleanup the coding style. If we can't get info about the GFile we abord the FT.xclaesse2008-11-221-80/+79
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1875 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Set the Date property when requesting a FT channelxclaesse2008-11-221-2/+10
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1845 4ee84921-47dd-4033-b63a-18d7a039a3e4
* use Requestotron to request the FT channelxclaesse2008-11-221-46/+64
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1844 4ee84921-47dd-4033-b63a-18d7a039a3e4
* fix FT client side code as the generated code changedxclaesse2008-11-221-5/+5
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1843 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Use _call_request_channel instead of _run_request_channel. (Jonny Lamb)xclaesse2008-11-221-51/+71
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1839 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)xclaesse2008-11-221-3/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1837 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)xclaesse2008-11-221-0/+99
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1835 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Removed file transfer handling code from empathy dispatcher. (Jonny Lamb)xclaesse2008-11-221-11/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1750 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Added start of handling new incoming file channels. (Jonny Lamb)xclaesse2008-11-221-0/+11
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1742 4ee84921-47dd-4033-b63a-18d7a039a3e4
* add the file path as arg to empathy_chatroom_manager_newxclaesse2008-10-131-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1542 4ee84921-47dd-4033-b63a-18d7a039a3e4
* dispatcher: store a ref on the ChatroomManagerxclaesse2008-10-131-21/+56
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1538 4ee84921-47dd-4033-b63a-18d7a039a3e4
* rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cbxclaesse2008-10-131-6/+6
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1537 4ee84921-47dd-4033-b63a-18d7a039a3e4
* empathy-dispatcher: use new API of EmpathyChatRoomxclaesse2008-10-131-1/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1536 4ee84921-47dd-4033-b63a-18d7a039a3e4
* add joined room to EmpathyChatroomManager. Fixes bug #542176 (Guillaume ↵xclaesse2008-10-131-0/+75
| | | | | | Desmottes). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1535 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Improve dispatcher. Fixes bug #465928.xclaesse2008-05-181-47/+184
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1108 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk ↵xclaesse2008-05-091-0/+681
parts are now in EmpathyStatusIcon git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1093 4ee84921-47dd-4033-b63a-18d7a039a3e4