]> git.0d.be Git - empathy.git/log
empathy.git
15 years agoUpdated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Fri, 20 Jun 2008 18:03:06 +0000 (18:03 +0000)]
Updated es translation (Jorge Gonzalez)

svn path=/trunk/; revision=1184

15 years agoFix coding style
Xavier Claessens [Thu, 19 Jun 2008 12:47:58 +0000 (12:47 +0000)]
Fix coding style

svn path=/trunk/; revision=1183

15 years ago"ready & EMPATHY_CONTACT_READY_NAME" instead of ready | EMPATHY_CONTACT_READY_NAME
Xavier Claessens [Thu, 19 Jun 2008 12:47:57 +0000 (12:47 +0000)]
"ready & EMPATHY_CONTACT_READY_NAME" instead of ready | EMPATHY_CONTACT_READY_NAME

svn path=/trunk/; revision=1182

15 years agoFix coding style
Xavier Claessens [Thu, 19 Jun 2008 12:47:56 +0000 (12:47 +0000)]
Fix coding style

svn path=/trunk/; revision=1181

15 years agoMove contact_set_ready_flag() in _set_name() and _set_handle().
Xavier Claessens [Thu, 19 Jun 2008 12:47:55 +0000 (12:47 +0000)]
Move contact_set_ready_flag() in _set_name() and _set_handle().

svn path=/trunk/; revision=1180

15 years agoFix the bug "Incoming call from (null)" (Alban Crequy)
Xavier Claessens [Thu, 19 Jun 2008 12:47:54 +0000 (12:47 +0000)]
Fix the bug "Incoming call from (null)" (Alban Crequy)

The status icon uses empathy_contact_get_name() to print the name of the
calling contact. It uses empathy_contact_run_until_ready() to wait the
return of GetAliases(). If GetAliases() failed for whatever reason, the
name will be NULL and empathy_contact_get_name() will fallback to the
id. If GetHandle() has not yet returned, the id is not ready and
empathy_contact_run_until_ready() must wait the id to be available.

svn path=/trunk/; revision=1179

15 years agodon't set the flag to ready if we are not yet ready, especially when we send a glib...
Xavier Claessens [Thu, 19 Jun 2008 12:47:52 +0000 (12:47 +0000)]
don't set the flag to ready if we are not yet ready, especially when we send a glib signal meanwhile, letting the opportunity to enter in the mainloop

svn path=/trunk/; revision=1178

15 years agoAdd .gitignore for french translation
Xavier Claessens [Wed, 18 Jun 2008 06:48:38 +0000 (06:48 +0000)]
Add .gitignore for french translation

svn path=/trunk/; revision=1177

15 years agoUpdated de translation.
Andre Klapper [Tue, 17 Jun 2008 21:46:57 +0000 (21:46 +0000)]
Updated de translation.

svn path=/trunk/; revision=1176

15 years agoUpdated vi translation (Clytie Siddall)
Clytie Siddall [Sun, 15 Jun 2008 12:49:58 +0000 (12:49 +0000)]
Updated vi translation (Clytie Siddall)

svn path=/trunk/; revision=1175

15 years agoru.po: Updated Russian translation by Il'ya Mertsalov.
Nickolay V. Shmyrev [Sun, 15 Jun 2008 12:24:54 +0000 (12:24 +0000)]
ru.po: Updated Russian translation by Il'ya Mertsalov.

    ru.po: Updated Russian translation by Il'ya Mertsalov.

svn path=/trunk/; revision=1174

15 years agoUpdated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Sun, 15 Jun 2008 11:33:42 +0000 (11:33 +0000)]
Updated es translation (Jorge Gonzalez)

svn path=/trunk/; revision=1173

15 years agoAdded fr translation, completed DOC_FIGURES in Makefile.am
Claude Paroz [Sat, 14 Jun 2008 21:20:23 +0000 (21:20 +0000)]
Added fr translation, completed DOC_FIGURES in Makefile.am

svn path=/trunk/; revision=1172

15 years agoUpdated fr translation.
Claude Paroz [Sat, 14 Jun 2008 20:12:44 +0000 (20:12 +0000)]
Updated fr translation.

svn path=/trunk/; revision=1171

15 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Sat, 14 Jun 2008 17:00:12 +0000 (17:00 +0000)]
Updated Galician Translation.

svn path=/trunk/; revision=1170

