]> git.0d.be Git - empathy.git/log
empathy.git
12 years agoPOTFILES.in: add empathy-new-account-dialog.c
Guillaume Desmottes [Thu, 22 Dec 2011 11:35:31 +0000 (12:35 +0100)]
POTFILES.in: add empathy-new-account-dialog.c

12 years agoaccounts-dialog: remove protocol chooser
Guillaume Desmottes [Wed, 21 Dec 2011 15:30:04 +0000 (16:30 +0100)]
accounts-dialog: remove protocol chooser

12 years agoaccounts-dialog: use the new account dialog
Guillaume Desmottes [Wed, 21 Dec 2011 15:24:56 +0000 (16:24 +0100)]
accounts-dialog: use the new account dialog

12 years agoadd new-account-dialog
Guillaume Desmottes [Wed, 21 Dec 2011 11:19:13 +0000 (12:19 +0100)]
add new-account-dialog

This introduces some code duplication with the assistant but it's going to die
soon anyway.

12 years agoaccount-widget: display the buttons in simple mode as well
Guillaume Desmottes [Wed, 21 Dec 2011 15:19:53 +0000 (16:19 +0100)]
account-widget: display the buttons in simple mode as well

We'll need them when creating the account. Adding a simple function to
manually hide them in the assistant for now.

12 years agoaccount_dialog_create_edit_params_dialog: don't connect account-created signal
Guillaume Desmottes [Wed, 21 Dec 2011 14:28:35 +0000 (15:28 +0100)]
account_dialog_create_edit_params_dialog: don't connect account-created signal

This signal will never be fired when editing an existing account.

12 years agoaccount-widget: modernize dipose function
Guillaume Desmottes [Wed, 21 Dec 2011 10:27:56 +0000 (11:27 +0100)]
account-widget: modernize dipose function

12 years agoaccount-widget: use the self->priv pattern
Guillaume Desmottes [Wed, 21 Dec 2011 10:25:08 +0000 (11:25 +0100)]
account-widget: use the self->priv pattern

I'm changing this file a lot so while I'm on it...

12 years agodon't use deprecated GTK+ API
Guillaume Desmottes [Tue, 20 Dec 2011 13:50:35 +0000 (14:50 +0100)]
don't use deprecated GTK+ API

12 years agodisplay the editor on top
Guillaume Desmottes [Mon, 19 Dec 2011 13:28:45 +0000 (14:28 +0100)]
display the editor on top

12 years agoproperly handle accounts using an external storage
Guillaume Desmottes [Mon, 19 Dec 2011 11:39:01 +0000 (12:39 +0100)]
properly handle accounts using an external storage

12 years agoNo need to manually prepare the connection
Guillaume Desmottes [Fri, 16 Dec 2011 15:07:46 +0000 (16:07 +0100)]
No need to manually prepare the connection

tp-glib does it for us now, thanks to the EmpathyClientFactory.

12 years agowe can now use the stock close button
Guillaume Desmottes [Fri, 16 Dec 2011 14:52:26 +0000 (15:52 +0100)]
we can now use the stock close button

We should use the official accelerator for closing dialog. If widget fields
are also using the 'C' accelerator then they should be fixed.

12 years agoremove old comment
Guillaume Desmottes [Fri, 16 Dec 2011 14:44:51 +0000 (15:44 +0100)]
remove old comment

We fire the close signal a bit later in this function

12 years agono need to control the cancel button sensitivity any more
Guillaume Desmottes [Fri, 16 Dec 2011 14:36:25 +0000 (15:36 +0100)]
no need to control the cancel button sensitivity any more

It should also be displayed now as we always want the user to be able to close
the dialog.

12 years agoadd some padding in the edit conn settings dialog
Guillaume Desmottes [Fri, 16 Dec 2011 14:30:03 +0000 (15:30 +0100)]
add some padding in the edit conn settings dialog

Looks better that way.

12 years agoadd an accelerator to open the params dialog
Guillaume Desmottes [Fri, 16 Dec 2011 13:35:38 +0000 (14:35 +0100)]
add an accelerator to open the params dialog

