Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contact-widget: remove colons and dim labels, move avatar to LHS | Danielle Madeley | 2012-05-29 | 1 | -108/+205 |
| | | | | | | Make widget look like mockup. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=672043 | ||||
* | contact-widget: right align contact info fields | Guillaume Desmottes | 2012-03-16 | 1 | -6/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672037 | ||||
* | contact-widget: don't display the account when editing our info | Guillaume Desmottes | 2012-03-16 | 1 | -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 info | Guillaume Desmottes | 2012-02-08 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669655 | ||||
* | contact-widget: merge grid_contact and main_grid_contact | Guillaume Desmottes | 2012-01-23 | 1 | -70/+52 |
| | | | | | | No point keeping the extra widgets now. https://bugzilla.gnome.org/show_bug.cgi?id=666714 | ||||
* | move vbox_avatar to grid_contact | Guillaume Desmottes | 2012-01-23 | 1 | -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_contact | Guillaume Desmottes | 2012-01-23 | 1 | -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 GtkGrid | Guillaume Desmottes | 2012-01-23 | 1 | -6/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=666714 | ||||
* | contact-widget: port to GtkGrid | Guillaume Desmottes | 2011-11-01 | 1 | -35/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903 | ||||
* | Split the group editing widgets out of EmpathyContactWidget | Philip Withnall | 2010-08-20 | 1 | -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 Claessens | 2010-06-15 | 1 | -66/+8 |
| | | | | | | contact Fixes bug #588922 | ||||
* | libempathy-gtk/empathy-contact-widget.ui: remove invisible_char property; we ↵ | Guillaume Desmottes | 2010-04-12 | 1 | -1/+0 |
| | | | | want to use the default | ||||
* | fix escaping of UTF-chars in ui file (#613117) | Gabor Kelemen | 2010-03-17 | 1 | -2/+2 |
| | |||||
* | Remove the "Contact" alignment from contat widget | Xavier Claessens | 2010-01-13 | 1 | -114/+80 |
| | |||||
* | Miscellaneous string fixes | Philip Withnall | 2010-01-01 | 1 | -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 strings | Philip Withnall | 2010-01-01 | 1 | -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 Pepple | 2009-12-02 | 1 | -1/+0 |
| | | | | (#603545) | ||||
* | Workaround for Clutter bug | Pierre-Luc Beaudoin | 2009-08-25 | 1 | -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 EmpathyKludgeLabel | Davyd Madeley | 2009-07-07 | 1 | -11/+1 |
| | |||||
* | Remove markup from GTKBuilder translatable strings | Claude Paroz | 2009-06-17 | 1 | -8/+16 |
| | |||||
* | List geolocation information in Tooltip | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -3/+15 |
| | |||||
* | Add a map in the Contact Information dialog | Pierre-Luc Beaudoin | 2009-05-28 | 1 | -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 API | Xavier Claessens | 2009-04-16 | 1 | -422/+451 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2847 | ||||
* | Convert glade files to GtkBuilder format | Xavier Claessens | 2009-04-16 | 1 | -0/+556 |
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840 |