15 years agoCoding style (Alban Crequy)
Xavier Claessens [Fri, 13 Jun 2008 11:13:59 +0000 (11:13 +0000)]
Coding style (Alban Crequy)

svn path=/trunk/; revision=1169

15 years agog_object_unref the right variable (Alban Crequy)
Xavier Claessens [Fri, 13 Jun 2008 11:13:58 +0000 (11:13 +0000)]
g_object_unref the right variable (Alban Crequy)

svn path=/trunk/; revision=1168

15 years agoAdd g_return_val_if_fail (Alban Crequy)
Xavier Claessens [Fri, 13 Jun 2008 11:13:57 +0000 (11:13 +0000)]
Add g_return_val_if_fail (Alban Crequy)

svn path=/trunk/; revision=1167

15 years agoDo not include _gen/ files (Alban Crequy)
Xavier Claessens [Fri, 13 Jun 2008 11:13:55 +0000 (11:13 +0000)]
Do not include _gen/ files (Alban Crequy)

svn path=/trunk/; revision=1166

15 years agoReplace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy)
Xavier Claessens [Fri, 13 Jun 2008 11:13:54 +0000 (11:13 +0000)]
Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy)

svn path=/trunk/; revision=1165

15 years agoFix identation (Alban Crequy)
Xavier Claessens [Fri, 13 Jun 2008 11:13:52 +0000 (11:13 +0000)]
Fix identation (Alban Crequy)

svn path=/trunk/; revision=1164

15 years agog_object_unref after g_object_get (Alban Crequy)
Xavier Claessens [Fri, 13 Jun 2008 11:13:51 +0000 (11:13 +0000)]
g_object_unref after g_object_get (Alban Crequy)

svn path=/trunk/; revision=1163

15 years agoDo not show the keypad when the media channel does not have the DTMF interface (Alban...
Xavier Claessens [Fri, 13 Jun 2008 11:13:49 +0000 (11:13 +0000)]
Do not show the keypad when the media channel does not have the DTMF interface (Alban Crequy)

svn path=/trunk/; revision=1162

15 years agoBetter dialog message when a call is rejected (Alban Crequy)
Xavier Claessens [Fri, 13 Jun 2008 11:13:47 +0000 (11:13 +0000)]
Better dialog message when a call is rejected (Alban Crequy)

Example: "Incoming call from xxx rejected because there is already a
running call."

svn path=/trunk/; revision=1161

15 years agoCheck if there is a publish/subscribe list before adding/removing contacts from them...
Xavier Claessens [Thu, 12 Jun 2008 06:52:25 +0000 (06:52 +0000)]
Check if there is a publish/subscribe list before adding/removing contacts from them. Fixes bug #537690.

svn path=/trunk/; revision=1160

15 years agoUpdated Arabic Translation by Abou Manal.
Djihed Afifi [Wed, 11 Jun 2008 21:34:31 +0000 (21:34 +0000)]
Updated Arabic Translation by Abou Manal.

svn path=/trunk/; revision=1159

15 years agoUse empathy.foo() instead of empathy_foo() for functions binding
Xavier Claessens [Tue, 10 Jun 2008 15:01:18 +0000 (15:01 +0000)]
Use empathy.foo() instead of empathy_foo() for functions binding

svn path=/trunk/; revision=1158

15 years agoPython binding for empathy_dispatcher_chat_with_contact_id: Take the
Xavier Claessens [Tue, 10 Jun 2008 15:01:04 +0000 (15:01 +0000)]
Python binding for empathy_dispatcher_chat_with_contact_id: Take the
account id instead of the McAccount object since there is no binding for
libmissioncontrol-client.

svn path=/trunk/; revision=1157

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sun, 8 Jun 2008 18:34:31 +0000 (18:34 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=1156

15 years agoUpdated Spanish translation and uploaded figures
Jorge Gonzalez Gonzalez [Sun, 8 Jun 2008 11:15:08 +0000 (11:15 +0000)]
Updated Spanish translation and uploaded figures

svn path=/trunk/; revision=1155

15 years agoEmpathyCallWindow: Get a new video preview when pushing a new call into the window...
Xavier Claessens [Sat, 7 Jun 2008 17:47:58 +0000 (17:47 +0000)]
EmpathyCallWindow: Get a new video preview when pushing a new call into the window. (Sjoerd Simons).

svn path=/trunk/; revision=1154

15 years agoSet position/size of chat window only when adding the first chat. Fixes bug #536391...
Xavier Claessens [Sat, 7 Jun 2008 17:23:21 +0000 (17:23 +0000)]
Set position/size of chat window only when adding the first chat. Fixes bug #536391 (Ross Burton).

svn path=/trunk/; revision=1153

15 years agoAdd -Wformat and and fix some compile warnings with gcc 4.3. Fixes bug #537129 (Cosim...
Xavier Claessens [Sat, 7 Jun 2008 17:23:13 +0000 (17:23 +0000)]
Add -Wformat and and fix some compile warnings with gcc 4.3. Fixes bug #537129 (Cosimo Cecchi).

svn path=/trunk/; revision=1152

15 years agoClose contact list when Escape is pressed. Fixes bug #536628 (Ross Burton).
Xavier Claessens [Sat, 7 Jun 2008 17:23:09 +0000 (17:23 +0000)]
Close contact list when Escape is pressed. Fixes bug #536628 (Ross Burton).

svn path=/trunk/; revision=1151

15 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sat, 7 Jun 2008 16:52:53 +0000 (16:52 +0000)]
Updated Norwegian bokmål translation

svn path=/trunk/; revision=1150

15 years agoUpdated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Sat, 7 Jun 2008 13:27:26 +0000 (13:27 +0000)]
Updated es translation (Jorge Gonzalez)

