]> git.0d.be Git - empathy.git/log
empathy.git
14 years agoFix memleak in empathy_contact_invite_menu_item_new. Just calling
Lars-Peter Clausen [Sun, 19 Apr 2009 15:02:02 +0000 (17:02 +0200)]
Fix memleak in empathy_contact_invite_menu_item_new. Just calling
gtk_widget_destroy on submenu won't free it since it is floating.

14 years agoFix memleak. Free strings retrieved from gtk_tree_model_get.
Lars-Peter Clausen [Sat, 18 Apr 2009 01:18:15 +0000 (03:18 +0200)]
Fix memleak. Free strings retrieved from gtk_tree_model_get.

14 years agoFix memleak in empathy_account_manager_init. Do not create unused account data.
Lars-Peter Clausen [Sat, 18 Apr 2009 00:38:08 +0000 (02:38 +0200)]
Fix memleak in empathy_account_manager_init. Do not create unused account data.

14 years agoFix memleak in empathy_tp_file_accept. Free content of priv->filename before
Lars-Peter Clausen [Sat, 18 Apr 2009 00:30:21 +0000 (02:30 +0200)]
Fix memleak in empathy_tp_file_accept. Free content of priv->filename before
overwriting it.

14 years agofix memleak in preferences_widget_sync_string_combo. Previously name was not
Lars-Peter Clausen [Sat, 18 Apr 2009 00:10:49 +0000 (02:10 +0200)]
fix memleak in preferences_widget_sync_string_combo. Previously name was not
freed if it was a match.

14 years agoFix memleak in log_store_empathy_get_chats_for_dir. Only build filename if its
Lars-Peter Clausen [Fri, 17 Apr 2009 21:00:10 +0000 (23:00 +0200)]
Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if its
needed and freed again.

14 years agoCoding style fix
Davyd Madeley [Tue, 21 Apr 2009 08:07:16 +0000 (16:07 +0800)]
Coding style fix

14 years agos/favourite/favorite/
Davyd Madeley [Tue, 21 Apr 2009 01:53:20 +0000 (09:53 +0800)]
s/favourite/favorite/

14 years agoReliably set favourite-star
Davyd Madeley [Tue, 21 Apr 2009 01:50:45 +0000 (09:50 +0800)]
Reliably set favourite-star

14 years agoUpdate the preset list
Davyd Madeley [Tue, 21 Apr 2009 01:37:16 +0000 (09:37 +0800)]
Update the preset list

14 years agoAdd a favourite icon to custom/saved messages
Davyd Madeley [Tue, 21 Apr 2009 01:28:12 +0000 (09:28 +0800)]
Add a favourite icon to custom/saved messages

15 years agoMore icon sizes
Davyd Madeley [Mon, 20 Apr 2009 08:50:48 +0000 (16:50 +0800)]
More icon sizes

15 years agoIcons from Firefox
Davyd Madeley [Mon, 20 Apr 2009 05:07:38 +0000 (13:07 +0800)]
Icons from Firefox

15 years agoMerge commit 'bigon/configure-deprecated-flag'
Xavier Claessens [Sun, 19 Apr 2009 08:22:33 +0000 (10:22 +0200)]
Merge commit 'bigon/configure-deprecated-flag'

15 years agoFix plural forms
Khaled Hosny [Sat, 18 Apr 2009 20:33:14 +0000 (22:33 +0200)]
Fix plural forms

15 years agoUpdated Spanish translation
Jorge Gonzalez [Sat, 18 Apr 2009 18:34:09 +0000 (20:34 +0200)]
Updated Spanish translation

15 years agoUpdated British English translation
Philip Withnall [Sat, 18 Apr 2009 15:48:53 +0000 (16:48 +0100)]
Updated British English translation

15 years agoFix coding style by not going over 80 chars too much
Pierre-Luc Beaudoin [Fri, 17 Apr 2009 20:19:34 +0000 (16:19 -0400)]
Fix coding style by not going over 80 chars too much

15 years agoFix indent and translation
Pierre-Luc Beaudoin [Fri, 17 Apr 2009 19:45:48 +0000 (15:45 -0400)]
Fix indent and translation

15 years agoFix memory leaks + minor coding style changes
Pierre-Luc Beaudoin [Fri, 17 Apr 2009 19:27:11 +0000 (15:27 -0400)]
Fix memory leaks + minor coding style changes

15 years agoAdd members, invite and password columns to Join dialog
Pierre-Luc Beaudoin [Thu, 16 Apr 2009 17:15:18 +0000 (13:15 -0400)]
Add members, invite and password columns to Join dialog

