Files
qt-creator/src/plugins/qmljseditor
Kai Koehne c7e47f53bc QmlOutline: Don't use LookupContext due to performance issues
Creating a LookupContext can be sloooow for large projects. We create
one instance for every update in the Outline to get the right icons.

Take a shortcut here and just use the element name directly, ignoring
packages names etc.

This is a hot fix for 2.1, a following patch will change the Icon
retrieval API accordingly.

Reviewed-by: Roberto Raggi
Task-number: QTCREATORBUG-2859
2010-10-22 13:51:22 +02:00
..
2010-03-05 11:28:13 +01:00
2010-10-06 13:35:47 +02:00
2010-03-05 11:28:13 +01:00
2010-10-21 16:12:57 +02:00
2010-03-05 11:28:13 +01:00
2010-09-28 17:29:05 +02:00
2010-10-21 17:14:27 +02:00