]> git.0d.be Git - empathy.git/history - libempathy-gtk/empathy-contact-selector.c
de.po: Updated German translation
[empathy.git] / libempathy-gtk / empathy-contact-selector.c
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