svn path=/trunk/; revision=1149

15 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Fri, 6 Jun 2008 10:06:40 +0000 (10:06 +0000)]
Updated Galician Translation.

svn path=/trunk/; revision=1148

15 years agoUpdated vi translation (Clytie Siddall)
Clytie Siddall [Thu, 5 Jun 2008 09:27:13 +0000 (09:27 +0000)]
Updated vi translation (Clytie Siddall)

svn path=/trunk/; revision=1147

15 years agoAdd a command line option to hide contact list on startup. Fixes bug #535080 (Marco...
Xavier Claessens [Wed, 4 Jun 2008 14:42:14 +0000 (14:42 +0000)]
Add a command line option to hide contact list on startup. Fixes bug #535080 (Marco Pesenti Gritti).

svn path=/trunk/; revision=1146

15 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Wed, 4 Jun 2008 12:37:17 +0000 (12:37 +0000)]
Updated Galician Translation.

svn path=/trunk/; revision=1145

15 years agoBump version
Xavier Claessens [Mon, 2 Jun 2008 17:19:04 +0000 (17:19 +0000)]
Bump version

svn path=/trunk/; revision=1144

15 years agoFix sending emails from release script
Xavier Claessens [Mon, 2 Jun 2008 17:19:01 +0000 (17:19 +0000)]
Fix sending emails from release script

svn path=/trunk/; revision=1143

15 years agoPrepare for release
Xavier Claessens [Mon, 2 Jun 2008 16:34:34 +0000 (16:34 +0000)]
Prepare for release

svn path=/trunk/; revision=1141

15 years agoSend announce emails from release script
Xavier Claessens [Mon, 2 Jun 2008 16:34:32 +0000 (16:34 +0000)]
Send announce emails from release script

svn path=/trunk/; revision=1140

15 years agoOnly display tooltip on the contact list if running with GTK >= 2.12.10.
Xavier Claessens [Mon, 2 Jun 2008 16:34:25 +0000 (16:34 +0000)]
Only display tooltip on the contact list if running with GTK >= 2.12.10.

svn path=/trunk/; revision=1139

15 years agoUpdated vi translation (Clytie Siddall)
Clytie Siddall [Mon, 2 Jun 2008 14:24:24 +0000 (14:24 +0000)]
Updated vi translation (Clytie Siddall)

svn path=/trunk/; revision=1138

15 years agoTypo in a title
Xavier Claessens [Mon, 2 Jun 2008 09:49:01 +0000 (09:49 +0000)]
Typo in a title

svn path=/trunk/; revision=1137

15 years agoWrote Accounts section (still need some work), added Contacts section and starded...
Xavier Claessens [Mon, 2 Jun 2008 09:48:58 +0000 (09:48 +0000)]
Wrote Accounts section (still need some work), added Contacts section and starded working on it, some corrections

svn path=/trunk/; revision=1136

15 years agoAdded two figures for the documentation
Xavier Claessens [Mon, 2 Jun 2008 09:48:55 +0000 (09:48 +0000)]
Added two figures for the documentation

svn path=/trunk/; revision=1135

