]> git.0d.be Git - empathy.git/log
empathy.git
14 years agoRemove the weak_object parameter when requesting channels.
Mike Ruprecht [Wed, 14 Oct 2009 21:23:43 +0000 (16:23 -0500)]
Remove the weak_object parameter when requesting channels.

Use the EmpathyDispatcher pointed to in the DispatcherRequestData instead of
the weak_object. Outstanding channel requests were being cancelled in the
EmpathyDispatcher's finalize method. This had the potential to double-cancel
the requests when the weak_object (EmpathyDispatcher) was unreffed, causing a
segmentation fault.

14 years agoMake sure the account manager is completely unreffed when exiting
Sjoerd Simons [Wed, 14 Oct 2009 15:25:12 +0000 (11:25 -0400)]
Make sure the account manager is completely unreffed when exiting

14 years agoLet empathy -a show the assistant if applicable
Sjoerd Simons [Tue, 13 Oct 2009 23:57:07 +0000 (19:57 -0400)]
Let empathy -a show the assistant if applicable

14 years agoWhen starting hidden don't show the assistant
Sjoerd Simons [Tue, 13 Oct 2009 23:38:21 +0000 (19:38 -0400)]
When starting hidden don't show the assistant

14 years agoShow the assistant if there are no non-salut accounts
Sjoerd Simons [Tue, 13 Oct 2009 23:22:40 +0000 (19:22 -0400)]
Show the assistant if there are no non-salut accounts

14 years agoUse a nicer callback name
Sjoerd Simons [Wed, 14 Oct 2009 16:44:11 +0000 (12:44 -0400)]
Use a nicer callback name

14 years agoUse empathy_signal_connect_weak
Sjoerd Simons [Wed, 14 Oct 2009 16:15:17 +0000 (12:15 -0400)]
Use empathy_signal_connect_weak

14 years agomake the presence chooser insensitive no accounts are enabled
Sjoerd Simons [Wed, 14 Oct 2009 00:25:04 +0000 (20:25 -0400)]
make the presence chooser insensitive no accounts are enabled

When there are no accounts enabled, there isn't really any point in setting a
presence and it's a bit confusing to the user as their action doesn't actually
have a result

Fixes #598354

14 years agoaccounts_dialog_add_account: connect notify::display-name using empathy_signal_connec...
Guillaume Desmottes [Wed, 14 Oct 2009 14:34:01 +0000 (15:34 +0100)]
accounts_dialog_add_account: connect notify::display-name using empathy_signal_connect_weak

