Summary: | Folders in folders panel will not expand after navigating the tree using the details/icons view | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Marcelo Sales <mmtsales> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marcelo Sales
2008-07-10 21:49:24 UTC
Thanks for your report! A fix has already been made by David Faure for this and after some tests it hopefully should get applied during the next days (@David: its your fix-of-the-month-fix in kdirlister/kdirmodel :-)) SVN commit 830654 by dfaure: Fix delayed emission of cached items in KDirLister so that it emits the right items (those that were known at the time of the listDir, which fixes a few race conditions), and so that we remember that this dirlister is currently listing that dir (otherwise the cache could be deleted, or the internal data structures inconsistent, leading to a crash on exit). This fixes dolphin's folder panel not following navigation in the icon view. BUG: 166255 M +27 -26 kio/kdirlister.cpp M +8 -3 kio/kdirlister_p.h M +3 -4 kio/kdirmodel.cpp M +18 -29 tests/kdirlistertest.cpp M +2 -0 tests/kdirlistertest.h WebSVN link: http://websvn.kde.org/?view=rev&revision=830654 Wow, I'm impressed with your bug terminating speed!! :D Congratulations, keep up with the good work, Dolphin is a great application. |