aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Expand)AuthorAgeFilesLines
* Align param names on the left.Xavier Claessens2007-07-304-139/+41
* Better like thatXavier Claessens2007-07-291-2/+3
* Makes easier to change to profile order.Xavier Claessens2007-07-291-18/+13
* Try to guess the server from the jid only if we are using the jabberXavier Claessens2007-07-291-8/+19
* Improve the sort function a bit to have Jabber before GTalk.Xavier Claessens2007-07-291-10/+18
* Update the Enable/Disable button even if there is no account selected. SetXavier Claessens2007-07-292-13/+70
* Sort profiles to have free protocols first. Fixes bug #460605.Xavier Claessens2007-07-281-3/+59
* Hide "advanced options" for jabber in a GtkExpander. Fixes bug #459168Xavier Claessens2007-07-272-276/+352
* Fix Room listing. Fixes bug #460416 (Sjoerd Simons).Xavier Claessens2007-07-261-10/+4
* Use libtool -version-info. Fixes bug #460579 (Laurent Bigonville).Xavier Claessens2007-07-261-0/+3
* Do not show salut accounts in the add contact dialog. Rework a bitXavier Claessens2007-07-268-138/+217
* add contact frame is not hidden after cancelling. Fixes bug #458997Xavier Claessens2007-07-261-0/+3
* Initial room list support. It does not works yet.Xavier Claessens2007-07-208-293/+424
* Show avatars by default.Xavier Claessens2007-07-141-0/+1
* If there is no pending msg when a text channel should be filtered wait forXavier Claessens2007-07-141-13/+31
* typo in widget nameXavier Claessens2007-07-131-1/+1
* Remove unused nickname entry and use a GtkTable for room information. MoreXavier Claessens2007-07-135-333/+168
* Fix missing header for EmpathyAccountWidgetMSN.Xavier Claessens2007-07-131-2/+3
* Add MSN setting UI. Fixes bug #443162 (Cosimo Cecchi).Xavier Claessens2007-07-096-4/+427
* Workaround to fix a commonly reported crash. Add a missing check.Xavier Claessens2007-07-071-0/+11
* Fix a leaked ref.Xavier Claessens2007-07-015-47/+126
* Install libempathy and libempathy-gtk and make their API public.Xavier Claessens2007-06-232-40/+85
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-2287-3815/+3808
* We show in our roster all contacts members and remote-pending of subscribeXavier Claessens2007-06-213-8/+7
* Prepare for slack time when coming back from auto away. Not yet fullyXavier Claessens2007-06-153-134/+118
* Use gtk-info for contact informaiton.Xavier Claessens2007-06-152-2/+1
* Show logs when right click on a contact in the roster.Xavier Claessens2007-06-141-4/+15
* Disconnect signals from chatroom_manager. Fixes bug #447178.Xavier Claessens2007-06-141-1/+4
* Do not create log directory for a chat if there is no messages to put in.Xavier Claessens2007-06-142-86/+31
* Make use of ACTIVE_USER_WAIT_TO_ENABLE_TIMEXavier Claessens2007-06-141-1/+1
* New window for viewing logs.Xavier Claessens2007-06-149-58/+1735
* Adding spellcheck support.Xavier Claessens2007-06-106-8/+516
* Smooth scrolling. Fixes bug #445859 (Raphael Slinckx).Xavier Claessens2007-06-101-18/+48
* Fix warning for DnD. patch imported from gossip.Xavier Claessens2007-06-101-48/+44
* Bump version to 0.8Xavier Claessens2007-06-101-4/+1
* Make it distcheckXavier Claessens2007-06-091-1/+1
* Fix a warning.Xavier Claessens2007-06-091-2/+4
* We can now add a new contact. EmpathyContactWidget can change the contactXavier Claessens2007-06-095-130/+422
* Do not save when closing the dialog. Update information in real-time andXavier Claessens2007-06-093-148/+38
* Fix build on 64bits arch. Fixes bug #444680 (Matej Cepl).Xavier Claessens2007-06-091-1/+1
* Fix response and action buttons.Xavier Claessens2007-06-072-67/+8
* Implement editing and viewing contact information with right click on theXavier Claessens2007-06-0711-306/+347
* EmpatchContactWidget has 2 modes: editable or not.Xavier Claessens2007-06-074-46/+72
* New dialog: EmpathySubscriptionDialog. It uses EmpathyContactWidget toXavier Claessens2007-06-077-9/+424
* New widget: EmpathyContactWidget. It displays information about a contact,Xavier Claessens2007-06-065-0/+1685
* Add support for blinking when there is an event. Make use of EmpathyIdleXavier Claessens2007-06-063-67/+274
* Set use_stock for button_connect to False, to avoid a crasher when openingXavier Claessens2007-06-042-4/+16
* libempathy-gtk/gossip-ui-utils.c libempathy-gtk/gossip-accounts-dialog.cXavier Claessens2007-06-043-3/+2
* Add all properties described by TP spec for the Text channel onXavier Claessens2007-06-034-57/+141
* Fix crash when there is no log available for a chat. Fix a crash whenXavier Claessens2007-06-031-1/+0
* Log chats and display 10 last messages when opening a new chat.Xavier Claessens2007-06-023-65/+71
* Set default presence to available if there is no presence iface.Xavier Claessens2007-06-021-1/+0
* Use gnome_vfs_url_show() instead of gnome_url_show() to avoid libgnomeuiXavier Claessens2007-06-022-17/+8
* Monitor changes on chatrooms.xml file and relead it when it's modified.Xavier Claessens2007-06-022-43/+96
* No need to RequestHandle, MissionControl has API to request the channelXavier Claessens2007-05-312-69/+40
* Fix warning when selecting all accounts.Xavier Claessens2007-05-3114-108/+1291
* Do not highlight contacts already known when creating the contact list. DoXavier Claessens2007-05-261-1/+5
* Fix refcounting of GossipGroupChat. Add debug message when alias requestXavier Claessens2007-05-252-2/+1
* Do not use the server entry's value if it's hidden. Do not highlightXavier Claessens2007-05-253-30/+9
* Preset the server only for jabber protocol to conference.server. ThisXavier Claessens2007-05-2510-119/+123
* White space fix.Xavier Claessens2007-05-242-69/+46
* New objects: GossipAccountChooser and GossipNewChatroom, we can now joinXavier Claessens2007-05-2410-51/+2052
* Implementing basic chatroom support. Actually it works only if we getXavier Claessens2007-05-216-16/+908
* Correctly remember the contact who sent last message.Xavier Claessens2007-05-201-6/+7
* Correctly remember if last message comes from the self contact or another.Xavier Claessens2007-05-201-1/+8
* Removed.Xavier Claessens2007-05-204-2902/+1606
* Set COL_NAME earlier like that it can directly be sorted.Xavier Claessens2007-05-201-0/+6
* Allow to set custom function for getting groups of a contact. MakeXavier Claessens2007-05-202-13/+86
* Fix indentation Fix not returning the contact in tp_contact_list_find()Xavier Claessens2007-05-201-4/+4
* Split GossipContactList into two objects: GossipContactListStoreXavier Claessens2007-05-207-40/+1549
* EmpathyContactList is now an interface implemented byXavier Claessens2007-05-198-192/+121
* Display ChatState.Xavier Claessens2007-05-181-8/+58
* New object EmpathyIdle to manage autoaway and extended autoaway states.Xavier Claessens2007-05-171-1/+6
* import po files from gossipXavier Claessens2007-05-161-1/+1
* Fix using of gossip icons in menus.Xavier Claessens2007-05-152-8162/+6
* Add an example label for jid.Xavier Claessens2007-05-141-10/+49
* When a new text channel arrives, check if there is no existing GossipChatXavier Claessens2007-05-142-0/+29
* [darcs-to-svn @ Add artists names to contributors and credits]Xavier Claessens2007-05-131-0/+2
* [darcs-to-svn @ GossipAboutDialog]Xavier Claessens2007-05-134-1/+149
* [darcs-to-svn @ Move schemas to data/ and hide main window by default]Xavier Claessens2007-05-132-274/+1
* [darcs-to-svn @ Save/Resore the visibility of main window and show account di...Xavier Claessens2007-05-132-1/+24
* [darcs-to-svn @ gossip_mission_control_new() returns a MissionControl sigleto...Xavier Claessens2007-05-135-163/+129
* [darcs-to-svn @ Fix icon size]Xavier Claessens2007-05-113-1/+10
* [darcs-to-svn @ Show/Hide main window on delete event]Xavier Claessens2007-05-101-20/+43
* [darcs-to-svn @ popup menu on the status icon]Xavier Claessens2007-05-102-31/+77
* [darcs-to-svn @ Improved EmpathyStatusIcon and GossipPresenceChooser]Xavier Claessens2007-05-108-1136/+8966
* [darcs-to-svn @ New object: EmpathyStatusIcon]Xavier Claessens2007-05-104-11/+242
* [darcs-to-svn @ Ctr+Enter adds a new line in and empathy-chat exits 5sec afte...Xavier Claessens2007-05-101-1/+1
* [darcs-to-svn @ sync with Gossip SVN 2323]Xavier Claessens2007-05-0912-79/+519
* [darcs-to-svn @ after a timeout we are in PAUSED chat state]Xavier Claessens2007-05-091-1/+1
* [darcs-to-svn @ Improve build system]Xavier Claessens2007-05-091-4/+4
* [darcs-to-svn @ many changes]Xavier Claessens2007-05-093-12/+24
* [darcs-to-svn @ Use icon-name API instead of stock icons and update tango icons]Xavier Claessens2007-05-0815-427/+205
* [darcs-to-svn @ Cleanup build system and add MC plugin]Xavier Claessens2007-05-061-8/+4
* [darcs-to-svn @ Remove EmpathySession and move all programs into src/]Xavier Claessens2007-05-032-24/+23
* [darcs-to-svn @ Autostart]Xavier Claessens2007-05-035-136/+34
* [darcs-to-svn @ Replace the launcher by the main program with tray icon]Xavier Claessens2007-05-021-1/+1
* [darcs-to-svn @ Fix typo]Xavier Claessens2007-05-021-1/+1
* [darcs-to-svn @ Fix setting presence]Xavier Claessens2007-05-029-290/+238
* [darcs-to-svn @ Fixing presence and preference dialog]Xavier Claessens2007-05-027-6/+1181
* [darcs-to-svn @ contact list now displays accounts dialog]Xavier Claessens2007-05-022-17/+25
* [darcs-to-svn @ GossipMainWindow]Xavier Claessens2007-05-027-96/+2434
* [darcs-to-svn @ Handling /say msg and remove useless debug messages]Xavier Claessens2007-05-021-5/+1
* [darcs-to-svn @ move some code from GossipPrivateChat to GossipChatView]Xavier Claessens2007-05-022-44/+51
* [darcs-to-svn @ Sync last things from gossip. Up to date with gossip SVN revi...Xavier Claessens2007-05-014-88/+72
* [darcs-to-svn @ Syncing message history from gossip]Xavier Claessens2007-05-012-2/+137
* [darcs-to-svn @ Syncing new contact list stuff from gossip]Xavier Claessens2007-05-014-150/+466
* [darcs-to-svn @ Connect accounts in empathy-launcher, not in empathy-contact-...Xavier Claessens2007-05-013-58/+52
* [darcs-to-svn @ Fix copyright in GPL header]Xavier Claessens2007-04-302-4/+4
* [darcs-to-svn @ Missing glade file for chat]Xavier Claessens2007-04-301-0/+700
* [darcs-to-svn @ Missing file]Xavier Claessens2007-04-301-0/+771
* [darcs-to-svn @ Adding jabber specific settings widget]Xavier Claessens2007-04-308-1549/+647
* [darcs-to-svn @ Only one presence per contact]Xavier Claessens2007-04-273-3/+3
* [darcs-to-svn @ Adding GossipPresenceChooser]Xavier Claessens2007-04-276-0/+1643
* [darcs-to-svn @ Fix leak]Xavier Claessens2007-04-271-0/+2
* [darcs-to-svn @ Save/restore window geometry]Xavier Claessens2007-04-275-3/+249
* [darcs-to-svn @ Set Collabora copyright for files I created/modified]Xavier Claessens2007-04-2614-2/+24
* [darcs-to-svn @ initial import]Xavier Claessens2007-04-2640-0/+18022