[Bug 167529] New: Image Editor not working correctly after setting "use horizontal thumbbar" option

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

[Bug 167529] New: Image Editor not working correctly after setting "use horizontal thumbbar" option

Bugzilla from andi.clemens@gmx.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=167529         
           Summary: Image Editor not working correctly after setting "use
                    horizontal thumbbar" option
           Product: digikam
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: Image Editor
        AssignedTo: digikam-devel kde org
        ReportedBy: andi.clemens gmx net


Version:           0.10.0-beta2 (using KDE 3.5.9)
Compiler:          Target: i686-pc-linux-gnu
OS:                Linux (i686) release 2.6.25-ARCH

When changing the setting "use horizontal thumbbar" in the settings dialog for the image editor, the thumbbar gets not updated (not moved to the bottom of the screen). Also closing and reopening the editor doesn't help (this is because we use a singleton instance of the editor, which is good for sure).
To fix it digiKam itself has to be restarted, not only the image editor as mentioned in the settings dialog.
But if you change this setting and continue to work with digiKam, it somehow works strange:
- Thumbnails are "gone" and will / or will not be generated new
- After a while digiKam even crashes, but right now I get a different BT all the time

I think we need to have a signal or something like that to change the location of the thumbbar immediately, or we have to change the settings description to "use horizontal thumbbar (needs restarting of digiKam)", but this is not a good option I think.

About the problem with the thumbnails: I have no idea what this could be, maybe I'll get a better BT someday and I will attach it here.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167529] Image Editor not working correctly after setting "use horizontal thumbbar" option

Bugzilla from andi.clemens@gmx.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=167529         
andi.clemens gmx net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |0.10.0-svn
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167529] Image Editor not working correctly after setting "use horizontal thumbbar" option

Gilles Caulier-4
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=167529         




------- Additional Comments From caulier.gilles gmail com  2008-07-27 15:26 -------
>I think we need to have a signal or something like that to change the location of >the thumbbar immediately, or we have to change the settings description to "use >horizontal thumbbar (needs restarting of digiKam)", but this is not a good option >I think.

This is not possible because the layout is hardcoded in source code and cannot be changed in live as well.

Gilles Caulier
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167529] Image Editor not working correctly after setting "use horizontal thumbbar" option

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=167529         




------- Additional Comments From andi.clemens gmx net  2008-07-28 21:52 -------
So we need to change the additional comment in the settings dialog?
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167529] Image Editor not working correctly after setting "use horizontal thumbbar" option

Gilles Caulier-4
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=167529         




------- Additional Comments From caulier.gilles gmail com  2008-07-28 22:38 -------
Yes this is the first stuff todo.

For crash, something must be done to not set Thumbbar settings after to have changed configuration panel.

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167529] Image Editor not working correctly after setting "use horizontal thumbbar" option

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=167529         




------- Additional Comments From andi.clemens gmx net  2008-07-28 22:50 -------
SVN commit 838830 by aclemens:

changed comment concerning use of horizontal bar in image editor

CCBUGS:167529

 M  +2 -2      setupeditor.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=838830
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167529] Image Editor not working correctly after setting "use horizontal thumbbar" option

Gilles Caulier-4
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=167529         




------- Additional Comments From caulier.gilles gmail com  2008-07-30 08:58 -------
Andi,

The crash relevant of thumbbar is not reproductible here, after changing orientation setting. the thumbbar contents is just regenerated (why ?) and take a while, but it still suitable.

I have take a look to make layout of editor customizable on the fly, but it still the hell to do it without to change code indeep. I will take a look into this problem after 0.10.0 release, perhaps to use QDockWidget:

http://doc.trolltech.com/4.4/qdockwidget.html

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167529] Image Editor not working correctly after setting "use horizontal thumbbar" option

Gilles Caulier-4
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=167529         




------- Additional Comments From caulier.gilles gmail com  2008-07-30 09:18 -------
SVN commit 839499 by cgilles:

do not refresh all thumbbar items if exif rotation flags is not changed.
CCBUGS: 167529


 M  +3 -0      thumbbar.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=839499
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167529] Image Editor not working correctly after setting "use horizontal thumbbar" option

Gilles Caulier-4
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=167529         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles gmail com  2008-07-30 09:19 -------
SVN commit 839500 by cgilles:

backport commit #839499 from KDE3 branch
BUG: 167529


 M  +3 -0      thumbbar.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=839500
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel