summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'email-notification'Nicolas Dufresne2010-02-2520-10/+1881
|\
| * Made TpDBusDaemon globally accessible by all Connection extensionNicolas Dufresne2010-02-253-16/+21
| * conn-mail-notif.c: Use tp_value_array_build to simplify the codeNicolas Dufresne2010-02-251-19/+6
| * Renamed structure MailsHelperData into MailThreadCollectorNicolas Dufresne2010-02-251-27/+28
| * Fixed copyright year to include 2010Nicolas Dufresne2010-02-251-1/+1
| * Test MailNotification.MailAddress propertyNicolas Dufresne2010-02-251-0/+7
| * Use SelfHandle instead of username@stream_server MailAddressNicolas Dufresne2010-02-251-10/+9
| * Test the value returned by MailNotification.RequestMailUrlNicolas Dufresne2010-02-251-5/+18
| * User subscriber instead of sender for var name in conn-mail-notif.cNicolas Dufresne2010-02-251-21/+21
| * Don't use GNU extension operator ?: in conn-mail-notif.cNicolas Dufresne2010-02-251-4/+16
| * Use g_error if we cannot allocate TpDBusDaemonNicolas Dufresne2010-02-251-2/+1
| * Explain why we convert Mail id from decimal to hexadecimalNicolas Dufresne2010-02-251-0/+1
| * Just use g_assert_not_reached() in conn-mail-notif.c property getterNicolas Dufresne2010-02-251-1/+1
| * Use return value instead of in/out param in conn-mail-notif.cNicolas Dufresne2010-02-251-15/+26
| * Use g_hash_table_steal () in conn-mail-notif.cNicolas Dufresne2010-02-251-6/+4
| * Removed unneeded debug output in conn-mail-notif.cNicolas Dufresne2010-02-251-7/+0
| * Remove static empty_array in conn-mail-notif.cNicolas Dufresne2010-02-251-6/+10
| * Removed intl/fr from link to Google Mail extension docNicolas Dufresne2010-02-251-1/+1
| * Add blank lines around each if/while in conn-mail-notif.cNicolas Dufresne2010-02-251-0/+12
| * conn-mail-notif.c: Add curly braces to "else", following coding styleNicolas Dufresne2010-02-251-5/+11
| * Add explicit comparison in conn-mail-notif.cNicolas Dufresne2010-02-251-20/+20
| * Fixed missing space before parenthesis in conn-mail-notif.cNicolas Dufresne2010-02-251-14/+14
| * Fix conn-mail-notif.c headers orderingNicolas Dufresne2010-02-251-6/+6
| * Replaced glib.h with glib-object.h in conn-mail-notif.hNicolas Dufresne2010-02-251-1/+1
| * Renamed "mail-notif" debug section into "mail"Nicolas Dufresne2010-02-251-1/+1
| * Renamed test-mail-notification.py into mail-notification.pyNicolas Dufresne2010-02-252-1/+1
| * Fixed mail-notification test for new specNicolas Dufresne2010-02-251-15/+16
| * Use cs.NOT_IMPLEMENTED instead of custom stringNicolas Dufresne2010-02-251-6/+4
| * Fixed various typos in mail-notifiaction testNicolas Dufresne2010-02-251-13/+13
| * Fix python coding style in mail-notifiation testNicolas Dufresne2010-02-251-4/+4
| * Removed trailing white space introduce by mail notificationNicolas Dufresne2010-02-256-22/+22
| * Update MailNotification Spec 0.19.1Nicolas Dufresne2010-02-252-66/+68
| * Added MailAddress to MailNotification interfaceNicolas Dufresne2010-02-223-3/+38
| * Update MailNotification Spec, RequestMailURL may raise InvalidArgumentNicolas Dufresne2010-02-221-0/+1
| * Ported to latest version MailNotification SpecNicolas Dufresne2010-02-223-392/+376
| * MailNotification.Unsubscribe now returns NotAvailable errorNicolas Dufresne2010-02-221-2/+6
| * MailNotification.Subscribe/Unsubscribe can now return Disconnected errorNicolas Dufresne2010-02-221-0/+8
| * Bumped to latest MailNotification.DRAFTNicolas Dufresne2010-02-183-183/+439
| * Ported Gabble Google Mail notification to new specNicolas Dufresne2010-02-184-189/+211
| * Adding unit test for Google mail notificationNicolas Dufresne2010-02-186-4/+353
| * Don't crash when attribute unread_mails HashTable is NULLNicolas Dufresne2010-02-181-4/+7
| * Disable all caps if server does not support mail notificationNicolas Dufresne2010-02-181-3/+8
| * Mail Notification: More style fix and introduction comment on topNicolas Dufresne2010-02-181-16/+24
| * Mail Notification: Highlight ownership passing with commentsNicolas Dufresne2010-02-181-0/+2
| * Mail Notification: Fix memory leak on subcribe while already subscribedNicolas Dufresne2010-02-181-0/+1
| * Mail Notification: Fix wrong cast and added object cast macroNicolas Dufresne2010-02-181-5/+5
| * Mail Notification: Fix coding styleNicolas Dufresne2010-02-181-26/+78
| * Mail Notification: Replace g_string_append_printf by g_strdup_printf()Nicolas Dufresne2010-02-181-5/+3
| * Moved macro CHECK_STR_EMPTY to util and use it where possibleNicolas Dufresne2010-02-186-6/+7
| * Changed mails_subscribers into HashTableNicolas Dufresne2010-02-182-25/+29