summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlinfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* docWarwick Allison2009-11-131-1/+1
|
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
| | | | as it breaks reinstalling the module against existing Qt.
* Return qmlInfo(obj) << syntax.Warwick Allison2009-11-101-4/+11
| | | | Fixes QTBUG-5480
* constness fixWarwick Allison2009-11-091-2/+2
|
* qmlinfo testAaron Kennedy2009-11-061-6/+6
|
* fix headersWarwick Allison2009-10-291-16/+16
|
* Minor fixes for qmlInfo.Michael Brasser2009-10-141-2/+2
|
* i18nWarwick Allison2009-10-131-3/+7
|
* More i18nWarwick Allison2009-10-131-36/+17
|
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-1/+1
|
* Do not crash in QmlInfo if debugging information is missingKai Koehne2009-09-151-1/+5
| | | | | Properly initialize the members of QmlDeclarativeData, and check whether outerContext has been set in QmlInfo.
* Save object creation line and column numberAaron Kennedy2009-09-021-1/+15
| | | | | This info is used by the debugger interface, and by the qmlInfo() stream.
* qdoc: Corrected some qdoc warnings.Martin Smith2009-04-291-11/+13
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-1/+1
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+97