I added new feature to Qt-creator.
Hello. I started qt-creator hacking two days ago. It took one evening to understand internal basics and one evening to decide hw to realise this feature. And so one hour to implement it.
You can see results in my “merge request” on gitorious .
I recorded small video to show this feature.

I changed FolderNode class, now it has property FileType contentType(). This property represent content type of folder. And added excludeFolderType property to FlatMode. This property exclude Folder with children with appropriate type from model.
Why I did it:
1. I’d like to understand internals of Qt-creator.
2. Got some experiences and skill.
3. Help to make Qt-creator better.
Also I planing to add version control system status to project tree and Tree view of File system view plane.
Hope to see this feature in master branch in near future.
P.S.: It was my first experience with gitorious.
Unique visitors to post: 9

