]> git.0d.be Git - empathy.git/log
empathy.git
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.

14 years agoCancel existing group animation before starting another
Will Thompson [Tue, 22 Sep 2009 14:24:04 +0000 (15:24 +0100)]
Cancel existing group animation before starting another

Fixes Gnome bug #595962.

14 years agoAdd a Best fit button to the map view (#584034)
Olivier Le Thanh Duong [Thu, 3 Sep 2009 14:18:39 +0000 (16:18 +0200)]
Add a Best fit button to the map view (#584034)

Add a button to the contact map view which show all the contacts at once.

14 years agoDo not use math.h for trunc(). It is useless and it does not build because we don...
Xavier Claessens [Tue, 22 Sep 2009 08:14:55 +0000 (10:14 +0200)]
Do not use math.h for trunc(). It is useless and it does not build because we don't link with -lm.

14 years agoBump version to 2.29.1
Xavier Claessens [Mon, 21 Sep 2009 17:35:04 +0000 (19:35 +0200)]
Bump version to 2.29.1

14 years agoUpdate python bindings
Xavier Claessens [Mon, 21 Sep 2009 17:22:56 +0000 (19:22 +0200)]
Update python bindings

14 years agoUpdate NEWS
Xavier Claessens [Mon, 21 Sep 2009 17:07:22 +0000 (19:07 +0200)]
Update NEWS

14 years ago[help] Commenting out copyright info for now
Shaun McCance [Mon, 21 Sep 2009 16:57:40 +0000 (11:57 -0500)]
[help] Commenting out copyright info for now

14 years agoMerge commit 'istaz/handle_none'
Xavier Claessens [Sun, 20 Sep 2009 19:53:14 +0000 (21:53 +0200)]
Merge commit 'istaz/handle_none'

14 years agoFallback to the contact id if present when there is no room id for empathy_tp_chat
Olivier Le Thanh Duong [Sun, 20 Sep 2009 16:42:20 +0000 (18:42 +0200)]
Fallback to the contact id if present when there is no room id for empathy_tp_chat

14 years agoAdd StreamMedia channelfilters with InitialAudio and InitialVideo
Sjoerd Simons [Sun, 20 Sep 2009 11:58:06 +0000 (12:58 +0100)]
Add StreamMedia channelfilters with InitialAudio and InitialVideo

14 years agoSet the ice-udp capability directly as well
Sjoerd Simons [Sun, 20 Sep 2009 11:55:25 +0000 (12:55 +0100)]
Set the ice-udp capability directly as well

14 years agoUpdated Bulgarian translation
Yavor Doganov [Sun, 20 Sep 2009 06:04:10 +0000 (09:04 +0300)]
Updated Bulgarian translation

14 years agoUpdating Estonian translation
Mattias Põldaru [Fri, 18 Sep 2009 18:17:26 +0000 (21:17 +0300)]
Updating Estonian translation

14 years agomaithili update
Rajesh Ranjan [Fri, 18 Sep 2009 11:56:20 +0000 (17:26 +0530)]
maithili update

14 years agoMerge branch 'idle-state'
Jonny Lamb [Fri, 18 Sep 2009 10:52:23 +0000 (11:52 +0100)]
Merge branch 'idle-state'

14 years agoAdded Ukrainian translation
Maxim V. Dziumanenko [Fri, 18 Sep 2009 07:06:44 +0000 (10:06 +0300)]
Added Ukrainian translation

14 years agopresence-chooser: only listen to EmpathyIdle::notify::state
Jonny Lamb [Thu, 17 Sep 2009 22:45:03 +0000 (23:45 +0100)]
presence-chooser: only listen to EmpathyIdle::notify::state

Previously, when the global presence changed in EmpathyIdle, it would
notify for "state" and "status", so the state change callback would be
called twice.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoidle: wait for the account manager to be ready before setting initial state
Jonny Lamb [Thu, 17 Sep 2009 22:43:00 +0000 (23:43 +0100)]
idle: wait for the account manager to be ready before setting initial state

Also, if we can get the global presence from the account manager
straight away (in _init), then don't bother signalling the
change. Otherwise, do signal the initial setting so things like the
presence chooser and status icon will be updated with the initial
presence.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoUpdated Romanian translation
Lucian Adrian Grijincu [Thu, 17 Sep 2009 19:23:36 +0000 (22:23 +0300)]
Updated Romanian translation

14 years agoDon't paste if the remote contact is disconnected (#595417).
Cosimo Cecchi [Thu, 17 Sep 2009 12:04:25 +0000 (14:04 +0200)]
Don't paste if the remote contact is disconnected (#595417).

14 years agoIterate avatar tokens with a GHashTableIter
Will Thompson [Sat, 22 Aug 2009 17:30:46 +0000 (18:30 +0100)]
Iterate avatar tokens with a GHashTableIter

14 years agoGet rid of the last two _run_ calls in Empathy
Will Thompson [Sat, 22 Aug 2009 17:24:13 +0000 (18:24 +0100)]
Get rid of the last two _run_ calls in Empathy

Hooray! Also, don't try to get known avatar tokens or capabilities if
the CM doesn't support them. This reduces the outrageous Debug spam
when I connect to a Haze account or (worse) a big IRC channel.

Fixes Gnome bug #532737

14 years agoUpdated Lithuanian translation
Žygimantas Beručka [Wed, 16 Sep 2009 16:18:00 +0000 (19:18 +0300)]
Updated Lithuanian translation

14 years agoUpdated Finnish translation
Ilkka Tuohela [Wed, 16 Sep 2009 15:47:10 +0000 (18:47 +0300)]
Updated Finnish translation

14 years agoFix indentation of previous patch
Xavier Claessens [Wed, 16 Sep 2009 13:30:16 +0000 (15:30 +0200)]
Fix indentation of previous patch

14 years agoempathy_avatar_new takes ownership of arguments. Do not free filename.
Xavier Claessens [Wed, 16 Sep 2009 13:20:36 +0000 (15:20 +0200)]
empathy_avatar_new takes ownership of arguments. Do not free filename.

14 years agoUpdate Polish translation
Tomasz Dominikowski [Wed, 16 Sep 2009 13:23:52 +0000 (15:23 +0200)]
Update Polish translation

14 years agoUpdate Polish translation
Tomasz Dominikowski [Wed, 16 Sep 2009 13:23:04 +0000 (15:23 +0200)]
Update Polish translation

14 years agoUpdated Polish translation
Piotr Drąg [Wed, 16 Sep 2009 13:06:09 +0000 (15:06 +0200)]
Updated Polish translation

14 years agoUpdated Polish translation
Piotr Drąg [Sun, 13 Sep 2009 17:44:31 +0000 (19:44 +0200)]
Updated Polish translation

14 years agoUpdated Slovenian translation
Matej Urbančič [Wed, 16 Sep 2009 12:17:05 +0000 (14:17 +0200)]
Updated Slovenian translation

14 years agoUpdated Slovenian translation
Matej Urbančič [Wed, 16 Sep 2009 12:15:18 +0000 (14:15 +0200)]
Updated Slovenian translation

14 years agoUpdated Galician Translation
Antón Méixome [Wed, 16 Sep 2009 12:48:37 +0000 (14:48 +0200)]
Updated Galician Translation

14 years agoAdding as to LINGUAS and adding new Assamese translations.
Amitakhya Phukan [Wed, 16 Sep 2009 12:17:24 +0000 (17:47 +0530)]
Adding as to LINGUAS and adding new Assamese translations.

14 years agoOnly handle manually text channels.
Cosimo Cecchi [Tue, 15 Sep 2009 13:49:11 +0000 (15:49 +0200)]
Only handle manually text channels.

14 years agoDispatch existing channels once we initialize the connection.
Cosimo Cecchi [Tue, 15 Sep 2009 13:33:54 +0000 (15:33 +0200)]
Dispatch existing channels once we initialize the connection.

14 years agoUpdated Hungarian translation
Gabor Kelemen [Wed, 16 Sep 2009 10:36:50 +0000 (12:36 +0200)]
Updated Hungarian translation

14 years agoUpdated Bengali India Translations
Runa Bhattacharjee [Wed, 16 Sep 2009 09:19:26 +0000 (14:49 +0530)]
Updated Bengali India Translations

14 years agoUpdated Hebrew translation
Yaron Shahrabani [Tue, 15 Sep 2009 19:53:00 +0000 (22:53 +0300)]
Updated Hebrew translation

14 years agoUpdated Telugu Translation
krishnababu k [Tue, 15 Sep 2009 14:43:58 +0000 (20:13 +0530)]
Updated Telugu Translation

14 years agoFix long lines.
Cosimo Cecchi [Tue, 15 Sep 2009 10:12:55 +0000 (12:12 +0200)]
Fix long lines.

14 years agoAlways call _ensure_channel for text chats.
Cosimo Cecchi [Tue, 15 Sep 2009 10:12:16 +0000 (12:12 +0200)]
Always call _ensure_channel for text chats.

So we can catch opened channels as well, e.g. if we crashed.

14 years agoRelease the busname on disposal.
Cosimo Cecchi [Tue, 15 Sep 2009 10:11:16 +0000 (12:11 +0200)]
Release the busname on disposal.

14 years ago[help] Fixed MSN support of audio/video call, chenged to Yes
Milo Casagrande [Tue, 15 Sep 2009 07:19:13 +0000 (09:19 +0200)]
[help] Fixed MSN support of audio/video call, chenged to Yes

14 years agoUse : instead of / to seperate account and contact id
Sjoerd Simons [Mon, 14 Sep 2009 22:27:21 +0000 (23:27 +0100)]
Use : instead of / to seperate account and contact id

14 years agoCorrectly split and sanity check dropped contacts
Sjoerd Simons [Mon, 14 Sep 2009 22:21:17 +0000 (23:21 +0100)]
Correctly split and sanity check dropped contacts

14 years agoIgnore the drop if we can't get the right information from it
Sjoerd Simons [Mon, 14 Sep 2009 22:12:38 +0000 (23:12 +0100)]
Ignore the drop if we can't get the right information from it

14 years agoDon't use "/" to separate account and contact.
Cosimo Cecchi [Mon, 14 Sep 2009 16:05:14 +0000 (18:05 +0200)]
Don't use "/" to separate account and contact.

14 years agoFix previous patch.
Steve Frécinaux [Mon, 14 Sep 2009 19:10:36 +0000 (21:10 +0200)]
Fix previous patch.

Sometimes, reworking trivial patches goes bad...

14 years agoEnsure the Contact List is moved to the current workspace when shown.
Steve Frécinaux [Mon, 14 Sep 2009 18:31:23 +0000 (20:31 +0200)]
Ensure the Contact List is moved to the current workspace when shown.

The new metacity/mutter 2.27 only moves windows to current workspace on
present() when the window is a dialog. The Contact List isn't one, so we
try to be smart and move explicitely the window's toplevel GdkWindow on
the current workspace before trying to present it.
This has been tested successfully with mutter 2.27 and metacity 2.26.

This fixes Bug 593883 - Empathy misbehaviour within gnome-shell.

14 years agoDepend on released libchamplain 0.4
Pierre-Luc Beaudoin [Mon, 14 Sep 2009 18:11:36 +0000 (14:11 -0400)]
Depend on released libchamplain 0.4

14 years agoPlug some leaks
Cosimo Cecchi [Mon, 14 Sep 2009 15:16:15 +0000 (17:16 +0200)]
Plug some leaks

14 years agoAdded Asturian translation
Astur [Mon, 14 Sep 2009 14:40:33 +0000 (16:40 +0200)]
Added Asturian translation

14 years agoCheck for NULL sink.
Cosimo Cecchi [Mon, 14 Sep 2009 14:29:26 +0000 (16:29 +0200)]
Check for NULL sink.

14 years agoFix long lines.
Cosimo Cecchi [Mon, 14 Sep 2009 14:24:43 +0000 (16:24 +0200)]
Fix long lines.

14 years agoMove the toolbar setup after we initialize the audio output
Cosimo Cecchi [Mon, 14 Sep 2009 14:24:16 +0000 (16:24 +0200)]
Move the toolbar setup after we initialize the audio output

14 years agoUpdated Bengali India Translations
Runa Bhattacharjee [Mon, 14 Sep 2009 12:44:50 +0000 (18:14 +0530)]
Updated Bengali India Translations

14 years agoFix a long line.
Cosimo Cecchi [Mon, 14 Sep 2009 10:10:40 +0000 (12:10 +0200)]
Fix a long line.