| Commit message (Expand) | Author | Age | Files | Lines |
* | log-manager: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -5/+5 |
* | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 1 | -0/+1 |
* | Port libempathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -10/+5 |
* | empathy-log-manager: update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
* | Fix typo in a comment | Xavier Claessens | 2009-03-06 | 1 | -2/+2 |
* | Improve comment to explain what empathy_log_manager_get_filtered_messages does | Xavier Claessens | 2009-03-06 | 1 | -1/+2 |
* | Optimize empathy_log_manager_get_filtered_messages and make it easier to unde... | Xavier Claessens | 2009-03-06 | 1 | -39/+44 |
* | Simplify finalize using g_list_foreachc | Xavier Claessens | 2009-03-06 | 1 | -7/+1 |
* | Use if (n != NULL) instead of if (n). | Jonny Lamb | 2009-03-06 | 1 | -2/+2 |
* | Use g_list_delete_link instead of g_list_remove. | Jonny Lamb | 2009-03-06 | 1 | -5/+2 |
* | Use g_list_next (l) instead of l->next. | Jonny Lamb | 2009-03-06 | 1 | -9/+9 |
* | Use a single-line return statement instead of if/else if/else if. | Jonny Lamb | 2009-03-06 | 1 | -10/+1 |
* | Replaced get_last_messages with get_filtered_messages. | Jonny Lamb | 2009-03-06 | 1 | -21/+54 |
* | Get last messages for the last day - 1 as well as the last day. | Jonny Lamb | 2009-03-06 | 1 | -1/+11 |
* | Removed duplicate log source addition. | Jonny Lamb | 2009-03-06 | 1 | -3/+0 |
* | Remove MessageObserveData as the TpChannel can be retrieved from an EmpathyTp... | Jonny Lamb | 2009-03-06 | 1 | -27/+8 |
* | Cleaned up rebasing brokenness. | Jonny Lamb | 2009-03-06 | 1 | -2/+3 |
* | Renamed EmpathyLogSource to EmpathyLogStore. | Jonny Lamb | 2009-03-06 | 1 | -32/+32 |
* | Moved dispatcher observing and logging into EmpathyLogManager. | Jonny Lamb | 2009-03-06 | 1 | -0/+75 |
* | Only write messages to one specified log source, hardcoded at the moment. | Jonny Lamb | 2009-03-06 | 1 | -7/+27 |
* | Use g_list_concat even if the current GList is empty (NULL). | Jonny Lamb | 2009-03-06 | 1 | -16/+6 |
* | Fixed problems picked up when rebasing and cherry-picking. | Jonny Lamb | 2009-03-06 | 1 | -14/+1 |
* | Made EmpathyLogSource an interface and EmpathyLogSourceEmpathy extend it. | Jonny Lamb | 2009-03-06 | 1 | -42/+29 |
* | Don't override the constructor. (Jonny Lamb) | Jonny Lamb | 2009-03-06 | 1 | -4/+15 |
* | Make get_dates check whether a date is already in the GList before adding it ... | Jonny Lamb | 2009-03-06 | 1 | -3/+21 |
* | Made get_last_messages source independent. (Jonny Lamb) | Jonny Lamb | 2009-03-06 | 1 | -15/+11 |
* | Converted log code to Collabora coding style. (Jonny Lamb) | Jonny Lamb | 2009-03-06 | 1 | -651/+211 |
* | Revert "Started splitting empathy log code from the log manager to make loggi... | Xavier Claessens | 2009-03-03 | 1 | -125/+580 |
* | Started splitting empathy log code from the log manager to make logging more ... | Jonny Lamb | 2009-03-03 | 1 | -580/+125 |
* | Fix type punned pointers warnings | Olivier CrĂȘte | 2009-02-12 | 1 | -1/+1 |
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 1 | -3/+3 |
* | Set the right weak pointer. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Port EmpathyLogManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -18/+31 |
* | Move avatar cache to ~/.cache and don't mix avatar from different contacts, t... | Xavier Claessens | 2008-05-28 | 1 | -7/+3 |
* | Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET... | Xavier Claessens | 2008-05-06 | 1 | -11/+11 |
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -17/+14 |
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
* | Do not load avatar from cache if token is empty. Fixes bug #517098. | Xavier Claessens | 2008-02-18 | 1 | -1/+1 |
* | Add avatar token in logs and load avatar from cache when getting logs messages | Xavier Claessens | 2008-01-12 | 1 | -1/+21 |
* | Cleanup licences and copyrights, Modules with 100% collabora code are now | Xavier Claessens | 2007-10-18 | 1 | -1/+2 |
* | Don't use deprecated GtkTooltips API. Add commented out lines in | Xavier Claessens | 2007-10-13 | 1 | -4/+4 |
* | Ignore log files that don't have a good filename. Fixes bug #462046 | Xavier Claessens | 2007-09-21 | 1 | -0/+4 |
* | Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459... | Xavier Claessens | 2007-08-31 | 1 | -10/+8 |
* | Add message type in log files. Fixes bug #459579. | Xavier Claessens | 2007-07-27 | 1 | -10/+23 |
* | Add MSN setting UI. Fixes bug #443162 (Cosimo Cecchi). | Xavier Claessens | 2007-07-09 | 1 | -32/+52 |
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 1 | -44/+44 |
* | Do not create log directory for a chat if there is no messages to put in. | Xavier Claessens | 2007-06-14 | 1 | -10/+24 |
* | New window for viewing logs. | Xavier Claessens | 2007-06-14 | 1 | -47/+329 |
* | Fix crash when there is no log available for a chat. Fix a crash when | Xavier Claessens | 2007-06-03 | 1 | -5/+7 |
* | Log chats and display 10 last messages when opening a new chat. | Xavier Claessens | 2007-06-02 | 1 | -0/+445 |