]> git.0d.be Git - empathy.git/log
empathy.git
13 years agoFixed typo in variable name
Frédéric Péters [Tue, 25 May 2010 11:27:49 +0000 (13:27 +0200)]
Fixed typo in variable name

13 years agoFix contact menu items' capitalization (#619378)
Gabriel Burt [Sat, 22 May 2010 16:44:25 +0000 (09:44 -0700)]
Fix contact menu items' capitalization (#619378)

13 years agoFix and improve spell-checking (#604159)
Mike Ruprecht [Thu, 13 May 2010 08:23:00 +0000 (03:23 -0500)]
Fix and improve spell-checking (#604159)

13 years agohardcode facebook server to workaround SRV lookup issues
Guillaume Desmottes [Tue, 25 May 2010 09:23:08 +0000 (11:23 +0200)]
hardcode facebook server to workaround SRV lookup issues

13 years agoUpdated Spanish translation
Jorge González [Tue, 25 May 2010 06:33:46 +0000 (08:33 +0200)]
Updated Spanish translation

13 years agoremove the release flag
Guillaume Desmottes [Mon, 24 May 2010 15:21:28 +0000 (17:21 +0200)]
remove the release flag

13 years agoprepare 2.31.2 release
Guillaume Desmottes [Mon, 24 May 2010 15:13:31 +0000 (17:13 +0200)]
prepare 2.31.2 release

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Mon, 24 May 2010 13:36:45 +0000 (15:36 +0200)]
Updated Norwegian bokmål translation

13 years agomain_window_favorite_chatroom_join: skip not connected accounts (#606738)
Guillaume Desmottes [Fri, 21 May 2010 13:35:44 +0000 (15:35 +0200)]
main_window_favorite_chatroom_join: skip not connected accounts (#606738)

This fix a crash if the account is connecting.

13 years agoRemove empathy_link_button_new(), it's unused
Xavier Claessens [Fri, 21 May 2010 07:45:03 +0000 (09:45 +0200)]
Remove empathy_link_button_new(), it's unused

13 years agoChange names of variables that shadow libc symbols
Danielle Madeley [Fri, 21 May 2010 07:38:09 +0000 (17:38 +1000)]
Change names of variables that shadow libc symbols

13 years agoUpdated Galician translations
Fran Diéguez [Thu, 20 May 2010 16:47:31 +0000 (18:47 +0200)]
Updated Galician translations

13 years agouse avatar-default instead of the deprecated stock_person icon
Guillaume Desmottes [Thu, 20 May 2010 15:10:20 +0000 (17:10 +0200)]
use avatar-default instead of the deprecated stock_person icon

13 years agoAdd defaults for VP8 encoding
Sjoerd Simons [Wed, 19 May 2010 18:24:15 +0000 (19:24 +0100)]
Add defaults for VP8 encoding

13 years agoinitialize a GError pointer
Guillaume Desmottes [Wed, 19 May 2010 07:51:02 +0000 (09:51 +0200)]
initialize a GError pointer

13 years agoaccount-widget-irc: call empathy_account_widget_changed when the network dialog is...
Guillaume Desmottes [Tue, 18 May 2010 10:57:08 +0000 (12:57 +0200)]
account-widget-irc: call empathy_account_widget_changed when the network dialog is destroyed

This will allow user to save or discard changes he just done (#618883).

13 years agoUse library i18n method for source files included in shared library
Rob Bradford [Tue, 18 May 2010 10:09:45 +0000 (11:09 +0100)]
Use library i18n method for source files included in shared library

Since these files are included in the g-c-c shared module we must use the
version of the _ macro that includes the domain.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=618969
13 years agoadd 22x22 version of the im-message icon
Guillaume Desmottes [Tue, 18 May 2010 09:33:55 +0000 (11:33 +0200)]
add 22x22 version of the im-message icon

Copied from
http://git.gnome.org/browse/empathy/tree/data/scalable/message.xcf?id=c7010d43264dafca66ff65540c5d6666f1c66e2a

13 years agoUse 'A' as accelerator for the "Automatically connect on startup" option (#618753)
ekspiulo [Tue, 18 May 2010 09:21:07 +0000 (11:21 +0200)]
Use 'A' as accelerator for the "Automatically connect on startup" option (#618753)

13 years agofix irc-networks.xml lookup when EMPATHY_SRCDIR is defined
Guillaume Desmottes [Mon, 17 May 2010 13:59:57 +0000 (15:59 +0200)]
fix irc-networks.xml lookup when EMPATHY_SRCDIR is defined

The file is in libempathy/

13 years agouse port 8001 to connect to freenode irc (#618401)
Brian Curtis [Mon, 17 May 2010 13:49:01 +0000 (15:49 +0200)]
use port 8001 to connect to freenode irc (#618401)

13 years agoUpdate Czech translation by Ondrej Kopka
Petr Kovar [Sun, 16 May 2010 21:53:59 +0000 (23:53 +0200)]
Update Czech translation by Ondrej Kopka

13 years agouse user-extended-away status icon in favour of user-idle
Robert McQueen [Sat, 15 May 2010 12:54:18 +0000 (13:54 +0100)]
use user-extended-away status icon in favour of user-idle

The freedesktop.org icon spec defines that the icon for the extended away
status is called user-idle. However, some icon theme authors interpret this
name as meaning mere idleness rather than the intended extended away semantic
of away *and* idle, creating visual confusion (extended-away contacts appearing
less away than contacts who are merely away). Some themes contain a
non-standard user-extended-away icon with the correct semantic, so this patch
makes Empathy use it in preference to user-idle if available. (Incidentally, at
the moment Telepathy itself never actually shows remote contacts as idle.)

13 years agoUpdated Shavian transliteration
Thomas Thurman [Wed, 12 May 2010 22:41:16 +0000 (18:41 -0400)]
Updated Shavian transliteration

13 years agoDon't try to start change the camera when there is no input
Sjoerd Simons [Sat, 8 May 2010 16:20:25 +0000 (17:20 +0100)]
Don't try to start change the camera when there is no input

Fixes bug #618167

13 years agoui-utils: Set translation domain on GtkBuilder UIs
Rob Bradford [Thu, 6 May 2010 14:17:57 +0000 (15:17 +0100)]
ui-utils: Set translation domain on GtkBuilder UIs

This is necessary for when GtkBuilder UIs are used outside of the main Empathy
process.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617909
13 years agoIf there is no publish list, don't auto-add people to it
Sjoerd Simons [Sat, 8 May 2010 14:28:47 +0000 (15:28 +0100)]
If there is no publish list, don't auto-add people to it

13 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Sat, 8 May 2010 11:01:14 +0000 (19:01 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

13 years agoAdd missing tp-glib/util.h header to the AccountsPage.
Travis Reitter [Fri, 7 May 2010 23:47:08 +0000 (16:47 -0700)]
Add missing tp-glib/util.h header to the AccountsPage.

13 years agoRemove unused #include from empathy-map-view.c
Xavier Claessens [Thu, 6 May 2010 12:56:37 +0000 (14:56 +0200)]
Remove unused #include from empathy-map-view.c

13 years agoAdded Indonesian translation, cotributed by Taufiq Wirahman
Andika Triwidada [Wed, 5 May 2010 05:54:35 +0000 (12:54 +0700)]
Added Indonesian translation, cotributed by Taufiq Wirahman
Added id to LINGUAS

13 years agoupdated si.po
Danishka Navin [Wed, 5 May 2010 05:47:28 +0000 (11:17 +0530)]
updated si.po

13 years ago[help] Reordered the topics in index.page
Harold Schreckengost [Tue, 4 May 2010 16:44:39 +0000 (18:44 +0200)]
[help] Reordered the topics in index.page

13 years agorelease.py: update last_tag_patern
Guillaume Desmottes [Tue, 4 May 2010 16:11:54 +0000 (18:11 +0200)]
release.py: update last_tag_patern

13 years agoremove released flag
Guillaume Desmottes [Tue, 4 May 2010 16:11:38 +0000 (18:11 +0200)]
remove released flag

13 years agoprepare 2.31.1 release
Guillaume Desmottes [Tue, 4 May 2010 14:48:31 +0000 (16:48 +0200)]
prepare 2.31.1 release

13 years agoSet a target bitrate for theora
Sjoerd Simons [Tue, 4 May 2010 15:26:08 +0000 (16:26 +0100)]
Set a target bitrate for theora

13 years agoMerge branch 'timestamp-615976'
Guillaume Desmottes [Tue, 4 May 2010 12:20:15 +0000 (14:20 +0200)]
Merge branch 'timestamp-615976'

13 years agodefine EMPATHY_DISPATCHER_CURRENT_TIME rather than using G_MAXINT64 directly
Guillaume Desmottes [Tue, 4 May 2010 11:55:19 +0000 (13:55 +0200)]
define EMPATHY_DISPATCHER_CURRENT_TIME rather than using G_MAXINT64 directly

13 years agofix typo in comment
Guillaume Desmottes [Tue, 4 May 2010 11:50:48 +0000 (13:50 +0200)]
fix typo in comment

13 years agoSet the user action time when the user approves stuff
Sjoerd Simons [Tue, 4 May 2010 10:49:05 +0000 (11:49 +0100)]
Set the user action time when the user approves stuff

13 years agoConsider G_MAXIN64 as a secred code for GDK_CURRENT_TIME
Sjoerd Simons [Tue, 4 May 2010 10:48:34 +0000 (11:48 +0100)]
Consider G_MAXIN64 as a secred code for GDK_CURRENT_TIME

13 years agoAdd a comment, fix indentation
Sjoerd Simons [Tue, 4 May 2010 10:30:01 +0000 (11:30 +0100)]
Add a comment, fix indentation

13 years agoUpdated Spanish translation
Jorge González [Mon, 3 May 2010 21:10:05 +0000 (23:10 +0200)]
Updated Spanish translation

13 years agoaccounts-module: Remove call to textdomain ()
Rob Bradford [Fri, 30 Apr 2010 09:29:22 +0000 (10:29 +0100)]
accounts-module: Remove call to textdomain ()

This shouldn't be called in shared module.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617262
13 years agoDo not display "missing image" for contacts without avatar (#608103)
Frédéric Péters [Sun, 2 May 2010 15:54:11 +0000 (17:54 +0200)]
Do not display "missing image" for contacts without avatar (#608103)

13 years agoUpdated Spanish translation
Jorge González [Mon, 3 May 2010 06:32:14 +0000 (08:32 +0200)]
Updated Spanish translation

13 years ago[help] Fixed some typos
Harold Schreckengost [Sun, 2 May 2010 16:20:49 +0000 (18:20 +0200)]
[help] Fixed some typos

13 years agoUpdated German translation
Mario Blättermann [Sun, 2 May 2010 13:30:11 +0000 (15:30 +0200)]
Updated German translation

13 years agoNo need of a contact factory to set location
Xavier Claessens [Thu, 29 Apr 2010 09:44:49 +0000 (11:44 +0200)]
No need of a contact factory to set location

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sat, 1 May 2010 17:16:41 +0000 (19:16 +0200)]
Updated Norwegian bokmål translation

13 years agoUpdated Spanish translation
Jorge González [Sat, 1 May 2010 07:54:49 +0000 (09:54 +0200)]
Updated Spanish translation

13 years agoFixed small grammar issues in intro
Paul Cutler [Fri, 30 Apr 2010 23:02:20 +0000 (18:02 -0500)]
Fixed small grammar issues in intro

14 years agoUpdated German doc translation
Mario Blättermann [Thu, 29 Apr 2010 10:13:20 +0000 (12:13 +0200)]
Updated German doc translation

14 years agoUpdated German doc translation
Mario Blättermann [Thu, 29 Apr 2010 10:08:33 +0000 (12:08 +0200)]
Updated German doc translation

14 years agoMerge remote branch 'wjt/avatars-in-boxes-theme'
Guillaume Desmottes [Wed, 28 Apr 2010 14:32:07 +0000 (16:32 +0200)]
Merge remote branch 'wjt/avatars-in-boxes-theme'

14 years agoAlways show avatars in "Boxes" C theme
Will Thompson [Wed, 28 Apr 2010 11:34:58 +0000 (12:34 +0100)]
Always show avatars in "Boxes" C theme

Previously, avatars were only shown in the conversation window if they
were shown in the contact list. It's not an obvious connection — I had
to look at the source to figure it out — and also I'd argue that if
anything, you're more likely to want avatars in the conversation window
if you don't have them in the contact list, because you won't ever see
them otherwise. (Or, that's what I found. :))

I left the boolean in place, forcing it to TRUE, so that if someone
feels like it they can add a tickybox to the Theme tab in Preferences.

14 years agoUpdated Spanish translation
Jorge González [Wed, 28 Apr 2010 05:49:41 +0000 (07:49 +0200)]
Updated Spanish translation

14 years agouse TP_PROP_* constants
Guillaume Desmottes [Wed, 21 Apr 2010 08:37:27 +0000 (10:37 +0200)]
use TP_PROP_* constants

14 years agouse tp_value_array_unpack
Guillaume Desmottes [Wed, 21 Apr 2010 08:33:25 +0000 (10:33 +0200)]
use tp_value_array_unpack

14 years agotp-contact-factory: stop tracking capabilities
Guillaume Desmottes [Fri, 16 Apr 2010 09:08:14 +0000 (11:08 +0200)]
tp-contact-factory: stop tracking capabilities

This is done in empathy-contact using TpContact:capabilities now.

14 years agorequest the TP_CONTACT_FEATURE_CAPABILITIES feature
Guillaume Desmottes [Fri, 16 Apr 2010 08:54:47 +0000 (10:54 +0200)]
request the TP_CONTACT_FEATURE_CAPABILITIES feature

14 years agocontact: get capabilities from TpContact if available (#579813)
Guillaume Desmottes [Fri, 16 Apr 2010 08:53:11 +0000 (10:53 +0200)]
contact: get capabilities from TpContact if available (#579813)

14 years agobump tp-glib dep tp 0.11.3
Guillaume Desmottes [Fri, 16 Apr 2010 08:11:51 +0000 (10:11 +0200)]
bump tp-glib dep tp 0.11.3

We need TpContact:capabilities

14 years agotp-file: include netinet/in.h
Jasper Lievisse Adriaanse [Tue, 27 Apr 2010 07:38:45 +0000 (09:38 +0200)]
tp-file: include netinet/in.h

The storage size of 'addr' isn't known without netinet/in.h (#616859).

14 years ago[help] Minor language tweaks to updated content
Shaun McCance [Mon, 26 Apr 2010 14:54:32 +0000 (09:54 -0500)]
[help] Minor language tweaks to updated content

14 years agocc-empathy-accounts-panel: Enable gettext when the panel is created
Rob Bradford [Fri, 23 Apr 2010 15:23:52 +0000 (16:23 +0100)]
cc-empathy-accounts-panel: Enable gettext when the panel is created

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616660
14 years agodoc: properly spell 'freenode' (#616711)
Guillaume Desmottes [Mon, 26 Apr 2010 07:43:03 +0000 (09:43 +0200)]
doc: properly spell 'freenode' (#616711)

14 years agoirc-networks.xml: properly spell 'freenode' (#616711)
Guillaume Desmottes [Mon, 26 Apr 2010 07:42:14 +0000 (09:42 +0200)]
irc-networks.xml: properly spell 'freenode' (#616711)

14 years agoMerge remote branch 'sjoerd/dislay-leaks'
Guillaume Desmottes [Mon, 26 Apr 2010 07:38:09 +0000 (09:38 +0200)]
Merge remote branch 'sjoerd/dislay-leaks'

14 years agoFix French translation (fixes bug #615719)
Claude Paroz [Mon, 26 Apr 2010 06:40:41 +0000 (08:40 +0200)]
Fix French translation (fixes bug #615719)

14 years agoUpdated Galician translations
Francisco Diéguez [Sun, 25 Apr 2010 14:54:29 +0000 (16:54 +0200)]
Updated Galician translations

14 years agoUpdated Italian help translation
Milo Casagrande [Sun, 25 Apr 2010 13:30:21 +0000 (15:30 +0200)]
Updated Italian help translation

14 years agoOnly present and tab switch for new events
Sjoerd Simons [Sat, 24 Apr 2010 17:35:42 +0000 (18:35 +0100)]
Only present and tab switch for new events

14 years agoNo longer need to dig out the X time ourselves
Sjoerd Simons [Sat, 24 Apr 2010 17:06:48 +0000 (18:06 +0100)]
No longer need to dig out the X time ourselves

14 years agoAlways at least show new chat windows even if not presenting them
Sjoerd Simons [Sat, 24 Apr 2010 17:05:44 +0000 (18:05 +0100)]
Always at least show new chat windows even if not presenting them

14 years agoPass the ChannelDispatcher timestamp onwards to window_present
Sjoerd Simons [Sat, 24 Apr 2010 16:39:39 +0000 (17:39 +0100)]
Pass the ChannelDispatcher timestamp onwards to window_present

14 years agopass timestamp to empathy_chat_window_present_chat
Guillaume Desmottes [Tue, 20 Apr 2010 08:00:44 +0000 (10:00 +0200)]
pass timestamp to empathy_chat_window_present_chat

14 years agodispatch-operation: add user-action-time property
Guillaume Desmottes [Mon, 19 Apr 2010 15:28:52 +0000 (17:28 +0200)]
dispatch-operation: add user-action-time property

14 years agoadd timestamp arg to empathy_dispatcher_create_channel
Sjoerd Simons [Sat, 24 Apr 2010 16:23:02 +0000 (17:23 +0100)]
add timestamp arg to empathy_dispatcher_create_channel

14 years agoadd timestamp arg to empathy_dispatcher_join_muc
Sjoerd Simons [Sat, 24 Apr 2010 16:19:50 +0000 (17:19 +0100)]
add timestamp arg to empathy_dispatcher_join_muc

14 years agoadd timestamp arg to empathy_dispatcher_chat_with_contact(_id)
Sjoerd Simons [Sat, 24 Apr 2010 16:16:32 +0000 (17:16 +0100)]
add timestamp arg to empathy_dispatcher_chat_with_contact(_id)

14 years agodispatcher: add timestamp attribute to DispatcherRequestData
Sjoerd Simons [Sat, 24 Apr 2010 15:58:49 +0000 (16:58 +0100)]
dispatcher: add timestamp attribute to DispatcherRequestData

14 years agoFix X display connection leak
Sjoerd Simons [Sat, 24 Apr 2010 15:13:50 +0000 (16:13 +0100)]
Fix X display connection leak

Use gdk_x11_get_server_time instead our own function for getting the
X server time. This also fixes a leak of one X connection each time
empathy_window_present is used without a timestamp.

14 years agoUpdated Danish translation
Ask H. Larsen [Fri, 23 Apr 2010 10:08:16 +0000 (12:08 +0200)]
Updated Danish translation

14 years agoUpdated asturian translation
Xandru Armesto [Fri, 23 Apr 2010 05:10:13 +0000 (07:10 +0200)]
Updated asturian translation

14 years agoFix Czech translation
Petr Kovar [Thu, 22 Apr 2010 22:15:47 +0000 (00:15 +0200)]
Fix Czech translation

14 years agoUpdated Catalan (Valencian) translation
Carles Ferrando [Thu, 22 Apr 2010 20:58:34 +0000 (22:58 +0200)]
Updated Catalan (Valencian) translation

14 years ago[help] Some updates to the help based on the new version
Milo Casagrande [Thu, 22 Apr 2010 19:50:23 +0000 (21:50 +0200)]
[help] Some updates to the help based on the new version

14 years agoUpdated Italian translation
Milo Casagrande [Thu, 22 Apr 2010 19:26:23 +0000 (21:26 +0200)]
Updated Italian translation

14 years agodisconnect empathy_call_window_bus_message() in dispose (#616301)
David Laban [Tue, 20 Apr 2010 14:51:30 +0000 (15:51 +0100)]
disconnect empathy_call_window_bus_message() in dispose (#616301)

Otherwise, we will crash because priv->handler is not there.

14 years agoiterate_on_channels: continue instead of returning if a channel doesn't match
Guillaume Desmottes [Tue, 20 Apr 2010 12:27:52 +0000 (14:27 +0200)]
iterate_on_channels: continue instead of returning if a channel doesn't match

We are iterating on channels so we should check the remaining channels...

14 years agofix show_offline gconf key (#616267)
Guillaume Desmottes [Tue, 20 Apr 2010 09:47:26 +0000 (11:47 +0200)]
fix show_offline gconf key (#616267)

The key is /ui/show_offline not /contacts/show_offline

14 years agoremove empathy_dispatch_operation_new_with_wrapper
Guillaume Desmottes [Mon, 19 Apr 2010 15:32:07 +0000 (17:32 +0200)]
remove empathy_dispatch_operation_new_with_wrapper

It's not needed any more.

14 years agodispatcher: don't check for Requests when fetching conn properties
Guillaume Desmottes [Mon, 19 Apr 2010 15:12:50 +0000 (17:12 +0200)]
dispatcher: don't check for Requests when fetching conn properties

14 years agodispatcher: stop supporting old style channel requesting
Guillaume Desmottes [Mon, 19 Apr 2010 15:10:36 +0000 (17:10 +0200)]
dispatcher: stop supporting old style channel requesting

Requests is mandatory now and we use the CD any way.

14 years agocall cb with an error if dispatcher_chat_with_contact* fails
Guillaume Desmottes [Mon, 19 Apr 2010 13:30:23 +0000 (15:30 +0200)]
call cb with an error if dispatcher_chat_with_contact* fails

14 years agodispatcher_connection_invalidated_cb: terminate pending requests
Guillaume Desmottes [Mon, 19 Apr 2010 13:11:59 +0000 (15:11 +0200)]
dispatcher_connection_invalidated_cb: terminate pending requests

14 years agoempathy_dispatcher_chat_with_contact: check if connection_data is NULL
Guillaume Desmottes [Mon, 19 Apr 2010 09:13:17 +0000 (11:13 +0200)]
empathy_dispatcher_chat_with_contact: check if connection_data is NULL

If the connection has been invalidated, it has been removed from
priv->connections so we should check to avoid using a NULL pointer (#615970).

14 years agouser-extended-away has been renamed to user-idle.svg
Guillaume Desmottes [Mon, 19 Apr 2010 10:57:09 +0000 (12:57 +0200)]
user-extended-away has been renamed to user-idle.svg