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 727895 - Use a single row of text for each log entry
Use a single row of text for each log entry
Status: RESOLVED FIXED
Product: gnome-logs
Classification: Other
Component: general
3.14.x
Other All
: Normal normal
: ---
Assigned To: gnome-logs maintainer(s)
gnome-logs maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-04-09 13:15 UTC by Allan Day
Modified: 2015-05-26 10:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for this bug (11.20 KB, patch)
2015-05-26 09:40 UTC, Jonathan Kang
committed Details | Review

Description Allan Day 2014-04-09 13:15:45 UTC
Right now each log entry has two rows of text - one for the component that generate the log, and one for the message itself. This makes the list of logs difficult to read, and it reduces the number of messages that can be displayed at once.

Using a single row of text for each log entry will resolve these issues:

https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/logs/logs.png

Note that the same font (and font size) should be used for each column - this aids readability.

You could also take this opportunity to remove the > arrows at the end of each row - these aren't very helpful, and they are quite distracting/noisy.
Comment 1 Stalin Pereira 2014-11-16 02:43:24 UTC
I would like to work on this.
Comment 2 Stalin Pereira 2014-11-16 02:50:19 UTC
As per the attached design , How should the detail information show?
Should we make the row height increased and show the info there for the selected row, or should there be a details pane?
Comment 3 Jonathan Kang 2015-05-26 09:40:24 UTC
Created attachment 303978 [details] [review]
patch for this bug

Add seperator between adiacent rows and use a single row for each log entry
Comment 4 David King 2015-05-26 10:15:06 UTC
Review of attachment 303978 [details] [review]:

Excellent work! Pushed to master as 995bacac51ee84516e9d0c4950dcc1edd45cdd64.

The only remaining improvement is to add the "category" of the message (system, application and so on) to a new column at the left of the log message. This can be done at some later point, in a separate bug.