Bug 79663 - Ability to configure Okular so the fullscreen mode has a zoom not in sync with that of the windowed mode
Summary: Ability to configure Okular so the fullscreen mode has a zoom not in sync wit...
Status: CONFIRMED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 0.15.2
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-14 22:53 UTC by Euan MacGregor
Modified: 2012-10-15 06:30 UTC (History)
2 users (show)

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 Euan MacGregor 2004-04-14 22:53:40 UTC
Version:            (using KDE KDE 3.2.1)
Installed from:    Debian testing/unstable Packages
OS:          Linux

How to reproduce:
Open a document.
Disable "show page list".
Go fullscreen.
Leave fullscreen.

Two things: the page list appears and the zoom level chosen for fullscreen remains.
Given that the optimum zoom for fullscreen is different to optimum for non-fullscreen, I'd say that it should revert to previous value when exiting fullscreen.
Comment 1 Luís Pedro Coelho 2004-05-06 00:42:14 UTC
CVS commit by luis_pedro: 

Backport fix for 79663

[the zoom issue is still pending, however]

CCMAIL: 79663@bugs.kde.org


  M +2 -7      kgv_view.cpp   1.172.2.4


--- kdegraphics/kghostview/kgv_view.cpp  #1.172.2.3:1.172.2.4
@@ -965,11 +965,6 @@ void KGVRun::foundMimeType( const QStrin
 void KGVPart::updateFullScreen( bool fs )
 {
-    if ( fs ) {
-        _markList->hide();
-        _scrollBox->hide();
-    } else {
-        _markList->show();
-        _scrollBox->show();
-    }
+    if ( fs ) showMarkList( false );
+    else showMarkList( _showPageList->isChecked() );
 }
 


Comment 2 Oliver Grimm 2008-12-17 22:19:55 UTC
zooming: still a bug in KDE 3.5.10
Comment 3 julien.t43+kde 2011-01-02 16:10:02 UTC
I don't know if this bug is still relevant, but I don't agree.
When changing display mode (or changing image), I had prefer keeping same zoom level.
Maybe a good choice would be to have an option about this behavior.
Comment 4 Adrián Chaves (Gallaecio) 2012-10-15 06:30:50 UTC
This wish still applies to Okular, and I agree with Julien: if this is ever implemented, it should be optional.