changelog update

This commit is contained in:
charras 2010-02-20 15:20:23 +00:00
parent 94fd2b3ca9
commit 41a6a002f5
1 changed files with 13 additions and 0 deletions

View File

@ -5,6 +5,19 @@ Please add newer entries at the top, list the date and your name with
email address.
2010-Feb-19 UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr>
================================================================================
kicad: fixing an annoying problem:
* Building the tree project can be *very* long if there are a lot of subdirectories
* in the working directory.
* Unfornately, this happens easily if the project file *.pro is in the home directory
* So the tree project is built "on demand":
* First the tree is built from the current directory and shows files and subdirs.
* > First level subdirs trees are built (i.e subdirs contents are not read)
* > When expanding a subdir, each subdir content is read,
* and the corresponding sub tree is populated on the fly.
2010-Feb-17 UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr>
================================================================================
kicad: