| Commit message (Expand) | Author | Age | Files | Lines |
* | Added empathy_offer_file function and updated accept_file. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+5 |
* | Updated yet more places to use s/direction/incoming/ (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+1 |
* | Replaced the Direction channel property a more-private GObject incoming prope... | Jonny Lamb | 2008-11-22 | 1 | -9/+7 |
* | Fixed yet more references to EMPATHY_FILE. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+2 |
* | Fixed include of empathy-file.h to empathy-tp-file.h. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 4 | -110/+109 |
* | Fixed function declaration style. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -24/+41 |
* | Only display "Send Files" if the contact is in Salut. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1 |
* | Converted sources to Collabora coding style. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -913/+913 |
* | Replaced gnome_vfs_format_file_size_for_display with its GIO equivalent. (Jon... | Jonny Lamb | 2008-11-22 | 1 | -3/+3 |
* | Added ability for the ft manager to stay around when closed. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -24/+17 |
* | Show an error to the terminal when there's a problem in getting the output st... | Jonny Lamb | 2008-11-22 | 1 | -1/+10 |
* | Display cancel reasons in the file transfer manager. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -3/+6 |
* | Actually stop a file transfer if in the ft manager when requested. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+1 |
* | Added a missing "break". (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1 |
* | Allow transfers to be declined by closing the channel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -3/+4 |
* | Added fix for an empty default folder. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+2 |
* | Added missing GTK+ include header. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1 |
* | Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Added empathy_send_file_with_file_chooser_and_manager to make use of the file... | Jonny Lamb | 2008-11-22 | 3 | -1/+17 |
* | Added GTK file transfer manager. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 5 | -1/+1367 |
* | Changed the "Send file" icon to something sane. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -1/+2 |
* | Added "Send file" item to contact menu widget. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+34 |
* | Added some more file sending functions to libempathy-gtk. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+132 |
* | Use proper format string for max-size property | Mathias Hasselmann | 2008-11-14 | 1 | -1/+1 |
* | If chats have no name, use the channel's ID instead of fallback to "Conversat... | Xavier Claessens | 2008-11-14 | 1 | -2/+12 |
* | Trivial simplification of the math | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Try to keep the original image format in avatar chooser. This avoid droping a... | Xavier Claessens | 2008-11-11 | 1 | -58/+69 |
* | Improve error message. | Xavier Claessens | 2008-11-11 | 1 | -2/+3 |
* | Report error to the user when converting the avatar fails. | Xavier Claessens | 2008-11-11 | 1 | -4/+37 |
* | Cleanup code and add some comments | Xavier Claessens | 2008-11-11 | 2 | -7/+17 |
* | Make a dichotomic search for the optimal image size. Cleanup some code | Xavier Claessens | 2008-11-11 | 1 | -112/+121 |
* | Correctly resize the image to fit required max width/height | Xavier Claessens | 2008-11-11 | 1 | -13/+33 |
* | Add empathy_pixbuf_from_data_and_mime instead of breaking API. | Xavier Claessens | 2008-11-11 | 4 | -6/+17 |
* | Don't modify EmpathyAvatar::format if gdkpixbuf disagrees | Xavier Claessens | 2008-11-11 | 1 | -4/+4 |
* | Use two g_asserts rather than g_assert (foo && bar). | Xavier Claessens | 2008-11-11 | 1 | -2/+4 |
* | can_satisfy_mime_type_requirements: assume out params != NULL | Xavier Claessens | 2008-11-11 | 1 | -10/+2 |
* | Prefer png or jpeg if possible when converting avatars | Xavier Claessens | 2008-11-11 | 1 | -20/+34 |
* | Update avatar chooser's account from its own callback. | Xavier Claessens | 2008-11-11 | 1 | -22/+19 |
* | ContactWidget: set up account widget before avatar widget | Xavier Claessens | 2008-11-11 | 1 | -23/+24 |
* | If setting an avatar from an EmpathyAvatar, just ref it. | Xavier Claessens | 2008-11-11 | 1 | -25/+66 |
* | AvatarChooser: clarify why _scale_down_if_necessary is cheap. | Xavier Claessens | 2008-11-11 | 1 | -2/+7 |
* | Make can_satisfy_mime_type_requirements accept NULL out params. | Xavier Claessens | 2008-11-11 | 1 | -6/+24 |
* | Flip iterating across format_mime_types and accepted_mime_types. | Xavier Claessens | 2008-11-11 | 1 | -2/+2 |
* | Use l and strv for list and strv iterators, not i and j | Xavier Claessens | 2008-11-11 | 1 | -7/+7 |
* | Use foo[1] rather than *(foo + 1) | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Coding style: cuddle a brace | Xavier Claessens | 2008-11-11 | 1 | -2/+1 |
* | AvatarChooser: don't set contact_factory to NULL after unreffing. | Xavier Claessens | 2008-11-11 | 1 | -3/+2 |
* | AvatarChooser: Remove empathy_ prefix from static functions. | Xavier Claessens | 2008-11-11 | 1 | -10/+10 |
* | AvatarChooser needs no ContactFactory property; it's a singleton. | Xavier Claessens | 2008-11-11 | 3 | -32/+6 |
* | Coding style: no blank lines in local variable declarations | Xavier Claessens | 2008-11-11 | 1 | -4/+0 |
* | Coding style: use FIXME rather than TODO. | Xavier Claessens | 2008-11-11 | 1 | -5/+5 |
* | Coding style: only one blank line between functions. | Xavier Claessens | 2008-11-11 | 2 | -7/+0 |
* | Coding style: use braces for one-statement blocks in AvatarChooser | Xavier Claessens | 2008-11-11 | 1 | -9/+19 |
* | Check the contact factory is still ready when avatar picker is OKed. | Xavier Claessens | 2008-11-11 | 1 | -0/+13 |
* | Don't explicitly check for the new avatar being zero bytes | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Don't clear user's avatar if a file can't be read. | Xavier Claessens | 2008-11-11 | 1 | -2/+0 |
* | Implement scaling and converting avatars before sending. | Xavier Claessens | 2008-11-11 | 1 | -65/+265 |
* | Make empathy_pixbuf_scale_down_if_necessary treat 0 as "no limit" | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Track whether avatar is being set locally, or received from elsewhere. | Xavier Claessens | 2008-11-11 | 1 | -12/+17 |
* | Use e_avatar_chooser_clear_image() helper. | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Ref result of empathy_contact_factory_get_tp_factory | Xavier Claessens | 2008-11-11 | 1 | -2/+2 |
* | Make avatar chooser (in)sensitive when the TpContactFactory becomes (not) ready | Xavier Claessens | 2008-11-11 | 1 | -10/+62 |
* | Update AvatarChooser::account when changed in ContactWidget | Xavier Claessens | 2008-11-11 | 1 | -0/+24 |
* | AvatarChooser: Add McAccount and EmpathyContactFactory properties | Xavier Claessens | 2008-11-11 | 3 | -4/+100 |
* | Don't automatically resize and png-ify avatars. | Xavier Claessens | 2008-11-11 | 4 | -44/+62 |
* | Consolidate hardcoding avatars to PNG to one function. | Xavier Claessens | 2008-11-11 | 1 | -1/+7 |
* | Added GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -0/+1 |
* | empathy-contact-menu.c: store the chatroom instead of the channel in contact_... | Xavier Claessens | 2008-10-13 | 1 | -12/+13 |
* | empathy-contact-menu.c: use new empathy_chatroom_manager_new API | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
* | Change menu entry to 'Invite to chatroom' | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
* | Actually invite contact to chatroom. Fixes bug #496100 (Guillaume Desmottes). | Xavier Claessens | 2008-10-13 | 1 | -9/+61 |
* | Display invite menu entry in the contact menu | Xavier Claessens | 2008-10-13 | 2 | -0/+93 |
* | Fix build error, empathy_theme_update_view return void. | Xavier Claessens | 2008-10-06 | 1 | -1/+1 |
* | Fix for GTK+ adjustment policy enforcement: | Vincent Untz | 2008-09-22 | 7 | -8/+8 |
* | Fix condition to set labels selectable. | Xavier Claessens | 2008-09-19 | 1 | -3/+3 |
* | add WM_WINDOW_ROLE property to windows (closes: #551113) | Frederic Peters | 2008-09-07 | 3 | -0/+3 |
* | move *.pc Requires to Requires.private | Xavier Claessens | 2008-09-07 | 1 | -1/+2 |
* | remove libtelepathy from *.pc Requires | Xavier Claessens | 2008-09-07 | 1 | -1/+1 |
* | Add a menu item in chat window to set the room as favorite | Xavier Claessens | 2008-08-30 | 2 | -1/+11 |
* | Reorder files in alphabetical order. | Xavier Claessens | 2008-08-29 | 1 | -42/+42 |
* | Make sure to not unref tooltop_widget more than once | Xavier Claessens | 2008-08-27 | 1 | -2/+2 |
* | Keep a ref to the tooltip_widget so it is not recreated all the time. | Xavier Claessens | 2008-08-27 | 1 | -2/+20 |
* | don't use italic for status text in contact list (closes: #548632) | Frederic Peters | 2008-08-26 | 1 | -12/+6 |
* | Make Chat the default in New Conversation… dialog | Xavier Claessens | 2008-08-25 | 1 | -0/+1 |
* | Give Chat and Call accelerators in New Conversation dialog. | Xavier Claessens | 2008-08-25 | 1 | -2/+2 |
* | EmpathyContactWidget: correct typo, "hbow" -> "hbox" | Xavier Claessens | 2008-08-25 | 1 | -2/+2 |
* | don't list profiles twice. (closes: #548578) | Frederic Peters | 2008-08-21 | 1 | -1/+10 |
* | Use "Yahoo ID" instead of "Login ID" for Yahoo accounts. (closes: #548693) | Frederic Peters | 2008-08-21 | 1 | -1/+1 |
* | don't let label text be selected in contact tooltip (closes: #546568) | Frederic Peters | 2008-08-20 | 3 | -4/+14 |
* | check there is an account before accessing it; prevents a segfault when calling | Frederic Peters | 2008-08-20 | 1 | -1/+3 |
* | Do not display MSN Haze if butterfly is installed | Xavier Claessens | 2008-08-19 | 1 | -2/+14 |
* | Rephrase sentence in edit contact dialog; fixes bug #547326. | Frederic Peters | 2008-08-12 | 1 | -1/+1 |
* | Do not use mission_control_request_channel as we don't use MC's dispatcher an... | Xavier Claessens | 2008-08-07 | 1 | -6/+10 |
* | Use a GtkMessageDialog instead of GtkDialog for remove confirmation diaog of ... | Xavier Claessens | 2008-08-06 | 1 | -21/+12 |
* | Fix translators complains about ambigous strings. Fixes bug #546154. | Xavier Claessens | 2008-08-04 | 3 | -164/+135 |
* | Mark "Add group" translatable. Fixes bug #544964 (Milo Casagrande). | Xavier Claessens | 2008-08-01 | 1 | -1/+1 |
* | rename glade screenname entry widget to match empathy-account-widget.c (Ellio... | Xavier Claessens | 2008-07-30 | 1 | -2/+2 |
* | Add a comment for the usage of row_activated class method and optimise a bit ... | Xavier Claessens | 2008-07-15 | 1 | -8/+9 |
* | Prevent to start a chat when activating a row with an event | Xavier Claessens | 2008-07-15 | 1 | -9/+9 |
* | Remove a FIXME, seems to work perfectly now. | Xavier Claessens | 2008-07-15 | 1 | -4/+0 |
* | Move the event manager to src/ | Xavier Claessens | 2008-07-15 | 5 | -759/+3 |
* | Remove the contact pending event when the contact is not pending anymore. | Xavier Claessens | 2008-07-15 | 1 | -2/+14 |
* | Fix compile error | Xavier Claessens | 2008-07-15 | 1 | -1/+1 |
* | Fix reviewer complains | Xavier Claessens | 2008-07-15 | 1 | -2/+8 |
* | Remove an empty line | Xavier Claessens | 2008-07-15 | 1 | -1/+0 |
* | Activate the event when clicking on the contact list. | Xavier Claessens | 2008-07-15 | 1 | -8/+23 |
* | Blink the status icon when a contact has an event. | Xavier Claessens | 2008-07-15 | 2 | -2/+199 |
* | Add the contact from who the event comes in the EmpathyEvent struct. | Xavier Claessens | 2008-07-15 | 2 | -16/+21 |
* | Add empathy_event_manager_get_events | Xavier Claessens | 2008-07-15 | 2 | -0/+15 |
* | Move event code from EmpathyStatusIcon to EmpathyEventManager | Xavier Claessens | 2008-07-15 | 3 | -2/+507 |
* | Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb) | Jonny Lamb | 2008-07-15 | 4 | -1517/+0 |
* | Fix leaked accounts. mc_accounts_list ref all accounts. | Xavier Claessens | 2008-07-14 | 1 | -4/+7 |
* | Reverse order of buttons on the dialog box to delete a contact (or a group). ... | Xavier Claessens | 2008-07-14 | 1 | -1/+1 |
* | Do not popup the Save As menu if the contact has no avatar. | Xavier Claessens | 2008-07-09 | 1 | -0/+4 |
* | Fix some coding style | Xavier Claessens | 2008-07-09 | 1 | -59/+33 |
* | empathy-contact-widget: remove tabs (Guillaume Desmottes) | Xavier Claessens | 2008-07-09 | 2 | -371/+383 |
* | empathy-contact-widget: use gtk_image_menu_item_new_from_stock (Guillaume Des... | Xavier Claessens | 2008-07-09 | 1 | -4/+2 |
* | switch empathy-contact-widget to Collabora coding style (Guillaume Desmottes) | Xavier Claessens | 2008-07-09 | 2 | -437/+467 |
* | use SAVE_AS stock icon when saving the avatar (Guillaume Desmottes) | Xavier Claessens | 2008-07-09 | 1 | -1/+1 |
* | Add an option to save avatar to disk. Fixes bug #541431 (Guillaume Desmottes) | Xavier Claessens | 2008-07-09 | 1 | -0/+152 |
* | Made the Close button the default widget in the contact edit dialog. (Jonny L... | Jonny Lamb | 2008-07-08 | 2 | -0/+4 |
* | Made account removal confirmation dialog modal. (Jonny Lamb) | Jonny Lamb | 2008-07-08 | 1 | -1/+1 |
* | Added support for the chat window to show the avatar as the icon. Fixes bug #... | Jonny Lamb | 2008-07-08 | 1 | -0/+1 |
* | Fix gtk_check_version usage, it returns NULL when version is OK. | Xavier Claessens | 2008-07-05 | 1 | -1/+1 |
* | Use function to check GTK+ version instead of mangling directly. Fixes bug #5... | Xavier Claessens | 2008-07-05 | 1 | -1/+1 |
* | Prepend "mailto:" to urls containing a "@". | Xavier Claessens | 2008-07-05 | 1 | -5/+9 |
* | Unref profile and improve a bit default account domain code. | Xavier Claessens | 2008-07-04 | 1 | -18/+14 |
* | Automatically add default account domain where appropriate. Fixes bug #534425... | Jonny Lamb | 2008-07-04 | 1 | -2/+24 |
* | Select the bugged account upon a failed connection. Fixes bug #536984 (Jonny ... | Jonny Lamb | 2008-07-04 | 2 | -3/+12 |
* | Set an smiley icon for the "Insert smiley" menu item. | Xavier Claessens | 2008-07-04 | 1 | -1/+4 |
* | Set an icon for the spellcheck menu item | Xavier Claessens | 2008-07-04 | 1 | -1/+5 |
* | Remove useless empty lines in chat_input_populate_popup_cb. | Xavier Claessens | 2008-07-04 | 1 | -28/+16 |
* | Added Send menu item to the chat input menu. Fixes bug #532622 (Jonny Lamb). | Jonny Lamb | 2008-07-04 | 1 | -1/+22 |
* | Add -Wformat and and fix some compile warnings with gcc 4.3. Fixes bug #53712... | Xavier Claessens | 2008-06-08 | 1 | -1/+1 |
* | Only display tooltip on the contact list if running with GTK >= 2.12.10. | Xavier Claessens | 2008-06-03 | 1 | -0/+5 |
* | Do not ref tooltip_widget otherwise it never gets destroyed. | Xavier Claessens | 2008-06-02 | 1 | -24/+6 |
* | gtk_widget_set_has_tooltip can't take a value >1 even if it's still TRUE | Xavier Claessens | 2008-05-30 | 1 | -2/+3 |
* | Set a tooltip on contact list view showing EmpathyContactWidget information | Xavier Claessens | 2008-05-30 | 2 | -11/+80 |
* | Move avatar cache to ~/.cache and don't mix avatar from different contacts, t... | Xavier Claessens | 2008-05-28 | 3 | -3/+2 |
* | Do not add a separator on the contact menu if there is no remove feature. | Xavier Claessens | 2008-05-22 | 1 | -3/+2 |
* | Add help button on accounts dialog. Fixes bug #533732 (Milo Casagrande). | Xavier Claessens | 2008-05-21 | 2 | -8/+32 |
* | Do not use statis pointer for MenuPopupData because it get freed. | Xavier Claessens | 2008-05-19 | 1 | -5/+6 |
* | No need of an idle callback forkey m | Xavier Claessens | 2008-05-19 | 1 | -6/+5 |
* | Little cleanup | Xavier Claessens | 2008-05-19 | 1 | -9/+5 |
* | Popup context menu when menu key is pressed. Fixes bug #531414 (Baptiste Mill... | Xavier Claessens | 2008-05-19 | 1 | -0/+23 |
* | Improve dispatcher. Fixes bug #465928. | Xavier Claessens | 2008-05-18 | 3 | -7/+10 |
* | sync totem-subtitle-encoding.c with totem as the file was properly relicensed... | Xavier Claessens | 2008-05-14 | 1 | -9/+9 |
* | Do not try to remove duplicate backlog from archives and server. Fixes bug #5... | Xavier Claessens | 2008-05-08 | 1 | -34/+3 |
* | Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET... | Xavier Claessens | 2008-05-06 | 32 | -148/+139 |
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 25 | -218/+152 |
* | Hide contact list when text channel is destroyed. | Xavier Claessens | 2008-04-28 | 1 | -18/+21 |
* | Correct string hyphenation. Fix bug #529436 (Baptiste Mille-Mathias). | Baptiste Mille-Mathias | 2008-04-27 | 2 | -3/+3 |
* | Correct capitalisation. Fix bug #529439 (Baptiste Mille-Mathias). | Baptiste Mille-Mathias | 2008-04-27 | 1 | -1/+1 |
* | Do not give a struct as a parameter by value. (Alban Crequy). | Xavier Claessens | 2008-04-25 | 4 | -16/+16 |
* | Create contact menu in empathy-contact-menu.h | Xavier Claessens | 2008-04-25 | 5 | -248/+260 |
* | Setup contact submenu in chat window. | Xavier Claessens | 2008-04-25 | 2 | -0/+49 |
* | Simplify input resize | Xavier Claessens | 2008-04-25 | 1 | -139/+29 |
* | Do not create the contact list if it's not displayed. | Xavier Claessens | 2008-04-25 | 1 | -17/+21 |
* | Reorder functions to not have to declare them on top. | Xavier Claessens | 2008-04-25 | 1 | -668/+564 |
* | Move contact menu code to its own module. | Xavier Claessens | 2008-04-25 | 4 | -285/+401 |
* | Remove conditional build of VOIP. | Xavier Claessens | 2008-04-24 | 3 | -22/+0 |
* | Do not apply different theme to chat and chatrooms | Xavier Claessens | 2008-04-23 | 4 | -63/+2 |
* | Make sure we don't assume Text channel's handle_type is != NONE. | Xavier Claessens | 2008-04-23 | 1 | -14/+32 |
* | Cleanup the spell code. | Xavier Claessens | 2008-04-22 | 2 | -19/+22 |
* | Use enchant instead of aspell. Fixes bug #460624 (Frederic Peters). | Xavier Claessens | 2008-04-22 | 1 | -72/+66 |
* | Remove duplicate define in header. | Xavier Claessens | 2008-04-21 | 1 | -2/+0 |
* | Don't resize the window when a contact list appear if it's already big enough. | Xavier Claessens | 2008-04-21 | 1 | -9/+13 |
* | Rework the way chat window is resized when the contact list appear/disappear.... | Xavier Claessens | 2008-04-21 | 2 | -8/+23 |
* | Make possible to show "ghelp:" URIs and display a dialog in case of error in ... | Xavier Claessens | 2008-04-20 | 1 | -9/+20 |
* | Fix acknoledge of messages | Xavier Claessens | 2008-04-20 | 1 | -7/+5 |
* | Hide password from debug messages. | Xavier Claessens | 2008-04-19 | 1 | -1/+2 |
* | Always set urgency hint on p2p chat windows when receiving a message. | Xavier Claessens | 2008-04-18 | 2 | -0/+15 |
* | Escape text in strings using Pango markup. Fixes bug #528529 (Frederic Peters). | Xavier Claessens | 2008-04-17 | 3 | -3/+4 |
* | glade property for i18n comments in "comments" and not "comment" | Xavier Claessens | 2008-04-17 | 1 | -2/+2 |
* | Add a contact in the roster as soon as it has a name, don't wait for the ID. ... | Xavier Claessens | 2008-04-16 | 1 | -1/+1 |
* | stun-server and stun-port sensibility is the opposit: They are sensitive if d... | Xavier Claessens | 2008-04-16 | 1 | -7/+5 |
* | Remove most SIP settings since they are impossible to understand. | Xavier Claessens | 2008-04-16 | 2 | -321/+58 |
* | Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters). | Xavier Claessens | 2008-04-16 | 7 | -100/+180 |
* | Update copyright year in .h too, it was done in .c only. | Xavier Claessens | 2008-04-15 | 18 | -18/+18 |
* | fix bug #526374. | Xavier Claessens | 2008-04-14 | 1 | -40/+17 |
* | Fix bug #525084. | Xavier Claessens | 2008-04-14 | 1 | -1/+2 |
* | Fix bug #526145. | Xavier Claessens | 2008-04-14 | 1 | -0/+7 |
* | Show/Hide contact list if we have/haven't a remote_contact. | Xavier Claessens | 2008-04-14 | 1 | -0/+27 |
* | Various fixes for chats | Xavier Claessens | 2008-04-14 | 2 | -2/+58 |
* | "registrar" misspelled Fixes bug #527876 (Frederic Peters). | Xavier Claessens | 2008-04-14 | 1 | -1/+1 |
* | Fix disconnection of AccountStatusChanged signal. | Xavier Claessens | 2008-04-13 | 3 | -14/+9 |
* | Fix crash crash when opening a chat with the keyboard Fixes bug #527713 (Fred... | Xavier Claessens | 2008-04-13 | 1 | -1/+1 |
* | Add some comments for translators. Fixes bug #496309 (Andre Klapper). | Xavier Claessens | 2008-04-12 | 11 | -14/+14 |
* | Use audio-input-microphone for the mic image | Xavier Claessens | 2008-04-11 | 2 | -2/+2 |
* | We can't use *_run_* API from dbus signal cb or method implementation. To avo... | Xavier Claessens | 2008-04-11 | 3 | -9/+9 |
* | Remove unused includes | Xavier Claessens | 2008-04-11 | 1 | -1/+0 |
* | Update for new API | Xavier Claessens | 2008-04-11 | 1 | -3/+1 |
* | Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 (Frederi... | Xavier Claessens | 2008-04-09 | 1 | -1/+1 |
* | Remove invisible_char property to let GTK use the default. | Xavier Claessens | 2008-04-05 | 7 | -22/+0 |
* | Add a widget to configure AIM accounts. Fixes bug #513676 (Andreas Henriksson). | Xavier Claessens | 2008-04-02 | 5 | -0/+235 |
* | Fix a warning: don't set the ui sensitive if it's not yet created | Xavier Claessens | 2008-04-02 | 1 | -3/+5 |
* | Add contact list and restructure a bit the code | Xavier Claessens | 2008-04-02 | 1 | -60/+101 |
* | Move create_ui to constructed() | Xavier Claessens | 2008-04-02 | 1 | -37/+45 |
* | Correctly block events | Xavier Claessens | 2008-04-02 | 1 | -17/+17 |
* | Redefine size_request and size_allocation on EmpathyChatClass | Xavier Claessens | 2008-04-02 | 2 | -5/+47 |
* | Fix build errors EmpathyChatWindow, port to new API. | Xavier Claessens | 2008-04-02 | 2 | -133/+19 |
* | Add a tooltip property on EmpathyChat | Xavier Claessens | 2008-04-02 | 2 | -55/+110 |
* | Build UI from glade | Xavier Claessens | 2008-04-02 | 1 | -16/+180 |
* | Rework EmpathyChat's API, it is now a subclass of GtkBin. | Xavier Claessens | 2008-04-02 | 7 | -447/+293 |
* | Move window's glade to empathy-chat-window.glade. Reorder empathy-chat-window.c | Xavier Claessens | 2008-04-02 | 1 | -473/+0 |
* | Fix some coding style and move group chat glade into empathy-chat.glade | Xavier Claessens | 2008-04-02 | 2 | -44/+120 |
* | Remove unimplementer and not used API | Xavier Claessens | 2008-04-02 | 1 | -1/+0 |
* | Add empathy_chat_new and don't use empathy_group/private_* in empathy.c | Xavier Claessens | 2008-04-02 | 2 | -1/+7 |
* | Remove vtable and add info as properties. Reorder empathy-chat.c to not decla... | Xavier Claessens | 2008-04-02 | 2 | -573/+493 |
* | Remove deleted files from Makefile.am | Xavier Claessens | 2008-04-02 | 1 | -5/+0 |
* | Remove group/private chat, will unify in empathy-chat.ch | Xavier Claessens | 2008-04-02 | 5 | -1315/+0 |
* | Add GUI to configure groupwise account. Fixes bug #522862 (Vincent Untz). | Xavier Claessens | 2008-03-27 | 5 | -0/+232 |
* | Better detection of backlog to avoid droping messages | Xavier Claessens | 2008-03-26 | 1 | -28/+42 |
* | Add a widget to configure SIP accounts. Fixes bug #513679 (Baptiste Mille-Mat... | Xavier Claessens | 2008-03-25 | 5 | -0/+561 |
* | Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and... | Xavier Claessens | 2008-03-17 | 13 | -27/+92 |
* | fix indentation | Xavier Claessens | 2008-03-16 | 1 | -2/+1 |
* | Remove empathy_chat_present from header, it's not implemented anymore | Xavier Claessens | 2008-03-16 | 1 | -1/+0 |
* | Cleanup a bit previous commit | Xavier Claessens | 2008-03-14 | 1 | -15/+17 |
* | Confirmation dialog on remove contact/group. Fixes bug #519946 (Bruno Dusausoy). | Xavier Claessens | 2008-03-14 | 1 | -6/+57 |
* | Remove EmpathyChatViewBlock and empaty_chat_view_set_last_contact | Xavier Claessens | 2008-03-14 | 3 | -109/+17 |
* | Move modules that make no sense to be used in other applicaton from libempath... | Xavier Claessens | 2008-03-14 | 36 | -10238/+148 |
* | Remove the select all entry for now | Xavier Claessens | 2008-03-11 | 1 | -14/+0 |
* | Use more stock menu entries and fix a separator | Xavier Claessens | 2008-03-11 | 1 | -12/+3 |
* | Convert another glade file to glade3 | Xavier Claessens | 2008-03-11 | 1 | -524/+313 |
* | Use stock menu entries | Xavier Claessens | 2008-03-11 | 2 | -40/+27 |
* | Convert glade file to glade3 to minimize future delta | Xavier Claessens | 2008-03-11 | 16 | -6509/+4099 |
* | Remove useless libtelepathy headers | Xavier Claessens | 2008-03-11 | 3 | -4/+0 |
* | Fix warnings if finalizing a disconnected EmpathyGroupChat | Xavier Claessens | 2008-03-11 | 1 | -2/+6 |
* | Implement _set_property | Xavier Claessens | 2008-03-11 | 1 | -1/+1 |
* | Fix usage of property iface and make use of it to get chatroom topic. | Xavier Claessens | 2008-03-11 | 1 | -55/+48 |
* | Continue property stuff | Xavier Claessens | 2008-03-11 | 1 | -1/+6 |
* | Remove useless empathy_contact_run_until_ready and use tp_strdiff instead of ... | Xavier Claessens | 2008-03-11 | 1 | -5/+2 |
* | Simplify !(a==b) to a!=b | Xavier Claessens | 2008-03-11 | 1 | -1/+1 |
* | Make sure we don't expect contact id and handle to be directly ready. Add som... | Xavier Claessens | 2008-03-11 | 11 | -36/+39 |
* | Fix droping a contact to the chat window. | Xavier Claessens | 2008-03-11 | 1 | -21/+6 |
* | Fix compilation and usage of GError | Xavier Claessens | 2008-03-11 | 1 | -2/+2 |
* | Fix leaks | Xavier Claessens | 2008-03-11 | 1 | -10/+11 |
* | Avoid dup the url string if not needed. | Xavier Claessens | 2008-03-11 | 1 | -15/+11 |
* | Drop gnome-vfs dependency and use gio instead. Fixes bug #514380 (Cosimo Cecc... | Xavier Claessens | 2008-03-11 | 2 | -25/+41 |
* | Fix a leak and simplify account_chooser_set_account_foreach. | Xavier Claessens | 2008-03-11 | 1 | -4/+7 |
* | By default display all the favorite rooms in the favorite room dialog. Fixes ... | Xavier Claessens | 2008-03-11 | 1 | -1/+1 |
* | Never show avatars in compact mode. Fixes #475789 (Marco Barisione). | Xavier Claessens | 2008-03-11 | 1 | -1/+5 |
* | Fix indentation | Xavier Claessens | 2008-03-11 | 1 | -1/+2 |
* | Merge commit 'bari/disable-avatars-opt-if-compact' | Xavier Claessens | 2008-03-11 | 2 | -14/+40 |
* | Reset block event time to 1sec, messages are not blocked anymore | Xavier Claessens | 2008-03-09 | 1 | -1/+1 |
* | Do not queue messages in EmpathyChat as there are queued in EmpathyTpChat now. | Xavier Claessens | 2008-03-09 | 1 | -23/+0 |
* | Queue received messages until the sender got his alias. | Xavier Claessens | 2008-03-09 | 2 | -21/+5 |
* | Reduce block events time, this is still a ugly hack but better fix is too dan... | Xavier Claessens | 2008-03-08 | 1 | -1/+1 |
* | If the main window already exists show it using empathy_window_present() inst... | Xavier Claessens | 2008-03-08 | 1 | -1/+1 |