After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 647530 - SMS support
SMS support
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
unspecified
Other All
: Normal normal
: 3.2
Assigned To: empathy-maint
empathy-maint
Depends on: 636463 644086
Blocks:
 
 
Reported: 2011-04-12 06:33 UTC by Danielle Madeley
Modified: 2011-05-06 07:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add SMS button to new-message dialog (3.21 KB, patch)
2011-04-12 06:36 UTC, Danielle Madeley
reviewed Details | Review
updated patch (9.35 KB, patch)
2011-04-13 06:27 UTC, Danielle Madeley
reviewed Details | Review

Description Danielle Madeley 2011-04-12 06:33:39 UTC
Umbrella bug for SMS support.
Comment 1 Danielle Madeley 2011-04-12 06:36:42 UTC
Created attachment 185773 [details] [review]
add SMS button to new-message dialog

http://git.collabora.co.uk/?p=user/danni/empathy.git;a=shortlog;h=refs/heads/sms-support-2

Based on the work for bug #644086.
Comment 2 Guillaume Desmottes 2011-04-12 08:34:57 UTC
Review of attachment 185773 [details] [review]:

This SMS button should be sensitive only if the contact supports SMS (SMS is advertised in his capabilities).
Comment 3 Danielle Madeley 2011-04-13 06:27:44 UTC
Created attachment 185844 [details] [review]
updated patch

Updated to check the SMS capability in the RCC.
Comment 4 Guillaume Desmottes 2011-04-13 07:29:51 UTC
Review of attachment 185844 [details] [review]:

::: libempathy-gtk/empathy-contact-selector-dialog.c
@@ +514,3 @@
+        "Current account selected in the account-chooser",
+        TP_TYPE_ACCOUNT,
+        G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));

Does it really make sense to have this prop writable?
Comment 5 Danielle Madeley 2011-04-13 23:49:00 UTC
(In reply to comment #4)

> Does it really make sense to have this prop writable?

I don't see why not.
Comment 6 Guillaume Desmottes 2011-04-14 10:24:34 UTC
++
Comment 7 Chandni Verma 2011-05-04 11:44:45 UTC
All three SMS branches ready to merge here:
https://gitorious.org/glassrose-gnome/empathy/commits/danni-sms-support-2
Comment 8 Guillaume Desmottes 2011-05-04 13:02:00 UTC
Awesome, thanks a lot of the forward port.

Danni: can you please look at this branch please? I think it's fine with you're the one who wrote the original code so best to double check.
Comment 9 Danielle Madeley 2011-05-05 07:21:20 UTC
This looks pretty good, I'm just building Empathy to test it.

Based on the problems with my first two patches (see #644085), I've pulled them out and replaced them with one patch on top (0fda59487) here:

http://cgit.collabora.co.uk/git/user/danni/empathy.git/log/?h=sms-support-rebase
Comment 10 Guillaume Desmottes 2011-05-05 07:24:27 UTC
++ go go go :)
Comment 11 Danielle Madeley 2011-05-05 07:44:04 UTC
Merged.
Comment 12 Guillaume Desmottes 2011-05-06 07:27:55 UTC
I think all the SMS branches have been merged to master now; closing.

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.