[Digikam-devel] [digikam] [Bug 220739] Image Editor shows sidebar after applying effect in full screen mode
Gilles Caulier
caulier.gilles at gmail.com
Sun Apr 28 13:23:26 BST 2013
https://bugs.kde.org/show_bug.cgi?id=220739
--- Comment #7 from Gilles Caulier <caulier.gilles at gmail.com> ---
Pravesh,
I must admit that fullscreen mode is a little bit bugous. This is true in all
digiKam main windows (albumgui, LT, BQM, Import, etc...)
This must be review in-deep and code which manage full screen mode in all
KXmlGuiWindow classes based (listed below) must be factored in common wrapper
to reduce code duplication. This wrapper must take a care about full screen
mode settings from Setup dialog.
digikam/main/digikamapp.cpp:void DigikamApp::slotToggleFullScreen(bool b)
utilities/importui/main/importui.cpp:void ImportUI::slotToggleFullScreen(bool
b)
utilities/queuemanager/main/queuemgrwindow.cpp:void
QueueMgrWindow::slotToggleFullScreen(bool b)
utilities/lighttable/lighttablewindow.cpp:void
LightTableWindow::slotToggleFullScreen(bool b)
utilities/imageeditor/editor/editorwindow.cpp:void
EditorWindow::slotToggleFullScreen(bool b)
Also, in same way that fullscreen mode code must be factored, settings in Setup
GUI must be factored too. No need to duplicated configuration for each main
digiKam windows, when there exist (sometime there is no dedicated settings by
main windows in current implementation)
There are few others dysfunctions about full screen mode, similar to this one.
We must take a consideration off all in this project.
Taking all this constraint, we can build safe implementation to manage
fullscreen mode.
This can be a good exercise for student...
Gilles Caulier
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list