12 years agopass a second NULL pointer to gtk_dialog_new_with_buttons()
Guillaume Desmottes [Fri, 16 Dec 2011 13:31:00 +0000 (14:31 +0100)]
pass a second NULL pointer to gtk_dialog_new_with_buttons()

It makes gcc happier.

12 years agoDon't show the presence twice
Danielle Madeley [Fri, 15 Jul 2011 07:27:34 +0000 (17:27 +1000)]
Don't show the presence twice

12 years agoMake it possible to add/remove/edit accounts without it crashing everywhere
Danielle Madeley [Fri, 24 Jun 2011 05:51:33 +0000 (13:51 +0800)]
Make it possible to add/remove/edit accounts without it crashing everywhere

12 years agoAdd a close signal, emitted by both cancel and apply
Danielle Madeley [Tue, 21 Jun 2011 13:00:07 +0000 (21:00 +0800)]
Add a close signal, emitted by both cancel and apply

12 years agoBegin combining the dialogs
Danielle Madeley [Thu, 16 Jun 2011 16:58:03 +0000 (17:58 +0100)]
Begin combining the dialogs

This is not functional yet, but it does compile and kindof demonstrate what's
going to happen.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=652670
12 years agoUpdated French doc translation
Bruno Brouard [Wed, 21 Dec 2011 13:07:49 +0000 (14:07 +0100)]
Updated French doc translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Tue, 20 Dec 2011 12:18:12 +0000 (13:18 +0100)]
Updated Spanish translation

12 years ago[help] Reworked the search conversation topic
Milo Casagrande [Mon, 19 Dec 2011 21:10:21 +0000 (22:10 +0100)]
[help] Reworked the search conversation topic

* Small work on the previous conversation topic in order
  to address the new UI. Topic needs to be reviewed.

12 years ago[help] Fixed UI reference in the help
Milo Casagrande [Mon, 19 Dec 2011 21:09:08 +0000 (22:09 +0100)]
[help] Fixed UI reference in the help

* Fixed UI reference in the add and delete account pages,
  the button changed with the new Gnome theme

12 years agoUpdated Polish translation of help
Piotr Drąg [Mon, 19 Dec 2011 17:14:49 +0000 (18:14 +0100)]
Updated Polish translation of help

12 years agoremove released flag
Guillaume Desmottes [Mon, 19 Dec 2011 16:37:51 +0000 (17:37 +0100)]
remove released flag

12 years agocoding style fix
Guillaume Desmottes [Mon, 19 Dec 2011 16:30:11 +0000 (17:30 +0100)]
coding style fix

12 years agoprepare 3.3.3
Guillaume Desmottes [Mon, 19 Dec 2011 16:15:56 +0000 (17:15 +0100)]
prepare 3.3.3

12 years agoempathy_chat_window_present_chat: move to the chat window desktop
Guillaume Desmottes [Fri, 9 Dec 2011 16:16:06 +0000 (17:16 +0100)]
empathy_chat_window_present_chat: move to the chat window desktop

This is more coherent with Shell's 'app is ready' notication which moves the
view to the app desktop rather than moving the app itself.

https://bugzilla.gnome.org/show_bug.cgi?id=649208

12 years agoadd empathy_move_to_window_desktop
Guillaume Desmottes [Fri, 9 Dec 2011 16:05:28 +0000 (17:05 +0100)]
add empathy_move_to_window_desktop

https://bugzilla.gnome.org/show_bug.cgi?id=649208

12 years agoUpdated Spanish translation
Daniel Mustieles [Sun, 18 Dec 2011 19:08:08 +0000 (20:08 +0100)]
Updated Spanish translation

12 years ago[help] Fixed some UI references and typos, fixes bug #653812
Milo Casagrande [Sun, 18 Dec 2011 15:34:23 +0000 (16:34 +0100)]
[help] Fixed some UI references and typos, fixes bug #653812

* Fixed the references to the OFF/ON switch

