]> git.0d.be Git - empathy.git/history - libempathy-gtk/empathy-contact-selector.c
Updated Polish translation
[empathy.git] / libempathy-gtk / empathy-contact-selector.c
2010-02-23 Guillaume Desmottescontact-selector: EMPATHY_CONTACT_LIST_STORE_COL_ICON_S...
2009-12-16 chantracontact_list: displays an icon showing the protocol...
2009-06-04 Jonny LambMerge branch 'debug'
2009-05-21 Xavier ClaessensMerge commit 'istaz/python-empathy-fix'
2009-05-18 Guillaume Desmottesempathy-contact-selector: fix coding style
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-23 Guillaume DesmottesMerge branch 'irc-dialog-579800'
2009-04-23 Jonny LambMisc. gtk-doc updates, including being more explicit...
2009-04-22 Jonny LambAdd documentation for EmpathyContactSelector.
2009-04-10 Elliot Fairweatherrevert a little. search for blank contact in store.
2009-04-10 Davyd MadeleyLook up the iter of the new tree row on the filter...
2009-04-10 Jonny LambInitial empathy_contact_selector_set_visible implementa...
2009-01-30 Jonny LambUse contact-list property and create the store in the...
2009-01-30 Jonny LambRename _get_selected to _dup_selected and make sure...
2009-01-30 Jonny LambPass an EmpathyContactList to _new and create the store...
2009-01-30 Jonny LambRemoved old FIXME.
2009-01-30 Jonny LambDon't call a function in a variable declaration.
2009-01-30 Jonny LambUse g_signal_connect_swapped and remove useless functions.
2009-01-30 Jonny LambUnref the temp contact appropriately.
2009-01-30 Jonny LambSimplified loops in
2009-01-30 Jonny LambUse gtk_tree_store_insert_with_values.
2009-01-30 Jonny LambMake empathy_contact_selector_new return a GtkWidget...
2009-01-30 Xavier ClaessensExplicit check.
2009-01-30 Xavier ClaessensMove public methods at the bottom.
2009-01-30 Xavier ClaessensReorganize the constructor to avoid some casts and...
2009-01-30 Jonny LambDon't get a cast to EmpathyContactSelector when it...
2009-01-30 Jonny LambUse gtk_tree_model_get_iter_first instead of going...
2009-01-30 Jonny LambUse dispose_run in EmpathyContactSelector.
2009-01-30 Jonny LambRemove unnecessary casts and macros.
2009-01-30 Jonny LambSmall coding style and name changes.
2009-01-30 Jonny LambAdded argument checking to non-static functions.
2009-01-30 Xavier Claessensremove redundant flag
2009-01-30 Xavier Claessensadd translation function call
2009-01-30 Xavier Claessensrename set and unset functions
2009-01-30 Xavier Claessensconform to GET_PRIV style
2009-01-30 Xavier Claessensunref store once only
2009-01-30 Xavier Claessensremove finalize function
2009-01-30 Xavier Claessensunref contact list store on dispose
2009-01-30 Xavier Claessenstidy
2009-01-30 Xavier Claessensadd function to find number of online contacts; fix...
2009-01-30 Xavier Claessensconsolidate sensitivity management
2009-01-30 Xavier Claessensconsolidate blank contact management
2009-01-30 Xavier Claessensmove get blank iter function
2009-01-30 Xavier Claessensadd unset blank contact function
2009-01-30 Xavier Claessensimprove function to find iter for blank contact
2009-01-30 Xavier Claessensfix contact list store sorting
2009-01-30 Xavier Claessensinclude config.h
2009-01-30 Xavier Claessensuse EmpathyContactListStore directly
2009-01-30 Xavier Claessensdo not add blank when popup showing; add blank when...
2009-01-30 Xavier Claessensfix widget sensitivity
2009-01-30 Xavier Claessensfix initial active contact problem; add blank contact...
2009-01-30 Xavier Claessensupdate authors
2009-01-30 Xavier Claessensupdate copyright and authors
2009-01-30 Xavier Claessensadd selector .c and .h files