]> git.0d.be Git - empathy.git/log
empathy.git
13 years agoshow the account UI even if the selected account doesn't exist
Guillaume Desmottes [Wed, 15 Dec 2010 14:57:41 +0000 (15:57 +0100)]
show the account UI even if the selected account doesn't exist

13 years agoalways set account_manager_prepared
Guillaume Desmottes [Wed, 15 Dec 2010 14:52:36 +0000 (15:52 +0100)]
always set account_manager_prepared

13 years agoget the value of selected_account_name in the callback (#637307)
Guillaume Desmottes [Wed, 15 Dec 2010 14:49:08 +0000 (15:49 +0100)]
get the value of selected_account_name in the callback (#637307)

There is no point to pass it as user_data as selected_account_name is global
and it's not defined yet when calling tp_account_manager_prepare_async() as
the GApplication has not be prepared yet.

13 years agoempathy-accounts: no need to get argv, we don't use it
Guillaume Desmottes [Wed, 15 Dec 2010 14:34:35 +0000 (15:34 +0100)]
empathy-accounts: no need to get argv, we don't use it

13 years agopassword-dialog: destroy the dialog if the handler is invalidated
Jonny Lamb [Wed, 15 Dec 2010 13:57:02 +0000 (13:57 +0000)]
password-dialog: destroy the dialog if the handler is invalidated

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agokeyring: change display name for passwords to be more human-readable
Jonny Lamb [Wed, 15 Dec 2010 09:17:15 +0000 (09:17 +0000)]
keyring: change display name for passwords to be more human-readable

Apparently people complained that when they opened seahorse to look at
their passwords they were greeted by nice display names for keys for
wireless networks saved by NetworkManager, and ugly keys for secret
parameters saved by mission-control. Let's fix this now then and shut
these people up.

gnome-keyring finds passwords on the parameters set in the schema, so
the display name really is only to show in seahorse. We can set
anything we want here.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoserver-sasl-handler: add more debugging and only call Close in Status_Succeeded
Jonny Lamb [Wed, 15 Dec 2010 09:10:56 +0000 (09:10 +0000)]
server-sasl-handler: add more debugging and only call Close in Status_Succeeded

Calling Close() straight after AcceptSASL() should be fine, but it
crashed gabble on versions < 0.11.4. Waiting for State_Accepted is
fine though.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoMerge branch 'sasl-gui'
Jonny Lamb [Wed, 15 Dec 2010 08:56:03 +0000 (08:56 +0000)]
Merge branch 'sasl-gui'

13 years agomain-window: s/Cancel/Disconnect/ when not giving a password
Jonny Lamb [Tue, 14 Dec 2010 16:38:48 +0000 (16:38 +0000)]
main-window: s/Cancel/Disconnect/ when not giving a password

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agomain-window: don't use _full functions where not necessary
Jonny Lamb [Tue, 14 Dec 2010 16:38:19 +0000 (16:38 +0000)]
main-window: don't use _full functions where not necessary

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agomain-window: document what the key and value types are for hash tables
Jonny Lamb [Tue, 14 Dec 2010 16:37:18 +0000 (16:37 +0000)]
main-window: document what the key and value types are for hash tables

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoevent-manager: use tp_clear_object
Jonny Lamb [Tue, 14 Dec 2010 16:33:46 +0000 (16:33 +0000)]
event-manager: use tp_clear_object

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoauth-factory: add a comment as to why we're also an approver
Jonny Lamb [Tue, 14 Dec 2010 16:31:57 +0000 (16:31 +0000)]
auth-factory: add a comment as to why we're also an approver

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoaccount-settings: use tp_clear_object in dispose
Jonny Lamb [Tue, 14 Dec 2010 16:30:41 +0000 (16:30 +0000)]
account-settings: use tp_clear_object in dispose

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoremove released flag
Guillaume Desmottes [Tue, 14 Dec 2010 15:43:03 +0000 (16:43 +0100)]
remove released flag

13 years agoprepare 2.91.3.1
Guillaume Desmottes [Tue, 14 Dec 2010 15:04:51 +0000 (16:04 +0100)]
prepare 2.91.3.1

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Mon, 13 Dec 2010 21:47:01 +0000 (23:47 +0200)]
Updated Hebrew translation.

13 years agoBug 637097 — Port to latest folks API changes
Philip Withnall [Sun, 12 Dec 2010 18:51:07 +0000 (18:51 +0000)]
Bug 637097 — Port to latest folks API changes

Catch up with three interface renamings which have happened in folks master.
This bumps Empathy's folks dependency to 0.3.3. Closes: bgo#637097

13 years agoCompile with --without-ca-file
Will Thompson [Wed, 8 Dec 2010 18:59:41 +0000 (18:59 +0000)]
Compile with --without-ca-file

13 years agoPrevent premature finalisation of an EmpathyPersonaStore in certain cases
Philip Withnall [Mon, 13 Dec 2010 13:55:49 +0000 (13:55 +0000)]
Prevent premature finalisation of an EmpathyPersonaStore in certain cases

In the case that one of the GtkTreeRowReferences belonging to the Personas
in an EmpathyPersonaStore holds the last reference to the persona store, the
store can be prematurely finalised, causing Empathy to go into an infinite
loop inside GHashTable code (the hash table is finalised with the persona
store, and overwritten with 0xfff… — this happens to cause the next bit of
hash table code to be called to go into an infinite loop).

This can be fixed by holding a reference to the persona store when changing
its personas in response to a personas-changed signal.

13 years agoBug 631096 — Should not mention "meta contacts" in UI
Philip Withnall [Sun, 12 Dec 2010 11:25:26 +0000 (11:25 +0000)]
Bug 631096 — Should not mention "meta contacts" in UI

Change all occurrences of “meta-contacts” in translatable strings to use the
phrase “linked contacts” instead. Closes: bgo#631096

13 years agoBug 636700 — Add an extra warning when deleting a metacontact
Philip Withnall [Sun, 12 Dec 2010 18:15:51 +0000 (18:15 +0000)]
Bug 636700 — Add an extra warning when deleting a metacontact

13 years agoremove released flag accidentally set in previous commit
Guillaume Desmottes [Mon, 13 Dec 2010 12:15:10 +0000 (13:15 +0100)]
remove released flag accidentally set in previous commit

13 years agoconfigure: depend on the newest tp-glib for the new auth types stuff
Jonny Lamb [Mon, 13 Dec 2010 09:41:34 +0000 (09:41 +0000)]
configure: depend on the newest tp-glib for the new auth types stuff

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
13 years agomain-window: add a tooltip on connection error info bars (#626507)
Robert Sajdok [Mon, 13 Dec 2010 09:40:23 +0000 (10:40 +0100)]
main-window: add a tooltip on connection error info bars (#626507)

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sun, 12 Dec 2010 20:31:30 +0000 (21:31 +0100)]
Updated Norwegian bokmål translation

13 years agoUpdate British English translation
Philip Withnall [Sun, 12 Dec 2010 11:21:01 +0000 (11:21 +0000)]
Update British English translation

13 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 11 Dec 2010 20:08:14 +0000 (21:08 +0100)]
Updated Slovenian translation

13 years agoUpdated Spanish translation
Daniel Mustieles [Sat, 11 Dec 2010 14:28:44 +0000 (15:28 +0100)]
Updated Spanish translation

13 years agoUpdated Galician translations
Fran Diéguez [Fri, 10 Dec 2010 17:11:40 +0000 (18:11 +0100)]
Updated Galician translations

13 years agoaccount-widget: add Remember Password widgets for all the other protocols
Jonny Lamb [Fri, 10 Dec 2010 12:28:09 +0000 (12:28 +0000)]
account-widget: add Remember Password widgets for all the other protocols

...and link these widgets up nicely.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoaccount-widget: only show Remember Password ticky box if the CM supports SASL
Jonny Lamb [Fri, 10 Dec 2010 12:24:40 +0000 (12:24 +0000)]
account-widget: only show Remember Password ticky box if the CM supports SASL

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoaccount-settings: add _supports_sasl function
Jonny Lamb [Fri, 10 Dec 2010 12:23:08 +0000 (12:23 +0000)]
account-settings: add _supports_sasl function

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoaccount-settings: don't block notify::ready on getting a password
Jonny Lamb [Fri, 10 Dec 2010 12:02:17 +0000 (12:02 +0000)]
account-settings: don't block notify::ready on getting a password

The account widget acts a little more synchronously, so we can't wait
for the keyring to give us the password. We can signal later about it
though.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agostatus-icon: blink when we get a password request
Jonny Lamb [Thu, 9 Dec 2010 17:32:13 +0000 (17:32 +0000)]
status-icon: blink when we get a password request

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoauth-factory: become an Observer and claim auth channels where necessary
Jonny Lamb [Thu, 9 Dec 2010 11:14:16 +0000 (11:14 +0000)]
auth-factory: become an Observer and claim auth channels where necessary

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agomain-window: display an info bar approving or rejecting the auth channel
Jonny Lamb [Wed, 8 Dec 2010 18:34:26 +0000 (18:34 +0000)]
main-window: display an info bar approving or rejecting the auth channel

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agonotifications-approver: don't show notifications for auth events
Jonny Lamb [Wed, 8 Dec 2010 18:24:47 +0000 (18:24 +0000)]
notifications-approver: don't show notifications for auth events

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoevent-manager: become an approver for auth channels
Jonny Lamb [Wed, 8 Dec 2010 18:24:21 +0000 (18:24 +0000)]
event-manager: become an approver for auth channels

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoevent-manager: add the account to the EmpathyEvent struct
Jonny Lamb [Wed, 8 Dec 2010 16:04:00 +0000 (16:04 +0000)]
event-manager: add the account to the EmpathyEvent struct

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoaccount-widget: handle the remember password widget with the simple widget
Jonny Lamb [Wed, 8 Dec 2010 12:58:54 +0000 (12:58 +0000)]
account-widget: handle the remember password widget with the simple widget

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Thu, 9 Dec 2010 11:54:27 +0000 (19:54 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

13 years agoaccount-settings: don't call TpAccount functions if we've not created it yet
Jonny Lamb [Wed, 8 Dec 2010 12:57:45 +0000 (12:57 +0000)]
account-settings: don't call TpAccount functions if we've not created it yet

We're creating the account so the account isn't around yet.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agopassword-dialog: re-enable showing the Remember password check button
Jonny Lamb [Wed, 8 Dec 2010 12:44:44 +0000 (12:44 +0000)]
password-dialog: re-enable showing the Remember password check button

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoaccount-widget: hook up the remember password toggle button
Jonny Lamb [Wed, 8 Dec 2010 12:42:36 +0000 (12:42 +0000)]
account-widget: hook up the remember password toggle button

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoaccount-settings: add support for saving the password in the keyring ourselves
Jonny Lamb [Wed, 8 Dec 2010 12:01:53 +0000 (12:01 +0000)]
account-settings: add support for saving the password in the keyring ourselves

Only do this if the CM supports popping up SASL-enabled auth channels.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoaccount-settings: store the TpProtocol object and notify::ready when it's prepared
Jonny Lamb [Wed, 8 Dec 2010 09:32:06 +0000 (09:32 +0000)]
account-settings: store the TpProtocol object and notify::ready when it's prepared

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoempathy_subscription_dialog_show: show contact details
Guillaume Desmottes [Tue, 7 Dec 2010 13:35:53 +0000 (14:35 +0100)]
empathy_subscription_dialog_show: show contact details

It makes sense to give as much info as possible on the contact when asking if
we want to add him to our contact list (#608806).

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Tue, 7 Dec 2010 13:37:49 +0000 (15:37 +0200)]
Updated Hebrew translation.

13 years agoRemove Ovi chat profile
Guillaume Desmottes [Tue, 7 Dec 2010 13:01:13 +0000 (14:01 +0100)]
Remove Ovi chat profile

Ovi services are about to change so best to wait for now.

13 years agoadd services_infos containing infos regarding services
Guillaume Desmottes [Thu, 30 Sep 2010 09:05:59 +0000 (11:05 +0200)]
add services_infos containing infos regarding services

13 years agohide jabber example by default so we just have to show the one we want
Guillaume Desmottes [Thu, 30 Sep 2010 08:52:02 +0000 (10:52 +0200)]
hide jabber example by default so we just have to show the one we want

13 years agoaccount_widget_get_service: check Service for Facebook and GTalk too
Guillaume Desmottes [Thu, 30 Sep 2010 08:32:15 +0000 (10:32 +0200)]
account_widget_get_service: check Service for Facebook and GTalk too

13 years agoempathy_account_widget_get_default_display_name: special case Ovi as well
Guillaume Desmottes [Thu, 30 Sep 2010 08:27:30 +0000 (10:27 +0200)]
empathy_account_widget_get_default_display_name: special case Ovi as well

13 years agomore use of account_widget_get_service()
Guillaume Desmottes [Thu, 30 Sep 2010 08:25:19 +0000 (10:25 +0200)]
more use of account_widget_get_service()

13 years agoadd account_widget_get_service() and an enum to represent services
Guillaume Desmottes [Thu, 30 Sep 2010 08:20:15 +0000 (10:20 +0200)]
add account_widget_get_service() and an enum to represent services

13 years agoadd account widget for Ovi
Guillaume Desmottes [Wed, 22 Sep 2010 14:51:05 +0000 (16:51 +0200)]
add account widget for Ovi

13 years agoaccount-widget: generalise facebook suffix code
Guillaume Desmottes [Tue, 21 Sep 2010 12:28:01 +0000 (14:28 +0200)]
account-widget: generalise facebook suffix code

13 years agoadd Ovi chat profile (#630146)
Guillaume Desmottes [Tue, 21 Sep 2010 12:13:37 +0000 (14:13 +0200)]
add Ovi chat profile (#630146)

13 years agoMerge branch 'sasl'
Jonny Lamb [Tue, 7 Dec 2010 11:54:33 +0000 (11:54 +0000)]
Merge branch 'sasl'

13 years agoserver-sasl-handler: shorten very long lines
Jonny Lamb [Tue, 7 Dec 2010 11:11:34 +0000 (11:11 +0000)]
server-sasl-handler: shorten very long lines

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoserver-sasl-handler: stop using GET_PRIV
Jonny Lamb [Tue, 7 Dec 2010 11:10:20 +0000 (11:10 +0000)]
server-sasl-handler: stop using GET_PRIV

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agopassword-dialog: stop using GET_PRIV
Jonny Lamb [Tue, 7 Dec 2010 11:10:15 +0000 (11:10 +0000)]
password-dialog: stop using GET_PRIV

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agopassword-dialog: small style change to please make check
Jonny Lamb [Tue, 7 Dec 2010 11:02:14 +0000 (11:02 +0000)]
password-dialog: small style change to please make check

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agopo: add password-dialog to POTFILES.in
Jonny Lamb [Tue, 7 Dec 2010 11:02:02 +0000 (11:02 +0000)]
po: add password-dialog to POTFILES.in

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agokeyring: change schema to be incompatible with current MC
Jonny Lamb [Mon, 6 Dec 2010 16:24:38 +0000 (16:24 +0000)]
keyring: change schema to be incompatible with current MC

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
13 years agopassword-dialog: center the dialog
Jonny Lamb [Mon, 6 Dec 2010 15:58:30 +0000 (15:58 +0000)]
password-dialog: center the dialog

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
13 years agopassword-dialog: don't display "Remember password" for now
Jonny Lamb [Mon, 6 Dec 2010 15:01:25 +0000 (15:01 +0000)]
password-dialog: don't display "Remember password" for now

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
13 years agoserver-sasl-handler: handle invalid SASL statuses
Jonny Lamb [Mon, 6 Dec 2010 14:49:16 +0000 (14:49 +0000)]
server-sasl-handler: handle invalid SASL statuses

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
13 years agokeyring: allow set and delete password to have NULL callbacks
Jonny Lamb [Mon, 6 Dec 2010 12:28:13 +0000 (12:28 +0000)]
keyring: allow set and delete password to have NULL callbacks

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
13 years agoPoint to #empathy instead of #telepathy
Emilio Pozuelo Monfort [Wed, 1 Dec 2010 17:53:59 +0000 (18:53 +0100)]
Point to #empathy instead of #telepathy

13 years agokeyring: add a delete_password function
Jonny Lamb [Mon, 6 Dec 2010 11:35:26 +0000 (11:35 +0000)]
keyring: add a delete_password function

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
13 years agoserver-sasl-handler: save the password if requested
Jonny Lamb [Mon, 6 Dec 2010 10:06:51 +0000 (10:06 +0000)]
server-sasl-handler: save the password if requested

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
13 years agokeyring: add set_password_{async,finish} functions
Jonny Lamb [Mon, 6 Dec 2010 10:05:56 +0000 (10:05 +0000)]
keyring: add set_password_{async,finish} functions

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
13 years agoserver-sasl-handler: make a GAsyncInitable and get the password
Jonny Lamb [Mon, 6 Dec 2010 09:43:34 +0000 (09:43 +0000)]
server-sasl-handler: make a GAsyncInitable and get the password

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
13 years agokeyring: add simple keyring helper
Jonny Lamb [Mon, 6 Dec 2010 09:42:59 +0000 (09:42 +0000)]
keyring: add simple keyring helper

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
13 years agoFix uninitialized use of a variable
Sjoerd Simons [Sat, 4 Dec 2010 17:23:43 +0000 (17:23 +0000)]
Fix uninitialized use of a variable

13 years agoauth-client: move the password dialog into a new file
Jonny Lamb [Fri, 3 Dec 2010 15:58:05 +0000 (15:58 +0000)]
auth-client: move the password dialog into a new file

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agogdk_x11_drawable_get_xdisplay() has been renamed, so let's use the specific macro...
Guillaume Desmottes [Fri, 3 Dec 2010 14:32:49 +0000 (15:32 +0100)]
gdk_x11_drawable_get_xdisplay() has been renamed, so let's use the specific macro instead

13 years agoauth-client: grab the keyboard focus when popping up the password dialog
Jonny Lamb [Fri, 3 Dec 2010 14:25:46 +0000 (14:25 +0000)]
auth-client: grab the keyboard focus when popping up the password dialog

I like this.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agochatroom-mamanger: monitor for file changes (#636360)
Guillaume Desmottes [Fri, 3 Dec 2010 13:36:27 +0000 (14:36 +0100)]
chatroom-mamanger: monitor for file changes (#636360)

13 years agoauth-client: improve the password request dialog
Jonny Lamb [Fri, 3 Dec 2010 13:04:04 +0000 (13:04 +0000)]
auth-client: improve the password request dialog

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoserver-sasl-handler: add an account property
Jonny Lamb [Fri, 3 Dec 2010 13:03:28 +0000 (13:03 +0000)]
server-sasl-handler: add an account property

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoFix another article
Gabor Kelemen [Fri, 3 Dec 2010 11:40:53 +0000 (12:40 +0100)]
Fix another article

13 years agoFix article
Gabor Kelemen [Fri, 3 Dec 2010 11:38:07 +0000 (12:38 +0100)]
Fix article

13 years agorename unused empathy_chatroom_manager_chat_handled()
Guillaume Desmottes [Thu, 2 Dec 2010 15:07:05 +0000 (16:07 +0100)]
rename unused empathy_chatroom_manager_chat_handled()

13 years agochatroom-manager: use a room channel Observer (#636202)
Guillaume Desmottes [Thu, 2 Dec 2010 15:05:35 +0000 (16:05 +0100)]
chatroom-manager: use a room channel Observer (#636202)

13 years agochat-manager: stop telling the chat mgr about handled rooms
Guillaume Desmottes [Thu, 2 Dec 2010 14:12:41 +0000 (15:12 +0100)]
chat-manager: stop telling the chat mgr about handled rooms

Now that the chat handler has moved to its own process this is no longer
enough. The instance of the chat manager in empathy doesn't know about the
handlded channels.

The chat manager should implement an Observer instead to know about all the
rooms.

13 years agoremove empathy_chatroom_manager_get_count()
Guillaume Desmottes [Thu, 2 Dec 2010 13:58:06 +0000 (14:58 +0100)]
remove empathy_chatroom_manager_get_count()

We don't use it any more.

13 years agochatroom-manager: unify coding style
Guillaume Desmottes [Thu, 2 Dec 2010 10:53:51 +0000 (11:53 +0100)]
chatroom-manager: unify coding style

Most of the file was already using the new style so best stay coherent.

13 years agoMerge branch 'irc-grab-636203'
Guillaume Desmottes [Wed, 1 Dec 2010 14:50:11 +0000 (15:50 +0100)]
Merge branch 'irc-grab-636203'

13 years agoauth-client: listen for new sasl handlers and pop up a password dialog
Jonny Lamb [Wed, 1 Dec 2010 14:48:13 +0000 (14:48 +0000)]
auth-client: listen for new sasl handlers and pop up a password dialog

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoauth-factory: create ServerSASLHandlers and signal them appearing
Jonny Lamb [Wed, 1 Dec 2010 14:47:39 +0000 (14:47 +0000)]
auth-factory: create ServerSASLHandlers and signal them appearing

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoserver-sasl-handler: added
Jonny Lamb [Wed, 1 Dec 2010 14:46:44 +0000 (14:46 +0000)]
server-sasl-handler: added

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoauth-factory: add EmpathyAuthFactory::new-server-sasl-handler
Jonny Lamb [Wed, 1 Dec 2010 14:40:35 +0000 (14:40 +0000)]
auth-factory: add EmpathyAuthFactory::new-server-sasl-handler

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoauth-factory: also handle auth channels
Jonny Lamb [Wed, 1 Dec 2010 14:39:48 +0000 (14:39 +0000)]
auth-factory: also handle auth channels

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agodebug: add SASL debug flag and key
Jonny Lamb [Wed, 1 Dec 2010 14:39:00 +0000 (14:39 +0000)]
debug: add SASL debug flag and key

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agoconfigure: depend on tp-glib >= 0.13.7 for tp-glib codegen
Jonny Lamb [Wed, 1 Dec 2010 14:37:40 +0000 (14:37 +0000)]
configure: depend on tp-glib >= 0.13.7 for tp-glib codegen

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
13 years agotp-contact-factory: request avatar feature
Guillaume Desmottes [Wed, 1 Dec 2010 13:52:24 +0000 (14:52 +0100)]
tp-contact-factory: request avatar feature

We still create TpContact for muc contacts list where we want to display
avatars (#636207).

13 years agoCheck if apply button has a top level window before calling gtk_widget_grab_default()
Guillaume Desmottes [Wed, 1 Dec 2010 13:03:31 +0000 (14:03 +0100)]
Check if apply button has a top level window before calling gtk_widget_grab_default()

IRC widgets don't have any mandatory argument, so the account is valid before
the widget has been packed into the accounts dialog. gtk_widget_grab_default()
 can't be called on a widget not having a top level window. (#636203)