12 years agoUpdated Slovenian translation
Matej Urbančič [Fri, 16 Dec 2011 14:56:17 +0000 (15:56 +0100)]
Updated Slovenian translation

12 years agoimport-widget: use the server in IRC account display name
Guillaume Desmottes [Fri, 16 Dec 2011 11:52:44 +0000 (12:52 +0100)]
import-widget: use the server in IRC account display name

User generally use the same nick on different servers so just displaying the
nick isn't very useful.

https://bugzilla.gnome.org/show_bug.cgi?id=654171

12 years ago[l10n] Updated Italian translation
Milo Casagrande [Thu, 15 Dec 2011 21:21:52 +0000 (22:21 +0100)]
[l10n] Updated Italian translation

* Updated Italian help translation, fixes bug #666261

12 years agoclsing tags (bug#666265)
Funda Wang [Thu, 15 Dec 2011 14:01:06 +0000 (15:01 +0100)]
clsing tags (bug#666265)

12 years agoUpdated POTFILES.in
Piotr Drąg [Wed, 14 Dec 2011 21:21:39 +0000 (22:21 +0100)]
Updated POTFILES.in

12 years agoStop passing an EmpathyContact to menu_item_new() fonctions
Guillaume Desmottes [Wed, 14 Dec 2011 14:17:49 +0000 (15:17 +0100)]
Stop passing an EmpathyContact to menu_item_new() fonctions

Best to always use an individual so we don't have 2 code paths to maintain.

https://bugzilla.gnome.org/show_bug.cgi?id=666163

12 years agoindividual-menu: export only the methods we need
Guillaume Desmottes [Wed, 14 Dec 2011 13:40:56 +0000 (14:40 +0100)]
individual-menu: export only the methods we need

No need to export everything. I added prototypes in the C file to not have to
move everything upside down.

https://bugzilla.gnome.org/show_bug.cgi?id=666163

12 years agoremove empathy-contact-manager
Guillaume Desmottes [Mon, 12 Dec 2011 12:03:59 +0000 (13:03 +0100)]
remove empathy-contact-manager

https://bugzilla.gnome.org/show_bug.cgi?id=660547

12 years agoremove useless includes of empathy-contact-manager.h
Guillaume Desmottes [Mon, 12 Dec 2011 12:07:23 +0000 (13:07 +0100)]
remove useless includes of empathy-contact-manager.h

https://bugzilla.gnome.org/show_bug.cgi?id=660547

12 years agomain-window: stop instantiating the contact manager
Guillaume Desmottes [Mon, 12 Dec 2011 12:06:14 +0000 (13:06 +0100)]
main-window: stop instantiating the contact manager

We don't use it any more.

https://bugzilla.gnome.org/show_bug.cgi?id=660547

12 years agoremove EMPATHY_CONTACT_WIDGET_EDIT_FAVOURITE
Guillaume Desmottes [Mon, 12 Dec 2011 11:57:03 +0000 (12:57 +0100)]
remove EMPATHY_CONTACT_WIDGET_EDIT_FAVOURITE

It's not used any more and this code was the last one using the contact
manager.

https://bugzilla.gnome.org/show_bug.cgi?id=660547

12 years agoremove unused empathy_contact_edit_dialog_show()
Guillaume Desmottes [Mon, 12 Dec 2011 12:00:49 +0000 (13:00 +0100)]
remove unused empathy_contact_edit_dialog_show()

https://bugzilla.gnome.org/show_bug.cgi?id=660547

12 years agoShow a contact as blocked if *all* is personas are blocked
Guillaume Desmottes [Wed, 14 Dec 2011 12:04:15 +0000 (13:04 +0100)]
Show a contact as blocked if *all* is personas are blocked

It's clearer that way.

https://bugzilla.gnome.org/show_bug.cgi?id=665038

12 years agoindividual_menu_add_personas: add the block menu item, if needed
Guillaume Desmottes [Wed, 14 Dec 2011 11:54:37 +0000 (12:54 +0100)]
individual_menu_add_personas: add the block menu item, if needed

This allow user to select the personas he wants to block.

Note that I didn't pass an EmpathyContact as second argument to
empathy_individiual_block_menu_item_new() as we currently do with most
item_new() methods. Instead I just craft a new individual containing only the
persona we care about. This approach is much cleaner as we don't have to deal
with 2 different code paths. I filed bug #666163 to do the same with the
existing functions.

https://bugzilla.gnome.org/show_bug.cgi?id=665038

12 years agoremove empathy-contact-menu
Guillaume Desmottes [Mon, 12 Dec 2011 11:54:42 +0000 (12:54 +0100)]
remove empathy-contact-menu

https://bugzilla.gnome.org/show_bug.cgi?id=665038

12 years agomap-view: use the individual menu
Guillaume Desmottes [Fri, 9 Dec 2011 16:57:05 +0000 (17:57 +0100)]
map-view: use the individual menu

https://bugzilla.gnome.org/show_bug.cgi?id=665038

12 years agochat: use an EmpathyIndividualMenu
Guillaume Desmottes [Mon, 28 Nov 2011 13:09:26 +0000 (14:09 +0100)]
chat: use an EmpathyIndividualMenu

https://bugzilla.gnome.org/show_bug.cgi?id=665038

12 years agoadd EMPATHY_INDIVIDUAL_FEATURE_BLOCK
Guillaume Desmottes [Thu, 1 Dec 2011 13:27:55 +0000 (14:27 +0100)]
add EMPATHY_INDIVIDUAL_FEATURE_BLOCK

https://bugzilla.gnome.org/show_bug.cgi?id=665038

12 years agoremove EMPATHY_INDIVIDUAL_FEATURE_ALL
Guillaume Desmottes [Thu, 1 Dec 2011 13:37:08 +0000 (14:37 +0100)]
remove EMPATHY_INDIVIDUAL_FEATURE_ALL

It's a bit fragile, user should say which features he wants.

https://bugzilla.gnome.org/show_bug.cgi?id=665038

12 years agoindividual-menu: allow priv->store to be NULL
Guillaume Desmottes [Mon, 28 Nov 2011 13:07:27 +0000 (14:07 +0100)]
individual-menu: allow priv->store to be NULL

We already checks if it's a IndividualStoreChannel before using it so that's
safe.

https://bugzilla.gnome.org/show_bug.cgi?id=665038

12 years agoempathy_contact_get_persona: use tpf_persona_dup_for_contact()
Guillaume Desmottes [Fri, 9 Dec 2011 11:31:18 +0000 (12:31 +0100)]
empathy_contact_get_persona: use tpf_persona_dup_for_contact()

We can finally get rid of this horrible code iterating over all the
individuals. \o/

https://bugzilla.gnome.org/show_bug.cgi?id=665853

12 years agoDeal with empathy_create_individual_from_tp_contact() returning NULL
Guillaume Desmottes [Fri, 9 Dec 2011 09:54:26 +0000 (10:54 +0100)]
Deal with empathy_create_individual_from_tp_contact() returning NULL

Shouldn't really happen in practice but better to be safe than sorry.

https://bugzilla.gnome.org/show_bug.cgi?id=665853

12 years agouse tpf_persona_dup_for_contact()
Guillaume Desmottes [Fri, 9 Dec 2011 09:51:13 +0000 (10:51 +0100)]
use tpf_persona_dup_for_contact()

https://bugzilla.gnome.org/show_bug.cgi?id=665853

12 years agoDepend on folks 0.6.6
Guillaume Desmottes [Wed, 14 Dec 2011 09:52:03 +0000 (10:52 +0100)]
Depend on folks 0.6.6

We need it for the API to ensure a persona from a TpContact.

12 years agoempathy-audio-sink.c: include config.h
Xavier Claessens [Tue, 13 Dec 2011 12:19:44 +0000 (13:19 +0100)]
empathy-audio-sink.c: include config.h

Otherwise it warnings on deprecated glib symbols, because we
defined GLIB_DISABLE_DEPRECATION_WARNINGS in configure.ac

12 years agoget_tp_contact_for_chat: deal with tp_channel_borrow_connection() returning NULL
Guillaume Desmottes [Fri, 28 Oct 2011 08:17:28 +0000 (10:17 +0200)]
get_tp_contact_for_chat: deal with tp_channel_borrow_connection() returning NULL

https://bugzilla.gnome.org/show_bug.cgi?id=662873

12 years agoUploaded Ukranian
Daniel Korostil [Sun, 11 Dec 2011 18:59:12 +0000 (20:59 +0200)]
Uploaded Ukranian

12 years agoUploaded Ukranian
Daniel Korostil [Sun, 11 Dec 2011 18:57:07 +0000 (20:57 +0200)]
Uploaded Ukranian

12 years agoUploaded Ukranian
Daniel Korostil [Sun, 11 Dec 2011 14:51:44 +0000 (16:51 +0200)]
Uploaded Ukranian

12 years agoUploaded Ukranian
Daniel Korostil [Sun, 11 Dec 2011 14:49:10 +0000 (16:49 +0200)]
Uploaded Ukranian

12 years agoUpdate Simplified Chinese help translation.
Guanhao Yin [Sat, 10 Dec 2011 12:14:04 +0000 (12:14 +0000)]
Update Simplified Chinese help translation.

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 10 Dec 2011 08:49:01 +0000 (10:49 +0200)]
Updated Hebrew translation.

12 years agoauth-client: add some more debugging
Guillaume Desmottes [Thu, 8 Dec 2011 08:52:15 +0000 (09:52 +0100)]
auth-client: add some more debugging

I'm trying to understand what's going wrong in bug #665542 and having more
debugging would help.

12 years agoCall: Low the video watchdog timeout to 1 second
Sjoerd Simons [Wed, 7 Dec 2011 13:42:40 +0000 (13:42 +0000)]
Call: Low the video watchdog timeout to 1 second

Switch back to the avatar if there was at least one second of not receiving any
new video frames to display.

With this change the reaction time will be between 1 (best case) and 2
(worse case) seconds from the point the last frame went into the sync.
Before it was 5 seconds (best case) and up to 10 seconds (worst case),
which doesn't make for a very good experience

12 years agoabout: Polish the code to generate the license string
Sjoerd Simons [Wed, 7 Dec 2011 09:43:59 +0000 (09:43 +0000)]
about: Polish the code to generate the license string

12 years agotry requesting a TpContact when creating a contact from the logger
Guillaume Desmottes [Mon, 5 Dec 2011 14:15:54 +0000 (15:15 +0100)]
try requesting a TpContact when creating a contact from the logger

This is useful when displaying a contact which is not in our roster in the
logger (typically a PSTN number). Having a TpContact allow us to call him if
that's supported by the CM.

https://bugzilla.gnome.org/show_bug.cgi?id=665592

12 years agolog-window: update buttons if contact's caps are updated
Guillaume Desmottes [Mon, 5 Dec 2011 14:15:24 +0000 (15:15 +0100)]
log-window: update buttons if contact's caps are updated

https://bugzilla.gnome.org/show_bug.cgi?id=665592

12 years agofactor out do_update_buttons_sensitivity()
Guillaume Desmottes [Mon, 5 Dec 2011 14:06:19 +0000 (15:06 +0100)]
factor out do_update_buttons_sensitivity()

This fix a bug with button_video_binding not being re-installed when a contact
supporting video was selected. It was only re-installed when using the contact
from the selected event.

https://bugzilla.gnome.org/show_bug.cgi?id=665592

12 years agolog-window: include empathy-geometry.h
Guillaume Desmottes [Mon, 5 Dec 2011 15:26:41 +0000 (16:26 +0100)]
log-window: include empathy-geometry.h

12 years agolog-window: save window geometry
Guillaume Desmottes [Tue, 22 Nov 2011 13:00:37 +0000 (14:00 +0100)]
log-window: save window geometry

https://bugzilla.gnome.org/show_bug.cgi?id=664209

12 years agomap-view: stop using EmpathyContactManager
Guillaume Desmottes [Fri, 2 Dec 2011 15:22:37 +0000 (16:22 +0100)]
map-view: stop using EmpathyContactManager

https://bugzilla.gnome.org/show_bug.cgi?id=665403

12 years agoUpdated Russian translation
Vladislav Boboshko [Sat, 3 Dec 2011 20:42:51 +0000 (00:42 +0400)]
Updated Russian translation

12 years agocontact-blocking-dialog: stop using EmpathyContactManager
Guillaume Desmottes [Fri, 2 Dec 2011 14:19:52 +0000 (15:19 +0100)]
contact-blocking-dialog: stop using EmpathyContactManager

https://bugzilla.gnome.org/show_bug.cgi?id=660547

12 years agorenamespace CheeseCameraDeviceMonitor
Guillaume Desmottes [Thu, 1 Dec 2011 10:28:04 +0000 (11:28 +0100)]
renamespace CheeseCameraDeviceMonitor

This ensures empathy will always use our version, even when linking on
libcheese, and so avoid incompatibliy when libcheese breaks its ABI.

https://bugzilla.gnome.org/show_bug.cgi?id=665244

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Thu, 1 Dec 2011 17:13:05 +0000 (18:13 +0100)]
Updated Norwegian bokmål translation

