]> git.0d.be Git - empathy.git/log
empathy.git
14 years agoMerge branch 'master' into mc5
Cosimo Cecchi [Sat, 1 Aug 2009 08:33:18 +0000 (10:33 +0200)]
Merge branch 'master' into mc5

14 years agoMerge branch 'sjoerd-mc5' into mc5
Cosimo Cecchi [Sat, 1 Aug 2009 08:32:39 +0000 (10:32 +0200)]
Merge branch 'sjoerd-mc5' into mc5

Conflicts:
libempathy-gtk/empathy-account-widget.c
libempathy-gtk/empathy-protocol-chooser.c

14 years agoUse proper display names in the chooser
Cosimo Cecchi [Fri, 31 Jul 2009 10:11:58 +0000 (12:11 +0200)]
Use proper display names in the chooser

14 years agoUpdated Simplified Chinese translation.
Aron Xu [Fri, 31 Jul 2009 10:03:44 +0000 (18:03 +0800)]
Updated Simplified Chinese translation.

14 years agoMake protocol icons work also with account == NULL
Cosimo Cecchi [Fri, 31 Jul 2009 09:44:35 +0000 (11:44 +0200)]
Make protocol icons work also with account == NULL

14 years agoDon't try to lookup NULL connections
Cosimo Cecchi [Fri, 31 Jul 2009 09:44:12 +0000 (11:44 +0200)]
Don't try to lookup NULL connections

14 years agoChange the name to Empathy IM Client, which is more recognizable
Sjoerd Simons [Thu, 30 Jul 2009 18:00:01 +0000 (20:00 +0200)]
Change the name to Empathy IM Client, which is more recognizable

14 years agoFix some coding style issues
Sjoerd Simons [Thu, 30 Jul 2009 17:35:03 +0000 (19:35 +0200)]
Fix some coding style issues

14 years agoadd some slightly nicer debug messages
Sjoerd Simons [Thu, 30 Jul 2009 17:30:25 +0000 (19:30 +0200)]
add some slightly nicer debug messages

14 years agoAdd a small comment about emp_account_manager_update_global_presence
Sjoerd Simons [Thu, 30 Jul 2009 17:29:35 +0000 (19:29 +0200)]
Add a small comment about emp_account_manager_update_global_presence

14 years agoFix typo
Sjoerd Simons [Thu, 30 Jul 2009 17:25:24 +0000 (19:25 +0200)]
Fix typo

14 years agoUpdate python bindings
Sjoerd Simons [Thu, 30 Jul 2009 15:37:45 +0000 (17:37 +0200)]
Update python bindings

14 years agoChang the API of AccountManager to have the get lookup the account by name
Sjoerd Simons [Thu, 30 Jul 2009 15:35:38 +0000 (17:35 +0200)]
Chang the API of AccountManager to have the get lookup the account by name

EmpathyAccountManager used to have a _lookup function that looked up accounts
by name and a _get function that lookup up accounts by connection. This is
confusing, as looking up an account for a connection is less common rename have
the _get_account be the same _lookup (but without returning a ref) and add a
_get_account_for_connection function lookup by account

14 years agoexplicitely include libempathy/empathy-enum-types.h
Sjoerd Simons [Thu, 30 Jul 2009 15:18:30 +0000 (17:18 +0200)]
explicitely include libempathy/empathy-enum-types.h

14 years agoUpdated Simplified Chinese translation.
lyper [Thu, 30 Jul 2009 06:01:52 +0000 (14:01 +0800)]
Updated Simplified Chinese translation.

14 years agoFix trailing whitespace
Cosimo Cecchi [Wed, 29 Jul 2009 22:44:36 +0000 (00:44 +0200)]
Fix trailing whitespace

14 years agoUpdate POTFILES.in
Cosimo Cecchi [Wed, 29 Jul 2009 22:44:27 +0000 (00:44 +0200)]
Update POTFILES.in

14 years agoDon't try to unref the GtkBuilder object in _dispose
Cosimo Cecchi [Wed, 29 Jul 2009 21:38:19 +0000 (23:38 +0200)]
Don't try to unref the GtkBuilder object in _dispose

We take care of unreffing it before getting to dispose, as the object
can have a variable lifecycle

14 years agoHook up to the destroy signal in EmpathyAccountWidget
Cosimo Cecchi [Wed, 29 Jul 2009 21:38:00 +0000 (23:38 +0200)]
Hook up to the destroy signal in EmpathyAccountWidget