empathy_signal_connect_weak will disconnect the signal when the accounts
dialog is disposed. (#598408)

14 years agocopy empathy_signal_connect_weak from telepathy-gabble
Guillaume Desmottes [Wed, 14 Oct 2009 14:20:20 +0000 (15:20 +0100)]
copy empathy_signal_connect_weak from telepathy-gabble

14 years agoUpdated Greek translation.
Kostas Papadimas [Wed, 14 Oct 2009 15:54:17 +0000 (18:54 +0300)]
Updated Greek translation.

14 years agoUse the protocol display name for new account names
Sjoerd Simons [Tue, 13 Oct 2009 20:34:59 +0000 (16:34 -0400)]
Use the protocol display name for new account names

As the default display name for new accounts use the pretty human-readable
version instead of the telepathy protocol names

Fixes #598355

14 years agoCancel outstanding channel requests if connection to the CM is lost.
Mike Ruprecht [Tue, 13 Oct 2009 23:40:52 +0000 (18:40 -0500)]
Cancel outstanding channel requests if connection to the CM is lost.

When the connection to a given channel manager was lost (such as it crashed),
any outstanding channel requests were freed, but then the request callback
fired with an invalid (already freed) DispatcherRequestData parameter. It
subsequently used this invalid data and crashed.

This patch cancels all outstanding channel requests when they are freed so the
callback isn't called with invalid data. Fixes #598332

14 years agoUpdated Czech translation by Marek Cernocky
Petr Kovar [Tue, 13 Oct 2009 21:17:09 +0000 (23:17 +0200)]
Updated Czech translation by Marek Cernocky

14 years agoFix typo, correctly set the description of the sound being played.
Xavier Claessens [Mon, 12 Oct 2009 13:51:33 +0000 (15:51 +0200)]
Fix typo, correctly set the description of the sound being played.

14 years agoMerge branch 'refactor-context-menu'
Gustavo Noronha Silva [Mon, 12 Oct 2009 12:50:58 +0000 (09:50 -0300)]
Merge branch 'refactor-context-menu'

14 years agoUpdated Tamil translation
drtvasudevan [Sun, 11 Oct 2009 06:31:46 +0000 (12:01 +0530)]
Updated Tamil translation

14 years agoUpdated Hungarian translation
Gabor Kelemen [Sat, 10 Oct 2009 22:40:55 +0000 (00:40 +0200)]
Updated Hungarian translation

14 years agoUpdated Hungarian translation
Gabor Kelemen [Sat, 10 Oct 2009 21:59:59 +0000 (23:59 +0200)]
Updated Hungarian translation

14 years agoUpdated Czech translation by Jan Drabek
Petr Kovar [Sat, 10 Oct 2009 15:39:57 +0000 (17:39 +0200)]
Updated Czech translation by Jan Drabek

Reviewed by: Lucas Lommer & Petr Kovar.

14 years agoUpdated Spanish translation
Jorge González [Sat, 10 Oct 2009 10:01:15 +0000 (12:01 +0200)]
Updated Spanish translation

14 years agoImproved French translation
Claude Paroz [Fri, 9 Oct 2009 21:16:45 +0000 (23:16 +0200)]
Improved French translation

14 years agoUpdated Italian translation
Milo Casagrande [Fri, 9 Oct 2009 19:53:57 +0000 (21:53 +0200)]
Updated Italian translation

14 years agoRefactor context menu code to use new HitTestResult API
Gustavo Noronha Silva [Fri, 9 Oct 2009 14:52:24 +0000 (11:52 -0300)]
Refactor context menu code to use new HitTestResult API

This is a big cleanup of the context menu code. The current API in
WebKit is still not perfect, but we are now able to avoid lots of
hacks and work-arounds.

14 years agoAdd missing ; to make it build.
Xavier Claessens [Thu, 8 Oct 2009 19:30:44 +0000 (21:30 +0200)]
Add missing ; to make it build.

14 years agoUpdated Bulgarian translation
Alexander Shopov [Wed, 7 Oct 2009 04:39:24 +0000 (07:39 +0300)]
Updated Bulgarian translation

14 years agoUpdated Catalan translation
Gil Forcada [Tue, 6 Oct 2009 15:12:58 +0000 (17:12 +0200)]
Updated Catalan translation

14 years agoRemoved leak with g_string_free, added comment for 0xFFFC
Gabriel Millaire [Tue, 6 Oct 2009 08:24:52 +0000 (10:24 +0200)]
Removed leak with g_string_free, added comment for 0xFFFC

14 years agoaccounts_dialog_account_display_name_changed_cb: check that accounts_dialog_model_get...
Guillaume Desmottes [Mon, 5 Oct 2009 14:07:15 +0000 (15:07 +0100)]
accounts_dialog_account_display_name_changed_cb: check that accounts_dialog_model_get_selected_settings didn't return NULL (#597416)

All the other callers of this function cope with setting being NULL so
this one should do as well.

14 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Mon, 5 Oct 2009 15:24:40 +0000 (22:24 +0700)]
Updated Thai translation.

14 years agoMerge branch 'fix-headers-597293'
Guillaume Desmottes [Mon, 5 Oct 2009 12:37:47 +0000 (13:37 +0100)]
Merge branch 'fix-headers-597293'

14 years agoMerge branch 'contact-info'
Xavier Claessens [Mon, 5 Oct 2009 11:29:02 +0000 (13:29 +0200)]
Merge branch 'contact-info'

