Summary: | [wish]to sort bookmark by page number in Okular | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Rick Z <zouyuezy> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nemeskey.david |
Priority: | NOR | ||
Version: | 0.9 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 4.4.4 | |
Sentry Crash Report: |
Description
Rick Z
2009-09-02 07:57:31 UTC
They should be sorted already by page number. What do you see? I can confirm this bug. The bookmarks are sorted by their creation time/date, not by page number. And that makes them barely usable in a longer document. This problem only affects bookmarks; reviews are sorted correctly by page number. SVN commit 1129505 by pino: maintain the bookmark view sorted when adding new elements in the "selective" tree update CCBUG: 205952 M +11 -0 bookmarklist.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1129505 SVN commit 1129512 by pino: make sure actionsForUrl() returns actions sorted by page number CCBUG: 205952 M +16 -0 bookmarkmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1129512 SVN commit 1129515 by pino: backport fixes for bookmarks sorting: - r1129505, maintain the bookmark view sorted when adding new elements in the "selective" tree update - r1129512, make sure actionsForUrl() returns actions sorted by page number BUG: 205952 FIXED-IN: 4.4.4 _M . (directory) M +16 -0 core/bookmarkmanager.cpp M +10 -0 ui/bookmarklist.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1129515 |