After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 712248 - Insert timestamps
Insert timestamps
Status: RESOLVED FIXED
Product: polari
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Polari maintainers
Polari maintainers
Depends on:
Blocks:
 
 
Reported: 2013-11-13 20:48 UTC by Florian Müllner
Modified: 2013-11-13 20:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
chatView: Use a separate tag for vertical gaps (2.69 KB, patch)
2013-11-13 20:48 UTC, Florian Müllner
committed Details | Review
chatView: Insert timestamps after inactivity (4.86 KB, patch)
2013-11-13 20:48 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2013-11-13 20:48:44 UTC
Timestamps are useful for context, as long as they don't clutter the interface too much; try to strive a balance by not inserting them for every message, but only after some time of inactivity.
Comment 1 Florian Müllner 2013-11-13 20:48:47 UTC
Created attachment 259753 [details] [review]
chatView: Use a separate tag for vertical gaps

We currently insert a vertical gap as part of the 'nick' and 'action'
tags. However we will start to insert timestamps for some messages,
in which case the gap should appear before the timestamp, not after
it. So create a dedicated tag for the vertical gap and insert it
where appropriate.
Comment 2 Florian Müllner 2013-11-13 20:48:51 UTC
Created attachment 259754 [details] [review]
chatView: Insert timestamps after inactivity

The time a message was sent/received is useful information, but
clutters the interface when repeated for every single message.
So rather than doing that (or chickening out by making it a user
option), only insert a timestamp after some time of inactivity,
which should allow to provide a good enough indication of when
a message was sent without the cluttering.
Comment 3 Florian Müllner 2013-11-13 20:51:11 UTC
Attachment 259753 [details] pushed as eeab3a2 - chatView: Use a separate tag for vertical gaps
Attachment 259754 [details] pushed as 95494c8 - chatView: Insert timestamps after inactivity