Bug 205952

Summary: [wish]to sort bookmark by page number in Okular
Product: [Applications] okular Reporter: Rick Z <zouyuezy>
Component: generalAssignee: 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
Version:           0.9 (using KDE 4.3.0)
Installed from:    Fedora RPMs

It would be very nice if one can sort bookmarks in okular by page number. Thank you for your great work!
Comment 1 Pino Toscano 2009-10-06 19:19:11 UTC
They should be sorted already by page number. What do you see?
Comment 2 David Nemeskey 2010-05-22 15:52:22 UTC
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.
Comment 3 Pino Toscano 2010-05-22 19:13:40 UTC
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
Comment 4 Pino Toscano 2010-05-22 19:38:30 UTC
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
Comment 5 Pino Toscano 2010-05-22 19:50:44 UTC
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