[digikam] [Bug 319876] New: Panels state changed after exit from full screen mode

classic Classic list List threaded Threaded
30 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 319876] Panels state changed after exit from full screen mode

nucleo
https://bugs.kde.org/show_bug.cgi?id=319876

--- Comment #18 from nucleo <[hidden email]> ---
(In reply to comment #17)
> Point #16 Fixed with commit this commit :
>
> http://commits.kde.org/digikam/4f892fb62241940fd2a0ceeffa1d2302576611d8
>
> Gilles Caulier

With this patch thumbbar shown after exit from fullscreen mode not only with
preview mode but also with thumbnails view mode.

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 319876] Panels state changed after exit from full screen mode

nucleo
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=319876

--- Comment #19 from nucleo <[hidden email]> ---
Thumbbar not needed in Thumbnails view mode, so fix in comment 17 incomplete.

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 319876] Panels state changed after exit from full screen mode

Gilles Caulier-4
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=319876

--- Comment #20 from Gilles Caulier <[hidden email]> ---
Git commit 0cad3cfd24c841acc56eb11f4c548c3bcdc6193e by Gilles Caulier.
Committed on 31/05/2013 at 13:29.
Pushed by cgilles into branch 'master'.

during FullScreen, disable option to switch on/off bars managed by Full-screen
settings (menubar, statusbar, thumbbar, toolsbar)
if view mode has changed during a FS session (icon-view/preview, maps, table),
check if thumbbar can be restored as initialy

M  +66   -46   digikam/main/digikamapp.cpp
M  +2    -0    digikam/main/digikamapp.h
M  +139  -136  digikam/views/digikamview.cpp
M  +3    -1    digikam/views/digikamview.h
M  +17   -17   digikam/views/stackedview.h
M  +16   -3    libs/widgets/common/dxmlguiwindow.cpp
M  +4    -2    libs/widgets/common/dxmlguiwindow.h
M  +0    -6    showfoto/main/showfoto.cpp
M  +19   -8    utilities/imageeditor/editor/editorwindow.cpp
M  +1    -1    utilities/imageeditor/editor/editorwindow.h
M  +0    -6    utilities/imageeditor/main/imagewindow.cpp
M  +48   -26   utilities/importui/main/importui.cpp
M  +2    -0    utilities/importui/main/importui.h
M  +12   -12   utilities/importui/views/importstackedview.cpp
M  +2    -2    utilities/importui/views/importstackedview.h
M  +76   -72   utilities/importui/views/importview.cpp
M  +2    -0    utilities/importui/views/importview.h
M  +10   -2    utilities/lighttable/lighttablewindow.cpp
M  +2    -1    utilities/lighttable/lighttablewindow.h
M  +2    -2    utilities/lighttable/lighttablewindow_p.h
M  +7    -0    utilities/queuemanager/main/queuemgrwindow.cpp
M  +1    -0    utilities/queuemanager/main/queuemgrwindow.h

http://commits.kde.org/digikam/0cad3cfd24c841acc56eb11f4c548c3bcdc6193e

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 319876] Panels state changed after exit from full screen mode

nucleo
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=319876

--- Comment #21 from nucleo <[hidden email]> ---
With last commit Thumbbar shown after exiting from FS in Preview mode, but if I
exit from FS in Thumbnails view mode and then switch to Preview mode Thumbbar
not shown.

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 319876] Panels state changed after exit from full screen mode

Gilles Caulier-4
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=319876

--- Comment #22 from Gilles Caulier <[hidden email]> ---
It can be a side effect of old settings. I cannot reproduce it here...

Also this depend of AlbumGUI FS setup of course. Try to check all cases and to
be more explicit

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 319876] Panels state changed after exit from full screen mode

nucleo
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=319876

--- Comment #23 from nucleo <[hidden email]> ---
I removed all digikam settings (digikamrc and apps/digikam).
Digikam started in Thumbnails view mode, then in this mode I switched FS, then
exited FS, then switched to Preview mode but Thumbbar not shown, in Settings
menu show thimbar option enabled.

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 319876] Panels state changed after exit from full screen mode

nucleo
In reply to this post by nucleo
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 319876] Panels state changed after exit from full screen mode

Gilles Caulier-4
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=319876

--- Comment #25 from Gilles Caulier <[hidden email]> ---
Git commit 71dead6039bb137c8fa87286ea957097edf36e4d by Gilles Caulier.
Committed on 24/06/2013 at 12:27.
Pushed by cgilles into branch 'master'.

Force to reload current Stack view mode to set thumbbar visibility after full
screen.
Handle thumbbar visibility in MediaPlayer mode.
This patch fix AlbumGUI and ImportUI

M  +2    -1    digikam/main/digikamapp.cpp
M  +3    -0    digikam/views/digikamview.cpp
M  +2    -1    utilities/importui/main/importui.cpp
M  +3    -0    utilities/importui/views/importview.cpp

http://commits.kde.org/digikam/71dead6039bb137c8fa87286ea957097edf36e4d

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 319876] Panels state changed after exit from full screen mode

bugzilla_noreply
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=319876

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Usability

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 319876] Panels state changed after exit from full screen mode

bugzilla_noreply
In reply to this post by nucleo
https://bugs.kde.org/show_bug.cgi?id=319876

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Usability                   |Usability-FullScreen

--
You are receiving this mail because:
You are the assignee for the bug.
12