aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* rename empathy_tp_file_get_incoming to empathy_tp_file_is_incomingXavier Claessens2008-11-222-2/+2
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ...Xavier Claessens2008-11-223-94/+31
* don't include itselfXavier Claessens2008-11-221-2/+0
* Remove useless linesXavier Claessens2008-11-222-5/+0
* Fix coding styleXavier Claessens2008-11-221-46/+47
* Cleanup the coding style. If we can't get info about the GFile we abord the FT.Xavier Claessens2008-11-222-81/+80
* get_requestable_channel_classes_cb: call tp_contact_factory_ready if the D-Bu...Xavier Claessens2008-11-221-0/+1
* empathy-tp-file.c: actually implement the getter of GObject propertiesXavier Claessens2008-11-221-0/+24
* empathy-tp-file: reorder FileTransfer D-Bus properties using the same order a...Xavier Claessens2008-11-221-7/+10
* tp_file_constructor: get the ContentHashType and ContentType values from the ...Xavier Claessens2008-11-221-0/+6
* empathy-contact: no need to inspect the RequestableChannelClasses property an...Xavier Claessens2008-11-221-71/+0
* empathy-tp-contact-factory: set the FT capability when creating contacts if t...Xavier Claessens2008-11-221-1/+79
* empathy-tp-contact-factory: factor out contact_createdXavier Claessens2008-11-221-2/+9
* Implement latest ft draftXavier Claessens2008-11-221-3/+7
* remove blank lineXavier Claessens2008-11-221-1/+0
* Use the RequestableChannelClasses property instead of hardcoding salut to che...Xavier Claessens2008-11-221-20/+65
* Set the Date property when requesting a FT channelXavier Claessens2008-11-221-2/+10
* use Requestotron to request the FT channelXavier Claessens2008-11-221-46/+64
* fix FT client side code as the generated code changedXavier Claessens2008-11-222-13/+14
* Renamed free_copy_data_if_closed to copy_data_unref and have a ref_count in t...Jonny Lamb2008-11-221-17/+22
* Use _call_request_channel instead of _run_request_channel. (Jonny Lamb)Jonny Lamb2008-11-222-52/+72
* Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)Jonny Lamb2008-11-223-61/+42
* Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)Jonny Lamb2008-11-225-111/+103
* Fixed Makefile by including missing backslash. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
* Changed suppress_handler to TRUE in a requested channel. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Moved capabilities hack to empathy_contact_set_account. (Jonny Lamb)Jonny Lamb2008-11-221-27/+27
* Renamed is_salut to contact_is_salut. (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
* Removed useless libtelepathy headers. (Jonny Lamb)Jonny Lamb2008-11-222-5/+0
* Removed useless +0.5 in get_time_remaining. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Made state_change_reason None in the constructor instead of an invalid value....Jonny Lamb2008-11-221-5/+2
* Removed pointless test whether the tp_file is a GObject in the finalize funct...Jonny Lamb2008-11-221-2/+1
* Use empathy_time_get_current_time instead of g_get_current_time. (Jonny Lamb)Jonny Lamb2008-11-221-15/+6
* Removed cached_empathy_file from EmpathyTpFilePriv. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
* Removed account property of EmpathyTpFile as it's only actually used once and...Jonny Lamb2008-11-223-29/+8
* Made property-getting synchronous again so there isn't a massive race conditi...Jonny Lamb2008-11-221-45/+30
* Fixed channel property setting typo so ContentType is actually set. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Updated parameter checks to return appropriate values. (Jonny Lamb)Jonny Lamb2008-11-221-9/+12
* Add parameter checks to public functions. (Jonny Lamb)Jonny Lamb2008-11-221-1/+24
* Updated the way to access the EmpathyTpFilePriv instance within empathy-tp-fi...Jonny Lamb2008-11-222-251/+161
* Re-ordered EmpathyTpFile so static functions need no declaration at the top o...Jonny Lamb2008-11-221-493/+474
* Use FIXME instead of TODO in comments. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Changed _run_ method calls to _call_ calls. (Jonny Lamb)Jonny Lamb2008-11-222-89/+94
* Fixed copyright and author headers. (Jonny Lamb)Jonny Lamb2008-11-224-2/+10
* Various whitespace and comment fixes. (Jonny Lamb)Jonny Lamb2008-11-222-3/+2
* Added empathy_offer_file function and updated accept_file. (Jonny Lamb)Jonny Lamb2008-11-223-3/+42
* Do not set the MD5 hash of the file when sending. (Jonny Lamb)Jonny Lamb2008-11-221-28/+0
* Removed SocketPath channel property. (Jonny Lamb)Jonny Lamb2008-11-221-19/+0
* Added ContentHashType channel property, and renamed ContentMD5 to ContentHash...Jonny Lamb2008-11-221-13/+25
* Updated yet more places to use s/direction/incoming/ (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
* Replaced the Direction channel property a more-private GObject incoming prope...Jonny Lamb2008-11-222-23/+19
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)Jonny Lamb2008-11-226-288/+286
* Added ability to get an md5sum of the file being sent using GChecksum. (Jonny...Jonny Lamb2008-11-221-1/+23
* Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb)Jonny Lamb2008-11-222-9/+0
* Fixed function declaration style. (Jonny Lamb)Jonny Lamb2008-11-221-21/+46
* Converted sources to Collabora coding style. (Jonny Lamb)Jonny Lamb2008-11-223-208/+208
* Merged empathy_send_file and empathy_send_file_from_stream, and dropped the d...Jonny Lamb2008-11-221-42/+20
* Set the ContentType property properly on a new file channel. (Jonny Lamb)Jonny Lamb2008-11-221-1/+2
* Changed order of closing channel and cancelling socket transfers. (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
* Fixed small coding style issue. (Jonny Lamb)Jonny Lamb2008-11-221-2/+0
* Implemented empathy_file_cancel. (Jonny Lamb)Jonny Lamb2008-11-222-0/+13
* Handled TransferredBytes signal properly and show in the progress bar. (Jonny...Jonny Lamb2008-11-221-7/+17
* Actually use accept and receive file functions. (Jonny Lamb)Jonny Lamb2008-11-221-2/+10
* Implemented accept_file and empathy_receive_file in empathy-file. (Jonny Lamb)Jonny Lamb2008-11-221-18/+68
* Fixed _get_local_socket in empathy-file so that it calls connect(2). (Jonny L...Jonny Lamb2008-11-221-2/+20
* Removed g_object_notify that doesn't actually map to a property. (Jonny Lamb)Jonny Lamb2008-11-221-2/+0
* Removed file transfer handling code from empathy dispatcher. (Jonny Lamb)Jonny Lamb2008-11-221-11/+0
* Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)Jonny Lamb2008-11-226-1627/+855
* Push the notify::state and notify::transferred-bytes signals from EmpathyTpFi...Jonny Lamb2008-11-221-2/+29
* Correctly set the EmpathyContact in an EmpathyTpFile. (Jonny Lamb)Jonny Lamb2008-11-221-0/+7
* Added start of handling new incoming file channels. (Jonny Lamb)Jonny Lamb2008-11-221-0/+11
* Added a workaround to EmpathyTpFile's finalize function so it doesn't run g_o...Jonny Lamb2008-11-221-1/+2
* Added empathy_send_file* helper functions to empathy-utils. (Jonny Lamb)Jonny Lamb2008-11-222-0/+136
* Added empathy_init function to call emp_cli_init in main. (Jonny Lamb)Jonny Lamb2008-11-223-2/+9
* Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb)Jonny Lamb2008-11-226-0/+1892
* Added file transfer debug flag. (Jonny Lamb)Jonny Lamb2008-11-222-1/+3
* Added a dependency on gio-unix-2.0 in libempathy. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Added ft-related functions to EmpathyContact. (Jonny Lamb)Jonny Lamb2008-11-222-0/+41
* Move code to avoid declaring functions on the top of the file.Xavier Claessens2008-11-111-71/+57
* Coding style: only one blank line between functions.Xavier Claessens2008-11-111-3/+0
* Add G_PARAM_STATIC_STRINGS to TpContactFactory propertiesXavier Claessens2008-11-111-8/+16
* EmpathyTpContactFactory: add properties for avatar requirementsXavier Claessens2008-11-111-3/+91
* EmpathyTpContactFactory: get avatar requirements before becoming ready.Xavier Claessens2008-11-111-9/+54
* EmpathyTpContactFactory: split on-ready code out of got_self_handle_cbXavier Claessens2008-11-111-4/+22
* EmpathyTpContactFactoryPriv: add fields for avatar requirementsXavier Claessens2008-11-111-0/+9
* empathy_chatroom_manager_remove: when looking for the chatroom to remove chec...Xavier Claessens2008-10-131-1/+2
* empathy_chatroom_equal: use tp_strdiff instead of g_str_equalXavier Claessens2008-10-131-3/+3
* empathy_chatroom_set_auto_connect: notify the favorite property change if neededXavier Claessens2008-10-131-0/+1
* chatroom-manager: add_chatroom: connect the 'notify' signal instead of each s...Xavier Claessens2008-10-131-9/+1
* remove empathy_chatroom_manager_store from the API as it's became uselessXavier Claessens2008-10-132-9/+0
* disconnect chatroom signals when they are removed from the mgrXavier Claessens2008-10-131-10/+24
* automatically save the chatroom mgr XML file when one chatroom is modifiedXavier Claessens2008-10-131-4/+13
* chatroom-mgr: use a save timer instead of saving the file directlyXavier Claessens2008-10-131-3/+40
* only save the chatrooms xml when a favorite chatroom is added/removedXavier Claessens2008-10-131-2/+16
* chatroom-mgr: store the file when a chatroom changes its favorite stateXavier Claessens2008-10-131-2/+22
* add the file path as arg to empathy_chatroom_manager_newXavier Claessens2008-10-133-5/+7
* chatroom-manager: set the file path as a propertyXavier Claessens2008-10-131-35/+104
* auto-connect implies favoriteXavier Claessens2008-10-131-0/+11
* dispatcher: store a ref on the ChatroomManagerXavier Claessens2008-10-131-21/+56
* rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cbXavier Claessens2008-10-131-6/+6
* empathy-dispatcher: use new API of EmpathyChatRoomXavier Claessens2008-10-131-1/+2
* add joined room to EmpathyChatroomManager. Fixes bug #542176 (Guillaume Desmo...Xavier Claessens2008-10-131-0/+75
* Save chatrooms to XML only if they are marked as favoriteXavier Claessens2008-10-131-0/+7
* add a favorite and tp-channel property to EmpathyChatroomXavier Claessens2008-10-131-0/+54
* Catch underscores in email addresses. (closes: #554284)Frederic Peters2008-09-291-1/+1
* Check if the return value of tp_contact_list_get_group() is !=NULL. Fixes bug...Xavier Claessens2008-09-191-1/+3
* remove irc.oftc.net from Debian servers to limit confusion. Fixes bug #550556...Xavier Claessens2008-09-071-1/+0
* move *.pc Requires to Requires.privateXavier Claessens2008-09-071-1/+2
* remove libtelepathy from *.pc RequiresXavier Claessens2008-09-071-1/+1
* Reorder files in alphabetical order.Xavier Claessens2008-08-291-32/+32
* Update API doc and add a README to explain how to keep it updated.Xavier Claessens2008-08-281-2/+1
* Always return a new ref in empathy_contact_factory_get_tp_factory. Fixes bug ...Xavier Claessens2008-08-271-4/+2
* Reword presence handling. Save requested presence and correctly set auto-away...Xavier Claessens2008-08-141-55/+61
* reorder some functionsXavier Claessens2008-08-141-23/+23
* Do not stop and restart ext_away_timeout when already running.Xavier Claessens2008-08-141-1/+3
* Reorder functions to not have to declare them in the beginning of the fileXavier Claessens2008-08-141-282/+259
* Add a function to request a channel from a string handleXavier Claessens2008-08-072-2/+133
* On incoming calls don't request a new audio stream. This makes streams collid...Xavier Claessens2008-08-021-3/+0
* If we don't know the status string, set it to unset (Sjoerd Simons).Xavier Claessens2008-07-301-1/+1
* If InspectHandles fails print a debug message and return.Xavier Claessens2008-07-151-1/+6
* Do not call g_array_free if the array is NULLXavier Claessens2008-07-151-2/+1
* Fix reviewer commentsXavier Claessens2008-07-153-44/+53
* Fix listing chatrooms with salutXavier Claessens2008-07-151-17/+52
* Really fix the leak. Address is created using g_value_dup_boxed so it should ...Xavier Claessens2008-07-141-3/+12
* Release a variable with g_free() instead of tp_g_value_slice_free(). Fixes bu...Xavier Claessens2008-07-141-2/+1
* Merge branch 'leak'Xavier Claessens2008-07-141-0/+2
* Fix some coding styleXavier Claessens2008-07-092-94/+82
* empath-contact: remove tabs (Guillaume Desmottes)Xavier Claessens2008-07-092-410/+409
* switch empathy-contact to Collabora coding style (Guillaume Desmottes)Xavier Claessens2008-07-092-316/+319
* Document empathy_avatar_save_to_file (Guillaume Desmottes)Xavier Claessens2008-07-092-1/+11
* add empathy_avatar_save_to_file (Guillaume Desmottes)Xavier Claessens2008-07-092-1/+11
* Add some comments to the message queue codeXavier Claessens2008-07-081-2/+7
* Before emitting a message make sure the ID is also ready. Fixes bug #540360.Xavier Claessens2008-07-081-2/+4
* Make empathy_contact_equal NULL-safe for the contact ID and use the ^ operato...Xavier Claessens2008-07-081-2/+4
* Fix a gcc warning complaining about a var that could be used uninitializedXavier Claessens2008-07-051-1/+1
* Fix coding styleXavier Claessens2008-06-191-6/+6
* "ready & EMPATHY_CONTACT_READY_NAME" instead of ready | EMPATHY_CONTACT_READY...Xavier Claessens2008-06-191-1/+1
* Fix coding styleXavier Claessens2008-06-191-3/+1
* Move contact_set_ready_flag() in _set_name() and _set_handle().Xavier Claessens2008-06-191-2/+2
* Fix the bug "Incoming call from (null)" (Alban Crequy)Xavier Claessens2008-06-191-0/+9
* don't set the flag to ready if we are not yet ready, especially when we send ...Xavier Claessens2008-06-191-1/+1
* Add g_return_val_if_fail (Alban Crequy)Xavier Claessens2008-06-131-0/+2
* Do not include _gen/ files (Alban Crequy)Xavier Claessens2008-06-131-1/+1
* Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy)Xavier Claessens2008-06-132-9/+10
* Do not show the keypad when the media channel does not have the DTMF interfac...Xavier Claessens2008-06-131-0/+10
* Check if there is a publish/subscribe list before adding/removing contacts fr...Xavier Claessens2008-06-121-4/+11
* Do not warning if we try to load the avatar of a contact that does not yet ha...Xavier Claessens2008-05-281-14/+14
* Move avatar cache to ~/.cache and don't mix avatar from different contacts, t...Xavier Claessens2008-05-287-257/+199
* empathy_proxy_hash and _equal can be used only with proxies that unsure uniqu...Xavier Claessens2008-05-281-3/+8
* Emit "send-error" signal if Send() call failsXavier Claessens2008-05-221-2/+18
* Improve dispatcher. Fixes bug #465928.Xavier Claessens2008-05-184-184/+231
* Request publish and subscribe lists instead of waiting for CM to create them.Xavier Claessens2008-05-161-113/+172
* Use tp_connection_call_when_readyXavier Claessens2008-05-161-14/+21
* Don't leak queued messages if EmpathyTpChat gets finalized.Xavier Claessens2008-05-091-0/+15
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk p...Xavier Claessens2008-05-095-4/+759
* Make _get_invitation more reliableXavier Claessens2008-05-091-4/+9
* Include empathy-contact-list.hXavier Claessens2008-05-091-0/+1
* Avoid calling ListPendingMessage if it's already running.Xavier Claessens2008-05-092-10/+12
* Ref the call object when emiting notify signals because signal handles could ...Xavier Claessens2008-05-091-2/+7
* More duplicate includes of empathy-debug.hXavier Claessens2008-05-072-3/+0
* Do not include empathy-debug.h twiceXavier Claessens2008-05-071-1/+0
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-0637-370/+281
* If self presence message is "" do like if it was NULL.Xavier Claessens2008-05-052-4/+12
* Do not request video stream until the user click on the 'send video' box.Xavier Claessens2008-05-021-11/+4
* Fix build with debug disabled.Xavier Claessens2008-05-022-5/+11
* Fix unused var if debug is disabled.Xavier Claessens2008-05-021-3/+1
* Remove useless g_print and enable tp-glib debug messages.Xavier Claessens2008-05-021-3/+2
* Keypad is unsensitive if the call is not ACCEPTEDXavier Claessens2008-05-021-2/+2
* Implement DTMF.Xavier Claessens2008-05-022-2/+36
* Make use of tp-glib debug system.Xavier Claessens2008-05-0120-506/+433
* Remove conditional build of VOIP.Xavier Claessens2008-04-241-4/+0
* Fix some warnings with roomlistXavier Claessens2008-04-231-3/+8
* Make sure we don't assume Text channel's handle_type is != NONE.Xavier Claessens2008-04-232-0/+11
* Add support for apt:// URLS. Fixes bug #529049 (Gaƫtan Podevijn).Xavier Claessens2008-04-222-0/+6
* Partly fix INCOMING callsXavier Claessens2008-04-211-24/+9
* Fix OUTGOING callsXavier Claessens2008-04-212-28/+51
* Never set the remote_contact for named rooms, do not pretend it's a p2p chat ...Xavier Claessens2008-04-211-8/+21
* Do not unref account from empathy_contact_get_account()Xavier Claessens2008-04-201-1/+0
* Some code cleanupXavier Claessens2008-04-201-26/+21
* Call ListTubes in EmpathyTpTube's constructor to avoid racesXavier Claessens2008-04-201-96/+67
* Change the way tube handler's object-path and bus-name are build.Xavier Claessens2008-04-202-8/+65
* Make a more generic API for different socket typesXavier Claessens2008-04-202-83/+36
* Rename empathy_offer_ipv4_stream_tube() to empathy_tp_tube_new_ipv4_stream_tu...Xavier Claessens2008-04-202-77/+93
* Add empathy_offer_ipv4_stream_tube().Xavier Claessens2008-04-203-2/+81
* Rename EmpathyTube to EmpathyTpTube and remove EmpathyTubes.Xavier Claessens2008-04-208-1069/+588
* Replace channel closed signal with invalidated signalXavier Claessens2008-04-201-7/+10
* Little coding stype changesXavier Claessens2008-04-201-8/+5
* Remove useless commented codeXavier Claessens2008-04-201-5/+0
* Add tubes, tube and tube handler objectsXavier Claessens2008-04-207-2/+1295
* Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself.Xavier Claessens2008-04-206-588/+32
* Fix acknoledge of messagesXavier Claessens2008-04-202-47/+77
* Always set urgency hint on p2p chat windows when receiving a message.Xavier Claessens2008-04-182-6/+19
* If the RequestAliases fails, make sure the name property on all contacts beco...Xavier Claessens2008-04-162-40/+43
* Add/Remove preview window can be done at anytime, the call don't have to be r...Xavier Claessens2008-04-161-2/+0
* Add collabora in copyright and myself in authors since I did lots of changes ...Xavier Claessens2008-04-152-26/+32
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-1518-18/+18
* Get the chat ID only if the handle and handle_type are != 0. Get the remote_c...Xavier Claessens2008-04-151-15/+19
* Request audio and video streams if capabilities are unknown.Xavier Claessens2008-04-151-17/+8
* Various fixes for chatsXavier Claessens2008-04-141-3/+4
* Set "remote-contact" property even if there is a group interface.Xavier Claessens2008-04-141-0/+41
* Fix disconnection of AccountStatusChanged signal.Xavier Claessens2008-04-134-23/+33
* Fix some warningsXavier Claessens2008-04-112-3/+3
* Remove deleted file from the makefileXavier Claessens2008-04-111-3/+1
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...Xavier Claessens2008-04-116-39/+218
* Do not add signal "process", it's added in generated codeXavier Claessens2008-04-111-12/+0
* Use generated API in EmpathyChandlerXavier Claessens2008-04-112-63/+57
* Make use of generated API for EmpathyFilterXavier Claessens2008-04-112-79/+66
* Add Chandler and Filter interfacesXavier Claessens2008-04-112-31/+0
* TpChannel is not a DBusGProxyXavier Claessens2008-04-111-5/+4
* Fix a warningXavier Claessens2008-04-111-1/+1
* Remove unused includesXavier Claessens2008-04-112-3/+0
* Update for new APIXavier Claessens2008-04-111-1/+1
* Remove empathy_inspect_* and add empathy_channel_get_accountXavier Claessens2008-04-112-69/+16
* Do not take McAccount as construct param, it can be found from the TpChannelXavier Claessens2008-04-116-232/+72
* Port EmpathyTpRoomlist to tp-glib APIXavier Claessens2008-04-112-224/+272
* Add empathy_tp_group_get_invitationXavier Claessens2008-04-112-0/+36
* Chandler and Filter only dispatch ready TpChannelXavier Claessens2008-04-113-54/+38
* Update for new APIXavier Claessens2008-04-111-1/+1
* Port to tp-glib API and cleanup the codeXavier Claessens2008-04-112-394/+252
* Disconnect invalidated signal before unref the connection.Xavier Claessens2008-04-111-0/+3
* Remove all references to TpChan in EmpathyTpGroupXavier Claessens2008-04-112-54/+7
* Port EmpathyTpContactList to tp-glib APIXavier Claessens2008-04-112-247/+240
* Use tp-glib API in empathy_call_with_contactXavier Claessens2008-04-111-23/+24
* Completely remove TpConn and TpChanXavier Claessens2008-04-112-16/+2
* Fix get_property('ready') on EmpathyTpChat and EmpathyTpGroup (Alban Crequy).Xavier Claessens2008-04-112-0/+6
* Make use of empathy_run_until_ready_fullXavier Claessens2008-04-111-45/+10
* Add empathy_run_until_read[_full] functionsXavier Claessens2008-04-112-0/+86
* Wait for the TpGroup to be ready before using itXavier Claessens2008-04-111-34/+59
* Use tp-glib client APIXavier Claessens2008-04-112-16/+58
* Make use of mission_control_get_tpconnection()Xavier Claessens2008-04-112-20/+5
* Use tp-glib API in EmpathyTpGroup and add a ready propertyXavier Claessens2008-04-113-241/+330
* Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 (Frederi...Xavier Claessens2008-04-091-1/+1
* Display a warning if used when not ready instead of silently return.Xavier Claessens2008-04-021-11/+3
* Add a 'ready' property telling if the object is ready to use.Xavier Claessens2008-04-022-6/+27
* Do not ack pending messages until they are displayedXavier Claessens2008-04-021-1/+22
* ref the contact temporally when setting properties because it could destroy t...Xavier Claessens2008-04-021-3/+8
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-024-64/+148
* Fix leaks in finalizeXavier Claessens2008-04-021-0/+7
* Unify EmpathyTpChatroom and EmpathyTpChat.Xavier Claessens2008-04-025-385/+131
* Disconnect invalidated signal when TpCall is finalized. Fixes bug #523766.Xavier Claessens2008-03-261-9/+9
* Disconnect invalidated signal from stream-engine when media channel is closed...Xavier Claessens2008-03-231-12/+20
* Fix some coding styleXavier Claessens2008-03-231-14/+14
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...Xavier Claessens2008-03-172-1/+21
* Remove previous hack, it was stupid, we have a param to increase dbus timeout...Xavier Claessens2008-03-171-29/+8
* Keep the 0 in the end of the array when duping itXavier Claessens2008-03-171-1/+1
* Make sure the dup_handles array is ended by 0.Xavier Claessens2008-03-171-1/+3
* Retry requesting aliases if it fails, it can happen if there is too many alia...Xavier Claessens2008-03-162-4/+26
* Wait for the factory to be ready before getting membersXavier Claessens2008-03-141-19/+47
* Emit notify::ready signalsXavier Claessens2008-03-141-0/+3
* Add a ready property on EmpathyTpContactFactoryXavier Claessens2008-03-144-11/+34
* Make use of tp-glib helpers func for GValueXavier Claessens2008-03-111-6/+3