12 years agocamera-monitor: fix memleak in on_camera_added
Raluca Elena Podiuc [Wed, 30 Nov 2011 21:12:06 +0000 (23:12 +0200)]
camera-monitor: fix memleak in on_camera_added

https://bugzilla.gnome.org/show_bug.cgi?id=665256

12 years agoProperly cast buffer and latency times when setting properties
Guillaume Desmottes [Wed, 30 Nov 2011 14:59:36 +0000 (15:59 +0100)]
Properly cast buffer and latency times when setting properties

This fix a crash on 32 bits system as gcc can't figure out the right size of
the value.

Thanks to Raluca-Elena Podiuc for her help in debugging this.

https://bugzilla.gnome.org/show_bug.cgi?id=665171

12 years agouse the individual edit dialog when pressing F2
Guillaume Desmottes [Wed, 30 Nov 2011 13:41:30 +0000 (14:41 +0100)]
use the individual edit dialog when pressing F2

We already use it when using the menu so there is no reason to keep using the
old one.

12 years agoevent-manager: use the conn aggregator instead of the contact mgr
Guillaume Desmottes [Wed, 30 Nov 2011 11:21:03 +0000 (12:21 +0100)]
event-manager: use the conn aggregator instead of the contact mgr

https://bugzilla.gnome.org/show_bug.cgi?id=660547

