------- 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=117401 Summary: digikam's 'my albums' and 'my tags' does no longer remember it's state when restarted Product: digikam Version: 0.8.0 Platform: unspecified OS/Version: Linux Status: NEW Severity: normal Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: ach mpe mpg de Version: 0.8.0 (using KDE 3.4.3, Kubuntu Package 4:3.4.3-0ubuntu1 ) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.12-10-686 Looks like sometime in the past digikam did no longer save (or load) the state of 'my albums'. At least it now always opens with the same state when I start digikam. ah, and 'my tags' does remember it's state too. 'my date' is okay. Achim _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- 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=117401 tomalbers kde nl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |UNCONFIRMED ------- Additional Comments From tomalbers kde nl 2005-12-29 20:29 ------- I can not reproduce it here.... _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from ach@mpe.mpg.de
------- 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=117401 ------- Additional Comments From ach mpe mpg de 2005-12-29 23:53 ------- Hi Tom, I did some more test and found that all closed Albums that have still an open child, are on restart always open again. Only when all subalbums are closed too, the open/close state of an album is remembered on restart. Achim _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from ach@mpe.mpg.de
------- 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=117401 joern.ahrens kdemail net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From joern.ahrens kdemail net 2005-12-30 00:33 ------- SVN commit 492444 by jahrens: BUG: 117401 M +2 -2 folderview.cpp --- trunk/extragear/graphics/digikam/digikam/folderview.cpp #492443:492444 @ -314,8 +314,8 @ } FolderItem *item; - QListViewItemIterator it(this); - for( ; it.current(); ++it) + QListViewItemIterator it(this->lastItem()); + for( ; it.current(); --it) { item = dynamic_cast<FolderItem*>(it.current()); if(!item) _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from ach@mpe.mpg.de
------- 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=117401 ------- Additional Comments From joern.ahrens kdemail net 2005-12-30 00:37 ------- SVN commit 492446 by jahrens: backported... CCBUG: 117401 M +2 -2 folderview.cpp --- branches/stable/extragear/graphics/digikam/digikam/folderview.cpp #492445:492446 @ -314,8 +314,8 @ } FolderItem *item; - QListViewItemIterator it(this); - for( ; it.current(); ++it) + QListViewItemIterator it(this->lastItem()); + for( ; it.current(); --it) { item = dynamic_cast<FolderItem*>(it.current()); if(!item) _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |