]> git.0d.be Git - empathy.git/log
empathy.git
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

14 years agoDon't leak GPtrArray
Danielle Madeley [Fri, 11 Dec 2009 10:50:17 +0000 (21:50 +1100)]
Don't leak GPtrArray

14 years agoAdd an Invite Participants menu item and make it request the Conf channel
Danielle Madeley [Fri, 11 Dec 2009 05:59:56 +0000 (16:59 +1100)]
Add an Invite Participants menu item and make it request the Conf channel

14 years agoInclude Channel.Interface.Conference draft from tp-spec
Danielle Madeley [Fri, 11 Dec 2009 05:59:08 +0000 (16:59 +1100)]
Include Channel.Interface.Conference draft from tp-spec

14 years ago[EmpathyContactSelectorDialog] remove got_response vcall
Danielle Madeley [Sat, 19 Dec 2009 01:42:25 +0000 (12:42 +1100)]
[EmpathyContactSelectorDialog] remove got_response vcall

The got_response vcall method wasn't generic enough. It assumed that your
response code was always GTK_RESPONSE_ACCEPT, and doesn't allow for the dialog
to be used with gtk_dialog_run.

Instead dialogs now use the regular response() vcall provided by GtkDialog,
and an additional API method empathy_contact_selector_dialog_get_selected()
provides the information content of the dialog.

14 years ago[EmpathyContactSelectorDialog] initialise priv->show_account_chooser correctly
Danielle Madeley [Sat, 19 Dec 2009 01:40:44 +0000 (12:40 +1100)]
[EmpathyContactSelectorDialog] initialise priv->show_account_chooser correctly

14 years agoUpdated German help translation
Christian Kirbach [Sun, 20 Dec 2009 17:40:39 +0000 (18:40 +0100)]
Updated German help translation

14 years agoUpdated Spanish translation
Jorge González [Sat, 19 Dec 2009 12:43:29 +0000 (13:43 +0100)]
Updated Spanish translation

14 years ago[EmpathyContactSelectorDialog] normalise case in match function
Danielle Madeley [Fri, 18 Dec 2009 06:53:51 +0000 (17:53 +1100)]
[EmpathyContactSelectorDialog] normalise case in match function

14 years ago[EmpathyContactSelectorDialog] tweak padding
Danielle Madeley [Fri, 18 Dec 2009 06:32:30 +0000 (17:32 +1100)]
[EmpathyContactSelectorDialog] tweak padding

14 years ago[EmpathyContactSelectorDialog] switch from table_contents to VBox
Danielle Madeley [Fri, 18 Dec 2009 06:28:42 +0000 (17:28 +1100)]
[EmpathyContactSelectorDialog] switch from table_contents to VBox

This makes it more flexible to add other contents to the dialog.

14 years ago[EmpathyContactSelectorDialog] make the Account Chooser optional
Danielle Madeley [Fri, 18 Dec 2009 05:34:38 +0000 (16:34 +1100)]
[EmpathyContactSelectorDialog] make the Account Chooser optional

14 years ago[EmpathyContactSelectorDialog] make this an abstract type
Danielle Madeley [Fri, 18 Dec 2009 05:33:16 +0000 (16:33 +1100)]
[EmpathyContactSelectorDialog] make this an abstract type

i.e. a type that must be inherited and can't be created directly

14 years ago[EmpathyContactSelectorDialog] Add missing include
Danielle Madeley [Fri, 18 Dec 2009 02:53:24 +0000 (13:53 +1100)]
[EmpathyContactSelectorDialog] Add missing include

14 years agoblock/unblock the right signals on menu actions
Guillaume Desmottes [Thu, 3 Dec 2009 13:09:55 +0000 (13:09 +0000)]
block/unblock the right signals on menu actions

14 years agotp-call: set debug domain to voip
Guillaume Desmottes [Fri, 18 Dec 2009 13:58:56 +0000 (13:58 +0000)]
tp-call: set debug domain to voip

14 years agosave the geometry of the call window
Guillaume Desmottes [Fri, 18 Dec 2009 13:45:33 +0000 (13:45 +0000)]
save the geometry of the call window

14 years agoDisplay the audio or video icon in incoming call dialog
Guillaume Desmottes [Thu, 17 Dec 2009 15:37:53 +0000 (15:37 +0000)]
Display the audio or video icon in incoming call dialog

This is more useful than the question mark icon as it can be used to easily
see if we are receiving an audio or video call.

14 years agoadd im-groupwise.svg
Guillaume Desmottes [Thu, 17 Dec 2009 16:09:31 +0000 (16:09 +0000)]
add im-groupwise.svg

Seems I forgot to add the svg version.

14 years agono need to export contact_list_store_get_contact_status_icon any more
Guillaume Desmottes [Thu, 17 Dec 2009 14:55:05 +0000 (14:55 +0000)]
no need to export contact_list_store_get_contact_status_icon any more

