aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-cell-renderer-text.c
Commit message (Collapse)AuthorAgeFilesLines
* empathy-cell-renderer-text: don't display status if it's NULL (#614562)Guillaume Desmottes2010-04-011-1/+4
|
* CellRendererText: Use G_PARAM_STATIC_STRINGSWill Thompson2010-03-301-6/+8
| | | | | | | | | | This patch also changes the name of the "is group" property to use a hyphen (which is the canonical form) rather than an underscore, because the combination of the underscore and G_PARAM_STATIC_STRINGS makes GObject blow up: GLib-GObject-CRITICAL **: g_param_spec_internal: assertion `!(flags & G_PARAM_STATIC_NAME) || is_canonical (name)' failed
* Show status messages in compact view (#614052)Will Thompson2010-03-301-15/+44
| | | | | | | | | | | | | Previously, when the contact list was in compact mode your contacts' status mesasges were not shown. With this patch, status messages are shown in the space to the right of the contact's name, in the same small, grey font as in the expanded view. Only custom messages are shown; fallback strings like _("Available") are redundant and made the list way too hard to read, so are not shown. This patch does show that most of my contacts are too boring to have status messages...
* Use a temporary variable for param specsWill Thompson2010-03-301-28/+17
|
* empathy-cell-renderer-text: update FSF addressGuillaume Desmottes2009-05-181-3/+3
|
* don't use italic for status text in contact list (closes: #548632)Frederic Peters2008-08-261-12/+6
| | | | svn path=/trunk/; revision=1387
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-9/+7
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+368
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170