Bug 79663

Summary: Ability to configure Okular so the fullscreen mode has a zoom not in sync with that of the windowed mode
Product: [Applications] okular Reporter: Euan MacGregor <e.r.macgregor>
Component: generalAssignee: Okular developers <okular-devel>
Status: CONFIRMED ---    
Severity: wishlist CC: adrian, julien.t43+kde
Priority: NOR    
Version First Reported In: 0.15.2   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.