14 years agoSet the sensitivity to the forget button
Cosimo Cecchi [Wed, 29 Jul 2009 21:21:40 +0000 (23:21 +0200)]
Set the sensitivity to the forget button

14 years agoIgnore default value for required params
Cosimo Cecchi [Wed, 29 Jul 2009 21:11:07 +0000 (23:11 +0200)]
Ignore default value for required params

Parameters should never have both the default and the required flags
set, as required means the user has to fill in a value. When this
happens anyway, the default dlag should be ignored, so we can avoid
looking up the default value when checking for an account settings'
validity.

14 years agoMake account creation non-exclusive
Cosimo Cecchi [Wed, 29 Jul 2009 21:06:35 +0000 (23:06 +0200)]
Make account creation non-exclusive

As it's valid to create more than an account at the same time, we should
permit it with subsequent calls to EmpathyAccountManager.

14 years agoRename empathy_account_settings_owns_account()
Cosimo Cecchi [Wed, 29 Jul 2009 20:44:22 +0000 (22:44 +0200)]
Rename empathy_account_settings_owns_account()

Call it empathy_account_settings_has_account() instead

14 years agoImplement dispose and finalize
Cosimo Cecchi [Mon, 27 Jul 2009 09:52:06 +0000 (11:52 +0200)]
Implement dispose and finalize

14 years agoSet apply button sensitivity on creation
Cosimo Cecchi [Sun, 26 Jul 2009 23:24:53 +0000 (01:24 +0200)]
Set apply button sensitivity on creation

14 years agoRemove debug output
Cosimo Cecchi [Sun, 26 Jul 2009 23:24:42 +0000 (01:24 +0200)]
Remove debug output

14 years agoAdd a cosmetic comment to separate public and non-public methods.
Cosimo Cecchi [Sun, 26 Jul 2009 23:18:31 +0000 (01:18 +0200)]
Add a cosmetic comment to separate public and non-public methods.

14 years agoUse telepathy style
Cosimo Cecchi [Sun, 26 Jul 2009 23:17:25 +0000 (01:17 +0200)]
Use telepathy style

14 years agoUpdate copyright and author
Cosimo Cecchi [Sun, 26 Jul 2009 23:17:14 +0000 (01:17 +0200)]
Update copyright and author

14 years agoFirst cut at GObject-ifying EmpathyAccountWidget
Cosimo Cecchi [Sun, 26 Jul 2009 22:54:23 +0000 (00:54 +0200)]
First cut at GObject-ifying EmpathyAccountWidget

14 years agoAdd empathy_account_settings_is_valid ()
Cosimo Cecchi [Sun, 26 Jul 2009 15:09:06 +0000 (17:09 +0200)]
Add empathy_account_settings_is_valid ()

14 years agoFix a typo.
Cosimo Cecchi [Sun, 26 Jul 2009 15:08:47 +0000 (17:08 +0200)]
Fix a typo.

14 years agoEven more cleanup + update header
Cosimo Cecchi [Sat, 25 Jul 2009 16:24:54 +0000 (18:24 +0200)]
Even more cleanup + update header

14 years agoAdapt to the current telepathy style
Cosimo Cecchi [Sat, 25 Jul 2009 16:20:40 +0000 (18:20 +0200)]
Adapt to the current telepathy style

14 years agoUse the right property name when getting the connection status.
Cosimo Cecchi [Sat, 25 Jul 2009 15:23:38 +0000 (17:23 +0200)]
Use the right property name when getting the connection status.

14 years agoFix a typo in dispose()
Cosimo Cecchi [Sat, 25 Jul 2009 15:02:20 +0000 (17:02 +0200)]
Fix a typo in dispose()

14 years agoCancel the creation thread in dispose()
Cosimo Cecchi [Sat, 25 Jul 2009 15:01:33 +0000 (17:01 +0200)]
Cancel the creation thread in dispose()

14 years agoEmit the ACCOUNT_CREATED signal at the right time
Cosimo Cecchi [Sat, 25 Jul 2009 14:46:32 +0000 (16:46 +0200)]
Emit the ACCOUNT_CREATED signal at the right time

I.e. emit it only after the account has been added to the relevant
EmpathyAccountSettings object.

14 years agoUse the new API when getting the account iter.
Cosimo Cecchi [Sat, 25 Jul 2009 14:45:01 +0000 (16:45 +0200)]
Use the new API when getting the account iter.