15 years agoSmall advance on the documentation
Xavier Claessens [Mon, 2 Jun 2008 09:48:52 +0000 (09:48 +0000)]
Small advance on the documentation

svn path=/trunk/; revision=1134

15 years agoDo not ref tooltip_widget otherwise it never gets destroyed.
Xavier Claessens [Mon, 2 Jun 2008 09:12:20 +0000 (09:12 +0000)]
Do not ref tooltip_widget otherwise it never gets destroyed.

svn path=/trunk/; revision=1133

15 years agogtk_widget_set_has_tooltip can't take a value >1 even if it's still TRUE
Xavier Claessens [Fri, 30 May 2008 11:58:05 +0000 (11:58 +0000)]
gtk_widget_set_has_tooltip can't take a value >1 even if it's still TRUE

svn path=/trunk/; revision=1132

15 years agoSet a tooltip on contact list view showing EmpathyContactWidget information
Xavier Claessens [Fri, 30 May 2008 11:58:02 +0000 (11:58 +0000)]
Set a tooltip on contact list view showing EmpathyContactWidget information

svn path=/trunk/; revision=1131

15 years agoUpdated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Wed, 28 May 2008 17:03:41 +0000 (17:03 +0000)]
Updated es translation (Jorge Gonzalez)

svn path=/trunk/; revision=1130

15 years agoDo not warning if we try to load the avatar of a contact that does not yet have its id.
Xavier Claessens [Tue, 27 May 2008 17:53:35 +0000 (17:53 +0000)]
Do not warning if we try to load the avatar of a contact that does not yet have its id.

svn path=/trunk/; revision=1129

15 years agoMove avatar cache to ~/.cache and don't mix avatar from different contacts, tokens...
Xavier Claessens [Tue, 27 May 2008 17:34:44 +0000 (17:34 +0000)]
Move avatar cache to ~/.cache and don't mix avatar from different contacts, tokens are not garanteed to be different.

svn path=/trunk/; revision=1128

15 years agoempathy_proxy_hash and _equal can be used only with proxies that unsure unique bus...
Xavier Claessens [Tue, 27 May 2008 17:34:40 +0000 (17:34 +0000)]
empathy_proxy_hash and _equal can be used only with proxies that unsure unique bus name.

svn path=/trunk/; revision=1127

15 years agoOnly permit to have one running call at any time. Fixes bug #527970.
Xavier Claessens [Mon, 26 May 2008 17:42:57 +0000 (17:42 +0000)]
Only permit to have one running call at any time. Fixes bug #527970.

svn path=/trunk/; revision=1126

15 years agoUpdated ja translation (Takeshi AIHANA).
Takeshi Aihana [Sun, 25 May 2008 01:31:49 +0000 (01:31 +0000)]
Updated ja translation (Takeshi AIHANA).

svn path=/trunk/; revision=1125

15 years agoAdd CLOEXEC flag on BaconMessageConnection FD. Fixes bug #533840.
Xavier Claessens [Fri, 23 May 2008 16:53:24 +0000 (16:53 +0000)]
Add CLOEXEC flag on BaconMessageConnection FD. Fixes bug #533840.

svn path=/trunk/; revision=1124

15 years agoUpdate BaconMessageConnection from libbacon SVN
Xavier Claessens [Fri, 23 May 2008 16:53:22 +0000 (16:53 +0000)]
Update BaconMessageConnection from libbacon SVN

svn path=/trunk/; revision=1123

15 years agoFix warning in status icon
Xavier Claessens [Fri, 23 May 2008 15:00:30 +0000 (15:00 +0000)]
Fix warning in status icon

svn path=/trunk/; revision=1122

15 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Fri, 23 May 2008 07:28:40 +0000 (07:28 +0000)]
Updated Norwegian bokmål translation.

svn path=/trunk/; revision=1121

15 years agoUpdated Arabic Translation by Abou Manal.
Djihed Afifi [Thu, 22 May 2008 22:55:40 +0000 (22:55 +0000)]
Updated Arabic Translation by Abou Manal.

svn path=/trunk/; revision=1120

15 years agoUpdated es translation (Jorge Gonzalez)
Jorge Gonzalez Gonzalez [Thu, 22 May 2008 17:43:23 +0000 (17:43 +0000)]
Updated es translation (Jorge Gonzalez)

svn path=/trunk/; revision=1119

