| Commit message (Expand) | Author | Age | Files | Lines |
* | Use g_timeout_add_seconds when appropriated to avoid weaking the process | Xavier Claessens | 2007-10-13 | 7 | -74/+30 |
* | More flexible API for EmpathyContactWidget, we now have flags to set | Xavier Claessens | 2007-10-10 | 7 | -58/+99 |
* | Makes avatar looks better in information and edit dialogs. | Xavier Claessens | 2007-10-09 | 4 | -79/+84 |
* | Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them | Xavier Claessens | 2007-10-09 | 9 | -106/+1198 |
* | Add a #ifdef HAVE_VOIP. Fixes bug #482190 (Marco Barisione). | Xavier Claessens | 2007-10-01 | 1 | -0/+2 |
* | Fix refcounting of priv->factory. Fixes bug #473116. | Xavier Claessens | 2007-10-01 | 1 | -11/+12 |
* | Adding sanity checks to public functions. | Xavier Claessens | 2007-10-01 | 1 | -6/+18 |
* | Add some sanity checks. Fixes bug #463051. | Xavier Claessens | 2007-10-01 | 1 | -1/+1 |
* | Disconnect signals on chatroom manager. Fixes bug #456619. | Xavier Claessens | 2007-10-01 | 1 | -0/+6 |
* | Disconnect signals on list and contacts when finalizing the store. | Xavier Claessens | 2007-10-01 | 1 | -1/+35 |
* | Hide VOIP stuff if empathy is not compiled with --enable-voip=yes. Fixes | Xavier Claessens | 2007-10-01 | 2 | -2/+20 |
* | Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, Xavier | Xavier Claessens | 2007-09-29 | 6 | -57/+574 |
* | Ported from VOIP branch. | Xavier Claessens | 2007-09-28 | 2 | -15/+56 |
* | Set the sort function before begin to sort otherwise we get warnings. | Xavier Claessens | 2007-09-27 | 1 | -3/+3 |
* | Fix warning when sort criterium is NULL and when there is no profile. | Xavier Claessens | 2007-09-26 | 2 | -19/+22 |
* | Move TP_CHANNEL_CHAT_STATE_PAUSED to the not typing case. Fixes bug | Xavier Claessens | 2007-09-21 | 1 | -1/+1 |
* | Tooltip for subscription request shouldn't display "Message:" if the | Xavier Claessens | 2007-09-21 | 1 | -8/+10 |
* | Do not set "new message" in the title of conversation windows, it's | Xavier Claessens | 2007-09-21 | 1 | -47/+9 |
* | Fix ref count error for account objects. | Xavier Claessens | 2007-09-21 | 1 | -1/+0 |
* | Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect, | Xavier Claessens | 2007-09-20 | 1 | -0/+2 |
* | Fix a leak. | Xavier Claessens | 2007-09-19 | 1 | -1/+2 |
* | "interactive" property on EmpathyContactListView to enable/disable contect | Xavier Claessens | 2007-09-11 | 4 | -12/+66 |
* | Request media channel when clicking on call icon. | Xavier Claessens | 2007-09-09 | 2 | -2/+20 |
* | forgot to add those files | Xavier Claessens | 2007-09-09 | 2 | -0/+177 |
* | Adding UI to start a VoIP call. It does nothing yet. Most of the code is | Xavier Claessens | 2007-09-09 | 7 | -30/+199 |
* | Make use of the search function to correctly find when typing in the | Xavier Claessens | 2007-09-08 | 2 | -6/+10 |
* | Fix crash if there is no date for a conversation. Fixes bug #473510. | Xavier Claessens | 2007-09-08 | 1 | -68/+53 |
* | More dynamic smiley managment and more efficient algorithm to detect | Xavier Claessens | 2007-09-08 | 9 | -410/+518 |
* | Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459... | Xavier Claessens | 2007-08-31 | 13 | -675/+386 |
* | Salut's protocol name is going to change to local-xmpp. Fixes bug #469638 | Xavier Claessens | 2007-08-25 | 3 | -5/+4 |
* | Add specialised UI for salut settings. Configure a Salut account first | Xavier Claessens | 2007-08-23 | 6 | -6/+628 |
* | Edit menu should be second from the left. Fixes bug #467827 (Reinout van | Xavier Claessens | 2007-08-20 | 1 | -46/+46 |
* | Only update the topic of it has really be changed, avoid diplaying many | Xavier Claessens | 2007-08-13 | 2 | -19/+27 |
* | Make "Add account" button insensitive when we are creating one. Fixes bug | Xavier Claessens | 2007-08-12 | 1 | -0/+6 |
* | Unselect accounts when clicking on "add" button. Fixes bug #459173 (Cosimo | Xavier Claessens | 2007-08-10 | 1 | -1/+8 |
* | add some spacing in "Custom message" dialog. Fixes bug #465360 (Frederic | Xavier Claessens | 2007-08-10 | 1 | -0/+2 |
* | Add hidden supprot. Fixes bug #455510 (Cosimo Cecchi). | Xavier Claessens | 2007-08-10 | 3 | -4/+8 |
* | Change debug message | Xavier Claessens | 2007-08-10 | 1 | -2/+4 |
* | Remove per-state "Custom message..." item and add one on the bottom of the | Xavier Claessens | 2007-08-10 | 5 | -339/+350 |
* | Useless spell checker option. Fixes bug #459164 (Cosimo Cecchi). | Xavier Claessens | 2007-08-09 | 2 | -77/+16 |
* | Remove empathy-marshal-main.c and include empathy-marshal.h from | Marco Barisione | 2007-08-08 | 5 | -28/+58 |
* | Change main window's title to "Contact list". | Xavier Claessens | 2007-08-07 | 1 | -1/+1 |
* | Add an Advanced section and remove size_group. Fixes bug #463759 (Jaap A. | Xavier Claessens | 2007-08-06 | 2 | -175/+333 |
* | Click on the treeview to edit the name of an account. Fixes bug #459166. | Xavier Claessens | 2007-08-03 | 2 | -89/+50 |
* | Do not try to guess the Jabber server from the jid, gabble does that for | Xavier Claessens | 2007-08-03 | 1 | -23/+0 |
* | Do not list profiles that don't have the corresponding CM installed when | Xavier Claessens | 2007-08-02 | 1 | -1/+11 |
* | Remove size_group. Fixes bug #462792. | Xavier Claessens | 2007-08-02 | 1 | -5/+0 |
* | Adding new empathy_strdiff API stolen from telepathy-glib. It check if | Xavier Claessens | 2007-08-02 | 1 | -2/+2 |
* | Click on the tray icon shows the window if it's not active and hide if it | Xavier Claessens | 2007-08-02 | 1 | -1/+1 |
* | don't display "Topic set to: (null)". Fixes bug #460205 (Michael Scherer). | Xavier Claessens | 2007-08-02 | 1 | -1/+5 |
* | Add missing include string.h. | Xavier Claessens | 2007-07-30 | 1 | -0/+2 |
* | Align param names on the left. | Xavier Claessens | 2007-07-30 | 4 | -139/+41 |
* | Better like that | Xavier Claessens | 2007-07-29 | 1 | -2/+3 |
* | Makes easier to change to profile order. | Xavier Claessens | 2007-07-29 | 1 | -18/+13 |
* | Try to guess the server from the jid only if we are using the jabber | Xavier Claessens | 2007-07-29 | 1 | -8/+19 |
* | Improve the sort function a bit to have Jabber before GTalk. | Xavier Claessens | 2007-07-29 | 1 | -10/+18 |
* | Update the Enable/Disable button even if there is no account selected. Set | Xavier Claessens | 2007-07-29 | 2 | -13/+70 |
* | Sort profiles to have free protocols first. Fixes bug #460605. | Xavier Claessens | 2007-07-28 | 1 | -3/+59 |
* | Hide "advanced options" for jabber in a GtkExpander. Fixes bug #459168 | Xavier Claessens | 2007-07-27 | 2 | -276/+352 |
* | Fix Room listing. Fixes bug #460416 (Sjoerd Simons). | Xavier Claessens | 2007-07-26 | 1 | -10/+4 |
* | Use libtool -version-info. Fixes bug #460579 (Laurent Bigonville). | Xavier Claessens | 2007-07-26 | 1 | -0/+3 |
* | Do not show salut accounts in the add contact dialog. Rework a bit | Xavier Claessens | 2007-07-26 | 8 | -138/+217 |
* | add contact frame is not hidden after cancelling. Fixes bug #458997 | Xavier Claessens | 2007-07-26 | 1 | -0/+3 |
* | Initial room list support. It does not works yet. | Xavier Claessens | 2007-07-20 | 8 | -293/+424 |
* | Show avatars by default. | Xavier Claessens | 2007-07-14 | 1 | -0/+1 |
* | If there is no pending msg when a text channel should be filtered wait for | Xavier Claessens | 2007-07-14 | 1 | -13/+31 |
* | typo in widget name | Xavier Claessens | 2007-07-13 | 1 | -1/+1 |
* | Remove unused nickname entry and use a GtkTable for room information. More | Xavier Claessens | 2007-07-13 | 5 | -333/+168 |
* | Fix missing header for EmpathyAccountWidgetMSN. | Xavier Claessens | 2007-07-13 | 1 | -2/+3 |
* | Add MSN setting UI. Fixes bug #443162 (Cosimo Cecchi). | Xavier Claessens | 2007-07-09 | 6 | -4/+427 |
* | Workaround to fix a commonly reported crash. Add a missing check. | Xavier Claessens | 2007-07-07 | 1 | -0/+11 |
* | Fix a leaked ref. | Xavier Claessens | 2007-07-01 | 5 | -47/+126 |
* | Install libempathy and libempathy-gtk and make their API public. | Xavier Claessens | 2007-06-23 | 2 | -40/+85 |
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 87 | -3815/+3808 |
* | We show in our roster all contacts members and remote-pending of subscribe | Xavier Claessens | 2007-06-21 | 3 | -8/+7 |
* | Prepare for slack time when coming back from auto away. Not yet fully | Xavier Claessens | 2007-06-15 | 3 | -134/+118 |
* | Use gtk-info for contact informaiton. | Xavier Claessens | 2007-06-15 | 2 | -2/+1 |
* | Show logs when right click on a contact in the roster. | Xavier Claessens | 2007-06-14 | 1 | -4/+15 |
* | Disconnect signals from chatroom_manager. Fixes bug #447178. | Xavier Claessens | 2007-06-14 | 1 | -1/+4 |
* | Do not create log directory for a chat if there is no messages to put in. | Xavier Claessens | 2007-06-14 | 2 | -86/+31 |
* | Make use of ACTIVE_USER_WAIT_TO_ENABLE_TIME | Xavier Claessens | 2007-06-14 | 1 | -1/+1 |
* | New window for viewing logs. | Xavier Claessens | 2007-06-14 | 9 | -58/+1735 |
* | Adding spellcheck support. | Xavier Claessens | 2007-06-10 | 6 | -8/+516 |
* | Smooth scrolling. Fixes bug #445859 (Raphael Slinckx). | Xavier Claessens | 2007-06-10 | 1 | -18/+48 |
* | Fix warning for DnD. patch imported from gossip. | Xavier Claessens | 2007-06-10 | 1 | -48/+44 |
* | Bump version to 0.8 | Xavier Claessens | 2007-06-10 | 1 | -4/+1 |
* | Make it distcheck | Xavier Claessens | 2007-06-09 | 1 | -1/+1 |
* | Fix a warning. | Xavier Claessens | 2007-06-09 | 1 | -2/+4 |
* | We can now add a new contact. EmpathyContactWidget can change the contact | Xavier Claessens | 2007-06-09 | 5 | -130/+422 |
* | Do not save when closing the dialog. Update information in real-time and | Xavier Claessens | 2007-06-09 | 3 | -148/+38 |
* | Fix build on 64bits arch. Fixes bug #444680 (Matej Cepl). | Xavier Claessens | 2007-06-09 | 1 | -1/+1 |
* | Fix response and action buttons. | Xavier Claessens | 2007-06-07 | 2 | -67/+8 |
* | Implement editing and viewing contact information with right click on the | Xavier Claessens | 2007-06-07 | 11 | -306/+347 |
* | EmpatchContactWidget has 2 modes: editable or not. | Xavier Claessens | 2007-06-07 | 4 | -46/+72 |
* | New dialog: EmpathySubscriptionDialog. It uses EmpathyContactWidget to | Xavier Claessens | 2007-06-07 | 7 | -9/+424 |
* | New widget: EmpathyContactWidget. It displays information about a contact, | Xavier Claessens | 2007-06-06 | 5 | -0/+1685 |
* | Add support for blinking when there is an event. Make use of EmpathyIdle | Xavier Claessens | 2007-06-06 | 3 | -67/+274 |
* | Set use_stock for button_connect to False, to avoid a crasher when opening | Xavier Claessens | 2007-06-04 | 2 | -4/+16 |
* | libempathy-gtk/gossip-ui-utils.c libempathy-gtk/gossip-accounts-dialog.c | Xavier Claessens | 2007-06-04 | 3 | -3/+2 |
* | Add all properties described by TP spec for the Text channel on | Xavier Claessens | 2007-06-03 | 4 | -57/+141 |
* | Fix crash when there is no log available for a chat. Fix a crash when | Xavier Claessens | 2007-06-03 | 1 | -1/+0 |
* | Log chats and display 10 last messages when opening a new chat. | Xavier Claessens | 2007-06-02 | 3 | -65/+71 |
* | Set default presence to available if there is no presence iface. | Xavier Claessens | 2007-06-02 | 1 | -1/+0 |
* | Use gnome_vfs_url_show() instead of gnome_url_show() to avoid libgnomeui | Xavier Claessens | 2007-06-02 | 2 | -17/+8 |
* | Monitor changes on chatrooms.xml file and relead it when it's modified. | Xavier Claessens | 2007-06-02 | 2 | -43/+96 |
* | No need to RequestHandle, MissionControl has API to request the channel | Xavier Claessens | 2007-05-31 | 2 | -69/+40 |
* | Fix warning when selecting all accounts. | Xavier Claessens | 2007-05-31 | 14 | -108/+1291 |
* | Do not highlight contacts already known when creating the contact list. Do | Xavier Claessens | 2007-05-26 | 1 | -1/+5 |
* | Fix refcounting of GossipGroupChat. Add debug message when alias request | Xavier Claessens | 2007-05-25 | 2 | -2/+1 |
* | Do not use the server entry's value if it's hidden. Do not highlight | Xavier Claessens | 2007-05-25 | 3 | -30/+9 |
* | Preset the server only for jabber protocol to conference.server. This | Xavier Claessens | 2007-05-25 | 10 | -119/+123 |
* | White space fix. | Xavier Claessens | 2007-05-24 | 2 | -69/+46 |
* | New objects: GossipAccountChooser and GossipNewChatroom, we can now join | Xavier Claessens | 2007-05-24 | 10 | -51/+2052 |
* | Implementing basic chatroom support. Actually it works only if we get | Xavier Claessens | 2007-05-21 | 6 | -16/+908 |
* | Correctly remember the contact who sent last message. | Xavier Claessens | 2007-05-20 | 1 | -6/+7 |
* | Correctly remember if last message comes from the self contact or another. | Xavier Claessens | 2007-05-20 | 1 | -1/+8 |
* | Removed. | Xavier Claessens | 2007-05-20 | 4 | -2902/+1606 |
* | Set COL_NAME earlier like that it can directly be sorted. | Xavier Claessens | 2007-05-20 | 1 | -0/+6 |
* | Allow to set custom function for getting groups of a contact. Make | Xavier Claessens | 2007-05-20 | 2 | -13/+86 |
* | Fix indentation Fix not returning the contact in tp_contact_list_find() | Xavier Claessens | 2007-05-20 | 1 | -4/+4 |
* | Split GossipContactList into two objects: GossipContactListStore | Xavier Claessens | 2007-05-20 | 7 | -40/+1549 |
* | EmpathyContactList is now an interface implemented by | Xavier Claessens | 2007-05-19 | 8 | -192/+121 |
* | Display ChatState. | Xavier Claessens | 2007-05-18 | 1 | -8/+58 |
* | New object EmpathyIdle to manage autoaway and extended autoaway states. | Xavier Claessens | 2007-05-17 | 1 | -1/+6 |
* | import po files from gossip | Xavier Claessens | 2007-05-16 | 1 | -1/+1 |
* | Fix using of gossip icons in menus. | Xavier Claessens | 2007-05-15 | 2 | -8162/+6 |
* | Add an example label for jid. | Xavier Claessens | 2007-05-14 | 1 | -10/+49 |
* | When a new text channel arrives, check if there is no existing GossipChat | Xavier Claessens | 2007-05-14 | 2 | -0/+29 |
* | [darcs-to-svn @ Add artists names to contributors and credits] | Xavier Claessens | 2007-05-13 | 1 | -0/+2 |
* | [darcs-to-svn @ GossipAboutDialog] | Xavier Claessens | 2007-05-13 | 4 | -1/+149 |
* | [darcs-to-svn @ Move schemas to data/ and hide main window by default] | Xavier Claessens | 2007-05-13 | 2 | -274/+1 |
* | [darcs-to-svn @ Save/Resore the visibility of main window and show account di... | Xavier Claessens | 2007-05-13 | 2 | -1/+24 |
* | [darcs-to-svn @ gossip_mission_control_new() returns a MissionControl sigleto... | Xavier Claessens | 2007-05-13 | 5 | -163/+129 |
* | [darcs-to-svn @ Fix icon size] | Xavier Claessens | 2007-05-11 | 3 | -1/+10 |
* | [darcs-to-svn @ Show/Hide main window on delete event] | Xavier Claessens | 2007-05-10 | 1 | -20/+43 |
* | [darcs-to-svn @ popup menu on the status icon] | Xavier Claessens | 2007-05-10 | 2 | -31/+77 |
* | [darcs-to-svn @ Improved EmpathyStatusIcon and GossipPresenceChooser] | Xavier Claessens | 2007-05-10 | 8 | -1136/+8966 |
* | [darcs-to-svn @ New object: EmpathyStatusIcon] | Xavier Claessens | 2007-05-10 | 4 | -11/+242 |
* | [darcs-to-svn @ Ctr+Enter adds a new line in and empathy-chat exits 5sec afte... | Xavier Claessens | 2007-05-10 | 1 | -1/+1 |
* | [darcs-to-svn @ sync with Gossip SVN 2323] | Xavier Claessens | 2007-05-09 | 12 | -79/+519 |
* | [darcs-to-svn @ after a timeout we are in PAUSED chat state] | Xavier Claessens | 2007-05-09 | 1 | -1/+1 |
* | [darcs-to-svn @ Improve build system] | Xavier Claessens | 2007-05-09 | 1 | -4/+4 |
* | [darcs-to-svn @ many changes] | Xavier Claessens | 2007-05-09 | 3 | -12/+24 |
* | [darcs-to-svn @ Use icon-name API instead of stock icons and update tango icons] | Xavier Claessens | 2007-05-08 | 15 | -427/+205 |
* | [darcs-to-svn @ Cleanup build system and add MC plugin] | Xavier Claessens | 2007-05-06 | 1 | -8/+4 |
* | [darcs-to-svn @ Remove EmpathySession and move all programs into src/] | Xavier Claessens | 2007-05-03 | 2 | -24/+23 |
* | [darcs-to-svn @ Autostart] | Xavier Claessens | 2007-05-03 | 5 | -136/+34 |
* | [darcs-to-svn @ Replace the launcher by the main program with tray icon] | Xavier Claessens | 2007-05-02 | 1 | -1/+1 |
* | [darcs-to-svn @ Fix typo] | Xavier Claessens | 2007-05-02 | 1 | -1/+1 |
* | [darcs-to-svn @ Fix setting presence] | Xavier Claessens | 2007-05-02 | 9 | -290/+238 |
* | [darcs-to-svn @ Fixing presence and preference dialog] | Xavier Claessens | 2007-05-02 | 7 | -6/+1181 |
* | [darcs-to-svn @ contact list now displays accounts dialog] | Xavier Claessens | 2007-05-02 | 2 | -17/+25 |
* | [darcs-to-svn @ GossipMainWindow] | Xavier Claessens | 2007-05-02 | 7 | -96/+2434 |
* | [darcs-to-svn @ Handling /say msg and remove useless debug messages] | Xavier Claessens | 2007-05-02 | 1 | -5/+1 |
* | [darcs-to-svn @ move some code from GossipPrivateChat to GossipChatView] | Xavier Claessens | 2007-05-02 | 2 | -44/+51 |
* | [darcs-to-svn @ Sync last things from gossip. Up to date with gossip SVN revi... | Xavier Claessens | 2007-05-01 | 4 | -88/+72 |
* | [darcs-to-svn @ Syncing message history from gossip] | Xavier Claessens | 2007-05-01 | 2 | -2/+137 |
* | [darcs-to-svn @ Syncing new contact list stuff from gossip] | Xavier Claessens | 2007-05-01 | 4 | -150/+466 |
* | [darcs-to-svn @ Connect accounts in empathy-launcher, not in empathy-contact-... | Xavier Claessens | 2007-05-01 | 3 | -58/+52 |
* | [darcs-to-svn @ Fix copyright in GPL header] | Xavier Claessens | 2007-04-30 | 2 | -4/+4 |
* | [darcs-to-svn @ Missing glade file for chat] | Xavier Claessens | 2007-04-30 | 1 | -0/+700 |
* | [darcs-to-svn @ Missing file] | Xavier Claessens | 2007-04-30 | 1 | -0/+771 |
* | [darcs-to-svn @ Adding jabber specific settings widget] | Xavier Claessens | 2007-04-30 | 8 | -1549/+647 |
* | [darcs-to-svn @ Only one presence per contact] | Xavier Claessens | 2007-04-27 | 3 | -3/+3 |
* | [darcs-to-svn @ Adding GossipPresenceChooser] | Xavier Claessens | 2007-04-27 | 6 | -0/+1643 |
* | [darcs-to-svn @ Fix leak] | Xavier Claessens | 2007-04-27 | 1 | -0/+2 |
* | [darcs-to-svn @ Save/restore window geometry] | Xavier Claessens | 2007-04-27 | 5 | -3/+249 |
* | [darcs-to-svn @ Set Collabora copyright for files I created/modified] | Xavier Claessens | 2007-04-26 | 14 | -2/+24 |
* | [darcs-to-svn @ initial import] | Xavier Claessens | 2007-04-26 | 40 | -0/+18022 |