Bug 71465

Summary: Paint bug in file tree
Product: [Applications] kdevelop Reporter: Jon Smirl <jonsmirl>
Component: file treeAssignee: Alexander Neundorf <neundorf>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jon Smirl 2003-12-30 06:57:28 UTC
Version:           CVS (using KDE Devel)
Installed from:    Compiled sources

Toggle 'show nonproject files' on/off. The file-tree window does not paint to update the new status. The part that was under the popup will be painted correctly, the rest of the window is wrong.
Comment 1 Jens Dagerbo 2003-12-30 11:52:03 UTC
Odd question perhaps, but: using what project type?

I've never seen this fail with an Automake Project, but I believe custom might still have a problem..
Comment 2 Jon Smirl 2003-12-30 16:36:46 UTC
I am using custom make.
Comment 3 Jens Dagerbo 2003-12-30 18:28:26 UTC
OK, I suspected that..

IIRC, the real bug is that fileview expects to be notified when a change happens in the project, but I guess customproject doesn't know that(?). I guess the same issue is likely for other projectypes as well.

Unless someone comes up with a trivial bandaid for 3.0, a fix for this will have to wait until 3.1 and the planned project manager unification.
Comment 4 Alexander Neundorf 2005-01-09 18:41:26 UTC
I can't reproduce it with kdevelop 3.1.2 and a custom makefile project

Alex
Comment 5 Amilcar do Carmo Lucas 2005-01-09 18:56:23 UTC
*** Bug has been marked as fixed ***.