index
:
~smcv/empathy
38-goa-mc-517
38-mc-517
gnome-3-8
next
next-decore
next-factory
next-gdbus
next-gdbus-properties
next-untested
untested-goa-mc-517
Unnamed repository; edit this file 'description' to name the repository.
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libempathy
/
empathy-tp-chat.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-27
Port to Telepathy 1.0
Guillaume Desmottes
1
-1
/
+1
2013-04-01
Clean up #include directives in headers
Emanuele Aina
1
-1
/
+0
2012-09-17
include telepathy-glib.h
Guillaume Desmottes
1
-2
/
+1
2012-06-27
tp-chat: stop setting the TpAccount during construction
Guillaume Desmottes
1
-1
/
+0
2012-05-03
empathy_tp_chat_is_invited: return a TpContact for the inviter
Guillaume Desmottes
1
-1
/
+1
2012-05-03
remove empathy_tp_chat_join()
Guillaume Desmottes
1
-1
/
+0
2012-04-10
implement empathy_tp_chat_get_members as a method on TpChat
Guillaume Desmottes
1
-0
/
+2
2012-04-10
implement empathy_tp_chat_add as a method on TpChat
Guillaume Desmottes
1
-0
/
+4
2012-04-10
tp-chat: port to Telepathy coding style
Guillaume Desmottes
1
-48
/
+46
2012-02-01
Chat: show who changed the subject
Will Thompson
1
-0
/
+1
2011-10-14
TpChat: hide guts of Telepathy properties.
Will Thompson
1
-14
/
+8
2011-08-18
Port to new tp-glib client factory
Guillaume Desmottes
1
-1
/
+3
2011-07-11
use tp_text_channel_ack_all_pending_messages_async()
Guillaume Desmottes
1
-3
/
+0
2011-06-22
Use tp-glib password API (#651055)
Guillaume Desmottes
1
-10
/
+0
2011-06-01
Use tp-glib SMS high level API (#651242)
Guillaume Desmottes
1
-2
/
+0
2011-05-25
use tp_text_channel_set_chat_state_async() directly
Guillaume Desmottes
1
-2
/
+0
2011-05-25
EmpathyTpChat: Use a READY property instead of our own ready code
Guillaume Desmottes
1
-1
/
+3
2011-05-25
remove empathy_tp_chat_get_connection and priv->connection
Guillaume Desmottes
1
-1
/
+0
2011-05-25
EmpathyTpChat: inherit from TpTextChannel (#650554)
Guillaume Desmottes
1
-4
/
+7
2011-05-25
tp-chat: use the self->priv pattern
Guillaume Desmottes
1
-1
/
+2
2011-05-05
[tp-chat] add a counter for the number of pending messages
Danielle Madeley
1
-0
/
+6
2011-05-05
Add sms-channel property to empathy-tp-chat
Danielle Madeley
1
-0
/
+2
2011-04-18
use tp_text_channel_send_message_async()
Guillaume Desmottes
1
-1
/
+1
2011-04-06
add empathy_tp_chat_get_self_contact()
Guillaume Desmottes
1
-0
/
+2
2011-02-25
Updating empathy_tp_chat_leave() function in empathy-tp-chat API
Chandni Verma
1
-1
/
+2
2011-01-18
Display typing icon in MUC contact-list
Chandni Verma
1
-0
/
+3
2010-08-12
tp-chat: add 'account' property
Guillaume Desmottes
1
-1
/
+3
2010-06-17
add inviter arg to empathy_tp_chat_is_invited
Guillaume Desmottes
1
-1
/
+2
2010-06-07
add empathy_tp_chat_join() and empathy_tp_chat_is_invited()
Guillaume Desmottes
1
-0
/
+3
2010-02-19
always use empathy_tp_chat_leave instead of _close
Guillaume Desmottes
1
-1
/
+0
2010-02-19
Introduce empathy_tp_chat_leave
Guillaume Desmottes
1
-0
/
+2
2010-02-16
add API to TpChat to ack all pending messages in one go
Sjoerd Simons
1
-0
/
+1
2010-02-08
Use a GSList instead of GList to store messages to ack
Guillaume Desmottes
1
-1
/
+1
2009-12-21
Refactor MUC upgrading to be a feature of TpChat->add()
Danielle Madeley
1
-0
/
+1
2009-11-13
Respect indentation style.
Cosimo Cecchi
1
-8
/
+8
2009-11-13
add empathy_tp_chat_provide_password_{async,finish}
Guillaume Desmottes
1
-0
/
+9
2009-11-13
tp-chat: add API to check if a password is required
Guillaume Desmottes
1
-0
/
+2
2009-11-01
Fix topic not always shown, and add /topic command support.
Xavier Claessens
1
-0
/
+11
2009-05-18
empathy-tp-chat: fix coding style
Guillaume Desmottes
1
-1
/
+1
2009-04-22
Add empathy_tp_chat_get_connection() to direct access the channel's connection.
Xavier Claessens
1
-0
/
+1
2009-04-22
Port EmpathyTpChat to new API and drop usage of EmpathyTpGroup.
Xavier Claessens
1
-2
/
+0
2009-01-09
Improve API of tp-chat
Sjoerd Simons
1
-3
/
+8
2008-05-08
Avoid calling ListPendingMessage if it's already running.
Xavier Claessens
1
-2
/
+1
2008-05-05
Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...
Xavier Claessens
1
-2
/
+2
2008-04-23
Make sure we don't assume Text channel's handle_type is != NONE.
Xavier Claessens
1
-0
/
+1
2008-04-19
Fix acknoledge of messages
Xavier Claessens
1
-0
/
+3
2008-04-17
Always set urgency hint on p2p chat windows when receiving a message.
Xavier Claessens
1
-0
/
+1
2008-04-15
Update copyright year in .h too, it was done in .c only.
Xavier Claessens
1
-1
/
+1
2008-04-11
Do not take McAccount as construct param, it can be found from the TpChannel
Xavier Claessens
1
-8
/
+3
2008-04-02
Add a 'ready' property telling if the object is ready to use.
Xavier Claessens
1
-0
/
+1
[next]