| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
As shown in the mockup in bug 547658.
|
|
|
|
| |
get_size (#628043)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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...
|
| |
|
| |
|
|
|
|
| |
svn path=/trunk/; revision=1387
|
|
|
|
|
|
| |
G_TYPE_INSTANCE_GET_PRIVATE all the time.
svn path=/trunk/; revision=1082
|
|
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
|