Version: 0.4 (using KDE 3.4.0, compiled sources) Compiler: gcc version 3.3.4 OS: Linux (i686) release 2.4.26 Let the system tray shows page status. It's shown it thumbnail view, but when one does not use it one can't see how many pages has the document and on what page one is. Regards and Great Job! LD
Are you sure you want another system tray icon? We can implement it with few lines of code, but we're aware that many people won't like that. Please argument for and against that feature to convince us to implement it :-)
Jesus, I'm sorry! I meant status bar! Not system tray. I should be more mindfull while writing this wish list. I'm sorry. But can You implelemt this in status bar? =)
HI again. This bug has 203 days so it seems that You're not willing to do it maybe because this is not clear. KPDF don't have by default status bar, but when it's used by Konueror KPDF could use Konqueror's status bar to show page info. By page info I mean "current page status and number of all pages in doc." Howerver the current page status I shown in Context menu, but that context menu is reached only by pressing Right-Click (It could be useful to us Context-key)which is not useful when one is reading using cursor keys. If You're not willing to use status bar it would be nice to add all page number to that context menu. Thanks PS. Whatever You do I think that KPDF is even better thatn AReader, Great Job!
Ok, Grrr. I made it for myself I won't make a patch bacause it's only one line. KDE 3.5.1 stable, in file kdpf/part.cpp change line 831 (Part::slotShowMenu) to: popup->insertTitle( i18n( "Page %1 / %2" ).arg( page->number() + 1 ).arg( pages() ) ); Please, add this. It will be really annoying to change it in every new kpdf version :( Greetings
Are you asking the same as bug #102788 ?
Yes, I just was to easy see the current page number. I've even gave a simple solution which I think is quite easy to do. :) Just change one line, and you have a place for this page number. Even when a document has 1000 pages it looks good.
Ok, then closing as duplicate of bug 102788, as the issue is the same. I'm not really sure that using the popup menu is a good solution, though. Anyway, this bug will be linked from bug 102788, so we can look at it, in case. *** This bug has been marked as a duplicate of 102788 ***