http://bugs.kde.org/show_bug.cgi?id=173746
Marcel Wiesweg marcel wiesweg gmx de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #19 from Marcel Wiesweg <marcel wiesweg gmx de> 2008-12-02 15:36:04 --- *** Bug 170340 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- 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 |
In reply to this post by Bugzilla from m.mickey@gmx.de
http://bugs.kde.org/show_bug.cgi?id=173746
Andi Clemens andi clemens gmx net changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |0.10.0-svn -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- 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 |
In reply to this post by Bugzilla from m.mickey@gmx.de
http://bugs.kde.org/show_bug.cgi?id=173746
Thomas McGuire mcguire kde org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #20 from Thomas McGuire <mcguire kde org> 2008-12-06 15:26:51 --- Also happens for me with 0.10.0 beta7. -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- 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 |
In reply to this post by Bugzilla from m.mickey@gmx.de
http://bugs.kde.org/show_bug.cgi?id=173746
--- Comment #21 from Marcel Wiesweg <marcel wiesweg gmx de> 2008-12-07 17:30:11 --- Short progress update: The splitter state from the digikamrc file has stored 0 and 0 as (vertical) size of the preview view and the thumbbar. When this is loaded, both widgets are set as collapsed. Setting the widgets as not collapsible makes them show up. This does not solve the bug because we need to find out why a situation of saving sizes 0,0 (or collapsed widgets) can ever occur. -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- 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 |
In reply to this post by Bugzilla from m.mickey@gmx.de
http://bugs.kde.org/show_bug.cgi?id=173746
--- Comment #22 from Thomas McGuire <mcguire kde org> 2008-12-07 17:33:25 --- Can't you simply prevent saving and loading 0 values? E.g. when loading, check if the stored values are 0. If they are, fall back to a default. Same when saving: if the values are 0, don't save them to the config. -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- 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 |
In reply to this post by Bugzilla from m.mickey@gmx.de
http://bugs.kde.org/show_bug.cgi?id=173746
--- Comment #23 from Marcel Wiesweg <marcel wiesweg gmx de> 2008-12-07 21:19:37 --- We have this digikamrc here for debugging, but typically this situation occurs when users are starting digikam for the first time. Saving 0,0 values is only secondary to something setting both widgets collapsed. I am investigating into the sizeHint area that Andi pointed to on the ML. Unfortunately I could never reproduce first-startup the problem. -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- 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 |
In reply to this post by Bugzilla from m.mickey@gmx.de
http://bugs.kde.org/show_bug.cgi?id=173746
--- Comment #24 from Marcel Wiesweg <marcel wiesweg gmx de> 2008-12-09 18:10:04 --- How to reproduce the original bug: 1) Remove [PreviewView] SplitterState from your digikamrc 2) Start digikam. 3) Close immediately, do _not_ enter preview mode 4) Start digikam. 5) Enter preview mode and enjoy -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- 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 |
In reply to this post by Bugzilla from m.mickey@gmx.de
http://bugs.kde.org/show_bug.cgi?id=173746
--- Comment #25 from Marcel Wiesweg <marcel wiesweg gmx de> 2008-12-09 18:15:10 --- SVN commit 894943 by mwiesweg: It seems that QSplitter only validly intializes when it has been shown. If the splitter was never shown since application startup and the state is saved at shutdown, invalid values may be saved. If no state was loaded at all (empty SplitterState config), the infamous 0,0 values are stored. Add a flag that stores if the image preview mode was ever entered, and only write splitter state to config if this is the case. CCBUG: 173746 M +15 -5 albumwidgetstack.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=894943 -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- 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 |
In reply to this post by Bugzilla from m.mickey@gmx.de
http://bugs.kde.org/show_bug.cgi?id=173746
--- Comment #26 from Marcel Wiesweg <marcel wiesweg gmx de> 2008-12-09 18:15:13 --- SVN commit 894944 by mwiesweg: Add a workaround for all users who have created an invalid config with the preview-slider bug CCBUG: 173746 M +5 -1 albumwidgetstack.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=894944 -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- 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 |
In reply to this post by Bugzilla from m.mickey@gmx.de
http://bugs.kde.org/show_bug.cgi?id=173746
Marcel Wiesweg marcel wiesweg gmx de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #27 from Marcel Wiesweg <marcel wiesweg gmx de> 2008-12-09 18:18:18 --- I could reproduce the problem and it is now working nicely for me. Closing. -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- 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 |
In reply to this post by Bugzilla from m.mickey@gmx.de
http://bugs.kde.org/show_bug.cgi?id=173746
--- Comment #28 from Andi Clemens <andi clemens gmx net> 2008-12-09 18:30:18 --- Still doesn't fix the issue when converting from KDE3 rc file. Just tested it... Andi -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- 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 |
In reply to this post by Bugzilla from m.mickey@gmx.de
http://bugs.kde.org/show_bug.cgi?id=173746
--- Comment #29 from Marcel Wiesweg <marcel wiesweg gmx de> 2008-12-09 19:12:17 --- What is the difference of an empty config to conversion from KDE3? There is no such setting in KDE3. What can be found in the digikamrc then? Is it fixed for you when deleting the relevant config file line? -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- 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 |
In reply to this post by Bugzilla from m.mickey@gmx.de
https://bugs.kde.org/show_bug.cgi?id=173746
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.10.0-svn |0.10.0 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- 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 |
In reply to this post by Bugzilla from m.mickey@gmx.de
https://bugs.kde.org/show_bug.cgi?id=173746
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] Component|general |Preview -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |