aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | Also ensure that the 'apply' button is correctly updated when the status is changed.
* idle: make empathy_idle_get_status staticGuillaume Desmottes2009-11-192-19/+18
| | | | | It's not used anymore and other components should use the account manager directly.
* empathy.c: use tp_account_manager_get_most_available_presence instead of ↵Guillaume Desmottes2009-11-191-1/+5
| | | | empathy_idle_get_state
* notify-manager: use the account mgr directly instead of ↵Guillaume Desmottes2009-11-191-1/+39
| | | | empathy_check_available_state
* status-icon: use the account-manager directly to get our state and statusGuillaume Desmottes2009-11-191-10/+10
| | | | | Also wait that he AM is ready before trying to get the status. Partially fix bug #601235.
* presence-chooser: use the account-manager directly to get our state and statusGuillaume Desmottes2009-11-191-17/+48
| | | | | Also wait that the AM is ready before trying to get the status. Partially fix bug #601235.
* 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
| | | | | | | | | | | | | | | | | The following comments should be fixed in this commit: - tp_group_update_members: add "old" and "new" in comments so we known which contact we are talking about. - Always use TpHandle instead of guint when storing handles in variables. - contact_list_store_member_renamed_cb: would be good to share the common code with contact_list_store_members_changed_cb in a common function One comment about the last one: I split out common code into two new functions: contact_list_store_add_contact_and_connect(), and the matching contact_list_store_remove_contact_and_disconnect(). I wondered whether the signal connection/disconnection should just be added to the _add_contact() and _remove_contact() functions directly, but they do seem to be used in other places without connecting to signals, so i thought it would be safer to simply add some wrapper functions.
* Handle the case where a user's id changes in a chatroomJonathon Jongsma2009-11-194-0/+189
| | | | | | | | | | | | | | | | | Telepathy-glib has a enum value for the MembersChanged signal to signify that a user's ID has changed. Previously, empathy was simply interpreting this as if a user with the old name had left the chat and a different user with the new name had entered the chat. This change handles this case more gracefully by updating the contact's id (and name) when this change reason is present One thing that does not yet work with this patch is if you are engaged in a private chat with a person and they change their nick in the middle of the chat. Then the EmpathyContact* that you are chatting with is no longer the EmpathyContact* representing the remote user, so messages won't be delivered properly. When we detect that a user has been 'renamed', we probably need to somehow go through all of the private chats with that person and swap out the old (invalid) EmpathyContact* and replace it with the new one so that the chat can continue without interruption.
* 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
| | | | | | | No need to link to both libempathy-gtk and libempathy, the former already links to the latter. https://bugzilla.gnome.org/show_bug.cgi?id=602324
* 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
| | | | This code is broken and unused since a while.
* account-widget-jabber: increase spacing in the 'Override Server Settings' ↵Guillaume Desmottes2009-11-171-0/+2
| | | | | | section The frame was too close from the other widgets.
* 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
| | | | | | | | | Some functions still remaining because there is not API in GTK+ 2.19.0 yet. http://bugzilla.gnome.org/show_bug.cgi?id=586476 Reviewed-By: Danielle Madeley <danielle.madeley@collabora.co.uk>
* Updated Spanish translationJorge González2009-11-171-52/+89
|
* log_store_empathy_search_hit_new: don't unref accountsGuillaume Desmottes2009-11-171-1/+0
| | | | tp_account_manager_get_valid_accounts does *not* ref the accounts (#600800).
* 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
| | | | Most of the file has been rewrite anyway.
* 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 ↵Guillaume Desmottes2009-11-161-0/+5
| | | | TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR
* 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
| | | | If not we could wait forever if the chooser became ready right away.
* 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
| | | | | If we don't wait, the combobox is empty and so log_window_chats_set_selected can't find the chat (#601807).
* account-chooser.c: add a 'ready' signalGuillaume Desmottes2009-11-161-0/+19
| | | | | This can be useful to know when the combobox has been populated by the accounts.
* 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
| | | | All the fields are mandatory so we should focus the first one.
* Respect indentation style.Cosimo Cecchi2009-11-133-37/+39
|
* empathy-chat: watch for password-needed property changesGuillaume Desmottes2009-11-131-4/+16
| | | | | | This is needed when we are invited to a protected room. The channel is created without the password requiered flag and then is updated once we accept the invitation.
* 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
| | | | | | The TpChat is not ready if we are fetching the password flags. But once it's fetched, the chat is ready if it's protected as we won't be able to get the members of the room.
* 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
| | | | This VBox will be used to display info bars.
* accounts-dialog: wait that account is prepared before calling ↵Guillaume Desmottes2009-11-131-1/+20
| | | | | | | accounts_dialog_add_account This ensure that EmpathyAccountSettings has been updated and so we don't add a new row in the model for this account (#601796).
* 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 ↵Guillaume Desmottes2009-11-134-6/+7
| | | | | | | empathy_notify_manager_notification_is_enabled Making it a method of EmpathyNotifyManager would allow us to cache the gconf values if we want to.
* change empathy_misc_get_pixbuf_for_notification to ↵Guillaume Desmottes2009-11-134-5/+14
| | | | | | | | empathy_notify_manager_get_pixbuf_for_notification Making this function a method of EmpathyNotifyManager would allow us to tweak the size of the icon depending on the notifications server as suggested in bug 588054.
* move empathy-misc to empathy-notify-managerGuillaume Desmottes2009-11-137-129/+59
| | | | All its code was related to notifications.
* define constants for notify capabilitiesGuillaume Desmottes2009-11-132-1/+21
|
* status-icon: use EmpathyNotifyManager to check if the server supports the ↵Guillaume Desmottes2009-11-131-12/+5
| | | | 'actions' capa
* 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
| | | | | | | in specialized widgets This requiers to refactor widget to actually inherit from EmpathyAccountWidget.
* move code generating the default display name of new account to account-widgetGuillaume Desmottes2009-11-133-51/+57
| | | | | | This will allow us to: - Use this function from other places, like in the assistant. - Delegate special cases to the specialized versions of the widget.
* 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
| | | | That way the image doesn't expand and stay on the right.
* 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 ↵Jonny Lamb2009-11-122-0/+13
| | | | | | | | | | and status icon. An unset presence type *does* make sense, but not in these contexts. As an aside, there is no icon for an unset presence, so nothing is displayed, which is bad. Fixes bug #597819
* empathy-tp-contact-factory: ensure that ↵Guillaume Desmottes2009-11-121-1/+18
| | | | empathy_tp_contact_factory_get_from_handle always return an error if the contact hasn't been created
* empathy_dispatch_operation_dispose: fix crash when disconnecting the ready ↵Guillaume Desmottes2009-11-121-5/+3
| | | | | | | signal We were trying to disconnect the wrong signal and it should be disconnected before unrefing channel_wrapper.
* 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
| | | | the current ui shows 3 buttons next to the error message: retry, edit, close
* two line messageFelix Kaser2009-11-101-1/+1
| | | | the message is now two lined, one line for the accountname and one for the error
* removed double codeFelix Kaser2009-11-101-6/+4
| | | | removed one of two identical lines of code
* 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
| | | | instead of gtk_container_add we should use gtk_box_pack_start
* use account icon instead of warning signFelix Kaser2009-11-101-4/+5
| | | | the infobar should use the account icon and not a generic warning sign
* added set message type to infobarFelix Kaser2009-11-101-1/+1
|
* refactoringFelix Kaser2009-11-101-25/+21
| | | | refactoring some names and calls
* bumped gtk-dep version to 2.18.0Felix Kaser2009-11-101-1/+1
|
* changed variable nameFelix Kaser2009-11-101-17/+17
| | | | changed child into info_bar
* removed trailing whitespacesFelix Kaser2009-11-101-1/+1
|
* Added GtkInfobar and Retry buttonFelix Kaser2009-11-101-101/+48
| | | | | Susbstituted the table/vbox/hbox thing with a infobar when an account failes to connect. Added a button to retry a connection.
* empathy_accounts_dialog_show: check if priv->cms is not NULL before using itGuillaume Desmottes2009-11-101-1/+1
| | | | | | priv->cms is initalized in accounts_dialog_accounts_setup once the account manager is ready. So it's not garanteed to be set in empathy_accounts_dialog_show anymore.
* set 'R' as accelerator for the preferences dialogGuillaume Desmottes2009-11-101-1/+1
| | | | | | 'P' is already used for "Personnal Information. I looked in different GNOME applications and it seems the accelerator for the preferences dialog is not standarized.  (#601336)
* set 'C' as accelerator for the Contact menu as 'C' is already used by ↵Guillaume Desmottes2009-11-101-1/+1
| | | | Conversation (#601336)
* accounts-dialog: set the ypad on the "Name" cellGuillaume Desmottes2009-11-101-1/+1
| | | | | Some accounts don't have an icon so we shouldn't use the icon cell to set this padding (#601150).
* 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 ↵Guillaume Desmottes2009-11-101-0/+6
| | | | doesn't exist
* 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
| | | | | The size wasn't saved when the window was closed before the timeout was fired (#601190).
* 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 ↵Guillaume Desmottes2009-11-091-11/+32
| | | | before using it (#600713)
* 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
| | | | | Removes a race where the presence gets wiped because we check whether to go online before our connection to the AccountManager is ready.
* [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 ↵Guillaume Desmottes2009-11-061-7/+15
| | | | audio one
* accounts-dialog: display the 'remove' icon only on the selected rowGuillaume Desmottes2009-11-061-2/+0
| | | | | This used to be a Moblin specific change but it makes sense for GNOME as well (#600962).
* accounts-dialog: set the 'ypad' of cells in the account treeview to 4Guillaume Desmottes2009-11-061-2/+0
| | | | | | It looks nicer this way. This used to be a Moblin specific change but it makes sense for GNOME as well (#600962).
* accounts-dialog: simplify the remove acount confirmation dialogGuillaume Desmottes2009-11-061-15/+0
| | | | | This used to be a Moblin specific change but it makes sense for GNOME as well (#600962).
* account-widget: Change the label of the Connect button to 'Login'.Guillaume Desmottes2009-11-061-14/+9
| | | | | This used to be a Moblin specific change but it makes sense for GNOME as well (#600962).
* 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
| | | | | | #600961) Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Fix --enable-nautilus-sendtoPascal Terjan2009-11-061-3/+3
|
* debug-window: format timestamp in a readable wayPascal Terjan2009-11-061-8/+59
| | | | Signed-off-by: Pascal Terjan <pterjan@linuxfr.org>
* Better reorganization of chat_window_update (#600732)Ryan LaBelle2009-11-061-24/+76
|
* empathy-call-window: add a friendly message for ↵Guillaume Desmottes2009-11-061-0/+7
| | | | TP_MEDIA_STREAM_ERROR_CONNECTION_FAILED (#575763)
* Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2009-11-061-14/+75
|
* Added Crimean Tatar (Crimean Turkish) translationReşat SABIQ2009-11-062-0/+2913
|
* use 'Technical Details' as title of the expanderGuillaume Desmottes2009-11-051-1/+1
|
* pass NULL to gtk_label_new when creating an empty labelGuillaume Desmottes2009-11-051-2/+2
|
* Display the error message in a expanderGuillaume Desmottes2009-11-051-5/+30
| | | | This message is not localised but can contain useful informations.
* use the error message if we don't have a nice descriptionGuillaume Desmottes2009-11-051-4/+10
|
* factor out empathy_call_window_stream_errorGuillaume Desmottes2009-11-051-13/+16
|
* fix typo in commentGuillaume Desmottes2009-11-051-1/+1
|
* call_handler_notify_tp_call_cb: return if call is NULLGuillaume Desmottes2009-11-051-1/+2
|
* empathy-call-window: fix phrasing of the codec negotation failed msg and ↵Guillaume Desmottes2009-11-051-1/+2
| | | | mark it as translatable
* empathy-call-window: display an error message when codec negotiation failed ↵Guillaume Desmottes2009-11-051-0/+136
| | | | (#581789)
* empathy-call-window: add a VBox to display errorsGuillaume Desmottes2009-11-051-2/+11
|
* empathy_call_handler_request_cb: notify when the tp-call property is setGuillaume Desmottes2009-11-051-0/+1
|
* TpCall: add {audio,video}-stream-error signalsGuillaume Desmottes2009-11-051-0/+58
|
* ensure that the "Previous Conversations" menu entry stays sensitive if there ↵Guillaume Desmottes2009-11-051-1/+5
| | | | | | | are valid accounts We have to wait until the account manager is ready before checking if there are valid accounts (#600798).
* contact-menu: rename "View Previous Conversations" menu entry to "Previous ↵Guillaume Desmottes2009-11-051-1/+1
| | | | | | | | Conversations" This label was too long and looked weird comparing of the other entries of this menu. Futhermore, the same entry in the "View" menu is called "Previous Conversations".
* Empathy should link on Farsight2Guillaume Desmottes2009-11-051-0/+1
| | | | | Empathy uses some Farsight2 API but doesn't explicitely link on it (#600671).
* debug window shouldn't be transientGuillaume Desmottes2009-11-042-2/+2
|
* debug-window: debug level names shouldn't be translatedGuillaume Desmottes2009-11-041-6/+6
| | | | They are meant to be used by developpers, not users.
* empathy-chat-window: always display the title of the current tabGuillaume Desmottes2009-11-041-9/+1
| | | | | This is more coherent as the web browsers do the same. Thanks to Ryan LaBelle for his help. (#600473)
* Updated Spanish translationJorge González2009-11-041-214/+282
|
* Fix an errorGabor Kelemen2009-11-041-231/+255
|
* empathy-dispatch-operation: ensure that the operation stays alive while ↵Guillaume Desmottes2009-11-041-2/+12
| | | | tp_channel_call_when_ready is running
* empathy-dispatch-operation: ensure that the operation stays alive while ↵Guillaume Desmottes2009-11-041-0/+12
| | | | tp_connection_call_when_ready is running (#600551)
* Print "Unknown command" when typing "/help unknown"Xavier Claessens2009-11-041-0/+3
|
* Make parsing of commend with no args work againXavier Claessens2009-11-041-2/+6
|
* Merge branch 'irc-command'Xavier Claessens2009-11-045-95/+424
|\
| * Optimisation: Remove of the duplicated check for the command prefix.Xavier Claessens2009-11-041-6/+2
| |
| * Make clear that for(foo); does nothing.Xavier Claessens2009-11-041-1/+2
| |
| * In case of unknown command, suggest /helpXavier Claessens2009-11-011-1/+2
| |
| * Move /me and /say support from EmpathyMessage to EmpathyChat.Xavier Claessens2009-11-013-71/+69
| | | | | | | | Also make commands not case sensitive and use g_ascii_isspace to detect spaces.
| * Add support for /help command without arg, to list all available commands.Xavier Claessens2009-11-011-39/+47
| | | | | | | | Also improve a bit the support for optional args.
| * Add support for /help command and fix review commentsXavier Claessens2009-11-011-91/+165
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=573407
| * Refactor chat commands.Xavier Claessens2009-11-011-85/+127
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=573407
| * Add support for /msg commandXavier Claessens2009-11-011-2/+74
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=573407
| * Add support for /query commandXavier Claessens2009-11-011-0/+28
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=573407
| * Add support for /join commandXavier Claessens2009-11-011-2/+30
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=573407
| * Fix topic not always shown, and add /topic command support.Xavier Claessens2009-11-013-27/+108
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=573407
* | get_default_display_name: use the real protocol name to check if it's IRC or notGuillaume Desmottes2009-11-031-4/+7
| |
* | new-chatroom-dialog: swap the position of the 'Room' and 'Server' entries.Guillaume Desmottes2009-11-031-8/+8
| | | | | | | | | | The 'Server' entry is optionnal and it looks weird to display it first (#597678).
* | empathy_account_widget_contains_pending_changes: return TRUE if we are ↵Guillaume Desmottes2009-11-031-0/+10
| | | | | | | | creating a new account which is not created yet
* | Allow accounts_dialog_has_pending_change to return a NULL TpAccountGuillaume Desmottes2009-11-031-13/+24
| | | | | | | | | | That way we can warn user when he is about to lose his newly created account (#598550).
* | Merge branch 'fix-586098'Danielle Madeley2009-11-031-50/+251
|\ \ | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-chat.c
| * | empathy-chat.c: input history - Using GList pointer instead of gint index.Jerzy Mansarliński2009-11-011-83/+109
| | |
| * | Fix coding styleJerzy Mansarliński2009-10-301-36/+37
| | |
| * | Add terminal-like chat input history. Fixes bug #586098.Jerzy Mansarliński2009-10-301-37/+211
| |/
* | empathy-account-widget: update apply button when our state changesGuillaume Desmottes2009-11-031-0/+23
| |
* | empathy-account-widget: replace the 'Connect' buton by a 'Save' one ↵Guillaume Desmottes2009-11-031-2/+36
| | | | | | | | when we are offline (#600427)
* | Use call-{start,stop} icons in the incoming call dialogGuillaume Desmottes2009-11-031-2/+2
| |
* | remove check.makGuillaume Desmottes2009-11-031-120/+0
| |
* | No need to check for the 'check' framework any moreGuillaume Desmottes2009-11-032-29/+1
| |
* | rename check-irc-helper to test-irc-helperGuillaume Desmottes2009-11-036-7/+7
| |
* | merge check-empathy-helpers to test-helperGuillaume Desmottes2009-11-037-205/+188
| |
* | remove check-*Guillaume Desmottes2009-11-038-189/+1
| |
* | port check-empathy-chatroom-manager.c to GTestGuillaume Desmottes2009-11-035-22/+31
| | | | | | | | | | The tests have not been ported yet as they are currently disabled.
* | port check-empathy-chatroom.c to GTestGuillaume Desmottes2009-11-035-16/+24
| | | | | | | | | | The tests have not been ported yet as they are currently disabled.
* | port check-empathy-irc-network-manager.c to GTestGuillaume Desmottes2009-11-036-103/+120
| |
* | port check-empathy-irc-network.c to GTestGuillaume Desmottes2009-11-035-40/+50
| |
* | port check-empathy-irc-server.c to GTestGuillaume Desmottes2009-11-036-40/+48
| |
* | move test_init/test_deinit to test-helper.cGuillaume Desmottes2009-11-034-17/+31
| |
* | port check-empathy-utils.c to GTestGuillaume Desmottes2009-11-036-34/+72
| |
* | Autocomplete for offline contacts. Closes bug #583919.Justin Forest2009-11-031-17/+15
| |
* | account-chooser: allow for a non-prepared account manager (fixes bug #600537)Jonny Lamb2009-11-031-0/+8
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | accounts-dialog: don't always select the first account automaticallyJonny Lamb2009-11-031-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes it takes a while to get all account details, but getting the account names is fairly quick. What tends to happen is that the tree view of account names is populated immediately, but the account widget is just grey until all details are retrieved. This time is enough to select an account in the tree view for editing. However, previously, once all details are retrieved, the first account is automatically selected. This is of course sensible if the user has not selected an account, but it's pretty annoying if you've already selected your seventeenth jabber account and then it plonks you back to number one. This patch only selects the first account if there is not one already selected. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | Remove LIBPANELAPPLET entry from configure.acDanielle Madeley2009-11-031-1/+0
| |
* | empathy-accounts-dialog: account-validity-changed signal now has a 'valid' ↵Guillaume Desmottes2009-11-031-0/+1
| | | | | | | | argument (#600446)
* | Merge branch 'accountz'Jonny Lamb2009-11-0261-3462/+1308
|\ \
| * | Upped dependency on tp-glibJonny Lamb2009-10-301-1/+1
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | contact-list-view: added note about waiting for manager to be come ready bugJonny Lamb2009-10-301-1/+1
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | empathy: when creating salut account, be sure to wait for the account managerJonny Lamb2009-10-301-14/+37
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | log-store-empathy: refer to "make logs async" bugJonny Lamb2009-10-301-1/+1
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | dispatcher: refer to EmpathyHandler bugJonny Lamb2009-10-301-1/+1
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | idle: added a comment to explain _is_just_connectedJonny Lamb2009-10-301-0/+3
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | idle: don't hardcode 10 seconds as the "just connected" timeJonny Lamb2009-10-301-1/+5
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | idle: add comment about the connect_times hash table typesJonny Lamb2009-10-301-0/+2
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | idle: updated commentJonny Lamb2009-10-301-2/+4
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | utils: remove FIXMEJonny Lamb2009-10-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Although still true, the comment above the function will suffice and this can't really be changed without lots of making-async of other places in Empathy. I also don't think this is a problem in practice as everywhere in Empathy we use the account manager should have a _prepare called beforehand. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | location-manager: keep a ref to self during preparation to make sure we stay ↵Jonny Lamb2009-10-301-1/+2
| | | | | | | | | | | | | | | | | | alive Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | all: log error messages if preparing the account manager failsJonny Lamb2009-10-3015-30/+112
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | check-empathy-chatroom-manager: port to new tp-glib account APIJonny Lamb2009-10-251-1/+1
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | tests: port to new tp-glib account APIJonny Lamb2009-10-252-4/+5
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | po: removed empathy-account.c from POTFILES.inJonny Lamb2009-10-251-1/+0
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | contact-manager, dispatcher: renamed _new_connection_cb to _status_changed_cbJonny Lamb2009-10-252-6/+6
| | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=599169#c2 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | idle: use the TpAccount pointer as key to the hash table, and remove values ↵Jonny Lamb2009-10-251-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | on disconnect https://bugzilla.gnome.org/show_bug.cgi?id=599169#c2 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | empathy: port to new tp-glib account APIJonny Lamb2009-10-241-85/+76
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | status-icon: port to new tp-glib account APIJonny Lamb2009-10-241-21/+36
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | new-chatroom-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | main-window: port to new tp-glib account APIJonny Lamb2009-10-241-48/+87
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | import-widget: port to new tp-glib account APIJonny Lamb2009-10-241-27/+30
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | import-mc4-accounts: port to new tp-glib account APIJonny Lamb2009-10-241-5/+5
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | event-manager: port to new tp-glib account APIJonny Lamb2009-10-241-4/+11
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | chatrooms-window: port to new tp-glib account APIJonny Lamb2009-10-241-2/+2
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | chat-window: port to new tp-glib account APIJonny Lamb2009-10-242-14/+18
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | accounts-dialog: port to new tp-glib account APIJonny Lamb2009-10-242-145/+70
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | account-assistant: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | ui-utils: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | theme-adium: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | presence-chooser: port to new tp-glib account APIJonny Lamb2009-10-241-14/+42
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | new-message-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * | log-window: port to new tp-glib account APIJonny Lamb2009-10-242-30/+50
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>