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-tp-contact-factory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge back from master
Sjoerd Simons
2009-08-22
1
-7
/
+7
|
\
|
*
Use tp-glib Location stable API (#585843)
Guillaume Desmottes
2009-08-17
1
-7
/
+7
*
|
Remove last references to mission-control 4
Sjoerd Simons
2009-07-16
1
-0
/
+2
|
/
*
Improve geocoding debugging and add more fields
Pierre-Luc Beaudoin
2009-07-01
1
-8
/
+34
*
Add the method empathy_contact_can_stream_tubes in the empathy-tp-contact-fac...
Arnaud Maillet
2009-06-01
1
-26
/
+41
*
empathy-tp-contact-factory: coding style fixes
Guillaume Desmottes
2009-05-28
1
-2
/
+2
*
Improve code readability
Pierre-Luc Beaudoin
2009-05-28
1
-8
/
+11
*
Don't need to check twice if location has latitude
Pierre-Luc Beaudoin
2009-05-28
1
-6
/
+1
*
Move the geoclue geocoding in EmpathyTpContactFactory
Pierre-Luc Beaudoin
2009-05-28
1
-0
/
+130
*
Copy GHashTable received from Dbus and refactor
Pierre-Luc Beaudoin
2009-05-28
1
-13
/
+24
*
empathy-tp-contact-factory: fix coding style
Guillaume Desmottes
2009-05-18
1
-3
/
+3
*
Use a quark as it is faster
Pierre-Luc Beaudoin
2009-05-10
1
-2
/
+2
*
Drop tp_contact_factory_update_location for code readability
Pierre-Luc Beaudoin
2009-05-10
1
-20
/
+7
*
Remove the interface checks as per Zdra comments
Pierre-Luc Beaudoin
2009-05-10
1
-43
/
+9
*
Verify if the connection supports interface Location.DRAFT
Pierre-Luc Beaudoin
2009-05-08
1
-12
/
+51
*
Remove a trailing space and g_print
Pierre-Luc Beaudoin
2009-05-08
1
-2
/
+0
*
Get rid of the run call
Pierre-Luc Beaudoin
2009-05-08
1
-26
/
+14
*
Use iters on hash tables instead of foreach
Pierre-Luc Beaudoin
2009-05-08
1
-10
/
+9
*
Fix review comments on EmpathyTpContactFactory by Guillaume Desmottes
Pierre-Luc Beaudoin
2009-05-08
1
-10
/
+11
*
Move get_location to the right place
Pierre-Luc Beaudoin
2009-05-08
1
-0
/
+53
*
Copy the hash table we receive
Pierre-Luc Beaudoin
2009-05-08
1
-1
/
+17
*
Set/get location on telepathy
Pierre-Luc Beaudoin
2009-05-08
1
-1
/
+48
*
Use tp_connection_get_self_handle where needed
Xavier Claessens
2009-04-22
1
-1
/
+8
*
Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...
Xavier Claessens
2009-04-22
1
-45
/
+206
*
EmpathyTpContactFactory don't have a ready property anymore.
Xavier Claessens
2009-04-22
1
-12
/
+6
*
Change API of EmpathyTpContactFactory:
Xavier Claessens
2009-04-22
1
-765
/
+291
*
Simplify how channel classes value is parsed. Fixes bug #577825
Xavier Claessens
2009-04-03
1
-8
/
+4
*
Use tp-glib generated code for file transfers rather than extensions.
Jonny Lamb
2009-02-21
1
-1
/
+1
*
Renamed G_STR_EMPTY to EMP_STR_EMPTY.
Jonny Lamb
2009-01-23
1
-4
/
+4
*
empathy_mission_control_new -> dup_singleton.
Xavier Claessens
2009-01-16
1
-1
/
+1
*
Make existing contact FT capable when the CM supports it
Sjoerd Simons
2009-01-10
1
-1
/
+0
*
Use new singleton policy for EmpathyAccountManager.
Xavier Claessens
2009-01-07
1
-1
/
+1
*
Port EmpathyTpContactFactory to the new API.
Xavier Claessens
2009-01-07
1
-19
/
+23
*
Make existing contact FT capable when the CM supports it
Sjoerd Simons
2008-12-23
1
-0
/
+11
*
Fix coding style
Xavier Claessens
2008-11-22
1
-46
/
+47
*
get_requestable_channel_classes_cb: call tp_contact_factory_ready if the D-Bu...
Xavier Claessens
2008-11-22
1
-0
/
+1
*
empathy-tp-contact-factory: set the FT capability when creating contacts if t...
Xavier Claessens
2008-11-22
1
-1
/
+79
*
empathy-tp-contact-factory: factor out contact_created
Xavier Claessens
2008-11-22
1
-2
/
+9
*
Move code to avoid declaring functions on the top of the file.
Xavier Claessens
2008-11-11
1
-71
/
+57
*
Coding style: only one blank line between functions.
Xavier Claessens
2008-11-11
1
-3
/
+0
*
Add G_PARAM_STATIC_STRINGS to TpContactFactory properties
Xavier Claessens
2008-11-11
1
-8
/
+16
*
EmpathyTpContactFactory: add properties for avatar requirements
Xavier Claessens
2008-11-11
1
-3
/
+91
*
EmpathyTpContactFactory: get avatar requirements before becoming ready.
Xavier Claessens
2008-11-11
1
-9
/
+54
*
EmpathyTpContactFactory: split on-ready code out of got_self_handle_cb
Xavier Claessens
2008-11-11
1
-4
/
+22
*
EmpathyTpContactFactoryPriv: add fields for avatar requirements
Xavier Claessens
2008-11-11
1
-0
/
+9
*
Merge branch 'leak'
Xavier Claessens
2008-07-14
1
-0
/
+2
*
Move avatar cache to ~/.cache and don't mix avatar from different contacts, t...
Xavier Claessens
2008-05-28
1
-14
/
+9
*
Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...
Xavier Claessens
2008-05-06
1
-9
/
+6
*
If self presence message is "" do like if it was NULL.
Xavier Claessens
2008-05-05
1
-4
/
+8
*
Make use of tp-glib debug system.
Xavier Claessens
2008-05-01
1
-68
/
+51
*
If the RequestAliases fails, make sure the name property on all contacts beco...
Xavier Claessens
2008-04-16
1
-1
/
+18
*
Fix disconnection of AccountStatusChanged signal.
Xavier Claessens
2008-04-13
1
-5
/
+3
*
We can't use *_run_* API from dbus signal cb or method implementation. To avo...
Xavier Claessens
2008-04-11
1
-4
/
+3
*
Make use of mission_control_get_tpconnection()
Xavier Claessens
2008-04-11
1
-6
/
+2
*
Display a warning if used when not ready instead of silently return.
Xavier Claessens
2008-04-02
1
-11
/
+3
*
Remove previous hack, it was stupid, we have a param to increase dbus timeout...
Xavier Claessens
2008-03-17
1
-29
/
+8
*
Keep the 0 in the end of the array when duping it
Xavier Claessens
2008-03-17
1
-1
/
+1
*
Make sure the dup_handles array is ended by 0.
Xavier Claessens
2008-03-17
1
-1
/
+3
*
Retry requesting aliases if it fails, it can happen if there is too many alia...
Xavier Claessens
2008-03-16
1
-3
/
+25
*
Emit notify::ready signals
Xavier Claessens
2008-03-14
1
-0
/
+3
*
Add a ready property on EmpathyTpContactFactory
Xavier Claessens
2008-03-14
1
-1
/
+21
*
Fix coding style
Xavier Claessens
2008-03-11
1
-2
/
+2
*
Queue received messages until the sender got his alias.
Xavier Claessens
2008-03-11
1
-0
/
+3
*
Don't wait for connection-ready if it was already ready.
Xavier Claessens
2008-03-11
1
-3
/
+11
*
Make sure we don't expect contact id and handle to be directly ready. Add som...
Xavier Claessens
2008-03-11
1
-0
/
+2
*
Keep EmpathyContact object instead of the self handle, avoid using the connec...
Xavier Claessens
2008-03-11
1
-98
/
+141
*
Make InspectHandles call async
Xavier Claessens
2008-03-11
1
-26
/
+41
*
Set self handle to 0 when connection is invalidated
Xavier Claessens
2008-03-11
1
-2
/
+1
*
Use new api
Xavier Claessens
2008-03-11
1
-381
/
+303
*
Queue received messages until the sender got his alias.
Xavier Claessens
2008-03-09
1
-4
/
+0
*
Remove EMPATHY_CAPABILITIES_UNKNOWN flag when setting capabilities
Xavier Claessens
2008-03-05
1
-0
/
+1
*
Update collabora copyright to 2008
Xavier Claessens
2008-03-03
1
-1
/
+1
*
Cleanup code from previous merge
Xavier Claessens
2008-02-16
1
-2
/
+3
*
Merge commit 'sjoerd/master'
Xavier Claessens
2008-02-16
1
-3
/
+4
*
EmpathyTpContactFactory: If the presence dict doesn't contain a presence-mess...
Xavier Claessens
2008-02-10
1
-0
/
+2
*
Remove EmpathyPresence object and have "presence" and "presence-message" prop...
Xavier Claessens
2008-01-25
1
-34
/
+13
*
Split EmpathyContactFactory to have one EmpathyTpContactFactory per account
Xavier Claessens
2007-12-12
1
-0
/
+1307