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-list.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebase EmpathyTpContactList on TpConnection instead of McAccount.
Xavier Claessens
2009-04-22
1
-118
/
+49
*
Fix memleak in tp_contact_list_group_member_removed_cb. Free group name when
Lars-Peter Clausen
2009-04-21
1
-0
/
+1
*
empathy_mission_control_new -> dup_singleton.
Xavier Claessens
2009-01-16
1
-1
/
+1
*
Use gi18n-lib.h instead of gi18n.h for libraries.
Xavier Claessens
2008-12-12
1
-1
/
+1
*
Fix coding style
Xavier Claessens
2008-12-12
1
-4
/
+4
*
add empathy_tp_contact_list_can_add (Guillaume Desmottes)
Xavier Claessens
2008-12-12
1
-0
/
+16
*
Check if the return value of tp_contact_list_get_group() is !=NULL. Fixes bug...
Xavier Claessens
2008-09-19
1
-1
/
+3
*
Check if there is a publish/subscribe list before adding/removing contacts fr...
Xavier Claessens
2008-06-12
1
-4
/
+11
*
Request publish and subscribe lists instead of waiting for CM to create them.
Xavier Claessens
2008-05-16
1
-113
/
+172
*
Use tp_connection_call_when_ready
Xavier Claessens
2008-05-16
1
-14
/
+21
*
Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...
Xavier Claessens
2008-05-06
1
-8
/
+6
*
Make use of tp-glib debug system.
Xavier Claessens
2008-05-01
1
-51
/
+42
*
Fix a warning
Xavier Claessens
2008-04-11
1
-1
/
+1
*
Update for new API
Xavier Claessens
2008-04-11
1
-1
/
+1
*
Disconnect invalidated signal before unref the connection.
Xavier Claessens
2008-04-11
1
-0
/
+3
*
Port EmpathyTpContactList to tp-glib API
Xavier Claessens
2008-04-11
1
-246
/
+240
*
Wait for the TpGroup to be ready before using it
Xavier Claessens
2008-04-11
1
-34
/
+59
*
Remove useless libtelepathy headers
Xavier Claessens
2008-03-11
1
-1
/
+1
*
Make sure we don't expect contact id and handle to be directly ready. Add som...
Xavier Claessens
2008-03-11
1
-2
/
+2
*
Update collabora copyright to 2008
Xavier Claessens
2008-03-03
1
-1
/
+1
*
Add a missing include
Xavier Claessens
2008-01-16
1
-0
/
+1
*
Make use of tp_strdiff() to be NULL-safe. Fixes bug #509656.
Xavier Claessens
2008-01-16
1
-13
/
+7
*
Add a remove option to delete a contact group. Fixes bug #459520 (David Turner).
Xavier Claessens
2008-01-02
1
-0
/
+28
*
Conflicts:
Xavier Claessens
2007-12-03
1
-13
/
+13
*
Cleanup licences and copyrights, Modules with 100% collabora code are now
Xavier Claessens
2007-10-18
1
-10
/
+9
*
Set supress_handler to TRUE when creating new group channel.
Xavier Claessens
2007-10-12
1
-3
/
+3
*
Oops, useless g_print
Xavier Claessens
2007-10-02
1
-1
/
+0
*
really fix protocol group
Xavier Claessens
2007-10-02
1
-8
/
+10
*
Add back protocol group.
Xavier Claessens
2007-10-02
1
-0
/
+8
*
Fix warnings when finalizing.
Xavier Claessens
2007-09-21
1
-18
/
+13
*
Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...
Xavier Claessens
2007-08-31
1
-1573
/
+632
*
Salut's protocol name is going to change to local-xmpp. Fixes bug #469638
Xavier Claessens
2007-08-25
1
-1
/
+1
*
s/Local Network/People nearby/ (Sjoerd Simons)
Xavier Claessens
2007-08-11
1
-1
/
+1
*
Add a check to be sure the new channel is valid in the NewChannel cb.
Xavier Claessens
2007-07-25
1
-0
/
+1
*
Initial room list support. It does not works yet.
Xavier Claessens
2007-07-20
1
-4
/
+22
*
Fix avatar request queue.
Xavier Claessens
2007-07-13
1
-24
/
+23
*
Remove unused nickname entry and use a GtkTable for room information. More
Xavier Claessens
2007-07-13
1
-0
/
+8
*
Auto-accept to publish presence to contacts that are in our subscribe
Xavier Claessens
2007-07-12
1
-8
/
+20
*
Rename all filenames starting with "gossip" by "empathy", change namespace
Xavier Claessens
2007-06-22
1
-311
/
+311
*
Fix typo causing warnings.
Xavier Claessens
2007-06-22
1
-1
/
+1
*
We show in our roster all contacts members and remote-pending of subscribe
Xavier Claessens
2007-06-21
1
-38
/
+78
*
New window for viewing logs.
Xavier Claessens
2007-06-14
1
-1
/
+5
*
We can now add a new contact. EmpathyContactWidget can change the contact
Xavier Claessens
2007-06-09
1
-2
/
+2
*
Do not save when closing the dialog. Update information in real-time and
Xavier Claessens
2007-06-09
1
-37
/
+8
*
New dialog: EmpathySubscriptionDialog. It uses EmpathyContactWidget to
Xavier Claessens
2007-06-07
1
-0
/
+1
*
New widget: EmpathyContactWidget. It displays information about a contact,
Xavier Claessens
2007-06-06
1
-37
/
+0
*
Add support for blinking when there is an event. Make use of EmpathyIdle
Xavier Claessens
2007-06-06
1
-150
/
+205
*
Fix crash when there is no log available for a chat. Fix a crash when
Xavier Claessens
2007-06-03
1
-1
/
+2
*
Set default presence to available if there is no presence iface.
Xavier Claessens
2007-06-02
1
-0
/
+12
*
Fix warning when selecting all accounts.
Xavier Claessens
2007-05-31
1
-0
/
+7
*
Do not highlight contacts already known when creating the contact list. Do
Xavier Claessens
2007-05-26
1
-2
/
+2
*
Fix refcounting of GossipGroupChat. Add debug message when alias request
Xavier Claessens
2007-05-25
1
-1
/
+6
*
Do not use the server entry's value if it's hidden. Do not highlight
Xavier Claessens
2007-05-25
1
-7
/
+35
*
Implementing basic chatroom support. Actually it works only if we get
Xavier Claessens
2007-05-21
1
-28
/
+18
*
Fix indentation Fix not returning the contact in tp_contact_list_find()
Xavier Claessens
2007-05-20
1
-6
/
+3
*
EmpathyContactList is now an interface implemented by
Xavier Claessens
2007-05-19
1
-0
/
+1822