15 years agoEmit "send-error" signal if Send() call fails
Xavier Claessens [Thu, 22 May 2008 12:28:47 +0000 (12:28 +0000)]
Emit "send-error" signal if Send() call fails

svn path=/trunk/; revision=1118

15 years agoDo not add a separator on the contact menu if there is no remove feature.
Xavier Claessens [Thu, 22 May 2008 10:05:12 +0000 (10:05 +0000)]
Do not add a separator on the contact menu if there is no remove feature.

svn path=/trunk/; revision=1117

15 years agoUpdated French translation
Claude Paroz [Wed, 21 May 2008 11:20:48 +0000 (11:20 +0000)]
Updated French translation

svn path=/trunk/; revision=1116

15 years agoSchema short description improved. Fixes bug #533541 (Claude Paroz).
Xavier Claessens [Wed, 21 May 2008 10:17:42 +0000 (10:17 +0000)]
Schema short description improved. Fixes bug #533541 (Claude Paroz).

svn path=/trunk/; revision=1115

15 years agoAdd help button on accounts dialog. Fixes bug #533732 (Milo Casagrande).
Xavier Claessens [Wed, 21 May 2008 09:19:39 +0000 (09:19 +0000)]
Add help button on accounts dialog. Fixes bug #533732 (Milo Casagrande).

svn path=/trunk/; revision=1114

15 years agoUpdated Arabic Translation by Abou Manal.
Djihed Afifi [Mon, 19 May 2008 01:05:38 +0000 (01:05 +0000)]
Updated Arabic Translation by Abou Manal.

svn path=/trunk/; revision=1113

15 years agoDo not use statis pointer for MenuPopupData because it get freed.
Xavier Claessens [Sun, 18 May 2008 17:00:38 +0000 (17:00 +0000)]
Do not use statis pointer for MenuPopupData because it get freed.

svn path=/trunk/; revision=1112

15 years agoNo need of an idle callback forkey m
Xavier Claessens [Sun, 18 May 2008 16:49:23 +0000 (16:49 +0000)]
No need of an idle callback forkey m

svn path=/trunk/; revision=1111

15 years agoLittle cleanup
Xavier Claessens [Sun, 18 May 2008 16:49:21 +0000 (16:49 +0000)]
Little cleanup

svn path=/trunk/; revision=1110

15 years agoPopup context menu when menu key is pressed. Fixes bug #531414 (Baptiste Mille-Mathias).
Xavier Claessens [Sun, 18 May 2008 16:49:20 +0000 (16:49 +0000)]
Popup context menu when menu key is pressed. Fixes bug #531414 (Baptiste Mille-Mathias).

svn path=/trunk/; revision=1109

15 years agoImprove dispatcher. Fixes bug #465928.
Xavier Claessens [Sun, 18 May 2008 14:27:44 +0000 (14:27 +0000)]
Improve dispatcher. Fixes bug #465928.

svn path=/trunk/; revision=1108

15 years agoBump version
Xavier Claessens [Fri, 16 May 2008 16:51:46 +0000 (16:51 +0000)]
Bump version

svn path=/trunk/; revision=1107

15 years agoPrepare for release
Xavier Claessens [Fri, 16 May 2008 16:17:49 +0000 (16:17 +0000)]
Prepare for release

svn path=/trunk/; revision=1104

15 years agoRequest publish and subscribe lists instead of waiting for CM to create them.
Xavier Claessens [Fri, 16 May 2008 15:39:21 +0000 (15:39 +0000)]
Request publish and subscribe lists instead of waiting for CM to create them.

svn path=/trunk/; revision=1103

15 years agoUse tp_connection_call_when_ready
Xavier Claessens [Fri, 16 May 2008 15:39:16 +0000 (15:39 +0000)]
Use tp_connection_call_when_ready

svn path=/trunk/; revision=1102

15 years agoRemove useless files from POTFILES.in
Xavier Claessens [Fri, 16 May 2008 15:39:11 +0000 (15:39 +0000)]
Remove useless files from POTFILES.in

svn path=/trunk/; revision=1101

15 years agoUpdated Galician Translation and POTFILES.in
Ignacio Casal Quinteiro [Wed, 14 May 2008 09:31:53 +0000 (09:31 +0000)]
Updated Galician Translation and POTFILES.in

svn path=/trunk/; revision=1100