15 years agoAdd more information to EmpathyChatroom
Pierre-Luc Beaudoin [Wed, 17 Dec 2008 22:41:30 +0000 (17:41 -0500)]
Add more information to EmpathyChatroom
- Invite Only
- Require password
- Subject
- Member count

15 years agoModify deeply the join chatroom dialog.
Pierre-Luc Beaudoin [Thu, 16 Apr 2009 15:57:08 +0000 (11:57 -0400)]
Modify deeply the join chatroom dialog.
The rationale is that the room list is now loaded when
the expander is open.  It will refresh it if is open and
the server is changed.

15 years agoRemove the New in Join New... menu item
Pierre-Luc Beaudoin [Thu, 16 Apr 2009 14:50:30 +0000 (10:50 -0400)]
Remove the New in Join New... menu item
As the the dialog doesn't necessarily create a new room, it makes no sens.

15 years agoUpdated POTFILES.in (.glade to .ui)
Claude Paroz [Fri, 17 Apr 2009 20:03:54 +0000 (22:03 +0200)]
Updated POTFILES.in (.glade to .ui)

15 years agoAM_MAINTAINER_MODE is evil
Olivier Crête [Fri, 17 Apr 2009 17:33:10 +0000 (13:33 -0400)]
AM_MAINTAINER_MODE is evil

15 years agoUse autotools magic to take care of disabling deprecated symbols
Laurent Bigonville [Fri, 17 Apr 2009 16:24:42 +0000 (18:24 +0200)]
Use autotools magic to take care of disabling deprecated symbols

Passing --enable-maintainer-mode to the configure will disable
deprecated symbols

15 years agoCorrect English.
Jonny Lamb [Fri, 17 Apr 2009 15:21:00 +0000 (16:21 +0100)]
Correct English.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
15 years agoFix urgency hint for MUCs
Xavier Claessens [Fri, 17 Apr 2009 12:50:06 +0000 (14:50 +0200)]
Fix urgency hint for MUCs

15 years agotp-tube: remove priv->parameters
Guillaume Desmottes [Fri, 17 Apr 2009 10:52:12 +0000 (11:52 +0100)]
tp-tube: remove priv->parameters

15 years agotp-tube: remove priv->service
Guillaume Desmottes [Fri, 17 Apr 2009 10:51:04 +0000 (11:51 +0100)]
tp-tube: remove priv->service

15 years agotp-tube: remove priv->initiator_contact and priv->factory as they are not used
Guillaume Desmottes [Fri, 17 Apr 2009 10:48:29 +0000 (11:48 +0100)]
tp-tube: remove priv->initiator_contact and priv->factory as they are not used

15 years agoempathy-tp-tube: remove initiator and type member variables as they are not used
Guillaume Desmottes [Thu, 16 Apr 2009 15:49:15 +0000 (16:49 +0100)]
empathy-tp-tube: remove initiator and type member variables as they are not used

15 years agoempathy_tp_tube_class_init: set NUM_EMP_TUBE_CHANNEL_STATES as max value for the...
Guillaume Desmottes [Thu, 16 Apr 2009 15:43:14 +0000 (16:43 +0100)]
empathy_tp_tube_class_init: set NUM_EMP_TUBE_CHANNEL_STATES as max value for the state property

15 years agoempathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGS
Guillaume Desmottes [Thu, 16 Apr 2009 15:32:29 +0000 (16:32 +0100)]
empathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGS

15 years agoempathy-tp-tube: the state is a EmpTubeChannelState not a guint
Guillaume Desmottes [Thu, 16 Apr 2009 15:30:49 +0000 (16:30 +0100)]
empathy-tp-tube: the state is a EmpTubeChannelState not a guint

15 years agoSave empathy-presence-chooser.ui using glade-3, it fix a crasher because of malformed...
Xavier Claessens [Fri, 17 Apr 2009 08:38:26 +0000 (10:38 +0200)]
Save empathy-presence-chooser.ui using glade-3, it fix a crasher because of malformed format.

15 years agoRemove comments coming from the doap template
Xavier Claessens [Thu, 16 Apr 2009 22:38:56 +0000 (00:38 +0200)]
Remove comments coming from the doap template

15 years agoUpdated Arabic translation
Khaled Hosny [Thu, 16 Apr 2009 21:42:58 +0000 (23:42 +0200)]
Updated Arabic translation

