Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-30 | Chang the API of AccountManager to have the get lookup the account by name | Sjoerd Simons | 1 | -1/+3 | |
EmpathyAccountManager used to have a _lookup function that looked up accounts by name and a _get function that lookup up accounts by connection. This is confusing, as looking up an account for a connection is less common rename have the _get_account be the same _lookup (but without returning a ref) and add a _get_account_for_connection function lookup by account | |||||
2009-07-28 | Merge commit 'upstream/master' into mc5 | Sjoerd Simons | 1 | -0/+8 | |
Conflicts: libempathy-gtk/empathy-account-widget.c src/empathy.c | |||||
2009-07-21 | Coding style fixes | Sjoerd Simons | 1 | -1/+1 | |
2009-07-16 | Escape unique names by replacing / by % | Sjoerd Simons | 1 | -8/+15 | |
2009-07-16 | Ignore a log when the account it isn't found | Sjoerd Simons | 1 | -1/+7 | |
2009-07-16 | Put the logs in XDG_DATA_HOME instead of ~/.gnome2 | Sjoerd Simons | 1 | -2/+4 | |
2009-07-16 | Escape the unique account name | Sjoerd Simons | 1 | -3/+6 | |
2009-07-15 | Revert "Remove deprecated call to g_mapped_file_free()" | Davyd Madeley | 1 | -1/+8 | |
This commit breaks older GLib. When we're ready to bump our requirement to GLib 2.22, simply revert this commit. This reverts commit 0ade362fb9343ec984c396a202565c4e5faa1f12 but with an extra comment to explain what the hell is going on. | |||||
2009-07-15 | Remove deprecated call to g_mapped_file_free() | Davyd Madeley | 1 | -1/+1 | |
Change to g_mapped_file_unref() | |||||
2009-07-08 | Support for history message in Adium themes. Use context HTMLs. | Nicolò Chieffo | 1 | -0/+1 | |
2009-07-01 | Port libempathy to EmpathyAccount | Sjoerd Simons | 1 | -15/+19 | |
2009-05-18 | empathy-log-store-empathy: update FSF address | Guillaume Desmottes | 1 | -2/+2 | |
2009-04-22 | Rename empathy_contact_new_static to empathy_contact_new_for_log | Xavier Claessens | 1 | -2/+2 | |
2009-04-22 | Add empathy_contact_new_static() to create a contact that comes from logs | Xavier Claessens | 1 | -6/+3 | |
2009-04-22 | Port EmpathyLogManager to new API | Xavier Claessens | 1 | -2/+6 | |
2009-04-21 | Fix memleak in log_store_empathy_get_chats_for_dir. Only build filename if its | Lars-Peter Clausen | 1 | -3/+1 | |
needed and freed again. | |||||
2009-04-16 | Plug a lear in log_store_empathy_get_messages_for_file. Fixes bug #579139 | Lars-Peter Clausen | 1 | -0/+1 | |
From: Lars-Peter Clausen <lars@metafoo.de> svn path=/trunk/; revision=2837 | |||||
2009-03-09 | Chatroom dirs only exist on the toplevel log directory | Sjoerd Simons | 1 | -1/+1 | |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2653 | |||||
2009-03-09 | Actually recurse in the chatrooms directory | Sjoerd Simons | 1 | -1/+1 | |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2652 | |||||
2009-03-09 | Print a debug message if opening a log directory fails | Sjoerd Simons | 1 | -2/+7 | |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2651 | |||||
2009-03-06 | Little optimization of log_store_empathy_get_filtered_messages() and add a ↵ | Xavier Claessens | 1 | -1/+8 | |
FIXME. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2619 | |||||
2009-03-06 | Use if (n != NULL) instead of if (n). | Jonny Lamb | 1 | -4/+4 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2615 | |||||
2009-03-06 | Use g_list_delete_link instead of g_list_remove. | Jonny Lamb | 1 | -1/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2614 | |||||
2009-03-06 | Use g_list_next (l) instead of l->next. | Jonny Lamb | 1 | -1/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2613 | |||||
2009-03-06 | Use atoi instead of sscanf. | Jonny Lamb | 1 | -1/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2611 | |||||
2009-03-06 | Implemented get_filtered_messages in empathy log store. | Jonny Lamb | 1 | -0/+41 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2607 | |||||
2009-03-06 | EmpathyLogStore: Store the CM message ID in the logs, and use it when ↵ | Jonny Lamb | 1 | -2/+14 | |
reading logs. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2599 | |||||
2009-03-06 | Changed some G_STR_EQUALs to EMP_STR_EQUAL. | Jonny Lamb | 1 | -3/+3 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2594 | |||||
2009-03-06 | Renamed EmpathyLogSource to EmpathyLogStore. | Jonny Lamb | 1 | -0/+714 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2593 |