14 years agoupgrade Python bindings
Guillaume Desmottes [Mon, 5 Oct 2009 11:27:48 +0000 (12:27 +0100)]
upgrade Python bindings

14 years agoremove empathy_account_manager_remove from header; function has been removed
Guillaume Desmottes [Mon, 5 Oct 2009 11:25:57 +0000 (12:25 +0100)]
remove empathy_account_manager_remove from header; function has been removed

14 years agoremove empathy_tp_contact_list_can_add from header; function has been removed
Guillaume Desmottes [Mon, 5 Oct 2009 11:25:29 +0000 (12:25 +0100)]
remove empathy_tp_contact_list_can_add from header; function has been removed

14 years agoRename HAVE_NBTK to HAVE_MOBLIN.
Xavier Claessens [Mon, 5 Oct 2009 10:07:21 +0000 (12:07 +0200)]
Rename HAVE_NBTK to HAVE_MOBLIN.

14 years agoFix the contact information dialog's window.
Xavier Claessens [Mon, 5 Oct 2009 07:53:07 +0000 (09:53 +0200)]
Fix the contact information dialog's window.

14 years agoadd myself as maintainer
Guillaume Desmottes [Sun, 4 Oct 2009 16:31:36 +0000 (17:31 +0100)]
add myself as maintainer

14 years agoUpdated Slovenian translation
Matej Urbančič [Sun, 4 Oct 2009 07:40:14 +0000 (09:40 +0200)]
Updated Slovenian translation

14 years agoUpdated German doc translation
Mario Blättermann [Sat, 3 Oct 2009 14:04:05 +0000 (16:04 +0200)]
Updated German doc translation

14 years agoUpdated italian translation
Milo Casagrande [Sat, 3 Oct 2009 12:01:12 +0000 (14:01 +0200)]
Updated italian translation

14 years agoUpdated Swedish translation
Daniel Nylander [Sat, 3 Oct 2009 08:14:08 +0000 (10:14 +0200)]
Updated Swedish translation

14 years agoUpdated Italian translation
Milo Casagrande [Fri, 2 Oct 2009 20:08:29 +0000 (22:08 +0200)]
Updated Italian translation

14 years agoUpdated German translation
Mario Blättermann [Fri, 2 Oct 2009 18:21:55 +0000 (20:21 +0200)]
Updated German translation

14 years agoempathy-accounts-dialog: 'Create' button should be 'Next' on Moblin
Guillaume Desmottes [Fri, 2 Oct 2009 16:23:52 +0000 (17:23 +0100)]
empathy-accounts-dialog: 'Create' button should be 'Next' on Moblin

14 years agoRemove the logic that re-applies the original enabled value.
Cosimo Cecchi [Fri, 2 Oct 2009 10:30:01 +0000 (12:30 +0200)]
Remove the logic that re-applies the original enabled value.

Now that we instant-apply the setting, this is not needed anymore.
Also, this fixes a crasher.

14 years agoempathy-account-widget: document that the 'Account:' string is moblin specific
Guillaume Desmottes [Fri, 2 Oct 2009 16:01:51 +0000 (17:01 +0100)]
empathy-account-widget: document that the 'Account:' string is moblin specific

14 years agoFix a typo in a string.
Cosimo Cecchi [Fri, 2 Oct 2009 16:04:41 +0000 (18:04 +0200)]
Fix a typo in a string.

14 years agoChange strings for the remove dialog on the moblin build.
Cosimo Cecchi [Fri, 2 Oct 2009 13:08:49 +0000 (15:08 +0200)]
Change strings for the remove dialog on the moblin build.

14 years agoRename the Connect button to "Log in" on Moblin.
Cosimo Cecchi [Fri, 2 Oct 2009 12:51:15 +0000 (14:51 +0200)]
Rename the Connect button to "Log in" on Moblin.

