aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-widget.ui
Commit message (Collapse)AuthorAgeFilesLines
* contact-widget: remove colons and dim labels, move avatar to LHSDanielle Madeley2012-05-291-108/+205
| | | | | | Make widget look like mockup. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=672043
* contact-widget: right align contact info fieldsGuillaume Desmottes2012-03-161-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672037
* contact-widget: don't display the account when editing our infoGuillaume Desmottes2012-03-161-1/+1
| | | | | | | All these flags are making this code pretty messy. Hopefully we'll move and clean it when implementing the new design next cycle. https://bugzilla.gnome.org/show_bug.cgi?id=672036
* contact-widget: use 'Personal Details' when editing our own infoGuillaume Desmottes2012-02-081-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669655
* contact-widget: merge grid_contact and main_grid_contactGuillaume Desmottes2012-01-231-70/+52
| | | | | | No point keeping the extra widgets now. https://bugzilla.gnome.org/show_bug.cgi?id=666714
* move vbox_avatar to grid_contactGuillaume Desmottes2012-01-231-12/+13
| | | | | | That way the avatar is no longer miss aligned with the other fields. https://bugzilla.gnome.org/show_bug.cgi?id=666714
* contact-widget: move hbox_presence to grid_contactGuillaume Desmottes2012-01-231-27/+16
| | | | | | There is no point keeping this even more complicated that it already is. https://bugzilla.gnome.org/show_bug.cgi?id=666714
* empathy-contact-widget: replace hbox_contact by a GtkGridGuillaume Desmottes2012-01-231-6/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=666714
* contact-widget: port to GtkGridGuillaume Desmottes2011-11-011-35/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903
* Split the group editing widgets out of EmpathyContactWidgetPhilip Withnall2010-08-201-103/+1
| | | | | They can be shared between EmpathyContactWidget and a new EmpathyIndividualWidget, once it's written.
* Display contact vCard in information dialog, add basic vCard editor for self ↵Xavier Claessens2010-06-151-66/+8
| | | | | | contact Fixes bug #588922
* libempathy-gtk/empathy-contact-widget.ui: remove invisible_char property; we ↵Guillaume Desmottes2010-04-121-1/+0
| | | | want to use the default
* fix escaping of UTF-chars in ui file (#613117)Gabor Kelemen2010-03-171-2/+2
|
* Remove the "Contact" alignment from contat widgetXavier Claessens2010-01-131-114/+80
|
* Miscellaneous string fixesPhilip Withnall2010-01-011-3/+3
| | | | | | | Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Punctuation fixes in translatable stringsPhilip Withnall2010-01-011-2/+2
| | | | | | | Fix punctuation in the IRC command help messages. Use proper Unicode ellipses throughout Empathy, and proper em-dashes where appropriate. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Hide state image in contact widget until the presense state is notified. ↵Brian Pepple2009-12-021-1/+0
| | | | (#603545)
* Workaround for Clutter bugPierre-Luc Beaudoin2009-08-251-1/+3
| | | | | | Use a GtkFrame instead of a GtkViewport Bugs: http://bugzilla.openedhand.com/show_bug.cgi?id=1751 http://bugzilla.gnome.org/show_bug.cgi?id=590692
* Make EmpathyContactWidget use EmpathyKludgeLabelDavyd Madeley2009-07-071-11/+1
|
* Remove markup from GTKBuilder translatable stringsClaude Paroz2009-06-171-8/+16
|
* List geolocation information in TooltipPierre-Luc Beaudoin2009-05-281-3/+15
|
* Add a map in the Contact Information dialogPierre-Luc Beaudoin2009-05-281-3/+47
| | | | | For now, the map in the tool tip is disabled as Clutter-gtk does like at all this type of window/initialisation
* Port EmpathyContactWidget to new APIXavier Claessens2009-04-161-422/+451
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2847
* Convert glade files to GtkBuilder formatXavier Claessens2009-04-161-0/+556
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840