index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libempathy
/
empathy-individual-manager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove useless includes of empathy-contact-manager.h
Guillaume Desmottes
2011-12-14
1
-1
/
+0
*
Use _unref instead of _free _destroy when possible.unref
Xavier Claessens
2011-11-16
1
-2
/
+2
*
individual-manager: use tp-glib blocking API
Guillaume Desmottes
2011-11-08
1
-26
/
+16
*
Use g_cclosure_marshal_generic for all signals
Xavier Claessens
2011-09-28
1
-4
/
+3
*
individual-manager: Port to the new individuals_changed_detailed signal
Philip Withnall
2011-09-13
1
-9
/
+26
*
individual-manager: dup the Individual ID instead of borrowing it
Guillaume Desmottes
2011-09-12
1
-2
/
+2
*
IndividualManager: disconnect handler from aggregator
Will Thompson
2011-09-07
1
-0
/
+3
*
Don't assume that all TpfPersonas contain valid TpContacts
Travis Reitter
2011-08-22
1
-20
/
+32
*
Adapt to API change in FolksIndividualAggregator::individuals-changed.
Travis Reitter
2011-06-07
1
-9
/
+22
*
Adapt to API change in folks_backend_get_persona_stores().
Travis Reitter
2011-06-07
1
-2
/
+4
*
Adapt to API break in folks_individual_get_personas.
Travis Reitter
2011-06-07
1
-37
/
+45
*
Don't try to block personas that don't support blocking
Emilio Pozuelo Monfort
2011-03-22
1
-3
/
+8
*
Fix warnings from GCC 4.6 about variables that are set but not used.
Kjartan Maraas
2011-03-17
1
-6
/
+0
*
Adjust for Folks Groupable -> GroupDetails rename
Travis Reitter
2011-03-15
1
-4
/
+4
*
Adjust for Folks Favouritable -> FavouriteDetails rename
Travis Reitter
2011-03-15
1
-2
/
+2
*
Adjust for Folks Aliasable -> AliasDetails rename
Travis Reitter
2011-03-15
1
-1
/
+1
*
Add FIXME to empathy_individual_manager_supports_blocking()
Chandni Verma
2011-03-11
1
-0
/
+2
*
Hook up abusive argument into TpContactList backend
Danielle Madeley
2011-03-11
1
-2
/
+3
*
Use Contact Manager flags instead of Individual Manager flags
Chandni Verma
2011-03-09
1
-37
/
+11
*
Add confirmation dialog to Remove
Danielle Madeley
2011-03-08
1
-0
/
+2
*
Don't leak EmpathyContact
Danielle Madeley
2011-03-08
1
-0
/
+2
*
Add contact blocking support to EmpathyIndividualManager
Danielle Madeley
2011-03-08
1
-0
/
+104
*
Bug 641662 — Update for libfolks API changes to IndividualAggregator
Philip Withnall
2011-02-18
1
-2
/
+31
*
Bug 637097 — Port to latest folks API changes
Philip Withnall
2010-12-14
1
-2
/
+2
*
Stop using removed Individual convenience methods from folks
Philip Withnall
2010-11-13
1
-1
/
+1
*
Remove obsolete ContactManager from IndividualManager.
Travis Reitter
2010-10-16
1
-5
/
+0
*
Cut obsolete IndividualManagerFlags.
Travis Reitter
2010-10-16
1
-30
/
+0
*
Port Empathy to use FolksAliasable and FolksGroupable
Philip Withnall
2010-10-05
1
-3
/
+3
*
fixed typo in empathy utils
Felix Kaser
2010-09-13
1
-1
/
+1
*
Don't unnecessarily remove Individuals if Individual IDs have been reused
Philip Withnall
2010-09-02
1
-12
/
+14
*
Don't filter out Individual removal at the IndividualManager level.
Travis Reitter
2010-08-27
1
-9
/
+4
*
Allow unlinking individuals through EmpathyIndividualManager
Philip Withnall
2010-08-20
1
-0
/
+34
*
Allow linking personas through EmpathyIndividualManager
Philip Withnall
2010-08-12
1
-0
/
+34
*
Maintain a list of Individuals which have EmpathyContacts in the manager
Philip Withnall
2010-08-03
1
-24
/
+113
*
Don't warn when adding an existing contact
Philip Withnall
2010-08-03
1
-4
/
+8
*
Adjust for signature change in folks_groups_change_group()
Travis Reitter
2010-07-27
1
-1
/
+18
*
Adjust for signature change in folks_individual_aggregator_remove_individual()
Travis Reitter
2010-07-27
1
-1
/
+19
*
Use the new IndividualAggregator.prepare() method
Philip Withnall
2010-07-27
1
-0
/
+1
*
Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias
Philip Withnall
2010-07-22
1
-1
/
+1
*
Add a link between EmpathyContact and FolksPersona
Philip Withnall
2010-07-22
1
-0
/
+3
*
Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixes
Travis Reitter
2010-07-22
1
-0
/
+1
*
Take advantage of tp_asv_new().
Travis Reitter
2010-07-21
1
-5
/
+3
*
Adjust to the new add_persona_from_details() API.
Travis Reitter
2010-07-21
1
-2
/
+4
*
Update to the FolksIndividualAggregator:individuals-changed signal.
Travis Reitter
2010-07-21
1
-23
/
+14
*
Only have one parameter per function definition line.
Travis Reitter
2010-07-21
1
-1
/
+2
*
Cut excessive G_STRLOC in DEBUG statements.
Travis Reitter
2010-07-21
1
-3
/
+3
*
Chain up IndividualManager's dispose() to call its parent's dispose().
Travis Reitter
2010-07-21
1
-0
/
+2
*
Perform the IndividualManager dispose work in a dispose() function, not final...
Travis Reitter
2010-07-21
1
-2
/
+2
*
Add a comment about the IndividualManager's general memory management policy.
Travis Reitter
2010-07-21
1
-0
/
+6
*
Use the more-conventional approach to signal emission in IndividualManager.
Travis Reitter
2010-07-21
1
-32
/
+44
*
Take advantage of the tp_clear_* utility functions.
Travis Reitter
2010-07-21
1
-5
/
+2
*
Hold a reference to the contact we're adding as an individual
Philip Withnall
2010-07-21
1
-4
/
+11
*
Fix trivial casting error.
Travis Reitter
2010-07-21
1
-1
/
+2
*
Support removing groups
Philip Withnall
2010-07-21
1
-0
/
+26
*
Remove an unused connection to the telepathy-logger service
Philip Withnall
2010-07-21
1
-24
/
+0
*
Cut outdated comment.
Travis Reitter
2010-07-21
1
-2
/
+0
*
Finish adding favourites support
Philip Withnall
2010-07-21
1
-0
/
+22
*
Support contact removal
Travis Reitter
2010-07-21
1
-2
/
+16
*
Support contact adding
Travis Reitter
2010-07-21
1
-0
/
+50
*
Use the new FolksFavourite interface for favourites support
Philip Withnall
2010-07-21
1
-24
/
+4
*
Re-implement the context menu for Individuals
Travis Reitter
2010-07-21
1
-0
/
+30
*
Base the contact list around libfolks metacontacts. Not yet to feature-parity
Travis Reitter
2010-07-21
1
-0
/
+290