15 years agoAdd empathy.doap file for project description.
Xavier Claessens [Thu, 16 Apr 2009 21:27:45 +0000 (23:27 +0200)]
Add empathy.doap file for project description.

15 years agoFix python bingind
Xavier Claessens [Thu, 16 Apr 2009 13:52:26 +0000 (15:52 +0200)]
Fix python bingind

15 years agoFix compilation warning: chatrooms_window_model_get_selected() was not used.
Xavier Claessens [Thu, 16 Apr 2009 13:49:55 +0000 (15:49 +0200)]
Fix compilation warning: chatrooms_window_model_get_selected() was not used.

15 years agoUpdate python binding
Xavier Claessens [Thu, 16 Apr 2009 12:29:55 +0000 (12:29 +0000)]
Update python binding

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2877

15 years agoRemove reference to glade from panel applets
Xavier Claessens [Thu, 16 Apr 2009 12:29:51 +0000 (12:29 +0000)]
Remove reference to glade from panel applets

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2876

15 years agoRemove libglade from libempathy-gtk.pc
Xavier Claessens [Thu, 16 Apr 2009 12:29:48 +0000 (12:29 +0000)]
Remove libglade from libempathy-gtk.pc

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2875

15 years agoRemove unused edit-chatroom dialog from the UI file. gtk_builder_add_from_file create...
Xavier Claessens [Thu, 16 Apr 2009 12:29:44 +0000 (12:29 +0000)]
Remove unused edit-chatroom dialog from the UI file. gtk_builder_add_from_file creates all toplevel objects so the edit dialog popup in the same time as the manage chatroom dialog.

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2874

15 years agoAdd cell renderer on the theme combobox. Seems GtkBuilder don't set a default rendere...
Xavier Claessens [Thu, 16 Apr 2009 12:29:41 +0000 (12:29 +0000)]
Add cell renderer on the theme combobox. Seems GtkBuilder don't set a default renderer like glade.

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2873

15 years agoDon't unref 2 times gui.
Xavier Claessens [Thu, 16 Apr 2009 12:29:37 +0000 (12:29 +0000)]
Don't unref 2 times gui.

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2872

15 years agoRefactor the floating ref hack into a new function
Xavier Claessens [Thu, 16 Apr 2009 12:29:33 +0000 (12:29 +0000)]
Refactor the floating ref hack into a new function

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2871

15 years agoRegenerate empathy-preferences.ui with glade, it seems to fix mal formed xml
Xavier Claessens [Thu, 16 Apr 2009 12:29:29 +0000 (12:29 +0000)]
Regenerate empathy-preferences.ui with glade, it seems to fix mal formed xml

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2870

15 years agoAdd back some icons that were droped during the conversion
Xavier Claessens [Thu, 16 Apr 2009 12:29:25 +0000 (12:29 +0000)]
Add back some icons that were droped during the conversion

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2869

15 years agoMake use of GtkUIManager for EmpathyChatWindow
Xavier Claessens [Thu, 16 Apr 2009 12:29:21 +0000 (12:29 +0000)]
Make use of GtkUIManager for EmpathyChatWindow

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2868

15 years agoMake use of GtkUIManager in EmpathyCallWindow
Xavier Claessens [Thu, 16 Apr 2009 12:29:18 +0000 (12:29 +0000)]
Make use of GtkUIManager in EmpathyCallWindow

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2867

15 years agoMake use of GtkUIManager in EmpathyMainWindow
Xavier Claessens [Thu, 16 Apr 2009 12:29:14 +0000 (12:29 +0000)]
Make use of GtkUIManager in EmpathyMainWindow

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2866

15 years agoReorder functions to not declare them on top
Xavier Claessens [Thu, 16 Apr 2009 12:29:11 +0000 (12:29 +0000)]
Reorder functions to not declare them on top

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2865

15 years agoMake use of GtkUIManager in EmpathyStatusIcon
Xavier Claessens [Thu, 16 Apr 2009 12:29:07 +0000 (12:29 +0000)]
Make use of GtkUIManager in EmpathyStatusIcon

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2864

15 years agoPort EmpathyStatusIcon to new API
Xavier Claessens [Thu, 16 Apr 2009 12:29:04 +0000 (12:29 +0000)]
Port EmpathyStatusIcon to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2863

15 years agoPort EmpathyPreferences to new API
Xavier Claessens [Thu, 16 Apr 2009 12:29:01 +0000 (12:29 +0000)]
Port EmpathyPreferences to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2862

