summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-contact-list.c
Commit message (Expand)AuthorAgeFilesLines
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-1/+1
* tp_base_contact_list_set_list_received: don't re-announce groupsSimon McVittie2013-01-031-7/+0
* base-connection: add get_interfaces… vfunc to class structJonny Lamb2012-07-051-3/+4
* Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie2012-06-041-7/+11
* Deprecate tp_handle(s)_ref/unref, tp_handle(s)_client_hold/release and tp_con...Xavier Claessens2012-05-101-17/+1
* Stop using TP_ERRORSSimon McVittie2012-05-021-23/+23
* Use g_ptr_array_new_full() now that we can depend on glib 2.30Xavier Claessens2012-04-231-1/+1
* Rename internal NUM_TP_LIST_HANDLES to TP_NUM_LIST_HANDLES for completenessSimon McVittie2012-04-121-6/+6
* many fixes to documentation commentsJonny Lamb2012-04-061-1/+1
* version 0.18.0telepathy-glib-0.18.0Jonny Lamb2012-04-021-7/+7
* doc: TpBaseContactList's download-at-connection propertyAlban Crequy2012-03-271-3/+3
* doc: tp_base_contact_list_get_download_at_connectionAlban Crequy2012-03-271-1/+4
* ContactList: implement helper tp_base_contact_list_get_download_at_connectionAlban Crequy2012-03-271-0/+14
* ContactList: add method Download in TpBaseContactListAlban Crequy2012-03-271-0/+115
* ContactList: add property DownloadAtConnection in TpBaseContactListAlban Crequy2012-03-271-0/+37
* export _tp_base_contact_list_presence_state_to_letter as private APIGuillaume Desmottes2012-03-231-4/+5
* Merge branch 'telepathy-glib-0.16'Guillaume Desmottes2012-02-131-3/+7
|\
| * make sure the result object stays alive while renaming groupsGuillaume Desmottes2012-02-131-3/+7
* | Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* | Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-3/+3
|/
* base-contact-list: implement TP_TOKEN_CONNECTION_INTERFACE_CONTACT_BLOCKING_B...Guillaume Desmottes2011-10-201-0/+45
* BaseContactList: group the MembersChanged signals for the initial rosterMarco Barisione2011-09-161-5/+35
* Rename _tp_g_ptr_array_sized_new_with_free_func() to _tp_g_ptr_array_new_full()Xavier Claessens2011-07-221-2/+1
* Factor out _tp_g_ptr_array_sized_new_with_free_func()Xavier Claessens2011-07-121-2/+3
* Make DEBUG a no-op static inline with --disable-debug.Will Thompson2011-07-071-2/+0
* prepare 0.15.1telepathy-glib_0.15.1Guillaume Desmottes2011-05-301-5/+5
* Merge branch 'blocking'Will Thompson2011-05-251-17/+381
|\
| * BaseContactList: extensiblize blocking cap flagsWill Thompson2011-05-161-3/+4
| * BaseContactList: assert that just one block_contacts is implementedWill Thompson2011-05-161-2/+2
| * BaseContactList: remove useless comment about line lengthsWill Thompson2011-05-161-3/+0
| * BaseContactList: implement ContactBlockingCapabilitiesWill Thompson2011-04-161-0/+42
| * BaseContactList: pass report_abusive to subclass.Will Thompson2011-04-161-4/+4
| * BaseContactList: add _with_abuse_async() and _finish()Will Thompson2011-04-161-3/+81
| * BlockableContactListIface: add _with_abuse variantWill Thompson2011-04-161-5/+34
| * ContactList: implement BlockContacts and UnblockContactsWill Thompson2011-04-161-2/+83
| * BaseContactList: implement RequestBlockedContacts()Will Thompson2011-04-161-1/+95
| * BaseContactList: emit BlockedContactsChangedWill Thompson2011-04-161-11/+23
| * BaseContactList: add stub blocking_iface_initWill Thompson2011-04-161-0/+26
| * BaseContactList: track whether ContactBlocking is implementedWill Thompson2011-04-161-0/+4
* | Fix leak of source object.Mike Ruprecht2011-05-041-4/+2
* | BaseContactList: clarify how to use itWill Thompson2011-05-021-20/+55
|/
* fix gcc 4.6 "variable is set but not used" warningsDan Winship2011-03-151-12/+0
* BaseContactList: fix leak in set_list_receivedJonathon Jongsma2011-03-041-0/+2
* TpBaseContactList: don't call store_contacts_async() if it's nullMarco Barisione2011-02-251-2/+3
* TpBaseContactList: don't crash when renaming a group with a NULL channelMarco Barisione2011-02-251-2/+2
* BaseContactList: emit ContactsChangedWithIDWill Thompson2010-12-201-3/+1
* Use tp_intset_union_update to simplify TpBaseContactListSimon McVittie2010-12-171-8/+2
* Generate the information needed by ContactsChangedWithIDSimon McVittie2010-12-171-2/+27
* fd.o #31997: in contact list channels, return asynchronously from AddMembers ...Simon McVittie2010-11-301-97/+145
* TpBaseContactList: implement the ContactListState propertySimon McVittie2010-10-051-0/+7