14 years agoAdd empathy_account_settings_owns_account()
Cosimo Cecchi [Sat, 25 Jul 2009 14:44:14 +0000 (16:44 +0200)]
Add empathy_account_settings_owns_account()

14 years agoMake sure the account dialog respects the initial selection
Cosimo Cecchi [Fri, 24 Jul 2009 19:24:38 +0000 (21:24 +0200)]
Make sure the account dialog respects the initial selection

14 years agoImplement _set_display_name
Cosimo Cecchi [Fri, 24 Jul 2009 13:52:29 +0000 (15:52 +0200)]
Implement _set_display_name

14 years agoWhen an account is enabled, always align it to the global presence.
Cosimo Cecchi [Thu, 23 Jul 2009 23:45:59 +0000 (01:45 +0200)]
When an account is enabled, always align it to the global presence.

Before, this was only done for newly created accounts, and not every
time any account was enabled.

14 years agoMake remove work
Cosimo Cecchi [Thu, 23 Jul 2009 17:23:27 +0000 (19:23 +0200)]
Make remove work

14 years agoPlug some leaks
Cosimo Cecchi [Thu, 23 Jul 2009 17:23:04 +0000 (19:23 +0200)]
Plug some leaks

14 years agoRespect the global presence when enabling an account
Cosimo Cecchi [Thu, 23 Jul 2009 17:22:30 +0000 (19:22 +0200)]
Respect the global presence when enabling an account

14 years agoUnref the dialog when destroying
Cosimo Cecchi [Thu, 23 Jul 2009 14:27:36 +0000 (16:27 +0200)]
Unref the dialog when destroying

14 years agoChain up dispose and remove useless finalize
Cosimo Cecchi [Thu, 23 Jul 2009 14:22:38 +0000 (16:22 +0200)]
Chain up dispose and remove useless finalize

14 years agoMove some code off dispose
Cosimo Cecchi [Thu, 23 Jul 2009 14:21:12 +0000 (16:21 +0200)]
Move some code off dispose

14 years agoGObject-ify and clean-up the code; still WIP
Cosimo Cecchi [Thu, 23 Jul 2009 10:32:23 +0000 (12:32 +0200)]
GObject-ify and clean-up the code; still WIP

14 years agoAdd an API to get the num of CMs
Cosimo Cecchi [Thu, 23 Jul 2009 10:31:27 +0000 (12:31 +0200)]
Add an API to get the num of CMs

14 years agoSynchronize EmpathyProtocolChooser and EmpathyAccountsDialog
Cosimo Cecchi [Wed, 22 Jul 2009 12:15:01 +0000 (14:15 +0200)]
Synchronize EmpathyProtocolChooser and EmpathyAccountsDialog

Synchronize the two objects with the help of EmpathyConnectionManagers,
so that we can get a consistent list of the CMs when using the chooser.

14 years agoUpdate python bindings
Sjoerd Simons [Wed, 29 Jul 2009 18:38:38 +0000 (20:38 +0200)]
Update python bindings

14 years agoremove usage of empathy_account_equal
Sjoerd Simons [Wed, 29 Jul 2009 18:38:13 +0000 (20:38 +0200)]
remove usage of empathy_account_equal

14 years agoRemove empathy_account_hash
Sjoerd Simons [Wed, 29 Jul 2009 18:20:57 +0000 (20:20 +0200)]
Remove empathy_account_hash

14 years agoUnref the connection if it fails to become ready or is invalidated
Sjoerd Simons [Wed, 29 Jul 2009 17:28:56 +0000 (19:28 +0200)]
Unref the connection if it fails to become ready or is invalidated

14 years agoFix some coding style issues
Sjoerd Simons [Wed, 29 Jul 2009 14:50:17 +0000 (16:50 +0200)]
Fix some coding style issues

14 years agoFix some leaks
Sjoerd Simons [Wed, 29 Jul 2009 14:48:08 +0000 (16:48 +0200)]
Fix some leaks

14 years agoAdd a utility function to may protocols to their icons
Sjoerd Simons [Wed, 29 Jul 2009 14:46:24 +0000 (16:46 +0200)]
Add a utility function to may protocols to their icons

14 years agoBump version
Xavier Claessens [Wed, 29 Jul 2009 12:21:45 +0000 (14:21 +0200)]
Bump version