14 years agomain-window: don't add the protocol icon on top of event icons
Guillaume Desmottes [Thu, 17 Dec 2009 14:51:55 +0000 (14:51 +0000)]
main-window: don't add the protocol icon on top of event icons

14 years agocontact-selector-dialog: set a border of 12 as defined in the HIG
Guillaume Desmottes [Thu, 17 Dec 2009 10:38:43 +0000 (10:38 +0000)]
contact-selector-dialog: set a border of 12 as defined in the HIG

14 years agonew-message-dialog: filter out CM which doesn't support 1-1 chat
Guillaume Desmottes [Wed, 16 Dec 2009 12:04:49 +0000 (12:04 +0000)]
new-message-dialog: filter out CM which doesn't support 1-1 chat

14 years agonew-call-dialog: filter out CM which doesn't support calls
Guillaume Desmottes [Wed, 16 Dec 2009 12:00:11 +0000 (12:00 +0000)]
new-call-dialog: filter out CM which doesn't support calls

14 years agocontact-selector-dialog: add API for subclass to redefine the accoutn filter function
Guillaume Desmottes [Wed, 16 Dec 2009 11:18:37 +0000 (11:18 +0000)]
contact-selector-dialog: add API for subclass to redefine the accoutn filter function

14 years agonew-call-dialog: add 'Send Video' check button
Guillaume Desmottes [Tue, 15 Dec 2009 19:32:38 +0000 (19:32 +0000)]
new-call-dialog: add 'Send Video' check button

14 years agocontact-selector-dialog: make table_contact a protected member
Guillaume Desmottes [Tue, 15 Dec 2009 19:28:36 +0000 (19:28 +0000)]
contact-selector-dialog: make table_contact a protected member

So subclass can easily add widgets.

14 years agocontact-selector-dialog: emit response when the entry is activated
Guillaume Desmottes [Tue, 15 Dec 2009 19:06:28 +0000 (19:06 +0000)]
contact-selector-dialog: emit response when the entry is activated

14 years agostatus-icon: add "New Call" entry in the context menu
Guillaume Desmottes [Tue, 15 Dec 2009 18:48:48 +0000 (18:48 +0000)]
status-icon: add "New Call" entry in the context menu

