Bug 102919 - System tray is not showing page status
Summary: System tray is not showing page status
Status: RESOLVED DUPLICATE of bug 102788
Alias: None
Product: kpdf
Classification: Applications
Component: general (show other bugs)
Version: 0.4
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Albert Astals Cid
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 11:11 UTC by Łukasz Derkacz
Modified: 2007-04-21 11:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Łukasz Derkacz 2005-03-31 11:11:59 UTC
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
Comment 1 Enrico Ros 2005-04-02 09:55:29 UTC
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 :-)
Comment 2 Łukasz Derkacz 2005-04-02 10:10:20 UTC
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? =)
Comment 3 Łukasz Derkacz 2005-10-20 09:02:25 UTC
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!
Comment 4 Łukasz Derkacz 2006-02-19 22:12:27 UTC
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
Comment 5 Pino Toscano 2007-04-21 02:27:48 UTC
Are you asking the same as bug #102788 ?
Comment 6 Łukasz Derkacz 2007-04-21 08:48:50 UTC
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.
Comment 7 Pino Toscano 2007-04-21 11:41:23 UTC
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 ***