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-individual-widget.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorder header inclusions accordingly to the Telepathy coding style
Emanuele Aina
2013-04-02
1
-4
/
+4
*
Use a flat namespace for internal includes
Emanuele Aina
2013-04-01
1
-4
/
+4
*
Use double quotes for all internal headers
Emanuele Aina
2013-04-01
1
-4
/
+4
*
Drop unused/redundant header inclusions
Emanuele Aina
2013-03-28
1
-10
/
+0
*
Consistently use `#include "config.h"` everywhere
Emanuele Aina
2013-03-28
1
-1
/
+1
*
Revert "Go back to libgee 0.6.x"
Guillaume Desmottes
2013-02-19
1
-6
/
+4
*
Recognize both handheld and phone clienttypes as mobile devices
Sjoerd Simons
2013-01-03
1
-3
/
+1
*
include telepathy-glib.h
Guillaume Desmottes
2012-09-17
1
-1
/
+1
*
use tp_contact_dup_contact_info()
Guillaume Desmottes
2012-09-11
1
-2
/
+2
*
Go back to libgee 0.6.x
Guillaume Desmottes
2012-07-23
1
-4
/
+6
*
gee_iterator_first is no more in libgee 0.8
Alban Browaeys
2012-07-19
1
-6
/
+4
*
individual-widget: don't display unknown presence
Guillaume Desmottes
2012-07-06
1
-7
/
+18
*
Don't display parameters if Parameters_Exact is not Set
Guillaume Desmottes
2012-03-16
1
-1
/
+1
*
individual-widget: display champlain map in tooltips
Guillaume Desmottes
2011-12-22
1
-2
/
+1
*
individual_grid_destroy: remove the ChamplainEmbedView from its container
Guillaume Desmottes
2011-12-22
1
-0
/
+11
*
use gtk_box_new() instead of gtk_[h,v]box_new()
Guillaume Desmottes
2011-11-21
1
-2
/
+2
*
use gtk_separator_new() instead of gtk_hseparator_new()
Guillaume Desmottes
2011-11-21
1
-1
/
+1
*
Use _unref instead of _free _destroy when possible.unref
Xavier Claessens
2011-11-16
1
-1
/
+1
*
individual-widget: display channels list if available
Guillaume Desmottes
2011-11-16
1
-0
/
+22
*
update_weak_contact: use a greater or equal comparaison
Guillaume Desmottes
2011-11-16
1
-1
/
+1
*
individual-widget: factor out add_row()
Guillaume Desmottes
2011-11-14
1
-14
/
+22
*
details_update_show: skip empty field
Guillaume Desmottes
2011-11-14
1
-0
/
+4
*
individual-widget: port to GtkGrid
Guillaume Desmottes
2011-11-01
1
-11
/
+11
*
Incorporate updates from empathy-contact-widget into contactinfo-utils
Danielle Madeley
2011-10-21
1
-5
/
+4
*
Move empathy-contactinfo-utils to libempathy-gtk
Danielle Madeley
2011-10-21
1
-1
/
+1
*
Port individual-widget to contactinfo-utils
Danielle Madeley
2011-10-21
1
-64
/
+17
*
individual-widget: use GtkGrid instead of GtkTable
Guillaume Desmottes
2011-09-29
1
-9
/
+9
*
individual-widget: use GtkGrid instead of GtkTable internally
Cosimo Cecchi
2011-09-13
1
-125
/
+118
*
Don't assume that all TpfPersonas contain valid TpContacts
Travis Reitter
2011-08-22
1
-15
/
+31
*
individual-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTA...
Guillaume Desmottes
2011-08-19
1
-61
/
+35
*
individual-widget: use tp_g_signal_connect_object to connect the notify::cont...
Guillaume Desmottes
2011-06-20
1
-2
/
+2
*
Adapt to API change in FolksIndividual::personas-changed.
Travis Reitter
2011-06-07
1
-8
/
+33
*
Adapt to API break in folks_individual_get_personas.
Travis Reitter
2011-06-07
1
-69
/
+124
*
Don't conflate TpfPersona and FolksPersona.
Travis Reitter
2011-06-07
1
-7
/
+7
*
Port all timestamps from time_t to gint64 (#648188)
Guillaume Desmottes
2011-04-19
1
-4
/
+2
*
Adjust for Folks PresenceOwner -> PresenceDetails rename
Travis Reitter
2011-03-15
1
-12
/
+13
*
Adjust for Folks Groupable -> GroupDetails rename
Travis Reitter
2011-03-15
1
-2
/
+2
*
Adjust for Folks Favouritable -> FavouriteDetails rename
Travis Reitter
2011-03-15
1
-4
/
+4
*
Adjust for Folks Aliasable -> AliasDetails rename
Travis Reitter
2011-03-15
1
-5
/
+6
*
use champlain_view_ensure_layers_visible()
Guillaume Desmottes
2011-02-21
1
-3
/
+1
*
use champlain_marker_layer_new()
Guillaume Desmottes
2011-02-21
1
-1
/
+1
*
Port to champlain 0.10 (#642010)
Guillaume Desmottes
2011-02-21
1
-17
/
+12
*
Bug 637151 — Hide the user Individual from the contact list
Philip Withnall
2011-02-18
1
-10
/
+10
*
individual-widget: use empathy_context_menu_new()
Guillaume Desmottes
2011-02-16
1
-4
/
+1
*
individual-widget: use priv->contact as that's our pointer on the TpContact now
Guillaume Desmottes
2011-02-02
1
-2
/
+1
*
individual-widget: connect on the notify::client-types only once
Guillaume Desmottes
2011-02-01
1
-10
/
+14
*
Adjust for FolksHasPresence -> FolksPresenceOwner
Travis Reitter
2011-02-01
1
-12
/
+12
*
Bug 637097 — Port to latest folks API changes
Philip Withnall
2010-12-14
1
-12
/
+17
*
Bug 631096 — Should not mention "meta contacts" in UI
Philip Withnall
2010-12-13
1
-2
/
+6
*
Only check for presence in presence-enabled personas 2.0
Emilio Pozuelo Monfort
2010-11-16
1
-1
/
+7
*
individual-widget: show a "on a phone" label in the individual view
Jonny Lamb
2010-11-16
1
-43
/
+114
*
individual-widget: set xalign on the status message (#632434)
Guillaume Desmottes
2010-10-18
1
-0
/
+1
*
Port Empathy to use FolksAliasable and FolksGroupable
Philip Withnall
2010-10-05
1
-6
/
+6
*
remove EmpathyKludgeLabel
Guillaume Desmottes
2010-10-04
1
-3
/
+1
*
Handle the EmpathyIndividualWidget disappearing during an async details call
Philip Withnall
2010-09-03
1
-3
/
+6
*
Don't try to update EmpathyIndividualWidget's location without an Individual
Philip Withnall
2010-09-03
1
-1
/
+2
*
Listen to FolksIndividual::removed in EmpathyIndividualWidget
Philip Withnall
2010-09-03
1
-0
/
+12
*
Ensure all persona tables are removed from EmpathyIndividualWidget
Philip Withnall
2010-09-01
1
-0
/
+2
*
Fix calculation of the number of new personas in EmpathyIndividualWidget
Philip Withnall
2010-08-30
1
-2
/
+7
*
Port EmpathyIndividualWidget to use Individual.personas_changed
Philip Withnall
2010-08-30
1
-58
/
+61
*
remove markups around 'Location'
Guillaume Desmottes
2010-08-27
1
-1
/
+5
*
Fix selectable labels in EmpathyIndividualWidget
Philip Withnall
2010-08-26
1
-8
/
+11
*
Don't leak a reference when updating an IndividualWidget.
Travis Reitter
2010-08-24
1
-0
/
+2
*
individual-widget: adapt number of rows to the features needed
Guillaume Desmottes
2010-08-23
1
-3
/
+7
*
Display the number of personas only in tooltips
Guillaume Desmottes
2010-08-23
1
-19
/
+25
*
Fix some visual breakage of EmpathyIndividualWidget in tooltips
Philip Withnall
2010-08-20
1
-6
/
+11
*
Bug 627360 — "Information" of a meta contact is too big for the screen
Philip Withnall
2010-08-20
1
-0
/
+39
*
Expand EmpathyIndividualWidget
Philip Withnall
2010-08-20
1
-49
/
+1787
*
Add EmpathyIndividualWidget
Philip Withnall
2010-08-12
1
-0
/
+257