aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Expand)AuthorAgeFilesLines
* Move the ft manager to src/ other programs do not need it.Xavier Claessens2008-11-224-1294/+1
* rename empathy_tp_file_get_incoming to empathy_tp_file_is_incomingXavier Claessens2008-11-221-6/+6
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ...Xavier Claessens2008-11-221-3/+1
* remove useless includesXavier Claessens2008-11-221-2/+0
* Fix a little coding styleXavier Claessens2008-11-221-2/+1
* No need to define a callback, we can directly use empathy_send_file_with_file...Xavier Claessens2008-11-221-8/+1
* Fix compilation warning: gtk_message_dialog_format_secondary_text() require a...Xavier Claessens2008-11-221-1/+1
* ft_manager_clear: use g_hash_table_foreach_remove instead of GHashTableIter s...Xavier Claessens2008-11-221-16/+22
* ft-manager: ft_manager_clear: use a GHashTableIter instead of creating a temp...Xavier Claessens2008-11-221-31/+21
* ft-manager: remove old codeXavier Claessens2008-11-221-7/+0
* ft-manager: store the icon-name instead of the pixbuf in the storeXavier Claessens2008-11-221-20/+7
* ft-manager: add comment explaining how to use GIcon with GTK 2.14Xavier Claessens2008-11-221-1/+3
* empathy-ft-manager: use the ContentType property instead of gnome_vfs_get_mim...Xavier Claessens2008-11-221-3/+5
* empathy-ft-manager.c: Display an error if user can't save file to the chosen ...Xavier Claessens2008-11-221-1/+17
* empathy-ft-manager: ask confirmation if the filename already existsXavier Claessens2008-11-221-0/+3
* Implement latest ft draftXavier Claessens2008-11-221-9/+8
* fix FT client side code as the generated code changedXavier Claessens2008-11-221-5/+5
* Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)Jonny Lamb2008-11-221-12/+1
* Fixed typo in FT manager glade file. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)Jonny Lamb2008-11-222-3/+3
* Handle new file channels regardless of direction in the dispatcher. (Jonny Lamb)Jonny Lamb2008-11-221-15/+1
* Removed empathy_send_file_with_file_chooser_and_manager and made file transfe...Jonny Lamb2008-11-223-54/+13
* Removed useless test to check whether a GList has items. (Jonny Lamb)Jonny Lamb2008-11-221-38/+34
* Use gtk_file_chooser_dialog_new and the document-send icon. (Jonny Lamb)Jonny Lamb2008-11-221-20/+8
* Removed useless include. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
* In ft_manager_receive_response_cb, just call empathy_tp_file_cancel instead o...Jonny Lamb2008-11-221-4/+1
* Removed "Save as" file filter. (Jonny Lamb)Jonny Lamb2008-11-221-6/+0
* Made creating a save dialog a bit nicer by using proper GTK functions. (Jonny...Jonny Lamb2008-11-221-11/+4
* Use g_slice functions with ReceiveResponseData. (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
* Renamed ft_manager_free_receive_response_data to ft_manager_receive_response_...Jonny Lamb2008-11-221-3/+3
* Removed useless ref of the FT manager in the build_ui method. (Jonny Lamb)Jonny Lamb2008-11-221-3/+0
* Moved gtk_window_set_icon name into the glade. (Jonny Lamb)Jonny Lamb2008-11-222-2/+1
* Removed call to gtk_tree_selection_unselect_all. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
* Set manager_p to NULL in delete_event_cb, not in _finalize. (Jonny Lamb)Jonny Lamb2008-11-221-2/+0
* Don't call _finalize in the delete_event_cb. (Jonny Lamb)Jonny Lamb2008-11-221-1/+3
* Simplified code to add files to the list store. (Jonny Lamb)Jonny Lamb2008-11-221-3/+2
* Made ft_manager_update_ft_row handle Local_Pending slightly nicer. (Jonny Lamb)Jonny Lamb2008-11-221-7/+3
* Renamed ft_manager_get_state_change_reason_description to ft_manager_state_ch...Jonny Lamb2008-11-221-3/+3
* Renamed private methods in the FT manager to ft_manager_*. (Jonny Lamb)Jonny Lamb2008-11-221-36/+37
* Changed gtk_tree_model_get_value calls to use gtk_tree_model_get. (Jonny Lamb)Jonny Lamb2008-11-221-14/+3
* Updated parameter checks to return appropriate values. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Add parameter checks to public functions. (Jonny Lamb)Jonny Lamb2008-11-222-0/+3
* Updated the way to access the EmpathyFTManagerPriv instance within empathy-ft...Jonny Lamb2008-11-222-123/+84
* Re-ordered EmpathyFTManager so functions need no declaration at the top of th...Jonny Lamb2008-11-221-387/+374
* 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-221-1/+1
* Fixed copyright and author headers. (Jonny Lamb)Jonny Lamb2008-11-224-0/+11
* Added empathy_offer_file function and updated accept_file. (Jonny Lamb)Jonny Lamb2008-11-221-2/+5
* Updated yet more places to use s/direction/incoming/ (Jonny Lamb)Jonny Lamb2008-11-221-2/+1
* Replaced the Direction channel property a more-private GObject incoming prope...Jonny Lamb2008-11-221-9/+7
* Fixed yet more references to EMPATHY_FILE. (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
* Fixed include of empathy-file.h to empathy-tp-file.h. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)Jonny Lamb2008-11-224-110/+109
* Fixed function declaration style. (Jonny Lamb)Jonny Lamb2008-11-221-24/+41
* Only display "Send Files" if the contact is in Salut. (Jonny Lamb)Jonny Lamb2008-11-221-0/+1
* Converted sources to Collabora coding style. (Jonny Lamb)Jonny Lamb2008-11-222-913/+913
* Replaced gnome_vfs_format_file_size_for_display with its GIO equivalent. (Jon...Jonny Lamb2008-11-221-3/+3
* Added ability for the ft manager to stay around when closed. (Jonny Lamb)Jonny Lamb2008-11-222-24/+17
* Show an error to the terminal when there's a problem in getting the output st...Jonny Lamb2008-11-221-1/+10
* Display cancel reasons in the file transfer manager. (Jonny Lamb)Jonny Lamb2008-11-221-3/+6
* Actually stop a file transfer if in the ft manager when requested. (Jonny Lamb)Jonny Lamb2008-11-221-2/+1
* Added a missing "break". (Jonny Lamb)Jonny Lamb2008-11-221-0/+1
* Allow transfers to be declined by closing the channel. (Jonny Lamb)Jonny Lamb2008-11-221-3/+4
* Added fix for an empty default folder. (Jonny Lamb)Jonny Lamb2008-11-221-1/+2
* Added missing GTK+ include header. (Jonny Lamb)Jonny Lamb2008-11-221-0/+1
* Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Added empathy_send_file_with_file_chooser_and_manager to make use of the file...Jonny Lamb2008-11-223-1/+17
* Added GTK file transfer manager. (Jonny Lamb)Jonny Lamb2008-11-225-1/+1367
* Changed the "Send file" icon to something sane. (Jonny Lamb)Jonny Lamb2008-11-222-1/+2
* Added "Send file" item to contact menu widget. (Jonny Lamb)Jonny Lamb2008-11-222-0/+34
* Added some more file sending functions to libempathy-gtk. (Jonny Lamb)Jonny Lamb2008-11-222-0/+132
* Use proper format string for max-size propertyMathias Hasselmann2008-11-141-1/+1
* If chats have no name, use the channel's ID instead of fallback to "Conversat...Xavier Claessens2008-11-141-2/+12
* Trivial simplification of the mathXavier Claessens2008-11-111-1/+1
* Try to keep the original image format in avatar chooser. This avoid droping a...Xavier Claessens2008-11-111-58/+69
* Improve error message.Xavier Claessens2008-11-111-2/+3
* Report error to the user when converting the avatar fails.Xavier Claessens2008-11-111-4/+37
* Cleanup code and add some commentsXavier Claessens2008-11-112-7/+17
* Make a dichotomic search for the optimal image size. Cleanup some codeXavier Claessens2008-11-111-112/+121
* Correctly resize the image to fit required max width/heightXavier Claessens2008-11-111-13/+33
* Add empathy_pixbuf_from_data_and_mime instead of breaking API.Xavier Claessens2008-11-114-6/+17
* Don't modify EmpathyAvatar::format if gdkpixbuf disagreesXavier Claessens2008-11-111-4/+4
* Use two g_asserts rather than g_assert (foo && bar).Xavier Claessens2008-11-111-2/+4
* can_satisfy_mime_type_requirements: assume out params != NULLXavier Claessens2008-11-111-10/+2
* Prefer png or jpeg if possible when converting avatarsXavier Claessens2008-11-111-20/+34
* Update avatar chooser's account from its own callback.Xavier Claessens2008-11-111-22/+19
* ContactWidget: set up account widget before avatar widgetXavier Claessens2008-11-111-23/+24
* If setting an avatar from an EmpathyAvatar, just ref it.Xavier Claessens2008-11-111-25/+66
* AvatarChooser: clarify why _scale_down_if_necessary is cheap.Xavier Claessens2008-11-111-2/+7
* Make can_satisfy_mime_type_requirements accept NULL out params.Xavier Claessens2008-11-111-6/+24
* Flip iterating across format_mime_types and accepted_mime_types.Xavier Claessens2008-11-111-2/+2
* Use l and strv for list and strv iterators, not i and jXavier Claessens2008-11-111-7/+7
* Use foo[1] rather than *(foo + 1)Xavier Claessens2008-11-111-1/+1
* Coding style: cuddle a braceXavier Claessens2008-11-111-2/+1
* AvatarChooser: don't set contact_factory to NULL after unreffing.Xavier Claessens2008-11-111-3/+2
* AvatarChooser: Remove empathy_ prefix from static functions.Xavier Claessens2008-11-111-10/+10
* AvatarChooser needs no ContactFactory property; it's a singleton.Xavier Claessens2008-11-113-32/+6
* Coding style: no blank lines in local variable declarationsXavier Claessens2008-11-111-4/+0
* Coding style: use FIXME rather than TODO.Xavier Claessens2008-11-111-5/+5
* Coding style: only one blank line between functions.Xavier Claessens2008-11-112-7/+0
* Coding style: use braces for one-statement blocks in AvatarChooserXavier Claessens2008-11-111-9/+19
* Check the contact factory is still ready when avatar picker is OKed.Xavier Claessens2008-11-111-0/+13
* Don't explicitly check for the new avatar being zero bytesXavier Claessens2008-11-111-1/+1
* Don't clear user's avatar if a file can't be read.Xavier Claessens2008-11-111-2/+0
* Implement scaling and converting avatars before sending.Xavier Claessens2008-11-111-65/+265
* Make empathy_pixbuf_scale_down_if_necessary treat 0 as "no limit"Xavier Claessens2008-11-111-1/+1
* Track whether avatar is being set locally, or received from elsewhere.Xavier Claessens2008-11-111-12/+17
* Use e_avatar_chooser_clear_image() helper.Xavier Claessens2008-11-111-1/+1
* Ref result of empathy_contact_factory_get_tp_factoryXavier Claessens2008-11-111-2/+2
* Make avatar chooser (in)sensitive when the TpContactFactory becomes (not) readyXavier Claessens2008-11-111-10/+62
* Update AvatarChooser::account when changed in ContactWidgetXavier Claessens2008-11-111-0/+24
* AvatarChooser: Add McAccount and EmpathyContactFactory propertiesXavier Claessens2008-11-113-4/+100
* Don't automatically resize and png-ify avatars.Xavier Claessens2008-11-114-44/+62
* Consolidate hardcoding avatars to PNG to one function.Xavier Claessens2008-11-111-1/+7
* Added GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny Lamb)Jonny Lamb2008-10-171-0/+1
* empathy-contact-menu.c: store the chatroom instead of the channel in contact_...Xavier Claessens2008-10-131-12/+13
* empathy-contact-menu.c: use new empathy_chatroom_manager_new APIXavier Claessens2008-10-131-1/+1
* Change menu entry to 'Invite to chatroom'Xavier Claessens2008-10-131-1/+1
* Actually invite contact to chatroom. Fixes bug #496100 (Guillaume Desmottes).Xavier Claessens2008-10-131-9/+61
* Display invite menu entry in the contact menuXavier Claessens2008-10-132-0/+93
* Fix build error, empathy_theme_update_view return void.Xavier Claessens2008-10-061-1/+1
* Fix for GTK+ adjustment policy enforcement:Vincent Untz2008-09-227-8/+8
* Fix condition to set labels selectable.Xavier Claessens2008-09-191-3/+3
* add WM_WINDOW_ROLE property to windows (closes: #551113)Frederic Peters2008-09-073-0/+3
* move *.pc Requires to Requires.privateXavier Claessens2008-09-071-1/+2
* remove libtelepathy from *.pc RequiresXavier Claessens2008-09-071-1/+1
* Add a menu item in chat window to set the room as favoriteXavier Claessens2008-08-302-1/+11
* Reorder files in alphabetical order.Xavier Claessens2008-08-291-42/+42
* Make sure to not unref tooltop_widget more than onceXavier Claessens2008-08-271-2/+2
* Keep a ref to the tooltip_widget so it is not recreated all the time.Xavier Claessens2008-08-271-2/+20
* don't use italic for status text in contact list (closes: #548632)Frederic Peters2008-08-261-12/+6
* Make Chat the default in New Conversation… dialogXavier Claessens2008-08-251-0/+1
* Give Chat and Call accelerators in New Conversation dialog.Xavier Claessens2008-08-251-2/+2
* EmpathyContactWidget: correct typo, "hbow" -> "hbox"Xavier Claessens2008-08-251-2/+2
* don't list profiles twice. (closes: #548578)Frederic Peters2008-08-211-1/+10
* Use "Yahoo ID" instead of "Login ID" for Yahoo accounts. (closes: #548693)Frederic Peters2008-08-211-1/+1
* don't let label text be selected in contact tooltip (closes: #546568)Frederic Peters2008-08-203-4/+14
* check there is an account before accessing it; prevents a segfault when callingFrederic Peters2008-08-201-1/+3
* Do not display MSN Haze if butterfly is installedXavier Claessens2008-08-191-2/+14
* Rephrase sentence in edit contact dialog; fixes bug #547326.Frederic Peters2008-08-121-1/+1
* Do not use mission_control_request_channel as we don't use MC's dispatcher an...Xavier Claessens2008-08-071-6/+10
* Use a GtkMessageDialog instead of GtkDialog for remove confirmation diaog of ...Xavier Claessens2008-08-061-21/+12
* Fix translators complains about ambigous strings. Fixes bug #546154.Xavier Claessens2008-08-043-164/+135
* Mark "Add group" translatable. Fixes bug #544964 (Milo Casagrande).Xavier Claessens2008-08-011-1/+1
* rename glade screenname entry widget to match empathy-account-widget.c (Ellio...Xavier Claessens2008-07-301-2/+2
* Add a comment for the usage of row_activated class method and optimise a bit ...Xavier Claessens2008-07-151-8/+9
* Prevent to start a chat when activating a row with an eventXavier Claessens2008-07-151-9/+9
* Remove a FIXME, seems to work perfectly now.Xavier Claessens2008-07-151-4/+0
* Move the event manager to src/Xavier Claessens2008-07-155-759/+3
* Remove the contact pending event when the contact is not pending anymore.Xavier Claessens2008-07-151-2/+14
* Fix compile errorXavier Claessens2008-07-151-1/+1
* Fix reviewer complainsXavier Claessens2008-07-151-2/+8
* Remove an empty lineXavier Claessens2008-07-151-1/+0
* Activate the event when clicking on the contact list.Xavier Claessens2008-07-151-8/+23
* Blink the status icon when a contact has an event.Xavier Claessens2008-07-152-2/+199
* Add the contact from who the event comes in the EmpathyEvent struct.Xavier Claessens2008-07-152-16/+21
* Add empathy_event_manager_get_eventsXavier Claessens2008-07-152-0/+15
* Move event code from EmpathyStatusIcon to EmpathyEventManagerXavier Claessens2008-07-153-2/+507
* Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb)Jonny Lamb2008-07-154-1517/+0
* Fix leaked accounts. mc_accounts_list ref all accounts.Xavier Claessens2008-07-141-4/+7
* Reverse order of buttons on the dialog box to delete a contact (or a group). ...Xavier Claessens2008-07-141-1/+1
* Do not popup the Save As menu if the contact has no avatar.Xavier Claessens2008-07-091-0/+4
* Fix some coding styleXavier Claessens2008-07-091-59/+33
* empathy-contact-widget: remove tabs (Guillaume Desmottes)Xavier Claessens2008-07-092-371/+383
* empathy-contact-widget: use gtk_image_menu_item_new_from_stock (Guillaume Des...Xavier Claessens2008-07-091-4/+2
* switch empathy-contact-widget to Collabora coding style (Guillaume Desmottes)Xavier Claessens2008-07-092-437/+467
* use SAVE_AS stock icon when saving the avatar (Guillaume Desmottes)Xavier Claessens2008-07-091-1/+1
* Add an option to save avatar to disk. Fixes bug #541431 (Guillaume Desmottes)Xavier Claessens2008-07-091-0/+152
* Made the Close button the default widget in the contact edit dialog. (Jonny L...Jonny Lamb2008-07-082-0/+4
* Made account removal confirmation dialog modal. (Jonny Lamb)Jonny Lamb2008-07-081-1/+1
* Added support for the chat window to show the avatar as the icon. Fixes bug #...Jonny Lamb2008-07-081-0/+1
* Fix gtk_check_version usage, it returns NULL when version is OK.Xavier Claessens2008-07-051-1/+1
* Use function to check GTK+ version instead of mangling directly. Fixes bug #5...Xavier Claessens2008-07-051-1/+1
* Prepend "mailto:" to urls containing a "@".Xavier Claessens2008-07-051-5/+9
* Unref profile and improve a bit default account domain code.Xavier Claessens2008-07-041-18/+14
* Automatically add default account domain where appropriate. Fixes bug #534425...Jonny Lamb2008-07-041-2/+24
* Select the bugged account upon a failed connection. Fixes bug #536984 (Jonny ...Jonny Lamb2008-07-042-3/+12
* Set an smiley icon for the "Insert smiley" menu item.Xavier Claessens2008-07-041-1/+4
* Set an icon for the spellcheck menu itemXavier Claessens2008-07-041-1/+5
* Remove useless empty lines in chat_input_populate_popup_cb.Xavier Claessens2008-07-041-28/+16
* Added Send menu item to the chat input menu. Fixes bug #532622 (Jonny Lamb).Jonny Lamb2008-07-041-1/+22
* Add -Wformat and and fix some compile warnings with gcc 4.3. Fixes bug #53712...Xavier Claessens2008-06-081-1/+1
* Only display tooltip on the contact list if running with GTK >= 2.12.10.Xavier Claessens2008-06-031-0/+5
* Do not ref tooltip_widget otherwise it never gets destroyed.Xavier Claessens2008-06-021-24/+6
* gtk_widget_set_has_tooltip can't take a value >1 even if it's still TRUEXavier Claessens2008-05-301-2/+3
* Set a tooltip on contact list view showing EmpathyContactWidget informationXavier Claessens2008-05-302-11/+80
* Move avatar cache to ~/.cache and don't mix avatar from different contacts, t...Xavier Claessens2008-05-283-3/+2
* Do not add a separator on the contact menu if there is no remove feature.Xavier Claessens2008-05-221-3/+2
* Add help button on accounts dialog. Fixes bug #533732 (Milo Casagrande).Xavier Claessens2008-05-212-8/+32
* Do not use statis pointer for MenuPopupData because it get freed.Xavier Claessens2008-05-191-5/+6
* No need of an idle callback forkey mXavier Claessens2008-05-191-6/+5
* Little cleanupXavier Claessens2008-05-191-9/+5
* Popup context menu when menu key is pressed. Fixes bug #531414 (Baptiste Mill...Xavier Claessens2008-05-191-0/+23
* Improve dispatcher. Fixes bug #465928.Xavier Claessens2008-05-183-7/+10
* sync totem-subtitle-encoding.c with totem as the file was properly relicensed...Xavier Claessens2008-05-141-9/+9
* Do not try to remove duplicate backlog from archives and server. Fixes bug #5...Xavier Claessens2008-05-081-34/+3
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-0632-148/+139
* Make use of tp-glib debug system.Xavier Claessens2008-05-0125-218/+152
* Hide contact list when text channel is destroyed.Xavier Claessens2008-04-281-18/+21
* Correct string hyphenation. Fix bug #529436 (Baptiste Mille-Mathias).Baptiste Mille-Mathias2008-04-272-3/+3
* Correct capitalisation. Fix bug #529439 (Baptiste Mille-Mathias).Baptiste Mille-Mathias2008-04-271-1/+1
* Do not give a struct as a parameter by value. (Alban Crequy).Xavier Claessens2008-04-254-16/+16
* Create contact menu in empathy-contact-menu.hXavier Claessens2008-04-255-248/+260
* Setup contact submenu in chat window.Xavier Claessens2008-04-252-0/+49
* Simplify input resizeXavier Claessens2008-04-251-139/+29
* Do not create the contact list if it's not displayed.Xavier Claessens2008-04-251-17/+21
* Reorder functions to not have to declare them on top.Xavier Claessens2008-04-251-668/+564
* Move contact menu code to its own module.Xavier Claessens2008-04-254-285/+401
* Remove conditional build of VOIP.Xavier Claessens2008-04-243-22/+0
* Do not apply different theme to chat and chatroomsXavier Claessens2008-04-234-63/+2
* Make sure we don't assume Text channel's handle_type is != NONE.Xavier Claessens2008-04-231-14/+32
* Cleanup the spell code.Xavier Claessens2008-04-222-19/+22
* Use enchant instead of aspell. Fixes bug #460624 (Frederic Peters).Xavier Claessens2008-04-221-72/+66
* Remove duplicate define in header.Xavier Claessens2008-04-211-2/+0
* Don't resize the window when a contact list appear if it's already big enough.Xavier Claessens2008-04-211-9/+13
* Rework the way chat window is resized when the contact list appear/disappear....Xavier Claessens2008-04-212-8/+23
* Make possible to show "ghelp:" URIs and display a dialog in case of error in ...Xavier Claessens2008-04-201-9/+20
* Fix acknoledge of messagesXavier Claessens2008-04-201-7/+5
* Hide password from debug messages.Xavier Claessens2008-04-191-1/+2
* Always set urgency hint on p2p chat windows when receiving a message.Xavier Claessens2008-04-182-0/+15
* Escape text in strings using Pango markup. Fixes bug #528529 (Frederic Peters).Xavier Claessens2008-04-173-3/+4
* glade property for i18n comments in "comments" and not "comment"Xavier Claessens2008-04-171-2/+2
* Add a contact in the roster as soon as it has a name, don't wait for the ID. ...Xavier Claessens2008-04-161-1/+1
* stun-server and stun-port sensibility is the opposit: They are sensitive if d...Xavier Claessens2008-04-161-7/+5
* Remove most SIP settings since they are impossible to understand.Xavier Claessens2008-04-162-321/+58
* Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters).Xavier Claessens2008-04-167-100/+180
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-1518-18/+18
* fix bug #526374.Xavier Claessens2008-04-141-40/+17
* Fix bug #525084.Xavier Claessens2008-04-141-1/+2
* Fix bug #526145.Xavier Claessens2008-04-141-0/+7
* Show/Hide contact list if we have/haven't a remote_contact.Xavier Claessens2008-04-141-0/+27
* Various fixes for chatsXavier Claessens2008-04-142-2/+58
* "registrar" misspelled Fixes bug #527876 (Frederic Peters).Xavier Claessens2008-04-141-1/+1
* Fix disconnection of AccountStatusChanged signal.Xavier Claessens2008-04-133-14/+9
* Fix crash crash when opening a chat with the keyboard Fixes bug #527713 (Fred...Xavier Claessens2008-04-131-1/+1
* Add some comments for translators. Fixes bug #496309 (Andre Klapper).Xavier Claessens2008-04-1211-14/+14
* Use audio-input-microphone for the mic imageXavier Claessens2008-04-112-2/+2
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...Xavier Claessens2008-04-113-9/+9
* Remove unused includesXavier Claessens2008-04-111-1/+0
* Update for new APIXavier Claessens2008-04-111-3/+1
* Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 (Frederi...Xavier Claessens2008-04-091-1/+1
* Remove invisible_char property to let GTK use the default.Xavier Claessens2008-04-057-22/+0
* Add a widget to configure AIM accounts. Fixes bug #513676 (Andreas Henriksson).Xavier Claessens2008-04-025-0/+235
* Fix a warning: don't set the ui sensitive if it's not yet createdXavier Claessens2008-04-021-3/+5
* Add contact list and restructure a bit the codeXavier Claessens2008-04-021-60/+101
* Move create_ui to constructed()Xavier Claessens2008-04-021-37/+45
* Correctly block eventsXavier Claessens2008-04-021-17/+17
* Redefine size_request and size_allocation on EmpathyChatClassXavier Claessens2008-04-022-5/+47
* Fix build errors EmpathyChatWindow, port to new API.Xavier Claessens2008-04-022-133/+19
* Add a tooltip property on EmpathyChatXavier Claessens2008-04-022-55/+110