Bug 296870 - displaying the filepath
Summary: displaying the filepath
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 0.14.1
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2012-03-27 11:50 UTC by J.R. Whitbourn
Modified: 2012-09-08 21:41 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.10.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J.R. Whitbourn 2012-03-27 11:50:48 UTC
The latest version of Okular allows you too choose whether you see the Document Title or the filename, which is very handy. I was wondering whether this option could be extended to also allow the full file path to be displayed, like in kate?

Thanks
Comment 1 Albert Astals Cid 2012-06-11 21:34:58 UTC
I get the filepath here so I'm closing the bug as fixed.

Thanks for caring about Okular and reporting this wish, if it is not fixed for you in KDE >= 4.8.3 please reopen it.
Comment 2 J.R. Whitbourn 2012-06-12 09:23:12 UTC
Hi, just wanted to check that it was the case that you can get the filepath in the title bar? I have KDE 4.8.3 and Okular 0.14.3 and don't have that, by default I have the filename with the option to show the document title, but not the filepath.


Thanks
Comment 3 Albert Astals Cid 2012-06-12 18:39:36 UTC
Oh, you meant in the title bar? I thought you meant in the properties dialog. Would be great if next time you specified where you wanted to see stuff ;-)
Comment 4 Albert Astals Cid 2012-09-05 20:18:39 UTC
So we need to convert that checkbox into a combobox containing 4 items
"Title (filename if no title)"
"Title (filepath if no title)"
"Filename"
"Filepath"
And obviously some better wording :D
Comment 5 Albert Astals Cid 2012-09-08 13:34:24 UTC
Git commit 21fd5cfb0d63457529166a4e01f2bb99e0ba8825 by Albert Astals Cid, on behalf of Sandro Mani.
Committed on 08/09/2012 at 15:33.
Pushed by aacid into branch 'master'.

Add option to show complete file path in window title
REVIEW: 106345
FIXED-IN: 4.10.0

M  +68   -1    conf/dlggeneralbase.ui
M  +7    -0    conf/okular.kcfg
M  +1    -1    part.cpp

http://commits.kde.org/okular/21fd5cfb0d63457529166a4e01f2bb99e0ba8825
Comment 6 J.R. Whitbourn 2012-09-08 21:41:47 UTC
Cheers! Nice to make my first contribution.