Bug 226123

Summary: preview window should not be dialog window of main window
Product: [Applications] ark Reporter: Martin Koller <kollix>
Component: generalAssignee: Harald Hvaal <metellius>
Status: RESOLVED FIXED    
Severity: normal CC: rakuco
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Martin Koller 2010-02-10 11:19:48 UTC
Version:           2.14 (using 4.3.98 (KDE 4.3.98 (KDE 4.4 RC3)) "release 218", KDE:KDE4:Factory:Desktop / openSUSE_11.2)
Compiler:          gcc
OS:                Linux (i686) release 2.6.31.12-0.1-desktop

It is inconvenient that the preview window is a dialog window, as it can not be brought behind the ark mainwindow and therefore I can not easily open a second preview window.
Please make the preview another toplevel window without ark's mainwindow as parent.
Comment 1 Raphael Kubo da Costa 2010-02-11 03:23:56 UTC
SVN commit 1088502 by rkcosta:

Make preview dialogs behave as windows, not dialogs.

Commit 1067160 made the preview dialogs non-modal, but they still
appeared on top of the main window. Now we set them as Qt::Window's
so that this does not happen.

BUG: 226123

 M  +3 -3      arkviewer.cpp  
 M  +1 -1      arkviewer.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1088502
Comment 2 Raphael Kubo da Costa 2010-02-11 03:27:03 UTC
SVN commit 1088503 by rkcosta:

Backport r1088502.

Make preview dialogs behave as windows, not dialogs.

Commit 1067160 made the preview dialogs non-modal, but they still
appeared on top of the main window. Now we set them as Qt::Window's
so that this does not happen.

CCBUG: 226123


 M  +3 -3      arkviewer.cpp  
 M  +1 -1      arkviewer.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1088503