aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* empathy_call_window_set_send_video: add a debug msgGuillaume Desmottes2009-11-281-0/+1
* stop sending video when 'camera off' or 'preview' is enabledGuillaume Desmottes2009-11-281-3/+11
* early return if the camera_state is already the one we wantGuillaume Desmottes2009-11-281-0/+9
* disable the others button when 'camera on' is enabledGuillaume Desmottes2009-11-281-11/+31
* rename camera to camera_onGuillaume Desmottes2009-11-282-40/+37
* remove the "Always Show Video Preview" menuitemGuillaume Desmottes2009-11-282-33/+0
* connect the 'camera off' and 'preview' buttonsGuillaume Desmottes2009-11-281-0/+121
* set the icon of the camera_off buttonGuillaume Desmottes2009-11-281-0/+20
* add "camera off" and "preview" buttons to the toolbarGuillaume Desmottes2009-11-281-1/+30
* call-window: check box labels should use sentence capitalizationGuillaume Desmottes2009-11-281-1/+1
* We should display the avatar/preview when call is disconnectedGuillaume Desmottes2009-11-281-0/+3
* call-window: add some debug msgGuillaume Desmottes2009-11-281-0/+3
* disable video preview when we turn off video sendingGuillaume Desmottes2009-11-281-4/+1
* Enable 'send video' buttons and display the preview if call has 'initial vide...Guillaume Desmottes2009-11-281-0/+10
* Don't display the video preview when the sink is addedGuillaume Desmottes2009-11-281-10/+0
* we don't want to hide the self frame anymoreGuillaume Desmottes2009-11-281-3/+0
* remove empathy_call_window_update_self_avatar_visibilityGuillaume Desmottes2009-11-281-24/+0
* call-window: factor out display_video_preview to display/hide the video previewGuillaume Desmottes2009-11-281-14/+37
* add 'voip' debug domainGuillaume Desmottes2009-11-282-0/+2
* call-window: change the semantic of the "Video Preview" menu item (#601288)Guillaume Desmottes2009-11-282-38/+12
* change 'unread from everyone' to 'unread from all'Guillaume Desmottes2009-11-271-2/+2
* fix typo in commentsGuillaume Desmottes2009-11-271-3/+2
* update the window title when a new message is receivedGuillaume Desmottes2009-11-271-0/+3
* display the number of unread message in the window title (#548701)Guillaume Desmottes2009-11-271-5/+62
* call empathy_chat_messages_read when messages have been read in a tabGuillaume Desmottes2009-11-271-0/+6
* empathy-chat: keep count of the number of unread messagesGuillaume Desmottes2009-11-272-0/+26
* display the number of other tabsGuillaume Desmottes2009-11-271-1/+19
* factor out empathy_chat_get_nameGuillaume Desmottes2009-11-271-3/+9
* Update Romanian translationsAdi Roiban2009-11-272-447/+759
* chat-text-view: override GtkTextView copy_clipboardGuillaume Desmottes2009-11-261-0/+11
* Updated Galician TranslationAntón Méixome2009-11-261-514/+745
* Always display the 'Room' column (#586678)Guillaume Desmottes2009-11-261-15/+0
* Remember the geometry of debug windowXavier Claessens2009-11-261-0/+2
* gssize isn't an int on various platformsSjoerd Simons2009-11-261-1/+1
* Merge branch 'adium-events'Xavier Claessens2009-11-261-20/+28
|\
| * Do not escape twice /me messages with adium theme.Xavier Claessens2009-11-251-20/+27
* | Clean how we insert smileys in adium themesXavier Claessens2009-11-261-13/+5
* | Clean how we insert link in adium themesXavier Claessens2009-11-261-8/+6
* | Rework the link regex to have "(user@server.com)" case work.Xavier Claessens2009-11-251-7/+9
* | Add some more tests, and fail only after all have run, it's easier to debugXavier Claessens2009-11-251-8/+18
* | Escape what is put inside <a> tagsGustavo Noronha Silva2009-11-251-1/+8
* | Add test for bug #597049Xavier Claessens2009-11-251-2/+9
* | Add more test cases and fix some found issues in link regex.Xavier Claessens2009-11-252-21/+53
* | Replace GString param with a generic gpointer user_data, and port EmpathyChat...Xavier Claessens2009-11-255-169/+184
* | Also parse smileys in testsXavier Claessens2009-11-251-0/+14
* | Init GTK from test_init()Xavier Claessens2009-11-251-2/+4
* | Add parser testsXavier Claessens2009-11-253-1/+72
* | Call empathy_init() from test_init()Xavier Claessens2009-11-251-1/+3
* | Add Test debug domainXavier Claessens2009-11-252-0/+2
* | Make possible to define different replace function for parsersXavier Claessens2009-11-253-84/+133
* | Accept any foo:// URL SchemesXavier Claessens2009-11-251-4/+4
* | start and end positions in EmpathySmileyHit struct can't be negative. Change ...Xavier Claessens2009-11-253-4/+4
* | Add comments to explain empathy_smiley_manager_parse_len(), it is non-trivial...Xavier Claessens2009-11-252-4/+34
* | Optimisation: Do not fetch use-smiley gconf key for each substring.Xavier Claessens2009-11-251-6/+7
* | Extract empathy_string_parser_link and empathy_string_parser_escape from empa...Xavier Claessens2009-11-253-64/+76
* | Create API for generic string parserXavier Claessens2009-11-253-13/+54
* | Remove dead code from EmpathySmileyManagerXavier Claessens2009-11-252-95/+10
* | Use new smiley parser in EmpathyChatTextView.Xavier Claessens2009-11-252-13/+20
* | exclude " and ' from links.Xavier Claessens2009-11-251-2/+2
* | Rework the way message parsing and escaping is done.Xavier Claessens2009-11-251-90/+126
* | Introduce a new smiley parser that can parse only a part of a string.Xavier Claessens2009-11-252-0/+94
|/
* Updated Spanish translationJorge González2009-11-251-41/+136
* Make sure double quotes are not considered part of URIsGustavo Noronha Silva2009-11-251-2/+2
* add empathy-account-widget-sip.c to POTFILES.inGuillaume Desmottes2009-11-241-0/+1
* Clarify macro namesXavier Claessens2009-11-241-15/+21
* Create EMPATHY_RECT_IS_ON_SCREEN macro instead of duplicating its code.Xavier Claessens2009-11-243-6/+8
* Drop workaround that restore window position when it gets deiconifiedXavier Claessens2009-11-241-16/+0
* Restore position of window if it gets remapped.Xavier Claessens2009-11-241-14/+51
* Make empathy_present_window() also move to current desktop with compiz. Fixes...Xavier Claessens2009-11-241-3/+15
* Make sure to not save offscreen positioning. It happens with compiz.Xavier Claessens2009-11-241-0/+6
* Don't set the accounts dialog transient when running empathy -aGuillaume Desmottes2009-11-231-1/+1
* account-widget-sip: translate all the labels in combo boxGuillaume Desmottes2009-11-231-5/+9
* empathy-account-widget-private: fix coding styleGuillaume Desmottes2009-11-231-3/+3
* rename account_widget_setup_widget empathy_account_widget_setup_widgetGuillaume Desmottes2009-11-233-6/+7
* fix position of the 2 combo boxesGuillaume Desmottes2009-11-231-2/+2
* move port settings to the same line as the hostGuillaume Desmottes2009-11-231-105/+106
* indent the STUN Server/Port label under the checkboxGuillaume Desmottes2009-11-231-2/+2
* rephrase subsection titles and their labelsGuillaume Desmottes2009-11-231-8/+8
* add indentation so subsections are clearerGuillaume Desmottes2009-11-231-130/+194
* rephrase the discover-stun checkbox labelGuillaume Desmottes2009-11-231-1/+1
* rename Misc section to MiscellaneousGuillaume Desmottes2009-11-231-1/+1
* account-widget-sip: add subsections in the advanced sectionGuillaume Desmottes2009-11-232-37/+90
* account-widget-sip: fix typo in variable nameGuillaume Desmottes2009-11-231-3/+3
* account-widget-sip: unsensitive the STUN labels as well when STUN is disabledGuillaume Desmottes2009-11-231-0/+6
* account_widget_combobox_changed_cb: check that param has a defaultGuillaume Desmottes2009-11-231-2/+3
* Set explicitely the model of combo boxGuillaume Desmottes2009-11-232-25/+69
* unsensitive the keep-alive spin button if keep-alive is disabledGuillaume Desmottes2009-11-231-0/+22
* account-widget-sip: add UI to configure the keepalive-mechanism and keepalive...Guillaume Desmottes2009-11-232-1/+67
* account-widget-sip: add UI to configure the discover-binding paramGuillaume Desmottes2009-11-232-1/+17
* account-widget-sip: add UI to configure the loose-routine paramGuillaume Desmottes2009-11-232-1/+17
* account-widget-sip: add UI to configure the transport paramGuillaume Desmottes2009-11-232-1/+39
* account_widget_setup_widget: add support for GtkComboBoxGuillaume Desmottes2009-11-231-0/+64
* empathy-account-widget: export account_widget_setup_widgetGuillaume Desmottes2009-11-232-1/+5
* account-widget-sip: Add UI to configure auth-user, proxy-host and port params...Guillaume Desmottes2009-11-232-1/+87
* empathy_tp_contact_factory_get_from_{id,handle} shouldn't pass the ref of the...Guillaume Desmottes2009-11-231-0/+7
* event-manager: event_manager_ft_got_contact_cb: ref the contactGuillaume Desmottes2009-11-231-1/+1
* ft-handler: contact_factory_contact_cb: ref the contactGuillaume Desmottes2009-11-231-1/+1
* tp-contact-factory: document that empathy_tp_contact_factory_get_from_{ids,ha...Guillaume Desmottes2009-11-231-0/+2
* Updated Slovenian translationMatej Urbančič2009-11-201-52/+48
* Updated Spanish translationJorge González2009-11-201-62/+68
* notify-manager: unref the account mgr when disposingGuillaume Desmottes2009-11-191-0/+15
* account-widget: use the account-manaer instead of idleGuillaume Desmottes2009-11-191-32/+56
* idle: make empathy_idle_get_status staticGuillaume Desmottes2009-11-192-19/+18
* empathy.c: use tp_account_manager_get_most_available_presence instead of empa...Guillaume Desmottes2009-11-191-1/+5
* notify-manager: use the account mgr directly instead of empathy_check_availab...Guillaume Desmottes2009-11-191-1/+39
* status-icon: use the account-manager directly to get our state and statusGuillaume Desmottes2009-11-191-10/+10
* presence-chooser: use the account-manager directly to get our state and statusGuillaume Desmottes2009-11-191-17/+48
* tp-chat: copy the rename messageGuillaume Desmottes2009-11-191-3/+4
* coding style fixesGuillaume Desmottes2009-11-191-4/+4
* don't mix code and variable declarationsGuillaume Desmottes2009-11-192-7/+7
* Fixed some of Gillaume's review comments from Bug #571642Jonathon Jongsma2009-11-191-44/+38
* Handle the case where a user's id changes in a chatroomJonathon Jongsma2009-11-194-0/+189
* tp-chat: no need to connect twice on the ChatStateChanged signalGuillaume Desmottes2009-11-191-4/+0
* Fix nautilus-sendto plugin's linkingBastien Nocera2009-11-191-1/+0
* Move empathy-log to tests/interactive and don't install it anymoreLaurent Bigonville2009-11-195-5/+4
* Updated Slovenian translationMatej Urbančič2009-11-181-116/+141
* remove empathy_idle_{get,set}_flash_stateGuillaume Desmottes2009-11-182-49/+0
* presence-chooser: remove icon blinking supportGuillaume Desmottes2009-11-181-88/+4
* account-widget-jabber: increase spacing in the 'Override Server Settings' sec...Guillaume Desmottes2009-11-171-0/+2
* We should ensure, not create muc channelsSjoerd Simons2009-11-171-0/+1
* Disable single includeXavier Claessens2009-11-171-4/+4
* Use accessor functions instead direct access.Javier Jardón2009-11-1715-44/+68
* Updated Spanish translationJorge González2009-11-171-52/+89
* log_store_empathy_search_hit_new: don't unref accountsGuillaume Desmottes2009-11-171-1/+0
* start dev of 2.29.3Guillaume Desmottes2009-11-171-2/+2
* prepare 2.29.2 releaseEMPATHY_2_29_2Guillaume Desmottes2009-11-172-1/+84
* geometry: port to TP coding styleGuillaume Desmottes2009-11-162-152/+156
* Reload the main window geometry when deiconify to workaround WM bugs.Xavier Claessens2009-11-161-0/+16
* Correctly store/restore maximized state of windows.Xavier Claessens2009-11-165-307/+184
* media_stream_error_to_txt: display a link to the fdo bugzillaGuillaume Desmottes2009-11-161-4/+13
* rephrase the TP_MEDIA_STREAM_ERROR_NO_CODECS errorGuillaume Desmottes2009-11-161-2/+4
* Display the name of the CM in the TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR msgGuillaume Desmottes2009-11-161-7/+13
* add empathy_tp_call_get_connection_managerGuillaume Desmottes2009-11-162-0/+23
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NETWORK_ERRORGuillaume Desmottes2009-11-161-1/+3
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERRORGuillaume Desmottes2009-11-161-0/+3
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_INVALID_CM_BEH...Guillaume Desmottes2009-11-161-0/+5
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NO_CODECSGuillaume Desmottes2009-11-161-0/+6
* Updated Simplified Chinese translation.Aron Xu2009-11-161-40/+33
* Updated Simplified Chinese translation.Aron Xu2009-11-161-468/+719
* log-window: check if the account chooser isn't already readyGuillaume Desmottes2009-11-161-3/+7
* add empathy_account_chooser_is_readyGuillaume Desmottes2009-11-162-0/+11
* log-window: wait that the accounts chooser is ready before selecting the chatGuillaume Desmottes2009-11-161-4/+21
* account-chooser.c: add a 'ready' signalGuillaume Desmottes2009-11-161-0/+19
* Merge branch 'nick'Xavier Claessens2009-11-161-0/+23
|\
| * Implement /nick commandXavier Claessens2009-11-141-0/+23
* | updated Tamil translationvasudeven2009-11-151-101/+118
* | Updated Slovenian translationMatej Urbančič2009-11-141-100/+114
|/
* Updated Spanish translationJorge González2009-11-141-110/+118
* contact.h: remove empathy_contact_hash as it's not defined (#580254)Guillaume Desmottes2009-11-141-1/+0
* account_widget_build_salut: focus the first name entry by defaultGuillaume Desmottes2009-11-141-1/+1
* Respect indentation style.Cosimo Cecchi2009-11-133-37/+39
* empathy-chat: watch for password-needed property changesGuillaume Desmottes2009-11-131-4/+16
* tp-chat: update the 'password-needed' property when password flags changesGuillaume Desmottes2009-11-131-0/+27
* empathy-tp-chat: add 'password-needed' propertyGuillaume Desmottes2009-11-131-0/+13
* ask for password when joining a protected room (#579341)Guillaume Desmottes2009-11-131-0/+152
* add empathy_tp_chat_provide_password_{async,finish}Guillaume Desmottes2009-11-132-0/+63
* tp_chat_check_if_ready: deal with password protected roomGuillaume Desmottes2009-11-131-2/+10
* tp-chat: add API to check if a password is requiredGuillaume Desmottes2009-11-132-0/+38
* tp_chat_check_if_ready: split the test checking if the TpChat is readyGuillaume Desmottes2009-11-131-3/+8
* empathy-chat: don't grab focus on the input entry is it's insensitiveGuillaume Desmottes2009-11-131-1/+3
* chat-ui: add info_bar_vbox on the top of the widgetGuillaume Desmottes2009-11-131-2/+11
* accounts-dialog: wait that account is prepared before calling accounts_dialog...Guillaume Desmottes2009-11-131-1/+20
* change 'capa' to 'cap'Guillaume Desmottes2009-11-133-24/+24
* remove old commentGuillaume Desmottes2009-11-131-1/+0
* empathy_notify_manager_init: no need to cast the return value of g_object_newGuillaume Desmottes2009-11-131-2/+1
* remove notify_manager_dispose as it doesn't do anythingGuillaume Desmottes2009-11-131-16/+0
* notify-manager: fetch capabilities in _init instead of _constructorGuillaume Desmottes2009-11-131-16/+13
* change empathy_notification_is_enabled to empathy_notify_manager_notification...Guillaume Desmottes2009-11-134-6/+7
* change empathy_misc_get_pixbuf_for_notification to empathy_notify_manager_get...Guillaume Desmottes2009-11-134-5/+14
* move empathy-misc to empathy-notify-managerGuillaume Desmottes2009-11-137-129/+59
* define constants for notify capabilitiesGuillaume Desmottes2009-11-132-1/+21
* status-icon: use EmpathyNotifyManager to check if the server supports the 'ac...Guillaume Desmottes2009-11-131-12/+5
* add empathy_notify_manager_has_capabilityGuillaume Desmottes2009-11-132-0/+12
* notify-manager: fetch capabilities of the notification serverGuillaume Desmottes2009-11-131-1/+23
* add stub EmpathyNotifyManager (#601691)Guillaume Desmottes2009-11-133-0/+170
* src/Makefile.am: sort filesGuillaume Desmottes2009-11-131-9/+9
* libempathy-gtk/Makefile.am: sort filesGuillaume Desmottes2009-11-131-19/+19
* libempathy/Makefile.am: sort filesGuillaume Desmottes2009-11-131-14/+14
* remove --enable-gtk-doc from DISTCHECK_CONFIGURE_FLAGS as we drop gtk-docGuillaume Desmottes2009-11-131-2/+1
* account-assistant: set default display name to newly created accounts (#600705)Guillaume Desmottes2009-11-131-0/+10
* empathy_account_widget_get_default_display_name: special case should be done ...Guillaume Desmottes2009-11-131-0/+1
* move code generating the default display name of new account to account-widgetGuillaume Desmottes2009-11-133-51/+57
* Updated Slovenian translationMatej Urbančič2009-11-131-118/+137
* Call g_object_unref instead of gtk_rc_style_unrefGustavo Noronha Silva2009-11-131-1/+1
* Added Tamil translationvasudeven2009-11-121-254/+390
* empathy-call-window: display_error: simplify showing of the widgetsGuillaume Desmottes2009-11-121-4/+1
* empathy-call-window: display_error: align the main message on the rightGuillaume Desmottes2009-11-121-0/+1
* empathy-call-window: display_error: put the image and vbox in a hboxGuillaume Desmottes2009-11-121-5/+11
* empathy-call-window: display_error: wrap the translated error msg as wellGuillaume Desmottes2009-11-121-0/+1
* Make location labels selectablePierre-Luc Beaudoin2009-11-121-0/+3
* Add missing location field in orderingPierre-Luc Beaudoin2009-11-121-0/+6
* Order location fieldsFrederic Peters2009-11-121-7/+21
* Force an unset presence type to appear as offline in the presence chooser and...Jonny Lamb2009-11-122-0/+13
* empathy-tp-contact-factory: ensure that empathy_tp_contact_factory_get_from_h...Guillaume Desmottes2009-11-121-1/+18
* empathy_dispatch_operation_dispose: fix crash when disconnecting the ready si...Guillaume Desmottes2009-11-121-5/+3
* Updated Spanish translationJorge González2009-11-111-58/+71
* use new tpAccount apiFelix Kaser2009-11-101-5/+5
* added tooltips to buttonsFelix Kaser2009-11-101-0/+3
* ui change: added 3 buttons to infobarFelix Kaser2009-11-101-13/+97
* two line messageFelix Kaser2009-11-101-1/+1
* removed double codeFelix Kaser2009-11-101-6/+4
* make the infobar smallerFelix Kaser2009-11-101-1/+0
* use only one button in error-infobarFelix Kaser2009-11-101-20/+2
* use smaller account icons for error messageFelix Kaser2009-11-101-1/+1
* use one lined error notificationsFelix Kaser2009-11-101-2/+2
* use gtk_box_pack_startFelix Kaser2009-11-101-2/+2
* use account icon instead of warning signFelix Kaser2009-11-101-4/+5
* added set message type to infobarFelix Kaser2009-11-101-1/+1
* refactoringFelix Kaser2009-11-101-25/+21
* bumped gtk-dep version to 2.18.0Felix Kaser2009-11-101-1/+1
* changed variable nameFelix Kaser2009-11-101-17/+17
* removed trailing whitespacesFelix Kaser2009-11-101-1/+1
* Added GtkInfobar and Retry buttonFelix Kaser2009-11-101-101/+48
* empathy_accounts_dialog_show: check if priv->cms is not NULL before using itGuillaume Desmottes2009-11-101-1/+1
* set 'R' as accelerator for the preferences dialogGuillaume Desmottes2009-11-101-1/+1
* set 'C' as accelerator for the Contact menu as 'C' is already used by Convers...Guillaume Desmottes2009-11-101-1/+1
* accounts-dialog: set the ypad on the "Name" cellGuillaume Desmottes2009-11-101-1/+1
* Fix race where UI sensitivity was being set before the AM was readyDanielle Madeley2009-11-101-2/+2
* Warn if accessing connection status before AM is readyDanielle Madeley2009-11-101-0/+5
* Updated Latvian translation.Rudolfs Mazurs2009-11-101-1040/+1997
* empathy-tp-call: we are not sending or receiving video if the video stream do...Guillaume Desmottes2009-11-101-0/+6
* main-window: save the size of the window when destroyedGuillaume Desmottes2009-11-091-0/+4
* empathy-ft-manager: save the size of the window when disposingGuillaume Desmottes2009-11-091-1/+5
* chat-window: save the size of the window when disposingGuillaume Desmottes2009-11-091-0/+1
* TpContactFactory: wait that the connection is ready before using itGuillaume Desmottes2009-11-091-13/+35
* dispatcher_init_connection_if_needed: wait that the connection is ready befor...Guillaume Desmottes2009-11-091-11/+32
* Don't leak references to dup'ed objectsDanielle Madeley2009-11-091-0/+3
* Move the call to empathy_idle_get_state() to once the AM is readyDanielle Madeley2009-11-091-11/+17
* [EmpathyIdle] track whether the AccountManager is ready, warn if it is notDanielle Madeley2009-11-091-0/+16
* Shavian translationThomas Thurman2009-11-081-2/+2
* Shavian translationThomas Thurman2009-11-082-0/+2632
* Added Norwegian bokmål translation.Kjartan Maraas2009-11-071-326/+403
* Updated Spanish translationJorge González2009-11-071-7/+18
* Updated Italian translationMilo Casagrande2009-11-071-10/+0
* Updated Italian translationMilo Casagrande2009-11-071-4/+16
* Disable codecs not meant for general purpose conferencingSjoerd Simons2009-11-071-0/+10
* Updated Spanish translationJorge González2009-11-061-106/+123
* media_stream_error_to_txt: correct the error message if the error was an audi...Guillaume Desmottes2009-11-061-7/+15
* accounts-dialog: display the 'remove' icon only on the selected rowGuillaume Desmottes2009-11-061-2/+0
* accounts-dialog: set the 'ypad' of cells in the account treeview to 4Guillaume Desmottes2009-11-061-2/+0
* accounts-dialog: simplify the remove acount confirmation dialogGuillaume Desmottes2009-11-061-15/+0
* account-widget: Change the label of the Connect button to 'Login'.Guillaume Desmottes2009-11-061-14/+9
* rephrase the TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED messageGuillaume Desmottes2009-11-061-1/+2
* Updated Slovenian translationMatej Urbančič2009-11-061-186/+260
* nautilus-sendto: don't dup the account manager; it's not needed (closes bug #...Jonny Lamb2009-11-061-36/+0
* Fix --enable-nautilus-sendtoPascal Terjan2009-11-061-3/+3
* debug-window: format timestamp in a readable wayPascal Terjan2009-11-061-8/+59
* Better reorganization of chat_window_update (#600732)Ryan LaBelle2009-11-061-24/+76
* empathy-call-window: add a friendly message for TP_MEDIA_STREAM_ERROR_CONNECT...Guillaume Desmottes2009-11-061-0/+7
* Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2009-11-061-14/+75