| Commit message (Expand) | Author | Age | Files | Lines |
* | Port to new tp-glib client factory | Guillaume Desmottes | 2011-08-18 | 1 | -5/+7 |
* | Properly check if the backlog flag is set | Sjoerd Simons | 2011-08-12 | 1 | -1/+5 |
* | Display the time when messages have been sent, not received (#653551) | Guillaume Desmottes | 2011-06-28 | 1 | -1/+6 |
* | Merge branch 'message-editing-rebase' | Danielle Madeley | 2011-06-20 | 1 | -4/+134 |
|\ |
|
| * | Update for new TPL API, we now get timestamp and edit_timestamp | Danielle Madeley | 2011-06-14 | 1 | -5/+19 |
| * | Add 'original-timestamp' to EmpathyMessage | Danielle Madeley | 2011-06-14 | 1 | -0/+37 |
| * | Set 'token' and 'supersedes' for events from the logger | Danielle Madeley | 2011-06-14 | 1 | -3/+10 |
| * | Add 'supersedes' property to EmpathyMessage | Danielle Madeley | 2011-06-12 | 1 | -0/+42 |
| * | Add 'token' property to EmpathyMessage | Danielle Madeley | 2011-06-12 | 1 | -0/+30 |
* | | Add a translator comment. | Emilio Pozuelo Monfort | 2011-06-14 | 1 | -0/+1 |
|/ |
|
* | Don't require telepathy-logger with --enable-call | Emilio Pozuelo Monfort | 2011-06-10 | 1 | -3/+9 |
* | Handle unknown event types gracefully | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+3 |
* | Don't ignore call events | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -14/+23 |
* | message: stop storing pending-message-id | Jonny Lamb | 2011-05-12 | 1 | -21/+0 |
* | message: store the TpMessage when created with one | Jonny Lamb | 2011-05-12 | 1 | -0/+34 |
* | Port all timestamps from time_t to gint64 (#648188) | Guillaume Desmottes | 2011-04-19 | 1 | -10/+8 |
* | empathy-message: cast timestamps to glong | Guillaume Desmottes | 2011-04-19 | 1 | -2/+2 |
* | empathy_message_new_from_tp_message: assign priv as soon as the message is cr... | Guillaume Desmottes | 2011-04-19 | 1 | -1/+2 |
* | empathy-message: remove useless public setters | Guillaume Desmottes | 2011-04-18 | 1 | -119/+22 |
* | remove empathy_message_new() | Guillaume Desmottes | 2011-04-18 | 1 | -15/+7 |
* | factor out empathy_message_new_from_tp_message | Guillaume Desmottes | 2011-04-18 | 1 | -0/+33 |
* | empathy-message: add missing getter/setter | Guillaume Desmottes | 2011-04-18 | 1 | -0/+18 |
* | Add support for message type to support /me | Nicolas Dufresne | 2011-03-01 | 1 | -0/+2 |
* | Port empathy to Telepathy logger 0.2.0 | Nicolas Dufresne | 2011-02-25 | 1 | -16/+14 |
* | empathy_message_from_tpl_log_entry: don't leak receiver and sender | Guillaume Desmottes | 2010-11-24 | 1 | -6/+12 |
* | Fix missing entries in switch statements | Philip Withnall | 2010-08-05 | 1 | -0/+3 |
* | Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias | Philip Withnall | 2010-07-22 | 1 | -1/+1 |
* | Properly mark messages from TPL as backlog (#623914) | Guillaume Desmottes | 2010-07-09 | 1 | -1/+1 |
* | Depend on telepathy-logger (#610956) | Guillaume Desmottes | 2010-06-18 | 1 | -4/+0 |
* | TplContact has been renamed to TplEntity | Guillaume Desmottes | 2010-06-18 | 1 | -4/+4 |
* | TplLogEntry(Text) has been renamed to TplEntry(Text) | Guillaume Desmottes | 2010-06-18 | 1 | -14/+14 |
* | port to latest tp-logger API | Guillaume Desmottes | 2010-06-18 | 1 | -3/+3 |
* | empathy_message_equal: always use the timestamp+body (#621797) | Guillaume Desmottes | 2010-06-17 | 1 | -4/+0 |
* | TPL Enabling patch, all-in-one. | Cosimo Alfarano | 2010-02-26 | 1 | -0/+78 |
* | Don't highlight scrollback messages (#602288) | Guillaume Desmottes | 2009-12-02 | 1 | -0/+8 |
* | empathy-message: add message flags | Guillaume Desmottes | 2009-12-02 | 1 | -0/+35 |
* | Move /me and /say support from EmpathyMessage to EmpathyChat. | Xavier Claessens | 2009-11-01 | 1 | -56/+0 |
* | Be consistent with EmpathyMessage style. | Will Thompson | 2009-08-31 | 1 | -8/+16 |
* | Ack received messages from ourself. | Will Thompson | 2009-08-31 | 1 | -0/+32 |
* | Don't parse message in EmpathyMessage:body setter | Will Thompson | 2009-08-28 | 1 | -15/+2 |
* | Add empathy_message_new_from_entry() | Will Thompson | 2009-08-28 | 1 | -0/+56 |
* | empathy-message.c: remove a trailing space | Guillaume Desmottes | 2009-07-14 | 1 | -1/+1 |
* | Support for history message in Adium themes. Use context HTMLs. | Nicolò Chieffo | 2009-07-08 | 1 | -0/+36 |
* | empathy-message: update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
* | Use tp_strdiff in empathy_message_equal to compare body. | Xavier Claessens | 2009-03-06 | 1 | -1/+3 |
* | Remove unused empathy_message_get_unique_id | Xavier Claessens | 2009-03-06 | 1 | -8/+0 |
* | Call GET_PRIV after checking the parameters of empathy_message_equal. | Jonny Lamb | 2009-03-06 | 1 | -2/+5 |
* | Added checks to the arguments of empathy_message_equal. | Jonny Lamb | 2009-03-06 | 1 | -0/+3 |
* | Added empathy_message_get_unique_id & empathy_message_equal. | Jonny Lamb | 2009-03-06 | 1 | -0/+21 |
* | Style fixes | Sjoerd Simons | 2009-01-10 | 1 | -1/+3 |
* | Add id field to save the message id as received the CM | Sjoerd Simons | 2009-01-10 | 1 | -0/+16 |
* | Remove useless empathy_message_get_date_and_time | Xavier Claessens | 2008-12-16 | 1 | -20/+0 |
* | Add missing include | Xavier Claessens | 2008-11-30 | 1 | -0/+1 |
* | Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET... | Xavier Claessens | 2008-05-06 | 1 | -76/+42 |
* | Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 (Frederi... | Xavier Claessens | 2008-04-09 | 1 | -1/+1 |
* | Rework EmpathyChat's API, it is now a subclass of GtkBin. | Xavier Claessens | 2008-04-02 | 1 | -0/+61 |
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
* | New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier Claesse... | Xavier Claessens | 2007-12-21 | 1 | -0/+20 |
* | Don't use deprecated GtkTooltips API. Add commented out lines in | Xavier Claessens | 2007-10-13 | 1 | -3/+3 |
* | Remove empathy-marshal-main.c and include empathy-marshal.h from | Marco Barisione | 2007-08-08 | 1 | -9/+9 |
* | Add missing include string.h. | Xavier Claessens | 2007-07-30 | 1 | -0/+2 |
* | Add message type in log files. Fixes bug #459579. | Xavier Claessens | 2007-07-27 | 1 | -6/+39 |
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 1 | -0/+418 |