14 years agoUpdate ABI version
Xavier Claessens [Wed, 29 Jul 2009 11:36:38 +0000 (13:36 +0200)]
Update ABI version

14 years agoUpdate NEWS
Xavier Claessens [Wed, 29 Jul 2009 11:36:32 +0000 (13:36 +0200)]
Update NEWS

14 years agoWrap text in contact label status (#589846)
Nicolò Chieffo [Tue, 28 Jul 2009 17:12:32 +0000 (18:12 +0100)]
Wrap text in contact label status (#589846)

14 years ago - Define EMPATHY_PREFS_CHAT_WEBKIT_DEVELOPER_TOOLS instead of hardcoding the gconf...
Xavier Claessens [Fri, 24 Jul 2009 11:28:56 +0000 (13:28 +0200)]
 - Define EMPATHY_PREFS_CHAT_WEBKIT_DEVELOPER_TOOLS instead of hardcoding the gconf key everywhere.
 - Code cleanup in EmpathyThemeAdium

14 years agoWrap too long line.
Xavier Claessens [Fri, 24 Jul 2009 11:20:35 +0000 (13:20 +0200)]
Wrap too long line.

14 years agoInit flags to 0 to make sure it is never undefined
Xavier Claessens [Fri, 24 Jul 2009 11:20:02 +0000 (13:20 +0200)]
Init flags to 0 to make sure it is never undefined

14 years agoAccept gibing NULL widget to empathy_url_show()
Xavier Claessens [Fri, 24 Jul 2009 11:19:27 +0000 (13:19 +0200)]
Accept gibing NULL widget to empathy_url_show()

14 years agoDo not have too complex code in var initialization.
Xavier Claessens [Fri, 24 Jul 2009 11:18:30 +0000 (13:18 +0200)]
Do not have too complex code in var initialization.

14 years agoLittle coding style cleanup
Xavier Claessens [Fri, 24 Jul 2009 11:18:06 +0000 (13:18 +0200)]
Little coding style cleanup

14 years agoSet default for enable_webkit_developer_tools gconf key
Xavier Claessens [Fri, 24 Jul 2009 07:11:47 +0000 (09:11 +0200)]
Set default for enable_webkit_developer_tools gconf key

14 years agoAdded Estonian translation.
Priit Laes [Wed, 29 Jul 2009 09:18:52 +0000 (12:18 +0300)]
Added Estonian translation.

14 years agoUpdate gitignore
Xavier Claessens [Fri, 24 Jul 2009 12:38:13 +0000 (14:38 +0200)]
Update gitignore

14 years agoAdd missing includes in empathy-share-my-desktop.c
Xavier Claessens [Fri, 24 Jul 2009 12:34:44 +0000 (14:34 +0200)]
Add missing includes in empathy-share-my-desktop.c

14 years agoMerge commit 'upstream/master' into mc5
Sjoerd Simons [Tue, 28 Jul 2009 09:20:27 +0000 (11:20 +0200)]
Merge commit 'upstream/master' into mc5

Conflicts:
libempathy-gtk/empathy-account-widget.c
src/empathy.c

14 years agoSet status text first in presence chooser widget model.
Frédéric Péters [Mon, 27 Jul 2009 20:58:01 +0000 (22:58 +0200)]
Set status text first in presence chooser widget model.

ATK will take the first column of the model to get the textual value
of a row, so make it something useful (instead of icon-name); also
fill that cell with a value for "custom message" commands, so they
are also known to ATK.  (GNOME bug 589830)

14 years agocorrectly display contact names in a11y tools (GNOME bug 545282)
Frédéric Péters [Mon, 27 Jul 2009 16:08:02 +0000 (18:08 +0200)]
correctly display contact names in a11y tools (GNOME bug 545282)

14 years agoUpdated Arabic translation
Khaled Hosny [Sat, 18 Jul 2009 05:38:36 +0000 (08:38 +0300)]
Updated Arabic translation

14 years agoUpdated Lithuanian translation
Žygimantas Beručka [Mon, 27 Jul 2009 12:10:59 +0000 (15:10 +0300)]
Updated Lithuanian translation

14 years agoUpdated German translation
Mario Blättermann [Sun, 26 Jul 2009 15:58:09 +0000 (17:58 +0200)]
Updated German translation

14 years agoUpdated Simplified Chinese translation.
Aron Xu [Sun, 26 Jul 2009 09:48:04 +0000 (17:48 +0800)]
Updated Simplified Chinese translation.

14 years agoUpdated Belarusian translation
Alexander Nyakhaychyk [Sat, 25 Jul 2009 07:50:56 +0000 (10:50 +0300)]
Updated Belarusian translation

14 years agoUpdated Belarusian translation
Alexander Nyakhaychyk [Fri, 24 Jul 2009 23:54:49 +0000 (02:54 +0300)]
Updated Belarusian translation

14 years agoFixed copy/paste mistake (Remove members from the right set)
Louis-Francis Ratté-Boulianne [Thu, 23 Jul 2009 14:56:42 +0000 (10:56 -0400)]
Fixed copy/paste mistake (Remove members from the right set)

14 years agoUpdated Swedish translation
Daniel Nylander [Wed, 22 Jul 2009 21:53:20 +0000 (23:53 +0200)]
Updated Swedish translation

14 years agoEnsure EmpathyConnectionManagers stays alive when still emitting signals
Sjoerd Simons [Wed, 22 Jul 2009 18:28:28 +0000 (19:28 +0100)]
Ensure EmpathyConnectionManagers stays alive when still emitting signals

14 years agoremove trailing tabulation
Frédéric Péters [Wed, 22 Jul 2009 15:15:52 +0000 (17:15 +0200)]
remove trailing tabulation

14 years agoAllow stop to be called if there isn't a backing channel
Sjoerd Simons [Tue, 21 Jul 2009 23:16:23 +0000 (00:16 +0100)]
Allow stop to be called if there isn't a backing channel

14 years agoDon't try to update the widgets if no account was selected
Sjoerd Simons [Tue, 21 Jul 2009 23:07:03 +0000 (00:07 +0100)]
Don't try to update the widgets if no account was selected

14 years agoGet the connection status, not the presence status string
Sjoerd Simons [Tue, 21 Jul 2009 23:06:14 +0000 (00:06 +0100)]
Get the connection status, not the presence status string

14 years agoIf the requested property is missing, assume we didn't request it
Sjoerd Simons [Tue, 21 Jul 2009 23:00:33 +0000 (00:00 +0100)]
If the requested property is missing, assume we didn't request it

MC5 tries to handle channels only signalled by the old NewChannel signal, but
the Requested property isn't set in that case. Assume that we didn't request it
in that case

14 years agoAdd the Apply widget to the IRC account settings dialog
Sjoerd Simons [Tue, 21 Jul 2009 18:42:40 +0000 (19:42 +0100)]
Add the Apply widget to the IRC account settings dialog

14 years agoAdd apply button for salut accounts
Sjoerd Simons [Tue, 21 Jul 2009 18:28:08 +0000 (19:28 +0100)]
Add apply button for salut accounts

14 years agoCorrectly implement empathy_account_is_valid
Sjoerd Simons [Tue, 21 Jul 2009 18:27:43 +0000 (19:27 +0100)]
Correctly implement empathy_account_is_valid

14 years agoHook up removing accounts in the accounts dialog
Sjoerd Simons [Tue, 21 Jul 2009 18:12:01 +0000 (19:12 +0100)]
Hook up removing accounts in the accounts dialog

14 years agoAdd api to remove accounts
Sjoerd Simons [Tue, 21 Jul 2009 18:11:50 +0000 (19:11 +0100)]
Add api to remove accounts

14 years agoAdd removed signal on EmpathyAccount
Sjoerd Simons [Tue, 21 Jul 2009 18:02:37 +0000 (19:02 +0100)]
Add removed signal on EmpathyAccount

14 years agoMake the account manager listen to AccountValidityChanged
Sjoerd Simons [Tue, 21 Jul 2009 17:45:20 +0000 (18:45 +0100)]
Make the account manager listen to AccountValidityChanged

14 years agoUse the account manager when the service is running, not when we receive NameOwnerChanged
Marco Barisione [Mon, 20 Jul 2009 12:25:23 +0000 (13:25 +0100)]
Use the account manager when the service is running, not when we receive NameOwnerChanged

14 years agoUpdated Galician Translation.
Fran Diéguez [Tue, 21 Jul 2009 17:17:58 +0000 (19:17 +0200)]
Updated Galician Translation.

14 years agoDisable tests that try to use MC4 related code
Sjoerd Simons [Tue, 21 Jul 2009 17:14:51 +0000 (18:14 +0100)]
Disable tests that try to use MC4 related code