index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libempathy-gtk
/
empathy-contact-selector.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
empathy-contact-selector: fix coding style
Guillaume Desmottes
2009-05-18
1
-2
/
+2
*
Misc. gtk-doc updates, including being more explicit about refs.
Jonny Lamb
2009-04-23
1
-2
/
+2
*
Add documentation for EmpathyContactSelector.
Jonny Lamb
2009-04-23
1
-2
/
+66
*
revert a little. search for blank contact in store.
Elliot Fairweather
2009-04-11
1
-5
/
+6
*
Look up the iter of the new tree row on the filter model for set_active_iter
Davyd Madeley
2009-04-11
1
-5
/
+11
*
Initial empathy_contact_selector_set_visible implementation.
Jonny Lamb
2009-04-11
1
-16
/
+74
*
Use contact-list property and create the store in the constructor.
Jonny Lamb
2009-01-31
1
-13
/
+19
*
Rename _get_selected to _dup_selected and make sure the contact is unrefed.
Jonny Lamb
2009-01-31
1
-1
/
+1
*
Pass an EmpathyContactList to _new and create the store from that.
Jonny Lamb
2009-01-31
1
-2
/
+6
*
Removed old FIXME.
Jonny Lamb
2009-01-31
1
-4
/
+0
*
Don't call a function in a variable declaration.
Jonny Lamb
2009-01-31
1
-1
/
+2
*
Use g_signal_connect_swapped and remove useless functions.
Jonny Lamb
2009-01-31
1
-35
/
+12
*
Unref the temp contact appropriately.
Jonny Lamb
2009-01-31
1
-0
/
+1
*
Simplified loops in
Jonny Lamb
2009-01-31
1
-21
/
+19
*
Use gtk_tree_store_insert_with_values.
Jonny Lamb
2009-01-31
1
-2
/
+2
*
Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+.
Jonny Lamb
2009-01-31
1
-2
/
+2
*
Explicit check.
Xavier Claessens
2009-01-31
1
-1
/
+1
*
Move public methods at the bottom.
Xavier Claessens
2009-01-31
1
-18
/
+20
*
Reorganize the constructor to avoid some casts and to avoid complex inline in...
Xavier Claessens
2009-01-31
1
-12
/
+14
*
Don't get a cast to EmpathyContactSelector when it's not needed.
Jonny Lamb
2009-01-31
1
-4
/
+2
*
Use gtk_tree_model_get_iter_first instead of going through GtkTreePath.
Jonny Lamb
2009-01-31
1
-12
/
+2
*
Use dispose_run in EmpathyContactSelector.
Jonny Lamb
2009-01-31
1
-0
/
+8
*
Remove unnecessary casts and macros.
Jonny Lamb
2009-01-31
1
-14
/
+9
*
Small coding style and name changes.
Jonny Lamb
2009-01-31
1
-73
/
+59
*
Added argument checking to non-static functions.
Jonny Lamb
2009-01-31
1
-0
/
+4
*
remove redundant flag
Xavier Claessens
2009-01-31
1
-6
/
+6
*
add translation function call
Xavier Claessens
2009-01-31
1
-1
/
+1
*
rename set and unset functions
Xavier Claessens
2009-01-31
1
-5
/
+5
*
conform to GET_PRIV style
Xavier Claessens
2009-01-31
1
-7
/
+10
*
unref store once only
Xavier Claessens
2009-01-31
1
-1
/
+5
*
remove finalize function
Xavier Claessens
2009-01-31
1
-11
/
+0
*
unref contact list store on dispose
Xavier Claessens
2009-01-31
1
-0
/
+4
*
tidy
Xavier Claessens
2009-01-31
1
-3
/
+0
*
add function to find number of online contacts; fix sensitivity management
Xavier Claessens
2009-01-31
1
-7
/
+35
*
consolidate sensitivity management
Xavier Claessens
2009-01-31
1
-15
/
+24
*
consolidate blank contact management
Xavier Claessens
2009-01-31
1
-24
/
+19
*
move get blank iter function
Xavier Claessens
2009-01-31
1
-34
/
+32
*
add unset blank contact function
Xavier Claessens
2009-01-31
1
-18
/
+22
*
improve function to find iter for blank contact
Xavier Claessens
2009-01-31
1
-15
/
+13
*
fix contact list store sorting
Xavier Claessens
2009-01-31
1
-6
/
+2
*
include config.h
Xavier Claessens
2009-01-31
1
-0
/
+2
*
use EmpathyContactListStore directly
Xavier Claessens
2009-01-31
1
-73
/
+27
*
do not add blank when popup showing; add blank when popup becomes hidden and ...
Xavier Claessens
2009-01-31
1
-6
/
+22
*
fix widget sensitivity
Xavier Claessens
2009-01-31
1
-6
/
+18
*
fix initial active contact problem; add blank contact, hide on popup, remove ...
Xavier Claessens
2009-01-31
1
-46
/
+78
*
update authors
Xavier Claessens
2009-01-31
1
-2
/
+2
*
update copyright and authors
Xavier Claessens
2009-01-31
1
-0
/
+2
*
add selector .c and .h files
Xavier Claessens
2009-01-31
1
-0
/
+333