| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Helps: bgo#653599 - Empathy shouldn't assume all TpfPersonas contain a
valid TpContact
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
|
|
|
|
| |
Helps: bgo#648822 - Port Empathy to Folks 0.5.1
|
|
|
|
| |
Helps: bgo#648822 - Port Empathy to Folks 0.5.1
|
| |
|
|
|
|
|
| |
Fixes bgo#644470 - Empathy needs to catch up with Folks interface name change
(API/ABI breaks)
|
|
|
|
|
| |
Helps bgo#644470 - Empathy needs to catch up with Folks interface name change
(API/ABI breaks)
|
|
|
|
| |
Fixes bgo#637847.
|
|
|
|
|
| |
Catch up with three interface renamings which have happened in folks master.
This bumps Empathy's folks dependency to 0.3.3. Closes: bgo#637097
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the case that one of the GtkTreeRowReferences belonging to the Personas
in an EmpathyPersonaStore holds the last reference to the persona store, the
store can be prematurely finalised, causing Empathy to go into an infinite
loop inside GHashTable code (the hash table is finalised with the persona
store, and overwritten with 0xfff… — this happens to cause the next bit of
hash table code to be called to go into an infinite loop).
This can be fixed by holding a reference to the persona store when changing
its personas in response to a personas-changed signal.
|
|
|
|
|
| |
FolksAliasable is the new name for FolksAlias, and FolksGroupable
is the new name for FolksGroups.
|
|
|
|
|
| |
This makes the notification of changed Personas a lot more efficient in the
store. Closes: bgo#627706
|
|
|
|
| |
This stores the display name of the PersonaStore for each Persona.
|
|
|
|
| |
empathy_contact_new
|
|
Based on stripped-down versions of EmpathyContactListStore and
EmpathyContactListView, these allow listing of all the Personas for a given
Individual.
|