aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-selector.c
Commit message (Expand)AuthorAgeFilesLines
* empathy-contact-selector: fix coding styleGuillaume Desmottes2009-05-181-2/+2
* Misc. gtk-doc updates, including being more explicit about refs.Jonny Lamb2009-04-231-2/+2
* Add documentation for EmpathyContactSelector.Jonny Lamb2009-04-231-2/+66
* revert a little. search for blank contact in store.Elliot Fairweather2009-04-111-5/+6
* Look up the iter of the new tree row on the filter model for set_active_iterDavyd Madeley2009-04-111-5/+11
* Initial empathy_contact_selector_set_visible implementation.Jonny Lamb2009-04-111-16/+74
* Use contact-list property and create the store in the constructor.Jonny Lamb2009-01-311-13/+19
* Rename _get_selected to _dup_selected and make sure the contact is unrefed.Jonny Lamb2009-01-311-1/+1
* Pass an EmpathyContactList to _new and create the store from that.Jonny Lamb2009-01-311-2/+6
* Removed old FIXME.Jonny Lamb2009-01-311-4/+0
* Don't call a function in a variable declaration.Jonny Lamb2009-01-311-1/+2
* Use g_signal_connect_swapped and remove useless functions.Jonny Lamb2009-01-311-35/+12
* Unref the temp contact appropriately.Jonny Lamb2009-01-311-0/+1
* Simplified loops inJonny Lamb2009-01-311-21/+19
* Use gtk_tree_store_insert_with_values.Jonny Lamb2009-01-311-2/+2
* Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+.Jonny Lamb2009-01-311-2/+2
* Explicit check.Xavier Claessens2009-01-311-1/+1
* Move public methods at the bottom.Xavier Claessens2009-01-311-18/+20
* Reorganize the constructor to avoid some casts and to avoid complex inline in...Xavier Claessens2009-01-311-12/+14
* Don't get a cast to EmpathyContactSelector when it's not needed.Jonny Lamb2009-01-311-4/+2
* Use gtk_tree_model_get_iter_first instead of going through GtkTreePath.Jonny Lamb2009-01-311-12/+2
* Use dispose_run in EmpathyContactSelector.Jonny Lamb2009-01-311-0/+8
* Remove unnecessary casts and macros.Jonny Lamb2009-01-311-14/+9
* Small coding style and name changes.Jonny Lamb2009-01-311-73/+59
* Added argument checking to non-static functions.Jonny Lamb2009-01-311-0/+4
* remove redundant flagXavier Claessens2009-01-311-6/+6
* add translation function callXavier Claessens2009-01-311-1/+1
* rename set and unset functionsXavier Claessens2009-01-311-5/+5
* conform to GET_PRIV styleXavier Claessens2009-01-311-7/+10
* unref store once onlyXavier Claessens2009-01-311-1/+5
* remove finalize functionXavier Claessens2009-01-311-11/+0
* unref contact list store on disposeXavier Claessens2009-01-311-0/+4
* tidyXavier Claessens2009-01-311-3/+0
* add function to find number of online contacts; fix sensitivity managementXavier Claessens2009-01-311-7/+35
* consolidate sensitivity managementXavier Claessens2009-01-311-15/+24
* consolidate blank contact managementXavier Claessens2009-01-311-24/+19
* move get blank iter functionXavier Claessens2009-01-311-34/+32
* add unset blank contact functionXavier Claessens2009-01-311-18/+22
* improve function to find iter for blank contactXavier Claessens2009-01-311-15/+13
* fix contact list store sortingXavier Claessens2009-01-311-6/+2
* include config.hXavier Claessens2009-01-311-0/+2
* use EmpathyContactListStore directlyXavier Claessens2009-01-311-73/+27
* do not add blank when popup showing; add blank when popup becomes hidden and ...Xavier Claessens2009-01-311-6/+22
* fix widget sensitivityXavier Claessens2009-01-311-6/+18
* fix initial active contact problem; add blank contact, hide on popup, remove ...Xavier Claessens2009-01-311-46/+78
* update authorsXavier Claessens2009-01-311-2/+2
* update copyright and authorsXavier Claessens2009-01-311-0/+2
* add selector .c and .h filesXavier Claessens2009-01-311-0/+333