12 years agoconnection-aggregator: add API to track contacts
Guillaume Desmottes [Tue, 29 Nov 2011 15:55:51 +0000 (16:55 +0100)]
connection-aggregator: add API to track contacts

https://bugzilla.gnome.org/show_bug.cgi?id=660547

12 years agoui-utils: don't expect that cancellable is not NULL
Guillaume Desmottes [Wed, 30 Nov 2011 11:55:29 +0000 (12:55 +0100)]
ui-utils: don't expect that cancellable is not NULL

cancellable are always optional so this code should be NULL safe.

12 years agoRevert "WIP"
Guillaume Desmottes [Tue, 29 Nov 2011 15:54:01 +0000 (16:54 +0100)]
Revert "WIP"

This reverts commit f1a9c6deaa7f706df73cb4e1195647a2a27177c6.

Humm I didn't mean to push that, sorry. :\

12 years agoremove trailing space
Guillaume Desmottes [Tue, 29 Nov 2011 15:50:14 +0000 (16:50 +0100)]
remove trailing space

12 years agoWIP
Guillaume Desmottes [Tue, 29 Nov 2011 15:48:11 +0000 (16:48 +0100)]
WIP

12 years agoMerge remote-tracking branch 'jonny/ft'
Guillaume Desmottes [Tue, 29 Nov 2011 14:56:11 +0000 (15:56 +0100)]
Merge remote-tracking branch 'jonny/ft'