15 years agoPort EmpathyNewChatroomDialog to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:57 +0000 (12:28 +0000)]
Port EmpathyNewChatroomDialog to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2861

15 years agoPort EmpathyMainWindow to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:54 +0000 (12:28 +0000)]
Port EmpathyMainWindow to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2860

15 years agoPort EmpathyImportDialog to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:51 +0000 (12:28 +0000)]
Port EmpathyImportDialog to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2859

15 years agoPort EmpathyFtManager to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:47 +0000 (12:28 +0000)]
Port EmpathyFtManager to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2858

15 years agoPort EmpathyChatroomsWindow to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:44 +0000 (12:28 +0000)]
Port EmpathyChatroomsWindow to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2857

15 years agoPort EmpathyChatWindow to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:41 +0000 (12:28 +0000)]
Port EmpathyChatWindow to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2856

15 years agoPort EmpathyCallWindow to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:37 +0000 (12:28 +0000)]
Port EmpathyCallWindow to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2855

15 years agoPort EmpathyAccountsDialog to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:34 +0000 (12:28 +0000)]
Port EmpathyAccountsDialog to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2854

15 years agoPort EmpathySpellDialog to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:31 +0000 (12:28 +0000)]
Port EmpathySpellDialog to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2853

15 years agoPort EmpathyPresenceChooser to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:27 +0000 (12:28 +0000)]
Port EmpathyPresenceChooser to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2852

15 years agoPort EmpathyNewMessageDialog to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:24 +0000 (12:28 +0000)]
Port EmpathyNewMessageDialog to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2851

15 years agoPort EmpathyLogWindow to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:21 +0000 (12:28 +0000)]
Port EmpathyLogWindow to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2850

15 years agoPort EmpathyIrcNetwordDialog to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:17 +0000 (12:28 +0000)]
Port EmpathyIrcNetwordDialog to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2849

15 years agoModify Makefile.am for new file names
Xavier Claessens [Thu, 16 Apr 2009 12:28:14 +0000 (12:28 +0000)]
Modify Makefile.am for new file names

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2848

15 years agoPort EmpathyContactWidget to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:11 +0000 (12:28 +0000)]
Port EmpathyContactWidget to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2847

15 years agoPort EmpathyContactDialogs to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:07 +0000 (12:28 +0000)]
Port EmpathyContactDialogs to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2846

15 years agoRemove toplevel window from ui files if the window is not used.
Xavier Claessens [Thu, 16 Apr 2009 12:28:03 +0000 (12:28 +0000)]
Remove toplevel window from ui files if the window is not used.

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2845

15 years agoPort EmpathyChat to new API
Xavier Claessens [Thu, 16 Apr 2009 12:28:00 +0000 (12:28 +0000)]
Port EmpathyChat to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2844

15 years agoRemove useless glade include
Xavier Claessens [Thu, 16 Apr 2009 12:27:56 +0000 (12:27 +0000)]
Remove useless glade include

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2843

15 years agoPort account widgets to new API
Xavier Claessens [Thu, 16 Apr 2009 12:27:52 +0000 (12:27 +0000)]
Port account widgets to new API

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2842

15 years agoPort glade helpers to GtkBuilber
Xavier Claessens [Thu, 16 Apr 2009 12:27:48 +0000 (12:27 +0000)]
Port glade helpers to GtkBuilber

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2841

15 years agoConvert glade files to GtkBuilder format
Xavier Claessens [Thu, 16 Apr 2009 12:27:44 +0000 (12:27 +0000)]
Convert glade files to GtkBuilder format

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2840

15 years agoRemove glade dep
Xavier Claessens [Thu, 16 Apr 2009 12:27:40 +0000 (12:27 +0000)]
Remove glade dep

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2839

15 years agoMake a separated module set for libempathy-gtk/ and src/
Xavier Claessens [Thu, 16 Apr 2009 12:27:36 +0000 (12:27 +0000)]
Make a separated module set for libempathy-gtk/ and src/

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2838

15 years agoPlug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139
Lars-Peter Clausen [Thu, 16 Apr 2009 11:10:00 +0000 (11:10 +0000)]
Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139

From: Lars-Peter Clausen <lars@metafoo.de>

svn path=/trunk/; revision=2837

15 years agocoding style fixes
Guillaume Desmottes [Thu, 16 Apr 2009 10:00:07 +0000 (10:00 +0000)]
coding style fixes

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2836

15 years agoenable coding style checks in tests
Guillaume Desmottes [Thu, 16 Apr 2009 09:59:57 +0000 (09:59 +0000)]
enable coding style checks in tests

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2835