14 years agoBring up notifications until the conversation is accepted (#597125)
Rob Bradford [Fri, 2 Oct 2009 15:04:10 +0000 (16:04 +0100)]
Bring up notifications until the conversation is accepted (#597125)

Rather than filter out message received signals for new conversations
that have already been tried to be initiated let them pass through. This
results in you getting notifications repeatedly until you open accept the
conversation and open the conversation window with the user.

14 years agofix coding styles
Guillaume Desmottes [Fri, 2 Oct 2009 13:12:34 +0000 (14:12 +0100)]
fix coding styles

14 years agoempathy-status-icon: check if notification daemon supports actions
Guillaume Desmottes [Fri, 2 Oct 2009 12:02:25 +0000 (13:02 +0100)]
empathy-status-icon: check if notification daemon supports actions

14 years agoinitialize libnotify earlier in main()
Guillaume Desmottes [Fri, 2 Oct 2009 11:50:48 +0000 (12:50 +0100)]
initialize libnotify earlier in main()

The status icon will have to query the notify daemon during its
construction so libnotify has to be already initialized.

14 years agoAdd a "Respond" button to notifications to provide a positive action (#589408)
Rob Bradford [Fri, 2 Oct 2009 11:27:23 +0000 (12:27 +0100)]
Add a "Respond" button to notifications to provide a positive action (#589408)

The positive action is the same positive action that would be
accomplished by clicking on the status icon.

14 years agoadd event type to EmpathyEvent (#589409)
Guillaume Desmottes [Fri, 2 Oct 2009 14:16:27 +0000 (15:16 +0100)]
add event type to EmpathyEvent (#589409)

14 years agoMerge branch 'chain'
Cosimo Cecchi [Thu, 1 Oct 2009 15:59:04 +0000 (17:59 +0200)]
Merge branch 'chain'

14 years agoMerge commit 'gabriel/fix-581488'
Dafydd Harries [Thu, 1 Oct 2009 14:32:28 +0000 (15:32 +0100)]
Merge commit 'gabriel/fix-581488'

14 years agoChain up to the parent class render, instead of copying it.
Cosimo Cecchi [Thu, 1 Oct 2009 11:05:12 +0000 (13:05 +0200)]
Chain up to the parent class render, instead of copying it.

14 years agoReturn if the renderer has no pixbuf.
Cosimo Cecchi [Thu, 1 Oct 2009 10:14:53 +0000 (12:14 +0200)]
Return if the renderer has no pixbuf.

14 years agoempathy.schemas.in: s/criterium/criterion (#594308)
Guillaume Desmottes [Tue, 8 Sep 2009 13:23:09 +0000 (14:23 +0100)]
empathy.schemas.in: s/criterium/criterion (#594308)

14 years agoRephrase geolocation preferences (#585957)
Pierre-Luc Beaudoin [Thu, 1 Oct 2009 09:04:26 +0000 (10:04 +0100)]
Rephrase geolocation preferences (#585957)

14 years agoFixed a leak of str
Gabriel Millaire [Wed, 30 Sep 2009 18:17:05 +0000 (14:17 -0400)]
Fixed a leak of str

14 years agoFix after review
Gabriel Millaire [Tue, 29 Sep 2009 21:57:53 +0000 (17:57 -0400)]
Fix after review
- Early return if no selection
- Now uses a for-loop with gtk_text_iter_equal
- Renamed flag_return to ignore_newlines, same meaning
- Improvement to string_append

14 years agoFix copy clipboard to show smileys and to show name and time when using themes other...
Gabriel Millaire [Wed, 1 Jul 2009 17:17:00 +0000 (13:17 -0400)]
Fix copy clipboard to show smileys and to show name and time when using themes other than Classic
Adds an association string to hbox for name and time in themes, adds an association string to pixbuf smiley

14 years agoEven if Next*.html are missing, we have to use the appendNextMessage js function...
Xavier Claessens [Wed, 30 Sep 2009 07:40:16 +0000 (09:40 +0200)]
Even if Next*.html are missing, we have to use the appendNextMessage js function for consecutive message.

14 years agoRespect "DisableCombineConsecutive" adium theme setting. Fixes bug #596317
Xavier Claessens [Mon, 28 Sep 2009 07:52:41 +0000 (09:52 +0200)]
Respect "DisableCombineConsecutive" adium theme setting. Fixes bug #596317

14 years agoMake the correct fallbacks in case of missing html files in an Adium theme. Fixes...
Xavier Claessens [Mon, 28 Sep 2009 07:44:30 +0000 (09:44 +0200)]
Make the correct fallbacks in case of missing html files in an Adium theme. Fixes bug #596303

14 years agoDon't rely on EmpathyAccountManager to be ready.
Cosimo Cecchi [Wed, 30 Sep 2009 13:06:13 +0000 (15:06 +0200)]
Don't rely on EmpathyAccountManager to be ready.

This fixes a crash when Empathy is launched with the '--accounts'
option.

14 years agoRename the Create button to Add on moblin.
Cosimo Cecchi [Wed, 30 Sep 2009 10:24:30 +0000 (12:24 +0200)]
Rename the Create button to Add on moblin.

14 years agoDisable account creation on moblin.
Cosimo Cecchi [Wed, 30 Sep 2009 10:24:18 +0000 (12:24 +0200)]
Disable account creation on moblin.

14 years agoAdd a spacing of 6 between the buttons.
Cosimo Cecchi [Wed, 30 Sep 2009 09:57:45 +0000 (11:57 +0200)]
Add a spacing of 6 between the buttons.

14 years agoMake sure the Add and Import buttons are always the same height.
Cosimo Cecchi [Wed, 30 Sep 2009 09:44:46 +0000 (11:44 +0200)]
Make sure the Add and Import buttons are always the same height.

14 years agoDon't expand/fill the import button.
Cosimo Cecchi [Wed, 30 Sep 2009 09:33:44 +0000 (11:33 +0200)]
Don't expand/fill the import button.

14 years agoHide the action area if we're on moblin.
Cosimo Cecchi [Wed, 30 Sep 2009 09:07:46 +0000 (11:07 +0200)]
Hide the action area if we're on moblin.

14 years agoAdd a vertical padding to the rows.
Cosimo Cecchi [Wed, 30 Sep 2009 08:55:16 +0000 (10:55 +0200)]
Add a vertical padding to the rows.

14 years agoUse the property in the accounts dialog.
Cosimo Cecchi [Tue, 29 Sep 2009 15:31:14 +0000 (17:31 +0200)]
Use the property in the accounts dialog.

14 years agoAdd a "show-on-select" property.
Cosimo Cecchi [Tue, 29 Sep 2009 15:30:23 +0000 (17:30 +0200)]
Add a "show-on-select" property.

This implies copying the render function from gtkcellrendererpixbuf.c
and modifying it slightly.

14 years agoUpdated German doc translation
Mario Blättermann [Tue, 29 Sep 2009 19:25:30 +0000 (21:25 +0200)]
Updated German doc translation

14 years agoAdd an import button back to the accounts dialog.
Cosimo Cecchi [Mon, 28 Sep 2009 15:11:55 +0000 (17:11 +0200)]
Add an import button back to the accounts dialog.

The button is only shown when there are actually accounts to import.

14 years agoMerge branch 'moblin'
Cosimo Cecchi [Mon, 28 Sep 2009 14:39:59 +0000 (16:39 +0200)]
Merge branch 'moblin'

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

14 years agoInstant-apply the "enabled" setting.
Cosimo Cecchi [Mon, 28 Sep 2009 10:18:40 +0000 (12:18 +0200)]
Instant-apply the "enabled" setting.

14 years agoInstant-apply the "enabled" setting.
Cosimo Cecchi [Mon, 28 Sep 2009 10:18:40 +0000 (12:18 +0200)]
Instant-apply the "enabled" setting.

14 years agoAdd configure switches for nbtk (off by default).
Cosimo Cecchi [Sun, 27 Sep 2009 18:17:50 +0000 (20:17 +0200)]
Add configure switches for nbtk (off by default).

14 years agoAdd an optional NbtkGtkLightSwitch.
Cosimo Cecchi [Sun, 27 Sep 2009 18:16:50 +0000 (20:16 +0200)]
Add an optional NbtkGtkLightSwitch.

Use an optional NbtkGtkLightSwitch instead of a GtkToggleButton to set
an account enabled/disabled.

14 years agoUpdated Japanese translation
Kentaro Kazuhama [Sun, 27 Sep 2009 03:44:12 +0000 (12:44 +0900)]
Updated Japanese translation

14 years agoUpdated Italian translation
Milo Casagrande [Sat, 26 Sep 2009 14:21:39 +0000 (16:21 +0200)]
Updated Italian translation

14 years agoUpdated Polish translation
Tomasz Dominikowski [Thu, 24 Sep 2009 23:05:07 +0000 (01:05 +0200)]
Updated Polish translation

14 years agoUpdate POTFILES to match new nst plugin name
Bastien Nocera [Thu, 24 Sep 2009 15:44:47 +0000 (16:44 +0100)]
Update POTFILES to match new nst plugin name

14 years agoAdd nautilus-sendto plugin
Bastien Nocera [Wed, 23 Sep 2009 13:17:57 +0000 (14:17 +0100)]
Add nautilus-sendto plugin

As nautilus-sendto now exports its plugin API.

https://bugzilla.gnome.org/show_bug.cgi?id=596075

14 years agoDon't rely on the widget allocation to be != 0.
Cosimo Cecchi [Wed, 23 Sep 2009 16:43:43 +0000 (18:43 +0200)]
Don't rely on the widget allocation to be != 0.

This should fix bug #595945.

14 years agoUpdated Spanish translation
Jorge González [Thu, 24 Sep 2009 08:28:46 +0000 (10:28 +0200)]
Updated Spanish translation

14 years agoFix little coding style
Xavier Claessens [Fri, 18 Sep 2009 09:29:29 +0000 (11:29 +0200)]
Fix little coding style

14 years agoBump GLib requirement to 2.22.0
Xavier Claessens [Thu, 24 Sep 2009 07:08:56 +0000 (09:08 +0200)]
Bump GLib requirement to 2.22.0

14 years agoRevert "Revert "Remove deprecated call to g_mapped_file_free()""
Xavier Claessens [Thu, 24 Sep 2009 07:05:51 +0000 (09:05 +0200)]
Revert "Revert "Remove deprecated call to g_mapped_file_free()""

This reverts commit 0343c43f77ab5e59c614af0c0fa60d518d78a774.

14 years agoMerge branch 'missing-icon'
Cosimo Cecchi [Wed, 23 Sep 2009 16:24:24 +0000 (18:24 +0200)]
Merge branch 'missing-icon'

14 years agoDon't show the "missing" image (#595921).
Cosimo Cecchi [Wed, 23 Sep 2009 16:10:43 +0000 (18:10 +0200)]
Don't show the "missing" image (#595921).

If the icon theme doesn't have the protocol icon for the account we
currently selected, show a default icon.

14 years agoDon't always show the main window (#596044).
Cosimo Cecchi [Wed, 23 Sep 2009 15:51:22 +0000 (17:51 +0200)]
Don't always show the main window (#596044).

14 years agoMerge branch 'contact-id'
Xavier Claessens [Wed, 23 Sep 2009 13:36:39 +0000 (15:36 +0200)]
Merge branch 'contact-id'

14 years agoInit contact_id to NULL to silent some stupid compilators. It can't really be used...
Xavier Claessens [Wed, 23 Sep 2009 13:29:15 +0000 (15:29 +0200)]
Init contact_id to NULL to silent some stupid compilators. It can't really be used not initialized anyway.