Summary: | Image Editor not working correctly after setting "use horizontal thumbbar" option | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Andi Clemens <andi.clemens> |
Component: | Thumbs-BarView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: |
Description
Andi Clemens
2008-07-27 15:20:22 UTC
>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
So we need to change the additional comment in the settings dialog? 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 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 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 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 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 |