ext Danny Price wrote: > I just checked a project I'm working on into SVN via Tortoise (Vista) > and I've noticed that the project tree started using the icon badges > from Tortoise - the wrong icon badges at that. All my files (all of > which are up-to-date in SVN) now have the 'modified' badge and I can't > get rid of them.
This is a known issue. It happens because Qt Creator requests the system icon for the file, which already includes the TortoiseSVN overlay, and for performance reasons caches the icon once for each file type. The breakage is because multiple files of the same type can have different icons based on their state in Subversion. Depending on the speed impact, the issue could be fixed by disabling the icon caching, though I'm not sure if the icons will then also update correctly when the Subversion state changes (I doubt it). Regards, Bjørn -- Thorbjørn Lindeijer Software Engineer Nokia, Qt Development Frameworks _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