Conflicts:
libempathy/empathy-tp-file.c

12 years agoremove old school get_all_groups
Guillaume Desmottes [Tue, 29 Nov 2011 13:16:15 +0000 (14:16 +0100)]
remove old school get_all_groups

https://bugzilla.gnome.org/show_bug.cgi?id=665121

12 years agogroups-widget: use empathy_connection_aggregator_get_all_groups()
Guillaume Desmottes [Tue, 29 Nov 2011 13:02:40 +0000 (14:02 +0100)]
groups-widget: use empathy_connection_aggregator_get_all_groups()

We have to prepare the contact groups feature and ensure that the singleton is
still alive. The 'empathy' process is the only one allowing user to change
contact groups so we just have to do it there.

https://bugzilla.gnome.org/show_bug.cgi?id=665121

12 years agoadd empathy_connection_aggregator_get_all_groups()
Guillaume Desmottes [Tue, 29 Nov 2011 13:01:12 +0000 (14:01 +0100)]
add empathy_connection_aggregator_get_all_groups()

https://bugzilla.gnome.org/show_bug.cgi?id=665121

12 years agoadd EmpathyConnectionAggregator
Guillaume Desmottes [Tue, 29 Nov 2011 11:57:54 +0000 (12:57 +0100)]
add EmpathyConnectionAggregator

