]> git.0d.be Git - empathy.git/log
empathy.git
14 years agoUse the proper enum value when checking FsMediaType
Guillaume Desmottes [Wed, 13 Jan 2010 10:12:03 +0000 (10:12 +0000)]
Use the proper enum value when checking FsMediaType

FS_MEDIA_TYPE_VIDEO and TP_MEDIA_STREAM_TYPE_VIDEO have actually the same
value but newer versions of gcc are smarter and detect this kind of bug.

14 years agoAdded initial Spanish translation
Jorge González [Tue, 12 Jan 2010 19:22:12 +0000 (20:22 +0100)]
Added initial Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Tue, 12 Jan 2010 19:22:04 +0000 (20:22 +0100)]
Updated Spanish translation

14 years agoRevert "Escape the header of the notification (#599431)"
Guillaume Desmottes [Tue, 12 Jan 2010 17:05:09 +0000 (17:05 +0000)]
Revert "Escape the header of the notification (#599431)"

This reverts commit 4363fe7a71208ee2d696211838f028ef97700b45.

According to the notification spec, headers should not be escaped.
Escaping them leads to displaying escaped text in the notification with some
daemon (#603498).

The bug #599431 was probably due to a bug in the notification-daemon and seems
to work fine now.

14 years agoAdd search bar in chat text views (#585168)
Thomas Meire [Tue, 12 Jan 2010 15:34:39 +0000 (15:34 +0000)]
Add search bar in chat text views (#585168)

14 years agochat_window_create_label: ref the widgets stored as data so we are sure they stay...
Guillaume Desmottes [Mon, 21 Dec 2009 11:20:02 +0000 (11:20 +0000)]
chat_window_create_label: ref the widgets stored as data so we are sure they stay alive when doing DnD

14 years agostart dev of next version
Guillaume Desmottes [Tue, 12 Jan 2010 11:17:05 +0000 (11:17 +0000)]
start dev of next version

14 years agoprepare 2.29.5.1
Guillaume Desmottes [Tue, 12 Jan 2010 10:46:03 +0000 (10:46 +0000)]
prepare 2.29.5.1

14 years agoRevert "added si to LINGUAS file"
Guillaume Desmottes [Tue, 12 Jan 2010 10:41:07 +0000 (10:41 +0000)]
Revert "added si to LINGUAS file"

This reverts commit 26f31d66832b7ec72aa5544de15cd99cbf90640e.
This commit accidentally removed the po/LINGUAS file.

14 years agoupdating for Punjabi by A S Alam
A S Alam [Tue, 12 Jan 2010 03:03:33 +0000 (08:33 +0530)]
updating for Punjabi by A S Alam

14 years agostart dev of 2.29.6
Guillaume Desmottes [Mon, 11 Jan 2010 18:32:02 +0000 (18:32 +0000)]
start dev of 2.29.6

14 years agoadd Channel_Interface_Conference.xml to EXTRA_DIST
Guillaume Desmottes [Mon, 11 Jan 2010 17:55:29 +0000 (17:55 +0000)]
add Channel_Interface_Conference.xml to EXTRA_DIST

14 years agoprepare 2.29.5 release
Guillaume Desmottes [Mon, 11 Jan 2010 17:16:58 +0000 (17:16 +0000)]
prepare 2.29.5 release

14 years agocontact_list_store_get_contact_status_icon_with_icon_name: early return if icon_name...
Guillaume Desmottes [Mon, 11 Jan 2010 17:02:43 +0000 (17:02 +0000)]
contact_list_store_get_contact_status_icon_with_icon_name: early return if icon_name is NULL

14 years agoempathy_pixbuf_contact_status_icon_with_icon_name: icon_name is not supposed to be...
Guillaume Desmottes [Mon, 11 Jan 2010 17:02:15 +0000 (17:02 +0000)]
empathy_pixbuf_contact_status_icon_with_icon_name: icon_name is not supposed to be NULL

14 years agolisten for the "account-validity-changed" so new account are added to the dispatcher...
Guillaume Desmottes [Mon, 11 Jan 2010 15:59:45 +0000 (15:59 +0000)]
listen for the "account-validity-changed" so new account are added to the dispatcher (#605689)

14 years agostore status-changed sig handler in a hash table
Guillaume Desmottes [Mon, 11 Jan 2010 15:59:36 +0000 (15:59 +0000)]
store status-changed sig handler in a hash table

14 years agofactor out connect_account
Guillaume Desmottes [Mon, 11 Jan 2010 15:57:16 +0000 (15:57 +0000)]
factor out connect_account

14 years agoempathy_dispatcher_join_muc: assert than connection_data is not NULL
Guillaume Desmottes [Wed, 6 Jan 2010 14:27:36 +0000 (14:27 +0000)]
empathy_dispatcher_join_muc: assert than connection_data is not NULL

14 years agoWait that the pipeline has been started before enabling camera
Guillaume Desmottes [Mon, 11 Jan 2010 14:58:59 +0000 (14:58 +0000)]
Wait that the pipeline has been started before enabling camera

The v4l2src element doesn't work properly if the pipeline has not been started
(#605549).

14 years agofactor out start_call
Guillaume Desmottes [Mon, 11 Jan 2010 14:47:47 +0000 (14:47 +0000)]
factor out start_call

14 years agoempathy_call_window_constructed: no need to call display_video_preview
Guillaume Desmottes [Mon, 11 Jan 2010 14:01:13 +0000 (14:01 +0000)]
empathy_call_window_constructed: no need to call display_video_preview

The callback fired when tool_button_camera_on will call it for us.

14 years agoremember handler ids to prevent double invokation
Felix Kaser [Sat, 9 Jan 2010 12:22:55 +0000 (13:22 +0100)]
remember handler ids to prevent double invokation

the handler ids for the status-changed signals are remembered to prevent registration more than once on newly created accounts

14 years agouse G_TYPE_OBJECT instead of G_TYPE_POINTER
Felix Kaser [Sat, 9 Jan 2010 11:47:34 +0000 (12:47 +0100)]
use G_TYPE_OBJECT instead of G_TYPE_POINTER

in the signature of the account-created signal

14 years agoconnect to val-changed signal in contact manager
Felix Kaser [Mon, 28 Dec 2009 13:39:57 +0000 (14:39 +0100)]
connect to val-changed signal in contact manager

new accounts have to be registered for status-changed signals, that can only be done if the account-validity-changed signal is handled.
fixes bug #604628

14 years agoconnect to status-changed signal of new accounts
Felix Kaser [Mon, 28 Dec 2009 12:53:29 +0000 (13:53 +0100)]
connect to status-changed signal of new accounts

the main window has to listen for status-changed signals of newly created accounts to display error-infobar

14 years agoconnect to signals when account has been created
Felix Kaser [Mon, 28 Dec 2009 12:03:12 +0000 (13:03 +0100)]
connect to signals when account has been created

when a new account is created the signals presence-changed and status-changed of the account are connected to update the treeview icon and status infobar

14 years agodon't make add-button sensitive on protocol change
Felix Kaser [Sat, 9 Jan 2010 15:04:31 +0000 (16:04 +0100)]
don't make add-button sensitive on protocol change

when creating an account the treeview and add/import buttons should be insensitive. when during creating the protocol was altered via protocol-chooser the add-button became sensitive. this should be fixed with this commit

14 years agodisable treeview when creating an account
Felix Kaser [Sun, 27 Dec 2009 10:06:19 +0000 (11:06 +0100)]
disable treeview when creating an account

fixes bug 604154

14 years agoConvert the context info to a translator comment (#606513)
Claude Paroz [Mon, 11 Jan 2010 12:12:19 +0000 (12:12 +0000)]
Convert the context info to a translator comment (#606513)

14 years agoaccounts-dialog: inherit from GtkDialog (#600023)
Guillaume Desmottes [Tue, 17 Nov 2009 12:16:31 +0000 (12:16 +0000)]
accounts-dialog: inherit from GtkDialog (#600023)

14 years agoUpdated Swedish translation
Daniel Nylander [Sat, 9 Jan 2010 17:22:09 +0000 (18:22 +0100)]
Updated Swedish translation

14 years agoremove box around advanced settings
Felix Kaser [Sun, 27 Dec 2009 09:48:35 +0000 (10:48 +0100)]
remove box around advanced settings

in generic-widget, fixes bug 605529

14 years agoUpdated Spanish translation
Jorge González [Fri, 8 Jan 2010 19:51:55 +0000 (20:51 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Wed, 6 Jan 2010 19:06:23 +0000 (20:06 +0100)]
Updated Spanish translation

14 years agocontact-list-view: merge the audio and vido call column
Guillaume Desmottes [Wed, 23 Dec 2009 12:41:59 +0000 (12:41 +0000)]
contact-list-view: merge the audio and vido call column

Now that we display a context menu allowing to start audio and video call
there is no point to keep the 2 icons. Merge them to one column as they are
not just a hint saying that the contact supports audio and/or video.

14 years agoDisplay a context menu when clicking on audio/video icons (#590051)
Guillaume Desmottes [Wed, 23 Dec 2009 12:09:45 +0000 (12:09 +0000)]
Display a context menu when clicking on audio/video icons (#590051)

14 years agohash_job_done: set hash_data->error to NULL when cleaning it
Guillaume Desmottes [Wed, 6 Jan 2010 17:17:39 +0000 (17:17 +0000)]
hash_job_done: set hash_data->error to NULL when cleaning it

This avoid to try to clean it at second time in hash_data_free (#606220).

14 years agoallow multiple rooms with /join (bug #604347)
Thomas Meire [Sat, 2 Jan 2010 20:35:05 +0000 (21:35 +0100)]
allow multiple rooms with /join (bug #604347)

14 years agoUpdated Spanish translation
Jorge González [Wed, 6 Jan 2010 16:02:33 +0000 (17:02 +0100)]
Updated Spanish translation

14 years agoremove debug message when creating or retrieving a status icon from the cache
Guillaume Desmottes [Wed, 6 Jan 2010 15:30:08 +0000 (15:30 +0000)]
remove debug message when creating or retrieving a status icon from the cache

14 years agoAdd the protocol icon in EmpathyContactWidget. That's displayed for contact list...
Xavier Claessens [Wed, 6 Jan 2010 15:37:47 +0000 (16:37 +0100)]
Add the protocol icon in EmpathyContactWidget. That's displayed for contact list tooltip too.

14 years agorename 'location' to 'loc' to fix shadow declaration
Guillaume Desmottes [Wed, 6 Jan 2010 15:25:39 +0000 (15:25 +0000)]
rename 'location' to 'loc' to fix shadow declaration

14 years agoRemove Pango markup from translatable strings where possible
Philip Withnall [Fri, 1 Jan 2010 13:02:23 +0000 (13:02 +0000)]
Remove Pango markup from translatable strings where possible

Use GtkBuilder attributes on labels instead, and change one instance of code
to automatically add markup to the translated string.

14 years agoshow_protocols should be disabled by default (#605822)
Guillaume Desmottes [Wed, 6 Jan 2010 15:10:58 +0000 (15:10 +0000)]
show_protocols should be disabled by default (#605822)

14 years agoUpdated Spanish translation
Jorge González [Wed, 6 Jan 2010 15:07:15 +0000 (16:07 +0100)]
Updated Spanish translation

14 years agoPrint autocompletion suggestions to chatview (#599779)
Thomas Meire [Wed, 6 Jan 2010 11:47:29 +0000 (11:47 +0000)]
Print autocompletion suggestions to chatview (#599779)

14 years agoFix autocompletion for non-alphanumeric nicknames
Thomas Meire [Wed, 6 Jan 2010 11:03:23 +0000 (11:03 +0000)]
Fix autocompletion for non-alphanumeric nicknames

This bug is caused by the behaviour of gtk_text_iter_backward_word_start. It
searches the text for delimiters, based on languages in pango. Numbers and
characters as | and [ are not considered to be part of a word in most
languages, while they are a part of nicknames. Therefore, empathy fails to get
the typed part of the nickname.
The attached patch will instead search backwards for a space character. The
text that needs to be completed, is the text between the caret and the first
space before that. (#554767)

14 years agoPOTFILES.in: add empathy-invite-participant-dialog.c
Guillaume Desmottes [Wed, 6 Jan 2010 11:01:12 +0000 (11:01 +0000)]
POTFILES.in: add empathy-invite-participant-dialog.c

14 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Wed, 6 Jan 2010 10:06:20 +0000 (11:06 +0100)]
Updated Norwegian bokmål translation.

14 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 2 Jan 2010 09:22:54 +0000 (10:22 +0100)]
Updated Slovenian translation

14 years agoMiscellaneous string fixes
Philip Withnall [Thu, 31 Dec 2009 18:08:40 +0000 (18:08 +0000)]
Miscellaneous string fixes

Lots of small spelling and grammar fixes, as well as some terminology
cleanups.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoPunctuation fixes in translatable strings
Philip Withnall [Thu, 31 Dec 2009 17:56:30 +0000 (17:56 +0000)]
Punctuation fixes in translatable strings

Fix punctuation in the IRC command help messages. Use proper Unicode ellipses
throughout Empathy, and proper em-dashes where appropriate.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoCorrect unnecessary use of the phrase "whether or not"
Philip Withnall [Thu, 31 Dec 2009 17:48:53 +0000 (17:48 +0000)]
Correct unnecessary use of the phrase "whether or not"

Also correct use of nouns in place of verbs in a few areas, and make the
consistent the terminology of signing in/out.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Fri, 1 Jan 2010 07:06:48 +0000 (15:06 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

14 years agoadded si to LINGUAS file
Danishka Navin [Fri, 1 Jan 2010 18:11:11 +0000 (23:41 +0530)]
added si to LINGUAS file

14 years agoadded si.po file
Danishka Navin [Fri, 1 Jan 2010 18:08:59 +0000 (23:38 +0530)]
added si.po file

14 years agoadded si to LINGUAS file
Danishka Navin [Fri, 1 Jan 2010 18:07:24 +0000 (23:37 +0530)]
added si to LINGUAS file

14 years agoUpdated British English translation
Philip Withnall [Thu, 31 Dec 2009 17:37:58 +0000 (17:37 +0000)]
Updated British English translation

14 years agoUpdated Spanish translation
Jorge González [Mon, 28 Dec 2009 01:11:52 +0000 (02:11 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Mon, 28 Dec 2009 01:06:08 +0000 (02:06 +0100)]
Updated Spanish translation

14 years agoUpdated Arabic translation
Khaled Hosny [Sat, 26 Dec 2009 11:35:38 +0000 (13:35 +0200)]
Updated Arabic translation

14 years agoUpdated Traditional Chinese(Hong Kong and Taiwan)
Cheng-Chia Tseng [Sat, 26 Dec 2009 11:01:50 +0000 (19:01 +0800)]
Updated Traditional Chinese(Hong Kong and Taiwan)

14 years agoRemove the protocol selection screen when adding a new account
Guillaume Desmottes [Tue, 22 Dec 2009 17:46:43 +0000 (17:46 +0000)]
Remove the protocol selection screen when adding a new account

Instead, display the protocol chooser on the top of the account widget
(#599182).

14 years agoaccount-settings: use empathy_signal_connect_weak to connect the ready signal on...
Guillaume Desmottes [Tue, 22 Dec 2009 15:34:22 +0000 (15:34 +0000)]
account-settings: use empathy_signal_connect_weak to connect the ready signal on managers

If for some reason this signal is fired after the settings has been destroyed,
we shouldn't crash.

14 years agoaccount-widget: presence_changed_cb: early return if widget has been destroyed
Guillaume Desmottes [Tue, 22 Dec 2009 17:59:57 +0000 (17:59 +0000)]
account-widget: presence_changed_cb: early return if widget has been destroyed

The callback needs to manipulate widgets but can't do it if the account widget
has already been destroyed.

14 years agoaccount-widget: ensure that the object stays alive during the tp_account_manager_prep...
Guillaume Desmottes [Tue, 22 Dec 2009 15:37:15 +0000 (15:37 +0000)]
account-widget: ensure that the object stays alive during the tp_account_manager_prepare_async call

14 years agostatus_icon_update_tooltip: display the custom status msg, if any (#604481)
Guillaume Desmottes [Wed, 23 Dec 2009 15:53:15 +0000 (15:53 +0000)]
status_icon_update_tooltip: display the custom status msg, if any (#604481)

14 years agostatus_icon_update_tooltip: display a translated version of the default status string
Guillaume Desmottes [Wed, 23 Dec 2009 15:45:33 +0000 (15:45 +0000)]
status_icon_update_tooltip: display a translated version of the default status string

14 years agopo/vi.po: Updated Vietnamese translation
Nguyễn Thái Ngọc Duy [Thu, 24 Dec 2009 05:38:30 +0000 (12:38 +0700)]
po/vi.po: Updated Vietnamese translation

14 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Wed, 23 Dec 2009 10:54:53 +0000 (17:54 +0700)]
Updated Thai translation.

14 years agoUse clutter_get_option_group instead of gtk_clutter_init
Guillaume Desmottes [Wed, 23 Dec 2009 10:36:58 +0000 (10:36 +0000)]
Use clutter_get_option_group instead of gtk_clutter_init

clutter_get_option_group will initialize clutter during arguments parsing.
This avoid to call g_set_prgname twice as it's called once by
g_option_context_parse and once when initializing clutter.

14 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Wed, 23 Dec 2009 03:56:17 +0000 (10:56 +0700)]
Updated Thai translation.

14 years agolibempathy/empathy-irc-network-manager.c: Fix typo similiar -> similar
Laurent Bigonville [Tue, 22 Dec 2009 22:15:31 +0000 (23:15 +0100)]
libempathy/empathy-irc-network-manager.c: Fix typo similiar -> similar

14 years agoAdd register buttons to the account widget
Guillaume Desmottes [Mon, 21 Dec 2009 17:22:01 +0000 (17:22 +0000)]
Add register buttons to the account widget

14 years agofactor out account_widget_is_gtalk
Guillaume Desmottes [Mon, 21 Dec 2009 17:21:18 +0000 (17:21 +0000)]
factor out account_widget_is_gtalk

14 years agoadd empathy_account_settings_get_tp_protocol
Guillaume Desmottes [Mon, 21 Dec 2009 17:01:13 +0000 (17:01 +0000)]
add empathy_account_settings_get_tp_protocol

14 years agoremove register radio buttons in the create account frame
Guillaume Desmottes [Mon, 21 Dec 2009 16:23:20 +0000 (16:23 +0000)]
remove register radio buttons in the create account frame

They should be part of the account widget as we plan to kill this frame
(#605213).

14 years agoreorder moblin specific code
Guillaume Desmottes [Tue, 22 Dec 2009 10:47:56 +0000 (10:47 +0000)]
reorder moblin specific code

An #ifdef/#else structur is easier to read than #ifndef/#else. Change all the
moblin tests to fit this structur.

14 years agoaccount-widget: move the 'Enable' checkbox to the top of the widget (#593268)
Guillaume Desmottes [Mon, 21 Dec 2009 15:14:02 +0000 (15:14 +0000)]
account-widget: move the 'Enable' checkbox to the top of the widget (#593268)

This change doesn't affect the Moblin version.

14 years agoaccount-widget: factor out add_enable_checkbox
Guillaume Desmottes [Mon, 21 Dec 2009 14:41:55 +0000 (14:41 +0000)]
account-widget: factor out add_enable_checkbox

14 years agoMerge branch 'pmuc'
Danielle Madeley [Tue, 22 Dec 2009 10:56:31 +0000 (21:56 +1100)]
Merge branch 'pmuc'

14 years agoRemove FIXME
Danielle Madeley [Tue, 22 Dec 2009 03:15:05 +0000 (14:15 +1100)]
Remove FIXME

14 years ago[EmpathyContactSelectorDialog] add contact filtering support
Danielle Madeley [Tue, 22 Dec 2009 03:03:17 +0000 (14:03 +1100)]
[EmpathyContactSelectorDialog] add contact filtering support

14 years agoRemove unneeded private struct
Danielle Madeley [Tue, 22 Dec 2009 00:29:08 +0000 (11:29 +1100)]
Remove unneeded private struct

14 years agostart dev of 2.94.5
Guillaume Desmottes [Mon, 21 Dec 2009 17:53:37 +0000 (17:53 +0000)]
start dev of 2.94.5

14 years agoprepare 2.29.4
Guillaume Desmottes [Mon, 21 Dec 2009 17:36:54 +0000 (17:36 +0000)]
prepare 2.29.4

14 years agoaccount-widget-sip: re-add tooltips
Guillaume Desmottes [Mon, 21 Dec 2009 14:00:55 +0000 (14:00 +0000)]
account-widget-sip: re-add tooltips

They have been accidentally removed in
eed9993f70997795d52828ebe56e5831c9566206.

14 years agoevent-manager: remove the auto-remove timer when the event is destroyed
Guillaume Desmottes [Tue, 1 Dec 2009 15:53:58 +0000 (15:53 +0000)]
event-manager: remove the auto-remove timer when the event is destroyed

This avoid to crash when trying to re-remove an old event (#603485).

14 years agopresence-chooser: Ellipsize long status messages (#576434)
Pascal Potvin [Tue, 8 Dec 2009 05:22:06 +0000 (00:22 -0500)]
presence-chooser: Ellipsize long status messages (#576434)

14 years agoMake Invite Participant menu entry sensitive only when available
Danielle Madeley [Mon, 21 Dec 2009 02:05:10 +0000 (13:05 +1100)]
Make Invite Participant menu entry sensitive only when available

14 years agoRefactor MUC upgrading to be a feature of TpChat->add()
Danielle Madeley [Mon, 21 Dec 2009 01:51:02 +0000 (12:51 +1100)]
Refactor MUC upgrading to be a feature of TpChat->add()

Add a method to be able to tell whether a given TpChat supports you calling
add() on it.

14 years ago[EmpathyContactMenu] Replace raw Tp call with existing abstraction
Danielle Madeley [Mon, 21 Dec 2009 00:04:39 +0000 (11:04 +1100)]
[EmpathyContactMenu] Replace raw Tp call with existing abstraction

This was the place I'd copied my code from. However it makes a lot of sense to
use the same abstraction here too.

14 years agoReplace raw Tp call with existing abstraction in EmpathyTpChat
Danielle Madeley [Sun, 20 Dec 2009 23:21:11 +0000 (10:21 +1100)]
Replace raw Tp call with existing abstraction in EmpathyTpChat

14 years agoPort EmpathyInviteParticipantDialog over to EmpathyContactSelectorDialog
Danielle Madeley [Sat, 19 Dec 2009 02:16:02 +0000 (13:16 +1100)]
Port EmpathyInviteParticipantDialog over to EmpathyContactSelectorDialog

14 years agoBump tp-glib version to 0.9.2
Danielle Madeley [Wed, 16 Dec 2009 21:54:59 +0000 (08:54 +1100)]
Bump tp-glib version to 0.9.2

14 years agoDon't destroy the request properties, EmpathyDispatcher now owns them
Danielle Madeley [Wed, 16 Dec 2009 21:50:33 +0000 (08:50 +1100)]
Don't destroy the request properties, EmpathyDispatcher now owns them

This is not the same as tp-glib semantics (e.g. tp_..._call_create_channel).
Add some docs to EmpathyDispatcher to explain this, for the next person.

14 years agoAdd support for inviting to MUCs
Danielle Madeley [Wed, 16 Dec 2009 09:21:44 +0000 (20:21 +1100)]
Add support for inviting to MUCs

14 years agoAdd a rudimentry UI to select a 3rd contact to invite
Danielle Madeley [Wed, 16 Dec 2009 07:09:55 +0000 (18:09 +1100)]
Add a rudimentry UI to select a 3rd contact to invite

Needs support for inviting in MUCs added

14 years agoUse EmpathyDispatcher to create the PMUC channel
Danielle Madeley [Mon, 14 Dec 2009 03:48:08 +0000 (14:48 +1100)]
Use EmpathyDispatcher to create the PMUC channel