15 years agoUpdated German translation
Mario Blättermann [Mon, 13 Apr 2009 19:04:12 +0000 (19:04 +0000)]
Updated German translation

2009-04-13  Mario Blättermann  <mariobl@gnome.org>

* po/de.po: Updated German translation

svn path=/trunk/; revision=2833

15 years agoUpdated German translation
Mario Blättermann [Mon, 13 Apr 2009 18:56:45 +0000 (18:56 +0000)]
Updated German translation

2009-04-13  Mario Blättermann  <mariobl@svn.gnome.org>

* help/de/de.po: Updated German translation

svn path=/trunk/; revision=2832

15 years agoempathy_tp_tube_new_stream_tube: allow NULL as parameters. Fixes #575817
Guillaume Desmottes [Mon, 13 Apr 2009 15:19:06 +0000 (15:19 +0000)]
empathy_tp_tube_new_stream_tube: allow NULL as parameters. Fixes #575817

From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2828

15 years agoAdd libcanberra-gtk in Require.private of libempathy-gtk.pc. Fixe bug #577863
Xavier Claessens [Mon, 13 Apr 2009 15:03:22 +0000 (15:03 +0000)]
Add libcanberra-gtk in Require.private of libempathy-gtk.pc. Fixe bug #577863

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2826

15 years agoSteal GTK+'s way of generating ChangeLog from git logs
Xavier Claessens [Mon, 13 Apr 2009 15:03:17 +0000 (15:03 +0000)]
Steal GTK+'s way of generating ChangeLog from git logs

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2825

15 years agoUnref TpChat's channel after emitting destroy.
Will Thompson [Mon, 13 Apr 2009 09:34:39 +0000 (09:34 +0000)]
Unref TpChat's channel after emitting destroy.

This allows callbacks connected to "destroy" to call functions which use
priv->channel to work. Fixes Gnome bug #578356.

Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
svn path=/trunk/; revision=2821

15 years agoFix ghelp link. Fixe bug #568562
Paul Cutler [Mon, 13 Apr 2009 09:24:03 +0000 (09:24 +0000)]
Fix ghelp link. Fixe bug #568562

From: Paul Cutler <pcutler@foresightlinux.org>

svn path=/trunk/; revision=2819

15 years agoSet the default image when clearing the avatar, even if there were no avatar previous...
Xavier Claessens [Mon, 13 Apr 2009 09:11:32 +0000 (09:11 +0000)]
Set the default image when clearing the avatar, even if there were no avatar previously. That happens when the widget is created. Fixe bug #566905

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2817

15 years agoLet the chat dialog directly grab the channel on reconnect
Sjoerd Simons [Mon, 13 Apr 2009 08:21:26 +0000 (08:21 +0000)]
Let the chat dialog directly grab the channel on reconnect

When reconnecting open chat dialogs requests a new channel. It can grab this
directly when it is opened, no need to go through the dispatcher. Fixes issue
with stealing focus

From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

svn path=/trunk/; revision=2814

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sun, 12 Apr 2009 13:56:39 +0000 (13:56 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=2813

15 years agoAdded Belarusian translation.
Ihar Hrachyshka [Sat, 11 Apr 2009 12:46:55 +0000 (12:46 +0000)]
Added Belarusian translation.

svn path=/trunk/; revision=2810

15 years agoFix support for /me and /say commands.
Xavier Claessens [Fri, 10 Apr 2009 17:31:39 +0000 (17:31 +0000)]
Fix support for /me and /say commands.

From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2809

15 years agorevert a little. search for blank contact in store.
Elliot Fairweather [Fri, 10 Apr 2009 16:56:14 +0000 (16:56 +0000)]
revert a little. search for blank contact in store.

From: Elliot Fairweather <elliot.fairweather@collabora.co.uk>

svn path=/trunk/; revision=2808

15 years agoLook up the iter of the new tree row on the filter model for set_active_iter
Davyd Madeley [Fri, 10 Apr 2009 16:56:10 +0000 (16:56 +0000)]
Look up the iter of the new tree row on the filter model for set_active_iter

From: Davyd Madeley <davyd@madeley.id.au>

svn path=/trunk/; revision=2807

15 years agoAdjust empetit to test the contact selector filtering.
Jonny Lamb [Fri, 10 Apr 2009 16:56:06 +0000 (16:56 +0000)]
Adjust empetit to test the contact selector filtering.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2806