It won't do much atm but will be used as a helper dealing with all
connections.

https://bugzilla.gnome.org/show_bug.cgi?id=665121

12 years agodon't ignore TP_DELIVERY_STATUS_TEMPORARILY_FAILED delivery report
Guillaume Desmottes [Tue, 22 Nov 2011 14:42:11 +0000 (15:42 +0100)]
don't ignore TP_DELIVERY_STATUS_TEMPORARILY_FAILED delivery report

We should display an error message as well if not the user will assume the
message has been sent and the spinner keeps spinning.

https://bugzilla.gnome.org/show_bug.cgi?id=664564

12 years agoadd missing empathy-contact-list.h include
Guillaume Desmottes [Thu, 10 Nov 2011 13:15:59 +0000 (14:15 +0100)]
add missing empathy-contact-list.h include

For some reason, gcc starts complaining about this as soon as I remove
EmpathyContactListFlags from empathy-contact-list.h ?!
If you have an explanation for this please let me know...

https://bugzilla.gnome.org/show_bug.cgi?id=663328

12 years agocontact-list: remove flags
Guillaume Desmottes [Tue, 8 Nov 2011 15:55:15 +0000 (16:55 +0100)]
contact-list: remove flags

https://bugzilla.gnome.org/show_bug.cgi?id=663328

12 years agotp-contact-list: remove tp_contact_list_get_flags
Guillaume Desmottes [Tue, 8 Nov 2011 15:45:47 +0000 (16:45 +0100)]
tp-contact-list: remove tp_contact_list_get_flags

https://bugzilla.gnome.org/show_bug.cgi?id=663328

12 years agoremove empathy_contact_manager_get_flags_for_connection()
Guillaume Desmottes [Thu, 3 Nov 2011 14:29:34 +0000 (15:29 +0100)]
remove empathy_contact_manager_get_flags_for_connection()

https://bugzilla.gnome.org/show_bug.cgi?id=663328

12 years agocontact-menu: stop using empathy_contact_manager_get_flags_for_connection()
Guillaume Desmottes [Thu, 3 Nov 2011 14:21:42 +0000 (15:21 +0100)]
contact-menu: stop using empathy_contact_manager_get_flags_for_connection()

https://bugzilla.gnome.org/show_bug.cgi?id=663328

12 years agoDepend on tp-glib 0.17.3
Guillaume Desmottes [Mon, 28 Nov 2011 11:09:23 +0000 (12:09 +0100)]
Depend on tp-glib 0.17.3

We need it for the high level alias API.