Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 540840 - app-portage/elogviewer-2.3-r1 - elogviewer should sort entries entries when the column header is clicked on
Summary: app-portage/elogviewer-2.3-r1 - elogviewer should sort entries entries when t...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Paul Varner (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 547048
Blocks:
  Show dependency tree
 
Reported: 2015-02-20 18:54 UTC by Juergen Rose
Modified: 2015-05-16 16:31 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2015-02-20 18:54:51 UTC
If I click into the header line of one column of elogviewer, I support that the entries are sorted corresponding to this columns. I thought that has happened with earlier versions of elogviewer. If I now start elogviewer something strange happens. It looks of all entries are unsorted after start. The table begins with:

Category               Package              ...      Timestamp
media-gfx          exact-image              ... 03.01.2015 09:24:06
app-mobebilephone  gnome-phone-manager-0.69 ... 08.06.2014 15:47:37
app-i18n           ibus-qt-1.3.2            ... 06.01.2014 09:20:19
...

If I click on Timestamp I get:

Category               Package              ...      Timestamp
sci-libs           shogun-3.2.0             ... 03.06.2014 08:54:03
media-tv           xawtv-3.95-r2            ... 29.01.2014 06:38:46
sci-libs           shogun-3.2.0             ... 07.04.2014 06:38:46
...

I expected a increasing or decreasing order corresponding to timestamp.

If I now click to Package I get again:

Category               Package              ...      Timestamp

media-gfx          exact-image              ... 03.01.2015 09:24:06
app-mobebilephone  gnome-phone-manager-0.69 ... 08.06.2014 15:47:37
app-i18n           ibus-qt-1.3.2            ... 06.01.2014 09:20:19
...

This is not the expected alphabetic order corresponding to Package names.
Comment 1 Mathias Laurin 2015-02-26 12:04:43 UTC
Thank you for reporting this bug. I believe that I fixed it with
the latest version (2.4), see:

http://sf.net/projects/elogviewer/files/elogviewer/elogviewer-2.4.tar.gz


Also note that 2.4 now depends on dev-python/enum34 for Python
2.7.  I am not an ebuild guru but the new dependency may
translate to

RDEPEND="$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3)"
Comment 2 Brian Dolbec (RETIRED) gentoo-dev 2015-05-16 16:31:32 UTC
elogviewer-2.5 is now in the tree.  The 2.3 versions have been removed.