]> git.0d.be Git - empathy.git/log
empathy.git
14 years agoaccount-widget-sip: fix typo in variable name
Guillaume Desmottes [Tue, 17 Nov 2009 11:27:13 +0000 (11:27 +0000)]
account-widget-sip: fix typo in variable name

14 years agoaccount-widget-sip: unsensitive the STUN labels as well when STUN is disabled
Guillaume Desmottes [Tue, 17 Nov 2009 11:26:01 +0000 (11:26 +0000)]
account-widget-sip: unsensitive the STUN labels as well when STUN is disabled

14 years agoaccount_widget_combobox_changed_cb: check that param has a default
Guillaume Desmottes [Tue, 17 Nov 2009 11:09:28 +0000 (11:09 +0000)]
account_widget_combobox_changed_cb: check that param has a default

14 years agoSet explicitely the model of combo box
Guillaume Desmottes [Tue, 17 Nov 2009 11:05:41 +0000 (11:05 +0000)]
Set explicitely the model of combo box

The value of the param has to be in the first column as a string. This allow
us to display translated strings in the combo box.

14 years agounsensitive the keep-alive spin button if keep-alive is disabled
Guillaume Desmottes [Mon, 16 Nov 2009 18:00:02 +0000 (18:00 +0000)]
unsensitive the keep-alive spin button if keep-alive is disabled

14 years agoaccount-widget-sip: add UI to configure the keepalive-mechanism and keepalive-interva...
Guillaume Desmottes [Mon, 16 Nov 2009 17:51:42 +0000 (17:51 +0000)]
account-widget-sip: add UI to configure the keepalive-mechanism and keepalive-interval params

14 years agoaccount-widget-sip: add UI to configure the discover-binding param
Guillaume Desmottes [Mon, 16 Nov 2009 17:36:11 +0000 (17:36 +0000)]
account-widget-sip: add UI to configure the discover-binding param

14 years agoaccount-widget-sip: add UI to configure the loose-routine param
Guillaume Desmottes [Mon, 16 Nov 2009 17:32:08 +0000 (17:32 +0000)]
account-widget-sip: add UI to configure the loose-routine param

14 years agoaccount-widget-sip: add UI to configure the transport param
Guillaume Desmottes [Mon, 16 Nov 2009 16:31:00 +0000 (16:31 +0000)]
account-widget-sip: add UI to configure the transport param

14 years agoaccount_widget_setup_widget: add support for GtkComboBox
Guillaume Desmottes [Mon, 16 Nov 2009 16:27:30 +0000 (16:27 +0000)]
account_widget_setup_widget: add support for GtkComboBox

14 years agoempathy-account-widget: export account_widget_setup_widget
Guillaume Desmottes [Mon, 16 Nov 2009 15:56:22 +0000 (15:56 +0000)]
empathy-account-widget: export account_widget_setup_widget

This function can be useful if a account widget wants to map a widget not
created in the GtkBuilder file.