14 years agomain-window: add "New Call" menu entry (#582599)
Guillaume Desmottes [Tue, 15 Dec 2009 18:48:19 +0000 (18:48 +0000)]
main-window: add "New Call" menu entry (#582599)

14 years agoadd empathy-new-call-dialog
Guillaume Desmottes [Tue, 15 Dec 2009 18:47:20 +0000 (18:47 +0000)]
add empathy-new-call-dialog

14 years agorename empathy-new-message-dialog.ui to empathy-contact-selector-dialog.ui
Guillaume Desmottes [Tue, 15 Dec 2009 18:09:25 +0000 (18:09 +0000)]
rename empathy-new-message-dialog.ui to empathy-contact-selector-dialog.ui

14 years agoempathy-new-message-dialog: port to TP coding style
Guillaume Desmottes [Tue, 15 Dec 2009 18:03:36 +0000 (18:03 +0000)]
empathy-new-message-dialog: port to TP coding style

We rewrote most of this file any way.

14 years agonew-message-dialog: inherit from EmpathyContactSelectorDialog
Guillaume Desmottes [Tue, 15 Dec 2009 17:58:21 +0000 (17:58 +0000)]
new-message-dialog: inherit from EmpathyContactSelectorDialog

14 years agoadd empathy-contact-selector-dialog
Guillaume Desmottes [Tue, 15 Dec 2009 17:56:26 +0000 (17:56 +0000)]
add empathy-contact-selector-dialog

EmpathyContactSelectorDialog is an abstract class to helping to implement
dialog such as the "new message" dialog.

14 years agonew-message-dialog: remove the call button
Guillaume Desmottes [Tue, 15 Dec 2009 15:41:26 +0000 (15:41 +0000)]
new-message-dialog: remove the call button

We are about to create a new dialog for it.

14 years agocontact_list: displays an icon showing the protocol by the contact (#603877)
chantra [Wed, 16 Dec 2009 16:20:36 +0000 (16:20 +0000)]
contact_list: displays an icon showing the protocol by the contact (#603877)

14 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Wed, 16 Dec 2009 11:21:09 +0000 (12:21 +0100)]
Updated Norwegian bokmål translation.

14 years agoremove duplicate expression
Felix Kaser [Wed, 16 Dec 2009 10:28:42 +0000 (11:28 +0100)]
remove duplicate expression

probably the product of a faulty merge in 4bca2228

14 years agosay if incoming call are video or not (#582596)
Guillaume Desmottes [Mon, 14 Dec 2009 17:32:59 +0000 (17:32 +0000)]
say if incoming call are video or not (#582596)

14 years agoadd empathy_tp_call_has_initial_video
Guillaume Desmottes [Mon, 14 Dec 2009 17:32:24 +0000 (17:32 +0000)]
add empathy_tp_call_has_initial_video

14 years agoempathy_protocol_icon_name: use the Yahoo icon for Yahoo Japan (#604567)
Guillaume Desmottes [Tue, 15 Dec 2009 12:28:57 +0000 (12:28 +0000)]
empathy_protocol_icon_name: use the Yahoo icon for Yahoo Japan (#604567)

14 years agodont show infobar when creating an account
Felix Kaser [Tue, 15 Dec 2009 12:28:28 +0000 (13:28 +0100)]
dont show infobar when creating an account

14 years agoget connectivity only when needed
Felix Kaser [Mon, 14 Dec 2009 08:42:21 +0000 (09:42 +0100)]
get connectivity only when needed

14 years agofixed a crash when creating account
Felix Kaser [Mon, 14 Dec 2009 08:22:15 +0000 (09:22 +0100)]
fixed a crash when creating account

the infobar in accounts dialog provoked a crash when creating a new account because TpAccount *account was NULL

14 years agoupdate infobar only on selected account
Felix Kaser [Wed, 9 Dec 2009 23:28:34 +0000 (00:28 +0100)]
update infobar only on selected account

previously the infobar contained wrong statuses sometimes, if the auto reconnect on a faulty account triggered the update

14 years agoupdated status messages
Felix Kaser [Wed, 9 Dec 2009 23:22:35 +0000 (00:22 +0100)]
updated status messages

small updates on the status messages

14 years agoset infobar message to no network connection
Felix Kaser [Tue, 8 Dec 2009 19:01:03 +0000 (20:01 +0100)]
set infobar message to no network connection

if the account is disconnected and there is no internet connection at all.

14 years agorefactor friendly status reason messages
Felix Kaser [Tue, 8 Dec 2009 18:41:57 +0000 (19:41 +0100)]
refactor friendly status reason messages

the friendly status reason can be asked from empathy-utils

14 years agoadded case for requested disconnection
Felix Kaser [Tue, 8 Dec 2009 18:08:28 +0000 (19:08 +0100)]
added case for requested disconnection

14 years agohandle presence changes
Felix Kaser [Tue, 8 Dec 2009 17:50:55 +0000 (18:50 +0100)]
handle presence changes

some refactoring was neccesary to handl correctly the presence changes. all information about the connection status and reason and presence are gathered explicitly in update_status_infobar and not passed by the callbacks.

14 years agoshow infobar when connected
Felix Kaser [Tue, 8 Dec 2009 17:22:01 +0000 (18:22 +0100)]
show infobar when connected

the infobar should be visible when connected, not only when an error occured

14 years agoset expand of infobar to false
Felix Kaser [Tue, 8 Dec 2009 12:08:38 +0000 (13:08 +0100)]
set expand of infobar to false

the infobar should not be expanded when the window is resized

14 years agoadded case for disabled account
Felix Kaser [Tue, 8 Dec 2009 11:57:58 +0000 (12:57 +0100)]
added case for disabled account

if the account is disabled the status-infobar shows as disconnected reason "disabled"

14 years agoadded reson to status infobar
Felix Kaser [Tue, 8 Dec 2009 11:13:30 +0000 (12:13 +0100)]
added reson to status infobar

14 years agoadded spinner to connecting infobar
Felix Kaser [Tue, 8 Dec 2009 10:48:36 +0000 (11:48 +0100)]
added spinner to connecting infobar

14 years agoadded status image to infobar
Felix Kaser [Tue, 8 Dec 2009 08:59:37 +0000 (09:59 +0100)]
added status image to infobar

when disconnected the infobar shows the offline icon

14 years agochange position of the infobar
Felix Kaser [Wed, 2 Dec 2009 23:18:16 +0000 (00:18 +0100)]
change position of the infobar

14 years agouse different message types in infobar
Felix Kaser [Wed, 2 Dec 2009 22:59:22 +0000 (23:59 +0100)]
use different message types in infobar

14 years agoshow the infobar when not connected
Felix Kaser [Wed, 2 Dec 2009 22:55:08 +0000 (23:55 +0100)]
show the infobar when not connected

fixes bug #599153

14 years agoadded infobar with empty label
Felix Kaser [Wed, 2 Dec 2009 22:37:41 +0000 (23:37 +0100)]
added infobar with empty label

14 years agoadded vbox for the status-infobar
Felix Kaser [Wed, 2 Dec 2009 22:11:51 +0000 (23:11 +0100)]
added vbox for the status-infobar

the vbox should hold the infobar which shows the connection status in accounts-dialog