| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move the "Close" button after the other ones in the favourite rooms dialog. F... | Xavier Claessens | 2008-03-08 | 1 | -7/+7 |
* | Add an advanced expander in the generic setting widget. Fixes bug #466521 (Ma... | Xavier Claessens | 2008-03-08 | 3 | -17/+117 |
* | Remember correctly the window position and size when using tabs in the chat w... | Xavier Claessens | 2008-03-08 | 2 | -25/+33 |
* | Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead. | Xavier Claessens | 2008-03-04 | 2 | -3/+4 |
* | Install missing glade files and add them in POTFILES | Xavier Claessens | 2008-03-03 | 1 | -0/+2 |
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 25 | -25/+25 |
* | Add filter for incoming calls so the status icon blink instead of popup direc... | Xavier Claessens | 2008-02-27 | 1 | -6/+119 |
* | libempathy-gtk/libempathy-gtk.pc.in: fix name of the library | Xavier Claessens | 2008-02-26 | 1 | -1/+1 |
* | Make use of generated code for using stream engine. | Xavier Claessens | 2008-02-26 | 1 | -6/+6 |
* | Fix typo in API | Xavier Claessens | 2008-02-21 | 2 | -6/+6 |
* | Add a GUI to configure yahoo accounts. Fixes bug #513674 (Susana). | Xavier Claessens | 2008-02-20 | 4 | -0/+566 |
* | Remove "override server settings" frame in ICQ widget. | Xavier Claessens | 2008-02-20 | 1 | -256/+373 |
* | Add GUI to configure ICQ accounts. Fixes bug #513673 (Andreas Henriksson). | Xavier Claessens | 2008-02-20 | 4 | -0/+296 |
* | Merge commit 'bari/marshalList' | Xavier Claessens | 2008-02-18 | 1 | -1/+1 |
* | Merge commit 'cassidy/irc' | Xavier Claessens | 2008-02-18 | 9 | -2/+2219 |
* | Merge commit 'cassidy/accounts-create-order' | Xavier Claessens | 2008-02-18 | 1 | -15/+15 |
* | Wait a bit before displaying pending messages of a chat to have a chance to g... | Xavier Claessens | 2008-02-16 | 1 | -7/+31 |
* | Block events messages when the chat is connecting to a new Text channel. Fixe... | Xavier Claessens | 2008-02-16 | 4 | -21/+48 |
* | Create avatar pixbuf only if the theme shows avatars | Xavier Claessens | 2008-02-16 | 1 | -7/+8 |
* | Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens. | Xavier Claessens | 2008-02-15 | 3 | -511/+792 |
* | Call gtk_window_deiconify() when presenting a window because in some cases th... | Xavier Claessens | 2008-02-15 | 1 | -0/+3 |
* | Fix a bug when unset port | Xavier Claessens | 2008-02-11 | 1 | -6/+4 |
* | Change a bit the generic account setting API. | Xavier Claessens | 2008-02-11 | 4 | -88/+44 |
* | Add a generic UI to make easy building UI for protocol specific settings. Por... | Xavier Claessens | 2008-02-11 | 13 | -1172/+633 |
* | Force a larger account treeview.EMPATHY_0_21_90 | Xavier Claessens | 2008-02-10 | 1 | -577/+346 |
* | Generate marshal.list thanks to gabble black magic. | Xavier Claessens | 2008-02-10 | 4 | -4/+26 |
* | Do not export symbols outside the empathy_ namespace. | Xavier Claessens | 2008-02-10 | 5 | -5/+4 |
* | Mark some private symbols as static | Xavier Claessens | 2008-02-10 | 1 | -6/+6 |
* | Set a title to the enable column in account dialog | Xavier Claessens | 2008-02-10 | 1 | -7/+8 |
* | Put the toggle cell to enable/disable account in a separate column. Fixes bug... | Xavier Claessens | 2008-02-10 | 1 | -5/+7 |
* | Change new message dialog to new conversation and make possible to do voip call. | Xavier Claessens | 2008-02-09 | 6 | -562/+485 |
* | Move nickname to the main section of account setting UI and do not set automa... | Xavier Claessens | 2008-02-08 | 1 | -63/+64 |
* | Remove EmpathyPresence object and have "presence" and "presence-message" prop... | Xavier Claessens | 2008-01-25 | 8 | -65/+35 |
* | Add a public method to change the contact showed. | Xavier Claessens | 2008-01-24 | 2 | -0/+25 |
* | Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco... | Xavier Claessens | 2008-01-23 | 14 | -12/+474 |
* | Try to load dtd and glade files from the srcdir first to aboid having to inst... | Xavier Claessens | 2008-01-23 | 1 | -1/+9 |
* | Change "Edit account details" to "Edit account" because it gets too long in l... | Xavier Claessens | 2008-01-23 | 1 | -1/+1 |
* | Move empathy-contact-groups to libempathy, it has nothing to do in -gtk | Xavier Claessens | 2008-01-21 | 5 | -350/+2 |
* | Move empathy-status-presets to libempathy, nothing to do with GTK | Xavier Claessens | 2008-01-21 | 6 | -473/+2 |
* | Replace Enable/Disable button by a toggle cell in the account treeview. Fixes... | Xavier Claessens | 2008-01-21 | 2 | -267/+156 |
* | Respect CALL feature when clicking on the contact list's microphone icon | Xavier Claessens | 2008-01-21 | 1 | -0/+4 |
* | Do not take show_groups in empathy_contact_list_store_new | Xavier Claessens | 2008-01-21 | 4 | -7/+4 |
* | Add a property to have or not groups on EmpathyContactListStore | Xavier Claessens | 2008-01-21 | 4 | -39/+153 |
* | Add a features property on EmpathyContactListView to enable/disable each action. | Xavier Claessens | 2008-01-21 | 5 | -124/+196 |
* | Add a program to show chat logs | Xavier Claessens | 2008-01-20 | 2 | -6/+8 |
* | Add a cancel button on the custom message diaog | Xavier Claessens | 2008-01-20 | 2 | -12/+36 |
* | Fix a leak: unref the GtkListStore for presets messages | Xavier Claessens | 2008-01-20 | 1 | -0/+2 |
* | Fix alignment of entry boxes in jabber account widget | Xavier Claessens | 2008-01-20 | 2 | -218/+216 |
* | Unset account parameter if user gives an empthy value. | Xavier Claessens | 2008-01-19 | 2 | -8/+36 |
* | Remove useless function declarations | Xavier Claessens | 2008-01-19 | 4 | -50/+0 |
* | Add shortcuts to jabber settings | Xavier Claessens | 2008-01-19 | 1 | -5/+6 |
* | New UI for Jabber accounts, gabble >= 0.7.2 is required. Fixes bug #507840. | Xavier Claessens | 2008-01-19 | 2 | -117/+283 |
* | Fix state order to have offline contacts last. Fixes bug #509906. | Xavier Claessens | 2008-01-18 | 1 | -1/+27 |
* | Show/Hide main window when chaning corresponding gcong key. | Xavier Claessens | 2008-01-17 | 1 | -0/+18 |
* | Do not set MAIN_WINDOW_HIDDEN gconf key if not needed | Xavier Claessens | 2008-01-17 | 1 | -8/+12 |
* | Rename BlockType to EMPATHY_CHAT_VIEW_BLOCK to respect namespace | Xavier Claessens | 2008-01-16 | 3 | -26/+26 |
* | Change EMPATHY_AVATAR_CHOOSER_TYPE to EMPATHY_TYPE_AVATAR_CHOOSER | Xavier Claessens | 2008-01-16 | 2 | -7/+7 |
* | Use O instead of 0 for smileys face-angel and face-surprise. Fixes bug #508520. | Xavier Claessens | 2008-01-14 | 1 | -2/+2 |
* | Change "Autoconnect on startup" to "Automatically connect on startup". | Xavier Claessens | 2008-01-13 | 1 | -643/+1061 |
* | Add option in preference to automatically connect at startup. Fixes bug #4998... | Xavier Claessens | 2008-01-12 | 3 | -1043/+650 |
* | Fix setting avatar. (Sjoerd Simons) | Xavier Claessens | 2008-01-05 | 1 | -1/+1 |
* | Add a remove option to delete a contact group. Fixes bug #459520 (David Turner). | Xavier Claessens | 2008-01-02 | 1 | -0/+7 |
* | Add convinience functions empathy_chat_with_contact() and empathy_chat_with_c... | Xavier Claessens | 2008-01-02 | 4 | -52/+7 |
* | Removed translatable property on stock labels. | Claude Paroz | 2007-12-31 | 1 | -2/+2 |
* | Revert "merge git work" | Xavier Claessens | 2007-12-29 | 16 | -1006/+564 |
* | merge git work | Xavier Claessens | 2007-12-29 | 16 | -564/+1006 |
* | Chandlers leaves when there is no more channels to handle. Translate call win... | Xavier Claessens | 2007-12-29 | 1 | -0/+1 |
* | Set call window title to contact name | Xavier Claessens | 2007-12-29 | 1 | -0/+18 |
* | Make empathy_call_window_show return the widget | Xavier Claessens | 2007-12-29 | 2 | -2/+4 |
* | Wider list of participants in group chat/IRC channel. Fixes bug #447851 (Rohi... | Xavier Claessens | 2007-12-29 | 1 | -181/+121 |
* | Simplify chat theme system | Xavier Claessens | 2007-12-29 | 12 | -802/+405 |
* | Simplify contact_list_view_cell_set_background() | Xavier Claessens | 2007-12-29 | 1 | -21/+15 |
* | Merge branch 'ignore' | Xavier Claessens | 2007-12-23 | 1 | -0/+1 |
* | Check if append_event is implemented by the theme before calling it | Xavier Claessens | 2007-12-21 | 1 | -0/+4 |
* | New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier Claesse... | Xavier Claessens | 2007-12-21 | 13 | -1493/+2646 |
* | Do not use gtk-new icon for new chatroom. Fixes bug #490153 (Michael Monreal). | Xavier Claessens | 2007-12-20 | 3 | -27/+2 |
* | Fix focus and text selection in accounts dialog. Fixes bug #502932. | Xavier Claessens | 2007-12-20 | 2 | -5/+0 |
* | Simplify empaty_window_present, empathy_window_iconify and empathy_window_is_... | Xavier Claessens | 2007-12-20 | 4 | -54/+80 |
* | Do not set main window as parent of new conversation window. | Xavier Claessens | 2007-12-20 | 1 | -1/+1 |
* | Fix build if assertions are disabled. Fixes bug #503609 | Xavier Claessens | 2007-12-15 | 1 | -5/+6 |
* | Cache avatar pixbuf in EmpathyChatView to avoid having a new pixbuf in memory... | Xavier Claessens | 2007-12-13 | 1 | -11/+69 |
* | Add help menu in chat window | Xavier Claessens | 2007-12-11 | 2 | -0/+68 |
* | When NM is in sleeping (=disabled) state, do just like if it was | Xavier Claessens | 2007-12-06 | 2 | -25/+0 |
* | Add a preference option to disable/enable NM support. | Xavier Claessens | 2007-12-06 | 4 | -12/+75 |
* | Cleanup chat objects API and request a new Text channel if account gets | Xavier Claessens | 2007-12-03 | 7 | -178/+265 |
* | Conflicts: | Xavier Claessens | 2007-12-03 | 8 | -295/+301 |
* | Squashed commit of the following: | Xavier Claessens | 2007-12-02 | 6 | -5/+289 |
* | Add a gconf key to define the char to be added for tab completion. Fixes | Xavier Claessens | 2007-11-30 | 2 | -19/+23 |
* | Request new Text Channel if the contact is online again and CM don't | Xavier Claessens | 2007-11-28 | 1 | -1/+19 |
* | use ":" instead of "," for nick completion. | Xavier Claessens | 2007-11-22 | 1 | -1/+1 |
* | Add nick completion for MUCs. Fixes bug #453418. | Xavier Claessens | 2007-11-22 | 3 | -45/+38 |
* | Don't use the same bus name for filter and chandler programs. | Xavier Claessens | 2007-11-12 | 1 | -2/+2 |
* | Jabber priority is in the range -128 127 (Laurent Bigonville). | Xavier Claessens | 2007-11-12 | 1 | -1/+1 |
* | Move chats to its own process. | Xavier Claessens | 2007-11-11 | 1 | -3/+0 |
* | Allow to change jabber priority. Fixes bug #493992 (Laurent Bigonville). | Xavier Claessens | 2007-11-06 | 2 | -39/+101 |
* | Display error message when an account failed to connect. Based on Gossip's | Xavier Claessens | 2007-11-04 | 1 | -20/+245 |
* | Rename empathy_contact_factory_set_name() to _set_alias(). Implements | Xavier Claessens | 2007-11-04 | 3 | -15/+26 |
* | Unref contact returned by empathy_contact_factory_get_user(). | Xavier Claessens | 2007-11-04 | 1 | -0/+1 |