aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* Have to append a value before doing anything otherwise the array's size is 0Xavier Claessens2007-12-131-1/+2
* Replace g_array_insert_val(array, 0, handle) by g_array_index(array,guint,0)=...Xavier Claessens2007-12-131-1/+1
* Correctly store/restore presence when NM state changesXavier Claessens2007-12-131-7/+10
* Split EmpathyContactFactory to have one EmpathyTpContactFactory per accountXavier Claessens2007-12-124-1225/+1414
* When NM is in sleeping (=disabled) state, do just like if it wasXavier Claessens2007-12-061-8/+13
* Add a preference option to disable/enable NM support.Xavier Claessens2007-12-062-77/+78
* Cleanup chat objects API and request a new Text channel if account getsXavier Claessens2007-12-032-44/+13
* Call tp_debug_set_flags() to get tp-glib debug messagesXavier Claessens2007-12-031-0/+3
* Conflicts:Xavier Claessens2007-12-0311-188/+112
* Do not use deprecated tp_conn_new(), use tp_conn_new_without_connect()Xavier Claessens2007-11-132-6/+17
* Better debug messagesXavier Claessens2007-11-041-4/+8
* Call ClearAvatar if the data is NULL or size <= 0 inXavier Claessens2007-11-041-8/+30
* Rename empathy_contact_factory_set_name() to _set_alias(). ImplementsXavier Claessens2007-11-042-7/+60
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-252-11/+12
* Don't accept invitation if we are not invited.Xavier Claessens2007-10-191-2/+6
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-1827-251/+228
* Don't use deprecated GtkTooltips API. Add commented out lines inXavier Claessens2007-10-137-29/+26
* Use g_timeout_add_seconds when appropriated to avoid weaking the processXavier Claessens2007-10-131-3/+3
* Set supress_handler to TRUE when creating new group channel.Xavier Claessens2007-10-121-3/+3
* Initialize every GError to NULL. Fixes bug #482889.Marco Barisione2007-10-044-5/+5
* Oops, useless g_printXavier Claessens2007-10-021-1/+0
* really fix protocol groupXavier Claessens2007-10-021-8/+10
* Add back protocol group.Xavier Claessens2007-10-021-0/+8
* Add tp-stream-engine.xml to EXTRA_DIST. Add empathy-call-window.glade.EMPATHY_0_14Xavier Claessens2007-10-011-0/+1
* Add some sanity checks. Fixes bug #463051.Xavier Claessens2007-10-011-1/+8
* Disconnect all signals in finalize. Fixes bug #462815.Xavier Claessens2007-10-011-0/+21
* ref group when async calls are in flight to avoid destroying the objectXavier Claessens2007-09-292-8/+12
* Refcount ContactFactoryAccountData struct.Xavier Claessens2007-09-291-100/+85
* Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, XavierXavier Claessens2007-09-296-1/+869
* Ported from VOIP branch.Xavier Claessens2007-09-282-7/+7
* Remove GnomeProgram, not useful anymore, drop libgnome dependency. FixesXavier Claessens2007-09-284-6/+23
* Look in the local_pendings list if a contact is already local pending. FixXavier Claessens2007-09-281-1/+1
* Fix 2 leaks thanks to valgrind.Xavier Claessens2007-09-272-0/+2
* Fix leak when loading avatar from cache. Do not request avatar for unknownXavier Claessens2007-09-272-60/+58
* Cache avatars and RequestAvatars only when needed.Xavier Claessens2007-09-275-61/+334
* Fix capabilities update, the NOT operator is ~ and not !Xavier Claessens2007-09-261-2/+2
* Ignore log files that don't have a good filename. Fixes bug #462046Xavier Claessens2007-09-211-0/+4
* Fix warnings when finalizing.Xavier Claessens2007-09-211-18/+13
* Fix ref count error for account objects.Xavier Claessens2007-09-211-0/+5
* Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect,Xavier Claessens2007-09-202-18/+97
* Fix debug message.Xavier Claessens2007-09-102-3/+1
* Adding UI to start a VoIP call. It does nothing yet. Most of the code isXavier Claessens2007-09-092-0/+14
* Adding capabilities contact property.Xavier Claessens2007-09-093-31/+221
* Don't use deprecated RequestAvatar method.Xavier Claessens2007-08-311-51/+8
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...Xavier Claessens2007-08-3119-2911/+3048
* Salut's protocol name is going to change to local-xmpp. Fixes bug #469638Xavier Claessens2007-08-251-1/+1
* Add python binding. Fixes bug #457660 (Michael Sheldon).Xavier Claessens2007-08-201-0/+2
* s/Local Network/People nearby/ (Sjoerd Simons)Xavier Claessens2007-08-111-1/+1
* Change a bit some debug outputXavier Claessens2007-08-102-1/+6
* Add hidden supprot. Fixes bug #455510 (Cosimo Cecchi).Xavier Claessens2007-08-101-0/+1
* Remove workaround for mc-enum-types.h not being installed by MC and bumpXavier Claessens2007-08-092-16/+3
* Remove empathy-marshal-main.c and include empathy-marshal.h fromMarco Barisione2007-08-086-45/+106
* Don't forget to reverse the glist of pending messages.Xavier Claessens2007-08-062-1/+4
* Adding new empathy_strdiff API stolen from telepathy-glib. It check ifXavier Claessens2007-08-022-133/+16
* Add missing include string.h.Xavier Claessens2007-07-301-0/+2
* Add message type in log files. Fixes bug #459579.Xavier Claessens2007-07-273-34/+81
* Fix Room listing. Fixes bug #460416 (Sjoerd Simons).Xavier Claessens2007-07-261-5/+1
* Use libtool -version-info. Fixes bug #460579 (Laurent Bigonville).Xavier Claessens2007-07-261-0/+3
* Fix problems when NM is not running. Fixes bug #460419.Xavier Claessens2007-07-261-3/+15
* Adding more debug output.Xavier Claessens2007-07-261-4/+10
* Add a check to be sure the new channel is valid in the NewChannel cb.Xavier Claessens2007-07-251-0/+1
* Initial room list support. It does not works yet.Xavier Claessens2007-07-2012-87/+555
* Fix avatar request queue.Xavier Claessens2007-07-131-24/+23
* Remove unused nickname entry and use a GtkTable for room information. MoreXavier Claessens2007-07-131-0/+8
* Auto-accept to publish presence to contacts that are in our subscribeXavier Claessens2007-07-121-8/+20
* Add EMPATHY_LOGFILE env variable. Fixes bug #455240 (Guillaume Desmottes).Xavier Claessens2007-07-102-1/+41
* Add MSN setting UI. Fixes bug #443162 (Cosimo Cecchi).Xavier Claessens2007-07-092-32/+56
* Workaround to fix a commonly reported crash. Add a missing check.Xavier Claessens2007-07-071-0/+1
* Fix a leaked ref.Xavier Claessens2007-07-016-103/+498
* Install libempathy and libempathy-gtk and make their API public.Xavier Claessens2007-06-232-22/+56
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-2245-1830/+1828
* Fix typo causing warnings.Xavier Claessens2007-06-221-1/+1
* We show in our roster all contacts members and remote-pending of subscribeXavier Claessens2007-06-215-40/+130
* Adding NetworkManager support.Xavier Claessens2007-06-211-38/+116
* Prepare for slack time when coming back from auto away. Not yet fullyXavier Claessens2007-06-152-20/+42
* Empathy is no more splitted into 2 processes. It makes debugging moreXavier Claessens2007-06-141-52/+0
* Do not create log directory for a chat if there is no messages to put in.Xavier Claessens2007-06-142-10/+28
* New window for viewing logs.Xavier Claessens2007-06-148-88/+465
* Adding spellcheck support.Xavier Claessens2007-06-101-10/+0
* Emit notify signal only if the property value effectively changed.Xavier Claessens2007-06-101-0/+28
* We can now add a new contact. EmpathyContactWidget can change the contactXavier Claessens2007-06-091-2/+2
* Checks if the chatroom has an account and a room. Fixes bug #444135.Xavier Claessens2007-06-091-1/+2
* Do not save when closing the dialog. Update information in real-time andXavier Claessens2007-06-093-37/+51
* New dialog: EmpathySubscriptionDialog. It uses EmpathyContactWidget toXavier Claessens2007-06-071-0/+1
* New widget: EmpathyContactWidget. It displays information about a contact,Xavier Claessens2007-06-062-38/+1
* Add support for blinking when there is an event. Make use of EmpathyIdleXavier Claessens2007-06-068-215/+598
* libempathy-gtk/gossip-ui-utils.c libempathy-gtk/gossip-accounts-dialog.cXavier Claessens2007-06-044-91/+1
* Add all properties described by TP spec for the Text channel onXavier Claessens2007-06-031-42/+298
* Fix crash when there is no log available for a chat. Fix a crash whenXavier Claessens2007-06-032-6/+9
* Log chats and display 10 last messages when opening a new chat.Xavier Claessens2007-06-024-0/+670
* Set default presence to available if there is no presence iface.Xavier Claessens2007-06-022-3/+15
* Monitor changes on chatrooms.xml file and relead it when it's modified.Xavier Claessens2007-06-022-9/+63
* Do not restore away presence message when coming back after the user setXavier Claessens2007-05-311-2/+1
* Fix warning when selecting all accounts.Xavier Claessens2007-05-3111-65/+1100
* Do not highlight contacts already known when creating the contact list. DoXavier Claessens2007-05-262-3/+3
* Fix refcounting of GossipGroupChat. Add debug message when alias requestXavier Claessens2007-05-251-1/+6
* Do not use the server entry's value if it's hidden. Do not highlightXavier Claessens2007-05-251-7/+35
* Preset the server only for jabber protocol to conference.server. ThisXavier Claessens2007-05-252-19/+29
* New objects: GossipAccountChooser and GossipNewChatroom, we can now joinXavier Claessens2007-05-241-2/+36
* If we are offline do not set away on idle. If we are already away restoreXavier Claessens2007-05-211-13/+28
* Implementing basic chatroom support. Actually it works only if we getXavier Claessens2007-05-215-41/+248
* Fix indentation Fix not returning the contact in tp_contact_list_find()Xavier Claessens2007-05-204-9/+6
* Split GossipContactList into two objects: GossipContactListStoreXavier Claessens2007-05-201-0/+1
* Auto away when session id idle, instead of when screensaver is active.Xavier Claessens2007-05-191-25/+25
* EmpathyContactList is now an interface implemented byXavier Claessens2007-05-1914-2009/+2522
* New object EmpathyIdle to manage autoaway and extended autoaway states.Xavier Claessens2007-05-173-0/+281
* When a new text channel arrives, check if there is no existing GossipChatXavier Claessens2007-05-142-13/+32
* [darcs-to-svn @ gossip_mission_control_new() returns a MissionControl sigleto...Xavier Claessens2007-05-135-7/+27
* [darcs-to-svn @ New object: EmpathyStatusIcon]Xavier Claessens2007-05-101-3/+1
* [darcs-to-svn @ sync with Gossip SVN 2323]Xavier Claessens2007-05-091-0/+1
* [darcs-to-svn @ Improve build system]Xavier Claessens2007-05-091-3/+3
* [darcs-to-svn @ many changes]Xavier Claessens2007-05-095-68/+137
* [darcs-to-svn @ adding debug message]Xavier Claessens2007-05-061-0/+2
* [darcs-to-svn @ do not assert when there is an unknown state str]Xavier Claessens2007-05-061-2/+0
* [darcs-to-svn @ Cleanup build system and add MC plugin]Xavier Claessens2007-05-061-6/+4
* [darcs-to-svn @ Remove EmpathySession and move all programs into src/]Xavier Claessens2007-05-037-113/+29
* [darcs-to-svn @ Autostart]Xavier Claessens2007-05-032-4/+33
* [darcs-to-svn @ Fix setting presence]Xavier Claessens2007-05-024-90/+82
* [darcs-to-svn @ Handling /say msg and remove useless debug messages]Xavier Claessens2007-05-021-0/+3
* [darcs-to-svn @ Syncing new contact list stuff from gossip]Xavier Claessens2007-05-013-2/+21
* [darcs-to-svn @ Connect accounts in empathy-launcher, not in empathy-contact-...Xavier Claessens2007-05-015-120/+19
* [darcs-to-svn @ Only one presence per contact]Xavier Claessens2007-04-275-410/+98
* [darcs-to-svn @ Adding GossipPresenceChooser]Xavier Claessens2007-04-271-0/+1
* [darcs-to-svn @ Save/restore window geometry]Xavier Claessens2007-04-273-1/+60
* [darcs-to-svn @ Set Collabora copyright for files I created/modified]Xavier Claessens2007-04-2614-18/+51
* [darcs-to-svn @ initial import]Xavier Claessens2007-04-2634-0/+7519