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.
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
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