]> git.0d.be Git - empathy.git/history - libempathy-gtk/empathy-log-window.c
Set the edited icon for edited messages in the log viewer
[empathy.git] / libempathy-gtk / empathy-log-window.c
2011-06-13 Danielle MadeleySet the edited icon for edited messages in the log...
2011-06-10 Emilio Pozuelo MonfortCope with tpl_event_get_receiver() returning NULL
2011-06-10 Guillaume DesmottesRationalize use of EMPATHY_IMAGE_CALL_* images (#652270)
2011-06-10 Emilio Pozuelo MonfortMerge branch 'new-log-window'
2011-06-10 Emilio Pozuelo MonfortDon't unref NULL pointers
2011-06-10 Emilio Pozuelo MonfortDon't require telepathy-logger with --enable-call
2011-06-09 Emilio Pozuelo MonfortFix typo
2011-06-09 Emilio Pozuelo MonfortRemove unused variables
2011-06-09 Danielle MadeleyUse some markup to make the logs more readable
2011-06-09 Danielle MadeleyDon't allow interactive searching on the log pane
2011-06-09 Danielle MadeleyRemove unrequired COL_WHAT_EXPANDER
2011-06-09 Danielle Madeley[log-viewer] set search columns
2011-06-09 Emilio Pozuelo Monfortlog_window_chats_set_selected: only act on normal rows
2011-06-09 Emilio Pozuelo MonfortLogWindow: Don't cut the log messages
2011-06-09 Emilio Pozuelo MonfortLogWindow: better logic for the buttons sensitivity
2011-06-09 Emilio Pozuelo MonfortLogWindow: don't crash if closed while retrieving logs
2011-06-09 Emilio Pozuelo MonfortShow an spinner while logs are being retrieved
2011-06-09 Emilio Pozuelo MonfortLogWindow: scroll the events view to the end
2011-06-09 Emilio Pozuelo MonfortLogWindow: select the first normal date by default
2011-06-09 Emilio Pozuelo MonfortLogWindow: set 'All accounts' by default
2011-06-09 Emilio Pozuelo MonfortDisplay date and time in the event treeview
2011-06-09 Emilio Pozuelo MonfortAdd a clear icon to the search entry
2011-06-09 Emilio Pozuelo MonfortDon't use global variables
2011-06-09 Emilio Pozuelo MonfortFix buttons to work again with multiselection
2011-06-09 Emilio Pozuelo MonfortUse a define instead of hardcoding a magic number
2011-06-09 Emilio Pozuelo MonfortUse a for instead of a do while to avoid returning...
2011-06-09 Emilio Pozuelo MonfortDon't leak the account and entity
2011-06-09 Emilio Pozuelo MonfortDon't leak paths
2011-06-09 Emilio Pozuelo MonfortCompare against NULL
2011-06-09 Emilio Pozuelo MonfortBe neutral
2011-06-09 Emilio Pozuelo MonfortStyle: use braces consistently
2011-06-09 Emilio Pozuelo MonfortReturn early if the iter isn't a top level
2011-06-09 Emilio Pozuelo MonfortUse a macro for magic numbers
2011-06-09 Emilio Pozuelo MonfortDon't leak the account and entity
2011-06-09 Emilio Pozuelo MonfortUse tp_clear_pointer
2011-06-09 Emilio Pozuelo MonfortLogWindow: group MUC events properly
2011-06-09 Emilio Pozuelo MonfortLogWindow: check the 30min gap with the last message
2011-06-09 Emilio Pozuelo MonfortLogWindow: find the corrent parent for chat events
2011-06-09 Emilio Pozuelo MonfortLogWindow: Display /me messages properly
2011-06-09 Emilio Pozuelo Monfortmake check fixes
2011-06-09 Emilio Pozuelo MonfortRemove more dead code
2011-06-09 Emilio Pozuelo MonfortUse a do while instead of a for loop where appropriate
2011-06-09 Emilio Pozuelo MonfortRemove dead code
2011-06-09 Emilio Pozuelo MonfortFix comment
2011-06-09 Emilio Pozuelo MonfortRemove stray print statements
2011-06-09 Emilio Pozuelo MonfortRemove dead code
2011-06-09 Emilio Pozuelo MonfortLogWindow: don't add duplicate dates
2011-06-09 Emilio Pozuelo MonfortLogWindow: add 'Anyone' to search results
2011-06-09 Emilio Pozuelo MonfortLogWindow: select 'Anytime' by default when searching
2011-06-09 Emilio Pozuelo MonfortBlock the callback when clearing the store
2011-06-09 Emilio Pozuelo MonfortSwitch remaining functions to the new style
2011-06-09 Emilio Pozuelo MonfortLogWindow: Add live search support
2011-06-09 Emilio Pozuelo MonfortLogWindow: Show dates properly
2011-06-09 Emilio Pozuelo MonfortLogWindow: Add multiselection to the 'When' pane
2011-06-09 Emilio Pozuelo MonfortStop processing logger calls when unneeded
2011-06-09 Emilio Pozuelo MonfortPopulate from 'Anyone' when changing the account
2011-06-09 Emilio Pozuelo MonfortMake 'Anyone' work
2011-06-09 Emilio Pozuelo MonfortLogWindow: Add multiselection to the 'Who' pane
2011-06-09 Emilio Pozuelo MonfortLogWindow: Add multiselection to the 'What' pane
2011-06-09 Emilio Pozuelo Monfortlog_window_chats_get_selected -> log_window_get_selected
2011-06-09 Emilio Pozuelo MonfortDon't free an uninitialized variable
2011-06-09 Emilio Pozuelo MonfortLogWindow: convert the event view to a treeview
2011-06-09 Emilio Pozuelo MonfortAdapt to the empathy-dispatcher removal
2011-06-09 Emilio Pozuelo MonfortComplete rewrite of the history window
2011-04-06 Guillaume Desmotteslog_manager_got_entities_cb: don't use the currently...
2011-03-24 Guillaume DesmottesCalendar widget should be disabled if no contact select...
2011-03-17 Kjartan MaraasFix warnings from GCC 4.6 about variables that are...
2011-02-24 Emilio Pozuelo MonfortIndentation fix
2011-02-24 Emilio Pozuelo MonfortLog window: free the entities together with the list
2011-02-24 Emilio Pozuelo MonfortLog window: don't leak the account
2011-02-24 Nicolas DufresnePort empathy to Telepathy logger 0.2.0
2011-02-17 Guillaume Desmottesrename empathy_theme_manager_get() to empathy_theme_man...
2010-11-25 Guillaume DesmottesMerge branch 'notifications-635500'
2010-11-24 Guillaume Desmotteslog_window_get_messages_for_date: don't leak chat_id...
2010-11-15 Emilio Pozuelo MonfortMerge branch 'bug-607146'
2010-11-15 Guillaume DesmottesMerge branch 'trivia'
2010-11-15 Guillaume DesmottesMerge remote branch 'zdra/configure'
2010-11-15 Emilio Pozuelo MonfortMerge branch 'bug-595305'
2010-11-15 Emilio Pozuelo MonfortAdd a close button to Previous Conversations
2010-09-01 Guillaume DesmottesMerge remote branch 'maiku/previous-conversation-crash'
2010-09-01 Mike RuprechtFix crash in log_manager_got_chats_cb.
2010-08-12 Guillaume Desmottescompare accounts using their object paths rather than...
2010-08-12 Guillaume Desmottesuse tp_strdiff
2010-08-12 Guillaume Desmottesuse explicit pointer comparaisons
2010-08-12 Guillaume Desmottesselect_account_once_ready: free the account and ID...
2010-08-12 Guillaume Desmottesselect the account once we have populated the model...
2010-08-12 Guillaume Desmotteslog_manager_got_chats_cb: don't rely on the selected...
2010-08-12 Guillaume Desmottesno need to pass account and chat infos to log_window_ch...
2010-08-12 Guillaume Desmottesalso use select_account_once_ready when the window...
2010-08-12 Guillaume Desmotteskeep a ref on the account
2010-08-12 Guillaume Desmottesfactor out select_account_once_ready
2010-08-02 Nicolò Chieffoshow the date in messages coming from history (#624599)
2010-07-14 Guillaume DesmottesMerge branch 'debug-av-599166'
2010-07-12 Guillaume Desmottesempathy-log-window: coding style fixes
2010-06-22 Guillaume Desmotteslog_window_get_messages_for_date: don't clear the marks...
2010-06-22 Guillaume Desmottesadd 2 comments
2010-06-22 Guillaume DesmottesMerge branch 'av-handler-622368'
2010-06-22 Guillaume Desmotteslog-window: check if the window still exist in async...
2010-06-22 Guillaume Desmottesmove the static variable used by the singleton out...
2010-06-18 Guillaume DesmottesMerge branch 'approvers-redone-599158'
next