15 years agosync totem-subtitle-encoding.c with totem as the file was properly relicensed (Guilla...
Xavier Claessens [Tue, 13 May 2008 16:26:29 +0000 (16:26 +0000)]
sync totem-subtitle-encoding.c with totem as the file was properly relicensed (Guillaume Desmottes)

svn path=/trunk/; revision=1099

15 years agoAdd a func to activate any event
Xavier Claessens [Tue, 13 May 2008 16:26:26 +0000 (16:26 +0000)]
Add a func to activate any event

svn path=/trunk/; revision=1098

15 years agoDo not unref tp_chat directly in the message_received callback to avoid a crash.
Xavier Claessens [Fri, 9 May 2008 08:06:22 +0000 (08:06 +0000)]
Do not unref tp_chat directly in the message_received callback to avoid a crash.

svn path=/trunk/; revision=1097

15 years agoDon't leak queued messages if EmpathyTpChat gets finalized.
Xavier Claessens [Fri, 9 May 2008 08:06:19 +0000 (08:06 +0000)]
Don't leak queued messages if EmpathyTpChat gets finalized.

svn path=/trunk/; revision=1096

15 years agoUpdate python binding
Xavier Claessens [Thu, 8 May 2008 18:42:11 +0000 (18:42 +0000)]
Update python binding

svn path=/trunk/; revision=1095

15 years agoAdd EmpathyDispatcher to API doc.
Xavier Claessens [Thu, 8 May 2008 18:42:07 +0000 (18:42 +0000)]
Add EmpathyDispatcher to API doc.

svn path=/trunk/; revision=1094

15 years agoMove non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk parts...
Xavier Claessens [Thu, 8 May 2008 17:30:40 +0000 (17:30 +0000)]
Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk parts are now in EmpathyStatusIcon

svn path=/trunk/; revision=1093

15 years agoMake _get_invitation more reliable
Xavier Claessens [Thu, 8 May 2008 17:30:37 +0000 (17:30 +0000)]
Make _get_invitation more reliable

svn path=/trunk/; revision=1092

15 years agoInclude empathy-contact-list.h
Xavier Claessens [Thu, 8 May 2008 17:30:35 +0000 (17:30 +0000)]
Include empathy-contact-list.h

svn path=/trunk/; revision=1091

15 years agoAvoid calling ListPendingMessage if it's already running.
Xavier Claessens [Thu, 8 May 2008 17:30:32 +0000 (17:30 +0000)]
Avoid calling ListPendingMessage if it's already running.

svn path=/trunk/; revision=1090

15 years agoRef the call object when emiting notify signals because signal handles could unref it
Xavier Claessens [Thu, 8 May 2008 17:30:29 +0000 (17:30 +0000)]
Ref the call object when emiting notify signals because signal handles could unref it

svn path=/trunk/; revision=1089

15 years agoDo not try to remove duplicate backlog from archives and server. Fixes bug #523918.
Xavier Claessens [Wed, 7 May 2008 16:15:24 +0000 (16:15 +0000)]
Do not try to remove duplicate backlog from archives and server. Fixes bug #523918.

svn path=/trunk/; revision=1088

15 years agoUpdated cs translation (Lucas Lommer).
Petr Kovář [Tue, 6 May 2008 23:50:14 +0000 (23:50 +0000)]
Updated cs translation (Lucas Lommer).

svn path=/trunk/; revision=1087

15 years agoMore duplicate includes of empathy-debug.h
Xavier Claessens [Tue, 6 May 2008 16:32:52 +0000 (16:32 +0000)]
More duplicate includes of empathy-debug.h

svn path=/trunk/; revision=1086

15 years agoDo not include empathy-debug.h twice
Xavier Claessens [Tue, 6 May 2008 16:21:10 +0000 (16:21 +0000)]
Do not include empathy-debug.h twice

svn path=/trunk/; revision=1085

15 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Tue, 6 May 2008 16:14:34 +0000 (16:14 +0000)]
Updated Norwegian bokmål translation.

svn path=/trunk/; revision=1084

15 years agoFix doc for changes of EmpathyMessage
Xavier Claessens [Tue, 6 May 2008 15:07:01 +0000 (15:07 +0000)]
Fix doc for changes of EmpathyMessage

svn path=/trunk/; revision=1083

15 years agoKeep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET_PRIVATE...
Xavier Claessens [Mon, 5 May 2008 20:34:41 +0000 (20:34 +0000)]
Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET_PRIVATE all the time.

svn path=/trunk/; revision=1082