]> git.0d.be Git - empathy.git/log
empathy.git
15 years agoEmpathyContactManager: Use new API of EmpathyAccountManager and EmpathyTpContactList.
Xavier Claessens [Sun, 15 Feb 2009 23:16:26 +0000 (00:16 +0100)]
EmpathyContactManager: Use new API of EmpathyAccountManager and EmpathyTpContactList.

15 years agoRebase EmpathyTpContactList on TpConnection instead of McAccount.
Xavier Claessens [Sun, 15 Feb 2009 23:16:01 +0000 (00:16 +0100)]
Rebase EmpathyTpContactList on TpConnection instead of McAccount.

15 years agoChange API of EmpathyTpContactFactory:
Xavier Claessens [Sun, 15 Feb 2009 23:11:05 +0000 (00:11 +0100)]
Change API of EmpathyTpContactFactory:
 - Based on TpConnection instead of McAccount.
 - Drop all code that is now handled in TpContact.
 - Make it per-connection singleton.

15 years agoDrop EmpathyContactFactory
Xavier Claessens [Sun, 15 Feb 2009 23:10:20 +0000 (00:10 +0100)]
Drop EmpathyContactFactory

15 years agoKeep a ref to all TpConnection objects. Map account<>connection.
Xavier Claessens [Sun, 15 Feb 2009 23:06:35 +0000 (00:06 +0100)]
Keep a ref to all TpConnection objects. Map account<>connection.

15 years agoTurn EmpathyContact into a TpContact wrapper
Xavier Claessens [Fri, 6 Feb 2009 09:52:57 +0000 (10:52 +0100)]
Turn EmpathyContact into a TpContact wrapper

15 years agoupdate python bindings
Guillaume Desmottes [Tue, 21 Apr 2009 16:49:48 +0000 (17:49 +0100)]
update python bindings

15 years agoOutput GtkBuilder errors as g_critical() not DEBUG()
Davyd Madeley [Wed, 22 Apr 2009 02:28:53 +0000 (10:28 +0800)]
Output GtkBuilder errors as g_critical() not DEBUG()

15 years agoUpdated Spanish translation
Jorge Gonzalez [Tue, 21 Apr 2009 19:04:26 +0000 (21:04 +0200)]
Updated Spanish translation

15 years agoUpdated Spanish translation
Jorge Gonzalez [Tue, 21 Apr 2009 19:02:57 +0000 (21:02 +0200)]
Updated Spanish translation

15 years agoAdd ellipsis to the add account button. Fixes bug #548704
Guillaume Desmottes [Tue, 21 Apr 2009 15:36:37 +0000 (16:36 +0100)]
Add ellipsis to the add account button. Fixes bug #548704

15 years agoempathy-accounts-dialog.ui: no change, the file has just been opened and sauved in...
Guillaume Desmottes [Tue, 21 Apr 2009 15:30:08 +0000 (16:30 +0100)]
empathy-accounts-dialog.ui: no change, the file has just been opened and sauved in Glade

15 years agoUpdated Galician Translation
Frco. Javier Rial [Tue, 21 Apr 2009 15:26:47 +0000 (17:26 +0200)]
Updated Galician Translation

15 years agoMerge branch 'tube-bus-name'
Guillaume Desmottes [Tue, 21 Apr 2009 15:06:05 +0000 (16:06 +0100)]
Merge branch 'tube-bus-name'

15 years agoempathy_tube_handler_build_bus_name: escape invalid char in the service name
Guillaume Desmottes [Tue, 21 Apr 2009 14:17:53 +0000 (15:17 +0100)]
empathy_tube_handler_build_bus_name: escape invalid char in the service name

15 years agodon't dispatch D-Bus tube having an invalid ServiceName
Guillaume Desmottes [Tue, 21 Apr 2009 14:58:02 +0000 (15:58 +0100)]
don't dispatch D-Bus tube having an invalid ServiceName

15 years agoAdd context string for translation (#575442)
Frederic Peters [Tue, 21 Apr 2009 14:37:22 +0000 (16:37 +0200)]
Add context string for translation (#575442)

15 years agoInstead of destroying the submenu when it's not needed only create it if there
Lars-Peter Clausen [Mon, 20 Apr 2009 19:04:59 +0000 (21:04 +0200)]
Instead of destroying the submenu when it's not needed only create it if there
is a submenu item.

15 years agoFix indent.
Lars-Peter Clausen [Mon, 20 Apr 2009 14:13:41 +0000 (16:13 +0200)]
Fix indent.

15 years agoFix memleak in avatar_chooser_maybe_convert_and_scale. Unref the scaled buffer
Lars-Peter Clausen [Sun, 19 Apr 2009 17:43:45 +0000 (19:43 +0200)]
Fix memleak in avatar_chooser_maybe_convert_and_scale. Unref the scaled buffer
after it has been saved and is not needed anymore.

15 years agoFix memleak in avatar_chooser_update_preview_cb. Free string returned by
Lars-Peter Clausen [Sun, 19 Apr 2009 17:22:33 +0000 (19:22 +0200)]
Fix memleak in avatar_chooser_update_preview_cb. Free string returned by
gtk_file_chooser_get_preview_filename.

15 years agoFix memleak in contact_widget_model_populate_columns. Since it not used anywhere
Lars-Peter Clausen [Sun, 19 Apr 2009 16:26:15 +0000 (18:26 +0200)]
Fix memleak in contact_widget_model_populate_columns. Since it not used anywhere
else it does not make sense to add a ref to the renderer, or does it?

15 years agoFix memleak in tp_contact_list_group_member_removed_cb. Free group name when
Lars-Peter Clausen [Sun, 19 Apr 2009 16:01:10 +0000 (18:01 +0200)]
Fix memleak in tp_contact_list_group_member_removed_cb. Free group name when
it is removed from the group list.

15 years agoFix memleak in empathy_tp_chat_acknowledge_messages. Unref message after it has
Lars-Peter Clausen [Sun, 19 Apr 2009 15:35:32 +0000 (17:35 +0200)]
Fix memleak in empathy_tp_chat_acknowledge_messages. Unref message after it has
been removed from the message queue.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

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

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

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

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

15 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