]> git.0d.be Git - empathy.git/history - libempathy/empathy-log-store-empathy.c
Updated Polish translation
[empathy.git] / libempathy / empathy-log-store-empathy.c
2009-11-16 Guillaume Desmotteslog_store_empathy_search_hit_new: don't unref accounts
2009-11-03 Xavier ClaessensMerge branch 'irc-command'
2009-11-03 Danielle MadeleyMerge branch 'fix-586098'
2009-11-02 Jonny LambMerge branch 'accountz'
2009-10-30 Jonny Lamblog-store-empathy: refer to "make logs async" bug
2009-10-24 Jonny Lamblog-store-empathy: port to new tp-glib account API
2009-10-22 Guillaume DesmottesMerge branch 'trivia'
2009-10-22 Guillaume Desmottesempathy-log-store-empathy.c: fix casting issues
2009-09-24 Xavier ClaessensRevert "Revert "Remove deprecated call to g_mapped_file...
2009-09-13 Sjoerd SimonsWhen getting messages for a file, pass the account...
2009-08-26 Xavier ClaessensMerge branch 'debug-window'
2009-08-25 Sjoerd SimonsMerge branch 'mc5', fixes bug #590165
2009-08-24 Sjoerd SimonsFree the allocated dirname after usage
2009-08-24 Sjoerd SimonsFix several coding style issues
2009-08-23 Sjoerd SimonsDon't use a custom function to build the log dir
2009-08-23 Sjoerd SimonsHave log_store_empathy_search_hit_new lookup accounts...
2009-08-23 Sjoerd SimonsSplit out the account name to dirname translation
2009-08-23 Sjoerd SimonsMake the dir names for the logs look nicer
2009-08-21 Sjoerd SimonsMerge back from master
2009-08-21 Xavier ClaessensRevert "Don't use deprecated g_mapped_file_free()"
2009-08-21 Kjartan MaraasDon't use deprecated g_mapped_file_free()
2009-08-01 Cosimo CecchiMerge branch 'master' into mc5
2009-08-01 Cosimo CecchiMerge branch 'sjoerd-mc5' into mc5
2009-07-30 Sjoerd SimonsChang the API of AccountManager to have the get lookup...
2009-07-28 Sjoerd SimonsMerge commit 'upstream/master' into mc5
2009-07-21 Sjoerd SimonsCoding style fixes
2009-07-16 Sjoerd SimonsEscape unique names by replacing / by %
2009-07-16 Sjoerd SimonsIgnore a log when the account it isn't found
2009-07-16 Sjoerd SimonsPut the logs in XDG_DATA_HOME instead of ~/.gnome2
2009-07-16 Sjoerd SimonsEscape the unique account name
2009-07-15 Davyd MadeleyMerge commit 'jtellier/video-call-button-sensitivity'
2009-07-15 Davyd MadeleyRevert "Remove deprecated call to g_mapped_file_free()"
2009-07-15 Davyd MadeleyRemove deprecated call to g_mapped_file_free()
2009-07-14 Gustavo Noronha... Merge branch 'fix-585882'
2009-07-10 Davyd MadeleyMerge branch 'label-align'
2009-07-08 Nicolò ChieffoSupport for history message in Adium themes. Use contex...
2009-07-02 Gustavo Noronha... Merge branch 'fix-585601'
2009-07-01 Will ThompsonMerge branch 'part-reasons'
2009-07-01 Sjoerd SimonsMerge branch 'empathy-account'
2009-07-01 Sjoerd SimonsPort libempathy to EmpathyAccount
2009-06-04 Jonny LambMerge branch 'debug'
2009-05-21 Xavier ClaessensMerge commit 'istaz/python-empathy-fix'
2009-05-18 Guillaume Desmottesempathy-log-store-empathy: update FSF address
2009-04-24 Guillaume DesmottesMerge branch 'master' into tp-tube
2009-04-24 Davyd MadeleyMerge branch 'spelling-578399'
2009-04-23 Davyd MadeleyMerge branch 'presets-dialog'
2009-04-22 Xavier ClaessensRename empathy_contact_new_static to empathy_contact_ne...
2009-04-22 Xavier ClaessensAdd empathy_contact_new_static() to create a contact...
2009-04-22 Xavier ClaessensPort EmpathyLogManager to new API
2009-04-21 Lars-Peter ClausenFix memleak in log_store_empathy_get_chats_for_dir...
2009-04-16 Lars-Peter ClausenPlug a lear in log_store_empathy_get_messages_for_file...
2009-03-09 Sjoerd SimonsChatroom dirs only exist on the toplevel log directory
2009-03-09 Sjoerd SimonsActually recurse in the chatrooms directory
2009-03-09 Sjoerd SimonsPrint a debug message if opening a log directory fails
2009-03-06 Xavier ClaessensLittle optimization of log_store_empathy_get_filtered_m...
2009-03-06 Jonny LambUse if (n != NULL) instead of if (n).
2009-03-06 Jonny LambUse g_list_delete_link instead of g_list_remove.
2009-03-06 Jonny LambUse g_list_next (l) instead of l->next.
2009-03-06 Jonny LambUse atoi instead of sscanf.
2009-03-06 Jonny LambImplemented get_filtered_messages in empathy log store.
2009-03-06 Jonny LambEmpathyLogStore: Store the CM message ID in the logs...
2009-03-06 Jonny LambChanged some G_STR_EQUALs to EMP_STR_EQUAL.
2009-03-06 Jonny LambRenamed EmpathyLogSource to EmpathyLogStore.