14 years agoaccount-widget-sip: Add UI to configure auth-user, proxy-host and port params (#601697)
Guillaume Desmottes [Mon, 16 Nov 2009 14:11:26 +0000 (14:11 +0000)]
account-widget-sip: Add UI to configure auth-user, proxy-host and port params (#601697)

14 years agoempathy_tp_contact_factory_get_from_{id,handle} shouldn't pass the ref of the contact...
Guillaume Desmottes [Thu, 19 Nov 2009 11:46:04 +0000 (11:46 +0000)]
empathy_tp_contact_factory_get_from_{id,handle} shouldn't pass the ref of the contact to the cb

This match the behaviour of empathy_tp_contact_factory_get_from_{ids,handles}
and tp_connection_get_contacts_by_handle.

14 years agoevent-manager: event_manager_ft_got_contact_cb: ref the contact
Guillaume Desmottes [Thu, 19 Nov 2009 11:10:15 +0000 (11:10 +0000)]
event-manager: event_manager_ft_got_contact_cb: ref the contact

empathy_tp_contact_factory_get_from_handle is not supposed to give a reference
to the callback.

14 years agoft-handler: contact_factory_contact_cb: ref the contact
Guillaume Desmottes [Thu, 19 Nov 2009 11:09:29 +0000 (11:09 +0000)]
ft-handler: contact_factory_contact_cb: ref the contact

empathy_tp_contact_factory_get_from_handle is not supposed to give a reference
to the callback.

14 years agotp-contact-factory: document that empathy_tp_contact_factory_get_from_{ids,handles...
Guillaume Desmottes [Thu, 19 Nov 2009 10:53:53 +0000 (10:53 +0000)]
tp-contact-factory: document that empathy_tp_contact_factory_get_from_{ids,handles} don't give a ref to the cb

14 years agoUpdated Slovenian translation
Matej Urbančič [Fri, 20 Nov 2009 13:05:23 +0000 (14:05 +0100)]
Updated Slovenian translation

14 years agoUpdated Spanish translation
Jorge González [Thu, 19 Nov 2009 19:09:19 +0000 (20:09 +0100)]
Updated Spanish translation

14 years agonotify-manager: unref the account mgr when disposing
Guillaume Desmottes [Wed, 18 Nov 2009 23:09:53 +0000 (23:09 +0000)]
notify-manager: unref the account mgr when disposing

14 years agoaccount-widget: use the account-manaer instead of idle
Guillaume Desmottes [Wed, 18 Nov 2009 12:32:12 +0000 (12:32 +0000)]
account-widget: use the account-manaer instead of idle

Also ensure that the 'apply' button is correctly updated when the status is
changed.

14 years agoidle: make empathy_idle_get_status static
Guillaume Desmottes [Wed, 18 Nov 2009 11:47:13 +0000 (11:47 +0000)]
idle: make empathy_idle_get_status static

It's not used anymore and other components should use the account manager
directly.

14 years agoempathy.c: use tp_account_manager_get_most_available_presence instead of empathy_idle...
Guillaume Desmottes [Tue, 17 Nov 2009 17:18:15 +0000 (17:18 +0000)]
empathy.c: use tp_account_manager_get_most_available_presence instead of empathy_idle_get_state

14 years agonotify-manager: use the account mgr directly instead of empathy_check_available_state
Guillaume Desmottes [Tue, 17 Nov 2009 17:09:22 +0000 (17:09 +0000)]
notify-manager: use the account mgr directly instead of empathy_check_available_state

14 years agostatus-icon: use the account-manager directly to get our state and status
Guillaume Desmottes [Wed, 18 Nov 2009 11:44:55 +0000 (11:44 +0000)]
status-icon: use the account-manager directly to get our state and status

Also wait that he AM is ready before trying to get the status. Partially fix
bug #601235.

14 years agopresence-chooser: use the account-manager directly to get our state and status
Guillaume Desmottes [Wed, 18 Nov 2009 11:38:33 +0000 (11:38 +0000)]
presence-chooser: use the account-manager directly to get our state and status

Also wait that the AM is ready before trying to get the status. Partially fix
bug #601235.

14 years agotp-chat: copy the rename message
Guillaume Desmottes [Wed, 18 Nov 2009 14:06:15 +0000 (14:06 +0000)]
tp-chat: copy the rename message

14 years agocoding style fixes
Guillaume Desmottes [Wed, 18 Nov 2009 13:55:42 +0000 (13:55 +0000)]
coding style fixes

14 years agodon't mix code and variable declarations
Guillaume Desmottes [Wed, 18 Nov 2009 13:53:25 +0000 (13:53 +0000)]
don't mix code and variable declarations

14 years agoFixed some of Gillaume's review comments from Bug #571642
Jonathon Jongsma [Fri, 13 Feb 2009 17:35:42 +0000 (11:35 -0600)]
Fixed some of Gillaume's review comments from Bug #571642

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.

14 years agoHandle the case where a user's id changes in a chatroom
Jonathon Jongsma [Wed, 7 Jan 2009 21:49:08 +0000 (15:49 -0600)]
Handle the case where a user's id changes in a chatroom

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.

14 years agotp-chat: no need to connect twice on the ChatStateChanged signal
Guillaume Desmottes [Wed, 18 Nov 2009 18:35:54 +0000 (18:35 +0000)]
tp-chat: no need to connect twice on the ChatStateChanged signal

14 years agoFix nautilus-sendto plugin's linking
Bastien Nocera [Wed, 18 Nov 2009 17:06:34 +0000 (17:06 +0000)]
Fix nautilus-sendto plugin's linking

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

14 years agoMove empathy-log to tests/interactive and don't install it anymore
Laurent Bigonville [Wed, 18 Nov 2009 15:57:24 +0000 (16:57 +0100)]
Move empathy-log to tests/interactive and don't install it anymore

14 years agoUpdated Slovenian translation
Matej Urbančič [Wed, 18 Nov 2009 06:03:15 +0000 (07:03 +0100)]
Updated Slovenian translation

14 years agoremove empathy_idle_{get,set}_flash_state
Guillaume Desmottes [Tue, 17 Nov 2009 17:36:07 +0000 (17:36 +0000)]
remove empathy_idle_{get,set}_flash_state

14 years agopresence-chooser: remove icon blinking support
Guillaume Desmottes [Tue, 17 Nov 2009 17:35:34 +0000 (17:35 +0000)]
presence-chooser: remove icon blinking support

This code is broken and unused since a while.

14 years agoaccount-widget-jabber: increase spacing in the 'Override Server Settings' section
Guillaume Desmottes [Tue, 17 Nov 2009 11:36:29 +0000 (11:36 +0000)]
account-widget-jabber: increase spacing in the 'Override Server Settings' section

The frame was too close from the other widgets.

14 years agoWe should ensure, not create muc channels
Sjoerd Simons [Tue, 17 Nov 2009 11:04:07 +0000 (11:04 +0000)]
We should ensure, not create muc channels

14 years agoDisable single include
Xavier Claessens [Tue, 17 Nov 2009 10:27:58 +0000 (11:27 +0100)]
Disable single include

14 years agoUse accessor functions instead direct access.
Javier Jardón [Fri, 13 Nov 2009 05:29:35 +0000 (06:29 +0100)]
Use accessor functions instead direct access.

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>
14 years agoUpdated Spanish translation
Jorge González [Mon, 16 Nov 2009 18:59:19 +0000 (19:59 +0100)]
Updated Spanish translation

14 years agolog_store_empathy_search_hit_new: don't unref accounts
Guillaume Desmottes [Mon, 16 Nov 2009 17:19:09 +0000 (17:19 +0000)]
log_store_empathy_search_hit_new: don't unref accounts

tp_account_manager_get_valid_accounts does *not* ref the accounts (#600800).

14 years agostart dev of 2.29.3
Guillaume Desmottes [Mon, 16 Nov 2009 17:08:14 +0000 (17:08 +0000)]
start dev of 2.29.3

14 years agoprepare 2.29.2 release
Guillaume Desmottes [Mon, 16 Nov 2009 16:55:18 +0000 (16:55 +0000)]
prepare 2.29.2 release

14 years agogeometry: port to TP coding style
Guillaume Desmottes [Mon, 16 Nov 2009 12:20:07 +0000 (12:20 +0000)]
geometry: port to TP coding style

Most of the file has been rewrite anyway.

14 years agoReload the main window geometry when deiconify to workaround WM bugs.
Xavier Claessens [Sun, 15 Nov 2009 20:38:57 +0000 (21:38 +0100)]
Reload the main window geometry when deiconify to workaround WM bugs.

14 years agoCorrectly store/restore maximized state of windows.
Xavier Claessens [Sun, 15 Nov 2009 18:45:36 +0000 (19:45 +0100)]
Correctly store/restore maximized state of windows.

14 years agomedia_stream_error_to_txt: display a link to the fdo bugzilla
Guillaume Desmottes [Fri, 13 Nov 2009 12:04:50 +0000 (12:04 +0000)]
media_stream_error_to_txt: display a link to the fdo bugzilla

14 years agorephrase the TP_MEDIA_STREAM_ERROR_NO_CODECS error
Guillaume Desmottes [Fri, 13 Nov 2009 11:46:40 +0000 (11:46 +0000)]
rephrase the TP_MEDIA_STREAM_ERROR_NO_CODECS error

14 years agoDisplay the name of the CM in the TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR msg
Guillaume Desmottes [Mon, 9 Nov 2009 12:04:37 +0000 (12:04 +0000)]
Display the name of the CM in the TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR msg

14 years agoadd empathy_tp_call_get_connection_manager
Guillaume Desmottes [Mon, 9 Nov 2009 12:03:53 +0000 (12:03 +0000)]
add empathy_tp_call_get_connection_manager

14 years agomedia_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NETWORK_ERROR
Guillaume Desmottes [Fri, 6 Nov 2009 15:35:24 +0000 (15:35 +0000)]
media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NETWORK_ERROR

14 years agomedia_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERROR
Guillaume Desmottes [Fri, 6 Nov 2009 15:28:31 +0000 (15:28 +0000)]
media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERROR

14 years agomedia_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR
Guillaume Desmottes [Fri, 6 Nov 2009 15:25:11 +0000 (15:25 +0000)]
media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR

14 years agomedia_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NO_CODECS
Guillaume Desmottes [Fri, 6 Nov 2009 15:10:06 +0000 (15:10 +0000)]
media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NO_CODECS

14 years agoUpdated Simplified Chinese translation.
Aron Xu [Mon, 16 Nov 2009 11:37:27 +0000 (19:37 +0800)]
Updated Simplified Chinese translation.

14 years agoUpdated Simplified Chinese translation.
Aron Xu [Mon, 16 Nov 2009 11:25:08 +0000 (19:25 +0800)]
Updated Simplified Chinese translation.

14 years agolog-window: check if the account chooser isn't already ready
Guillaume Desmottes [Fri, 13 Nov 2009 15:44:46 +0000 (15:44 +0000)]
log-window: check if the account chooser isn't already ready

If not we could wait forever if the chooser became ready right away.

14 years agoadd empathy_account_chooser_is_ready
Guillaume Desmottes [Fri, 13 Nov 2009 15:43:44 +0000 (15:43 +0000)]
add empathy_account_chooser_is_ready

14 years agolog-window: wait that the accounts chooser is ready before selecting the chat
Guillaume Desmottes [Fri, 13 Nov 2009 15:37:03 +0000 (15:37 +0000)]
log-window: wait that the accounts chooser is ready before selecting the chat

If we don't wait, the combobox is empty and so
log_window_chats_set_selected can't find the chat (#601807).

14 years agoaccount-chooser.c: add a 'ready' signal
Guillaume Desmottes [Fri, 13 Nov 2009 15:35:24 +0000 (15:35 +0000)]
account-chooser.c: add a 'ready' signal

This can be useful to know when the combobox has been populated by the
accounts.

14 years agoMerge branch 'nick'
Xavier Claessens [Mon, 16 Nov 2009 09:15:07 +0000 (10:15 +0100)]
Merge branch 'nick'

14 years agoupdated Tamil translation
vasudeven [Sun, 15 Nov 2009 10:44:42 +0000 (16:14 +0530)]
updated Tamil translation

14 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 14 Nov 2009 10:32:53 +0000 (11:32 +0100)]
Updated Slovenian translation

14 years agoImplement /nick command
Xavier Claessens [Fri, 13 Nov 2009 21:36:48 +0000 (22:36 +0100)]
Implement /nick command

14 years agoUpdated Spanish translation
Jorge González [Fri, 13 Nov 2009 17:44:00 +0000 (18:44 +0100)]
Updated Spanish translation

14 years agocontact.h: remove empathy_contact_hash as it's not defined (#580254)
Guillaume Desmottes [Fri, 13 Nov 2009 17:17:53 +0000 (17:17 +0000)]
contact.h: remove empathy_contact_hash as it's not defined (#580254)

14 years agoaccount_widget_build_salut: focus the first name entry by default
Guillaume Desmottes [Fri, 13 Nov 2009 17:04:04 +0000 (17:04 +0000)]
account_widget_build_salut: focus the first name entry by default

All the fields are mandatory so we should focus the first one.

14 years agoRespect indentation style.
Cosimo Cecchi [Fri, 13 Nov 2009 15:15:17 +0000 (16:15 +0100)]
Respect indentation style.

14 years agoempathy-chat: watch for password-needed property changes
Guillaume Desmottes [Wed, 11 Nov 2009 15:16:29 +0000 (15:16 +0000)]
empathy-chat: watch for password-needed property changes

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.

14 years agotp-chat: update the 'password-needed' property when password flags changes
Guillaume Desmottes [Wed, 11 Nov 2009 15:15:39 +0000 (15:15 +0000)]
tp-chat: update the 'password-needed' property when password flags changes

14 years agoempathy-tp-chat: add 'password-needed' property
Guillaume Desmottes [Wed, 11 Nov 2009 15:13:33 +0000 (15:13 +0000)]
empathy-tp-chat: add 'password-needed' property

14 years agoask for password when joining a protected room (#579341)
Guillaume Desmottes [Wed, 11 Nov 2009 14:24:43 +0000 (14:24 +0000)]
ask for password when joining a protected room (#579341)

14 years agoadd empathy_tp_chat_provide_password_{async,finish}
Guillaume Desmottes [Wed, 11 Nov 2009 13:26:33 +0000 (13:26 +0000)]
add empathy_tp_chat_provide_password_{async,finish}

14 years agotp_chat_check_if_ready: deal with password protected room
Guillaume Desmottes [Wed, 11 Nov 2009 12:15:51 +0000 (12:15 +0000)]
tp_chat_check_if_ready: deal with password protected room

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.

14 years agotp-chat: add API to check if a password is required
Guillaume Desmottes [Wed, 11 Nov 2009 12:07:39 +0000 (12:07 +0000)]
tp-chat: add API to check if a password is required

14 years agotp_chat_check_if_ready: split the test checking if the TpChat is ready
Guillaume Desmottes [Wed, 11 Nov 2009 11:58:55 +0000 (11:58 +0000)]
tp_chat_check_if_ready: split the test checking if the TpChat is ready

14 years agoempathy-chat: don't grab focus on the input entry is it's insensitive
Guillaume Desmottes [Wed, 11 Nov 2009 11:48:13 +0000 (11:48 +0000)]
empathy-chat: don't grab focus on the input entry is it's insensitive

14 years agochat-ui: add info_bar_vbox on the top of the widget
Guillaume Desmottes [Tue, 10 Nov 2009 17:40:37 +0000 (17:40 +0000)]
chat-ui: add info_bar_vbox on the top of the widget

This VBox will be used to display info bars.

14 years agoaccounts-dialog: wait that account is prepared before calling accounts_dialog_add_account
Guillaume Desmottes [Fri, 13 Nov 2009 14:31:34 +0000 (14:31 +0000)]
accounts-dialog: wait that account is prepared before calling 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).

14 years agochange 'capa' to 'cap'
Guillaume Desmottes [Fri, 13 Nov 2009 11:34:57 +0000 (11:34 +0000)]
change 'capa' to 'cap'

14 years agoremove old comment
Guillaume Desmottes [Fri, 13 Nov 2009 11:03:29 +0000 (11:03 +0000)]
remove old comment

14 years agoempathy_notify_manager_init: no need to cast the return value of g_object_new
Guillaume Desmottes [Fri, 13 Nov 2009 11:02:58 +0000 (11:02 +0000)]
empathy_notify_manager_init: no need to cast the return value of g_object_new

14 years agoremove notify_manager_dispose as it doesn't do anything
Guillaume Desmottes [Fri, 13 Nov 2009 11:02:14 +0000 (11:02 +0000)]
remove notify_manager_dispose as it doesn't do anything

14 years agonotify-manager: fetch capabilities in _init instead of _constructor
Guillaume Desmottes [Fri, 13 Nov 2009 11:01:14 +0000 (11:01 +0000)]
notify-manager: fetch capabilities in _init instead of _constructor

14 years agochange empathy_notification_is_enabled to empathy_notify_manager_notification_is_enabled
Guillaume Desmottes [Thu, 12 Nov 2009 13:25:23 +0000 (13:25 +0000)]
change empathy_notification_is_enabled to empathy_notify_manager_notification_is_enabled

Making it a method of EmpathyNotifyManager would allow us to cache the
gconf values if we want to.

14 years agochange empathy_misc_get_pixbuf_for_notification to empathy_notify_manager_get_pixbuf_...
Guillaume Desmottes [Thu, 12 Nov 2009 12:53:57 +0000 (12:53 +0000)]
change empathy_misc_get_pixbuf_for_notification to 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.

14 years agomove empathy-misc to empathy-notify-manager
Guillaume Desmottes [Thu, 12 Nov 2009 12:46:42 +0000 (12:46 +0000)]
move empathy-misc to empathy-notify-manager

All its code was related to notifications.

14 years agodefine constants for notify capabilities
Guillaume Desmottes [Thu, 12 Nov 2009 12:32:55 +0000 (12:32 +0000)]
define constants for notify capabilities

14 years agostatus-icon: use EmpathyNotifyManager to check if the server supports the 'actions...
Guillaume Desmottes [Thu, 12 Nov 2009 12:20:12 +0000 (12:20 +0000)]
status-icon: use EmpathyNotifyManager to check if the server supports the 'actions' capa

14 years agoadd empathy_notify_manager_has_capability
Guillaume Desmottes [Thu, 12 Nov 2009 12:14:16 +0000 (12:14 +0000)]
add empathy_notify_manager_has_capability

14 years agonotify-manager: fetch capabilities of the notification server
Guillaume Desmottes [Thu, 12 Nov 2009 12:11:55 +0000 (12:11 +0000)]
notify-manager: fetch capabilities of the notification server

14 years agoadd stub EmpathyNotifyManager (#601691)
Guillaume Desmottes [Thu, 12 Nov 2009 12:05:14 +0000 (12:05 +0000)]
add stub EmpathyNotifyManager (#601691)

14 years agosrc/Makefile.am: sort files
Guillaume Desmottes [Fri, 13 Nov 2009 11:30:25 +0000 (11:30 +0000)]
src/Makefile.am: sort files

14 years agolibempathy-gtk/Makefile.am: sort files
Guillaume Desmottes [Fri, 13 Nov 2009 11:30:16 +0000 (11:30 +0000)]
libempathy-gtk/Makefile.am: sort files

14 years agolibempathy/Makefile.am: sort files
Guillaume Desmottes [Fri, 13 Nov 2009 11:30:09 +0000 (11:30 +0000)]
libempathy/Makefile.am: sort files

14 years agoremove --enable-gtk-doc from DISTCHECK_CONFIGURE_FLAGS as we drop gtk-doc
Guillaume Desmottes [Thu, 12 Nov 2009 16:01:00 +0000 (16:01 +0000)]
remove --enable-gtk-doc from DISTCHECK_CONFIGURE_FLAGS as we drop gtk-doc

14 years agoaccount-assistant: set default display name to newly created accounts (#600705)
Guillaume Desmottes [Thu, 12 Nov 2009 17:19:51 +0000 (17:19 +0000)]
account-assistant: set default display name to newly created accounts (#600705)

14 years agoempathy_account_widget_get_default_display_name: special case should be done in speci...
Guillaume Desmottes [Thu, 12 Nov 2009 17:15:51 +0000 (17:15 +0000)]
empathy_account_widget_get_default_display_name: special case should be done in specialized widgets

This requiers to refactor widget to actually inherit from
EmpathyAccountWidget.

14 years agomove code generating the default display name of new account to account-widget
Guillaume Desmottes [Thu, 12 Nov 2009 17:13:21 +0000 (17:13 +0000)]
move code generating the default display name of new account to account-widget

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.