summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'email-notification'Nicolas Dufresne2010-02-2512-7/+860
|\
| * 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
| * Use SelfHandle instead of username@stream_server MailAddressNicolas Dufresne2010-02-251-10/+9
| * 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
| * Removed trailing white space introduce by mail notificationNicolas Dufresne2010-02-254-9/+9
| * Update MailNotification Spec 0.19.1Nicolas Dufresne2010-02-251-2/+2
| * Added MailAddress to MailNotification interfaceNicolas Dufresne2010-02-222-3/+23
| * Ported to latest version MailNotification SpecNicolas Dufresne2010-02-222-8/+8
| * 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-181-39/+52
| * Ported Gabble Google Mail notification to new specNicolas Dufresne2010-02-182-66/+98
| * 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
| * Implemented getter for UnreadMailsNicolas Dufresne2010-02-181-4/+24
| * Added mail attributes url, senders, subject and snippetNicolas Dufresne2010-02-181-1/+100
| * Store unread mails informationNicolas Dufresne2010-02-181-2/+128
| * Added google new-mail notification and mail requestNicolas Dufresne2010-02-182-1/+95
| * Added data structurs to store emails dataNicolas Dufresne2010-02-182-5/+23
| * Implemented MailNotification.Subscribe/UnsubscribeNicolas Dufresne2010-02-182-6/+124
| * Adding Mail Notification properties stubsNicolas Dufresne2010-02-183-10/+81
| * Adding mail notification debug sectionNicolas Dufresne2010-02-182-1/+3
| * Added placeholder for google Mail NotificationNicolas Dufresne2010-02-186-1/+127