| Commit message (Expand) | Author | Age | Files | Lines |
* | Conflicts: | Xavier Claessens | 2007-12-03 | 11 | -188/+112 |
* | Do not use deprecated tp_conn_new(), use tp_conn_new_without_connect() | Xavier Claessens | 2007-11-13 | 2 | -6/+17 |
* | Better debug messages | Xavier Claessens | 2007-11-04 | 1 | -4/+8 |
* | Call ClearAvatar if the data is NULL or size <= 0 in | Xavier Claessens | 2007-11-04 | 1 | -8/+30 |
* | Rename empathy_contact_factory_set_name() to _set_alias(). Implements | Xavier Claessens | 2007-11-04 | 2 | -7/+60 |
* | Cleanup licences and copyrights, Modules with 100% collabora code are now | Xavier Claessens | 2007-10-25 | 2 | -11/+12 |
* | Don't accept invitation if we are not invited. | Xavier Claessens | 2007-10-19 | 1 | -2/+6 |
* | Cleanup licences and copyrights, Modules with 100% collabora code are now | Xavier Claessens | 2007-10-18 | 27 | -251/+228 |
* | Don't use deprecated GtkTooltips API. Add commented out lines in | Xavier Claessens | 2007-10-13 | 7 | -29/+26 |
* | Use g_timeout_add_seconds when appropriated to avoid weaking the process | Xavier Claessens | 2007-10-13 | 1 | -3/+3 |
* | Set supress_handler to TRUE when creating new group channel. | Xavier Claessens | 2007-10-12 | 1 | -3/+3 |
* | Initialize every GError to NULL. Fixes bug #482889. | Marco Barisione | 2007-10-04 | 4 | -5/+5 |
* | Oops, useless g_print | Xavier Claessens | 2007-10-02 | 1 | -1/+0 |
* | really fix protocol group | Xavier Claessens | 2007-10-02 | 1 | -8/+10 |
* | Add back protocol group. | Xavier Claessens | 2007-10-02 | 1 | -0/+8 |
* | Add tp-stream-engine.xml to EXTRA_DIST. Add empathy-call-window.glade.EMPATHY_0_14 | Xavier Claessens | 2007-10-01 | 1 | -0/+1 |
* | Add some sanity checks. Fixes bug #463051. | Xavier Claessens | 2007-10-01 | 1 | -1/+8 |
* | Disconnect all signals in finalize. Fixes bug #462815. | Xavier Claessens | 2007-10-01 | 1 | -0/+21 |
* | ref group when async calls are in flight to avoid destroying the object | Xavier Claessens | 2007-09-29 | 2 | -8/+12 |
* | Refcount ContactFactoryAccountData struct. | Xavier Claessens | 2007-09-29 | 1 | -100/+85 |
* | Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, Xavier | Xavier Claessens | 2007-09-29 | 6 | -1/+869 |
* | Ported from VOIP branch. | Xavier Claessens | 2007-09-28 | 2 | -7/+7 |
* | Remove GnomeProgram, not useful anymore, drop libgnome dependency. Fixes | Xavier Claessens | 2007-09-28 | 4 | -6/+23 |
* | Look in the local_pendings list if a contact is already local pending. Fix | Xavier Claessens | 2007-09-28 | 1 | -1/+1 |
* | Fix 2 leaks thanks to valgrind. | Xavier Claessens | 2007-09-27 | 2 | -0/+2 |
* | Fix leak when loading avatar from cache. Do not request avatar for unknown | Xavier Claessens | 2007-09-27 | 2 | -60/+58 |
* | Cache avatars and RequestAvatars only when needed. | Xavier Claessens | 2007-09-27 | 5 | -61/+334 |
* | Fix capabilities update, the NOT operator is ~ and not ! | Xavier Claessens | 2007-09-26 | 1 | -2/+2 |
* | Ignore log files that don't have a good filename. Fixes bug #462046 | Xavier Claessens | 2007-09-21 | 1 | -0/+4 |
* | Fix warnings when finalizing. | Xavier Claessens | 2007-09-21 | 1 | -18/+13 |
* | Fix ref count error for account objects. | Xavier Claessens | 2007-09-21 | 1 | -0/+5 |
* | Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect, | Xavier Claessens | 2007-09-20 | 2 | -18/+97 |
* | Fix debug message. | Xavier Claessens | 2007-09-10 | 2 | -3/+1 |
* | Adding UI to start a VoIP call. It does nothing yet. Most of the code is | Xavier Claessens | 2007-09-09 | 2 | -0/+14 |
* | Adding capabilities contact property. | Xavier Claessens | 2007-09-09 | 3 | -31/+221 |
* | Don't use deprecated RequestAvatar method. | Xavier Claessens | 2007-08-31 | 1 | -51/+8 |
* | Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459... | Xavier Claessens | 2007-08-31 | 19 | -2911/+3048 |
* | Salut's protocol name is going to change to local-xmpp. Fixes bug #469638 | Xavier Claessens | 2007-08-25 | 1 | -1/+1 |
* | Add python binding. Fixes bug #457660 (Michael Sheldon). | Xavier Claessens | 2007-08-20 | 1 | -0/+2 |
* | s/Local Network/People nearby/ (Sjoerd Simons) | Xavier Claessens | 2007-08-11 | 1 | -1/+1 |
* | Change a bit some debug output | Xavier Claessens | 2007-08-10 | 2 | -1/+6 |
* | Add hidden supprot. Fixes bug #455510 (Cosimo Cecchi). | Xavier Claessens | 2007-08-10 | 1 | -0/+1 |
* | Remove workaround for mc-enum-types.h not being installed by MC and bump | Xavier Claessens | 2007-08-09 | 2 | -16/+3 |
* | Remove empathy-marshal-main.c and include empathy-marshal.h from | Marco Barisione | 2007-08-08 | 6 | -45/+106 |
* | Don't forget to reverse the glist of pending messages. | Xavier Claessens | 2007-08-06 | 2 | -1/+4 |
* | Adding new empathy_strdiff API stolen from telepathy-glib. It check if | Xavier Claessens | 2007-08-02 | 2 | -133/+16 |
* | Add missing include string.h. | Xavier Claessens | 2007-07-30 | 1 | -0/+2 |
* | Add message type in log files. Fixes bug #459579. | Xavier Claessens | 2007-07-27 | 3 | -34/+81 |
* | Fix Room listing. Fixes bug #460416 (Sjoerd Simons). | Xavier Claessens | 2007-07-26 | 1 | -5/+1 |
* | Use libtool -version-info. Fixes bug #460579 (Laurent Bigonville). | Xavier Claessens | 2007-07-26 | 1 | -0/+3 |
* | Fix problems when NM is not running. Fixes bug #460419. | Xavier Claessens | 2007-07-26 | 1 | -3/+15 |
* | Adding more debug output. | Xavier Claessens | 2007-07-26 | 1 | -4/+10 |
* | Add a check to be sure the new channel is valid in the NewChannel cb. | Xavier Claessens | 2007-07-25 | 1 | -0/+1 |
* | Initial room list support. It does not works yet. | Xavier Claessens | 2007-07-20 | 12 | -87/+555 |
* | Fix avatar request queue. | Xavier Claessens | 2007-07-13 | 1 | -24/+23 |
* | Remove unused nickname entry and use a GtkTable for room information. More | Xavier Claessens | 2007-07-13 | 1 | -0/+8 |
* | Auto-accept to publish presence to contacts that are in our subscribe | Xavier Claessens | 2007-07-12 | 1 | -8/+20 |
* | Add EMPATHY_LOGFILE env variable. Fixes bug #455240 (Guillaume Desmottes). | Xavier Claessens | 2007-07-10 | 2 | -1/+41 |
* | Add MSN setting UI. Fixes bug #443162 (Cosimo Cecchi). | Xavier Claessens | 2007-07-09 | 2 | -32/+56 |
* | Workaround to fix a commonly reported crash. Add a missing check. | Xavier Claessens | 2007-07-07 | 1 | -0/+1 |
* | Fix a leaked ref. | Xavier Claessens | 2007-07-01 | 6 | -103/+498 |
* | Install libempathy and libempathy-gtk and make their API public. | Xavier Claessens | 2007-06-23 | 2 | -22/+56 |
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 45 | -1830/+1828 |
* | Fix typo causing warnings. | Xavier Claessens | 2007-06-22 | 1 | -1/+1 |
* | We show in our roster all contacts members and remote-pending of subscribe | Xavier Claessens | 2007-06-21 | 5 | -40/+130 |
* | Adding NetworkManager support. | Xavier Claessens | 2007-06-21 | 1 | -38/+116 |
* | Prepare for slack time when coming back from auto away. Not yet fully | Xavier Claessens | 2007-06-15 | 2 | -20/+42 |
* | Empathy is no more splitted into 2 processes. It makes debugging more | Xavier Claessens | 2007-06-14 | 1 | -52/+0 |
* | Do not create log directory for a chat if there is no messages to put in. | Xavier Claessens | 2007-06-14 | 2 | -10/+28 |
* | New window for viewing logs. | Xavier Claessens | 2007-06-14 | 8 | -88/+465 |
* | Adding spellcheck support. | Xavier Claessens | 2007-06-10 | 1 | -10/+0 |
* | Emit notify signal only if the property value effectively changed. | Xavier Claessens | 2007-06-10 | 1 | -0/+28 |
* | We can now add a new contact. EmpathyContactWidget can change the contact | Xavier Claessens | 2007-06-09 | 1 | -2/+2 |
* | Checks if the chatroom has an account and a room. Fixes bug #444135. | Xavier Claessens | 2007-06-09 | 1 | -1/+2 |
* | Do not save when closing the dialog. Update information in real-time and | Xavier Claessens | 2007-06-09 | 3 | -37/+51 |
* | New dialog: EmpathySubscriptionDialog. It uses EmpathyContactWidget to | Xavier Claessens | 2007-06-07 | 1 | -0/+1 |
* | New widget: EmpathyContactWidget. It displays information about a contact, | Xavier Claessens | 2007-06-06 | 2 | -38/+1 |
* | Add support for blinking when there is an event. Make use of EmpathyIdle | Xavier Claessens | 2007-06-06 | 8 | -215/+598 |
* | libempathy-gtk/gossip-ui-utils.c libempathy-gtk/gossip-accounts-dialog.c | Xavier Claessens | 2007-06-04 | 4 | -91/+1 |
* | Add all properties described by TP spec for the Text channel on | Xavier Claessens | 2007-06-03 | 1 | -42/+298 |
* | Fix crash when there is no log available for a chat. Fix a crash when | Xavier Claessens | 2007-06-03 | 2 | -6/+9 |
* | Log chats and display 10 last messages when opening a new chat. | Xavier Claessens | 2007-06-02 | 4 | -0/+670 |
* | Set default presence to available if there is no presence iface. | Xavier Claessens | 2007-06-02 | 2 | -3/+15 |
* | Monitor changes on chatrooms.xml file and relead it when it's modified. | Xavier Claessens | 2007-06-02 | 2 | -9/+63 |
* | Do not restore away presence message when coming back after the user set | Xavier Claessens | 2007-05-31 | 1 | -2/+1 |
* | Fix warning when selecting all accounts. | Xavier Claessens | 2007-05-31 | 11 | -65/+1100 |
* | Do not highlight contacts already known when creating the contact list. Do | Xavier Claessens | 2007-05-26 | 2 | -3/+3 |
* | Fix refcounting of GossipGroupChat. Add debug message when alias request | Xavier Claessens | 2007-05-25 | 1 | -1/+6 |
* | Do not use the server entry's value if it's hidden. Do not highlight | Xavier Claessens | 2007-05-25 | 1 | -7/+35 |
* | Preset the server only for jabber protocol to conference.server. This | Xavier Claessens | 2007-05-25 | 2 | -19/+29 |
* | New objects: GossipAccountChooser and GossipNewChatroom, we can now join | Xavier Claessens | 2007-05-24 | 1 | -2/+36 |
* | If we are offline do not set away on idle. If we are already away restore | Xavier Claessens | 2007-05-21 | 1 | -13/+28 |
* | Implementing basic chatroom support. Actually it works only if we get | Xavier Claessens | 2007-05-21 | 5 | -41/+248 |
* | Fix indentation Fix not returning the contact in tp_contact_list_find() | Xavier Claessens | 2007-05-20 | 4 | -9/+6 |
* | Split GossipContactList into two objects: GossipContactListStore | Xavier Claessens | 2007-05-20 | 1 | -0/+1 |
* | Auto away when session id idle, instead of when screensaver is active. | Xavier Claessens | 2007-05-19 | 1 | -25/+25 |
* | EmpathyContactList is now an interface implemented by | Xavier Claessens | 2007-05-19 | 14 | -2009/+2522 |
* | New object EmpathyIdle to manage autoaway and extended autoaway states. | Xavier Claessens | 2007-05-17 | 3 | -0/+281 |
* | When a new text channel arrives, check if there is no existing GossipChat | Xavier Claessens | 2007-05-14 | 2 | -13/+32 |
* | [darcs-to-svn @ gossip_mission_control_new() returns a MissionControl sigleto... | Xavier Claessens | 2007-05-13 | 5 | -7/+27 |
* | [darcs-to-svn @ New object: EmpathyStatusIcon] | Xavier Claessens | 2007-05-10 | 1 | -3/+1 |
* | [darcs-to-svn @ sync with Gossip SVN 2323] | Xavier Claessens | 2007-05-09 | 1 | -0/+1 |
* | [darcs-to-svn @ Improve build system] | Xavier Claessens | 2007-05-09 | 1 | -3/+3 |
* | [darcs-to-svn @ many changes] | Xavier Claessens | 2007-05-09 | 5 | -68/+137 |
* | [darcs-to-svn @ adding debug message] | Xavier Claessens | 2007-05-06 | 1 | -0/+2 |
* | [darcs-to-svn @ do not assert when there is an unknown state str] | Xavier Claessens | 2007-05-06 | 1 | -2/+0 |
* | [darcs-to-svn @ Cleanup build system and add MC plugin] | Xavier Claessens | 2007-05-06 | 1 | -6/+4 |
* | [darcs-to-svn @ Remove EmpathySession and move all programs into src/] | Xavier Claessens | 2007-05-03 | 7 | -113/+29 |
* | [darcs-to-svn @ Autostart] | Xavier Claessens | 2007-05-03 | 2 | -4/+33 |
* | [darcs-to-svn @ Fix setting presence] | Xavier Claessens | 2007-05-02 | 4 | -90/+82 |
* | [darcs-to-svn @ Handling /say msg and remove useless debug messages] | Xavier Claessens | 2007-05-02 | 1 | -0/+3 |
* | [darcs-to-svn @ Syncing new contact list stuff from gossip] | Xavier Claessens | 2007-05-01 | 3 | -2/+21 |
* | [darcs-to-svn @ Connect accounts in empathy-launcher, not in empathy-contact-... | Xavier Claessens | 2007-05-01 | 5 | -120/+19 |
* | [darcs-to-svn @ Only one presence per contact] | Xavier Claessens | 2007-04-27 | 5 | -410/+98 |
* | [darcs-to-svn @ Adding GossipPresenceChooser] | Xavier Claessens | 2007-04-27 | 1 | -0/+1 |
* | [darcs-to-svn @ Save/restore window geometry] | Xavier Claessens | 2007-04-27 | 3 | -1/+60 |
* | [darcs-to-svn @ Set Collabora copyright for files I created/modified] | Xavier Claessens | 2007-04-26 | 14 | -18/+51 |
* | [darcs-to-svn @ initial import] | Xavier Claessens | 2007-04-26 | 34 | -0/+7519 |