index
:
~jonny/empathy
butterfly
client-types
ft
gnome-2-22
gnome-2-24
gnome-2-26
gnome-2-28
gnome-2-30
gnome-2-32
gnome-2-34
gtk-spinner
icons
liszt
master
next
old-client-types
olde-zazl
password-dialog
pidgin-store
sqlite-store
swap-camera
le empathy
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libempathy-gtk
/
empathy-contact-widget.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-06
Fixed style
Jonathan Tellier
1
-2
/
+2
2009-08-06
Set selectable status information
alinrus
1
-0
/
+4
2009-07-29
Wrap text in contact label status (#589846)
Nicolò Chieffo
1
-0
/
+4
2009-07-15
have EmpathyContactWidget set the account on the account chooser
Davyd Madeley
1
-0
/
+7
2009-07-07
Make EmpathyContactWidget use EmpathyKludgeLabel
Davyd Madeley
1
-1
/
+7
2009-07-01
Port libempathy-gtk to EmpathyAccount
Sjoerd Simons
1
-3
/
+3
2009-06-15
Use libchamplain 0.3.3 new Gtk embed API
Pierre-Luc Beaudoin
1
-6
/
+6
2009-05-28
Fix ‘lat’, ‘lon’ may be used uninitialized in this function
Pierre-Luc Beaudoin
1
-1
/
+1
2009-05-27
Fix English label for Location's date
Pierre-Luc Beaudoin
1
-1
/
+1
2009-05-27
Display relative time to user
Pierre-Luc Beaudoin
1
-4
/
+9
2009-05-27
Simplifly the logic on when to display the location
Pierre-Luc Beaudoin
1
-55
/
+58
2009-05-27
Use empathy_time_to_string_local
Pierre-Luc Beaudoin
1
-14
/
+8
2009-05-27
Don't list timestamp in the location fields as it is already included in the ...
Pierre-Luc Beaudoin
1
-0
/
+3
2009-05-27
Use tp_strdiff instead of strcmp
Pierre-Luc Beaudoin
1
-24
/
+24
2009-05-27
Have better user labels for location values
Pierre-Luc Beaudoin
1
-4
/
+65
2009-05-27
Display user textual location even if it doesn't include a lat,lon
Pierre-Luc Beaudoin
1
-12
/
+12
2009-05-27
Fix coding style issues found by make check
Pierre-Luc Beaudoin
1
-1
/
+1
2009-05-27
Make map visible!
Pierre-Luc Beaudoin
1
-0
/
+1
2009-05-27
Make buildable and visible if libchamplain not available
Pierre-Luc Beaudoin
1
-0
/
+2
2009-05-27
Update to use libchamplain 0.3's API
Pierre-Luc Beaudoin
1
-3
/
+4
2009-05-27
List geolocation information in Tooltip
Pierre-Luc Beaudoin
1
-11
/
+76
2009-05-27
Expect the timestamp to be a int64
Pierre-Luc Beaudoin
1
-17
/
+18
2009-05-27
Don't init vars with a function
Pierre-Luc Beaudoin
1
-1
/
+2
2009-05-27
Add marker on map
Pierre-Luc Beaudoin
1
-0
/
+10
2009-05-27
Display timestamp and location
Pierre-Luc Beaudoin
1
-29
/
+76
2009-05-27
Add a map in the Contact Information dialog
Pierre-Luc Beaudoin
1
-0
/
+48
2009-05-18
empathy-contact-widget: fix coding style
Guillaume Desmottes
1
-5
/
+5
2009-04-23
empathy-contact-widget: call contact_widget_change_contact after widget's set...
Guillaume Desmottes
1
-2
/
+5
2009-04-23
Add documentation for EmpathyContactWidget.
Jonny Lamb
1
-0
/
+52
2009-04-22
Add G_PARAM_STATIC_STRINGS to EmpathyContact properties
Xavier Claessens
1
-1
/
+0
2009-04-22
Use tp_connection_get_self_handle where needed
Xavier Claessens
1
-29
/
+7
2009-04-22
Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...
Xavier Claessens
1
-4
/
+11
2009-04-22
Remove useless condition
Xavier Claessens
1
-12
/
+9
2009-04-22
Remove dead code
Xavier Claessens
1
-2
/
+0
2009-04-22
- Split info/edit/personal dialogs into different functions.
Xavier Claessens
1
-15
/
+9
2009-04-22
Port EmpathyContactWidget to new API.
Xavier Claessens
1
-42
/
+62
2009-04-21
Fix memleak in contact_widget_model_populate_columns. Since it not used anywhere
Lars-Peter Clausen
1
-6
/
+0
2009-04-16
Refactor the floating ref hack into a new function
Xavier Claessens
1
-5
/
+2
2009-04-16
Port EmpathyContactWidget to new API
Xavier Claessens
1
-11
/
+7
2009-03-29
Use empathy_contact_call_when_ready instead of _run_ API. Fixes bug #561247 and
Xavier Claessens
1
-4
/
+21
2009-01-23
Renamed G_STR_EMPTY to EMP_STR_EMPTY.
Jonny Lamb
1
-3
/
+3
2009-01-09
Port EmpathyContactManager to the new singleton policy.
Xavier Claessens
1
-1
/
+1
2009-01-09
Port EmpathyContactFactory to the new singleton policy.
Xavier Claessens
1
-1
/
+1
2008-12-12
Use gi18n-lib.h instead of gi18n.h for libraries.
Xavier Claessens
1
-1
/
+1
2008-11-11
Update avatar chooser's account from its own callback.
Xavier Claessens
1
-22
/
+19
2008-11-11
ContactWidget: set up account widget before avatar widget
Xavier Claessens
1
-23
/
+24
2008-11-11
AvatarChooser needs no ContactFactory property; it's a singleton.
Xavier Claessens
1
-2
/
+1
2008-11-11
Coding style: only one blank line between functions.
Xavier Claessens
1
-2
/
+0
2008-11-11
Update AvatarChooser::account when changed in ContactWidget
Xavier Claessens
1
-0
/
+24
2008-11-11
AvatarChooser: Add McAccount and EmpathyContactFactory properties
Xavier Claessens
1
-1
/
+2
[next]