summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlinfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-127/+0
| | | | QDeclarativeXXX.
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Have qmlInfo report the QML element name rather than C++ class name.Michael Brasser2009-12-181-3/+19
| | | | Task-number: QTBUG-5476
* small cleanupThierry Bastian2009-12-041-6/+6
| | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static
* fix includesOswald Buddenhagen2009-12-031-2/+4
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-1/+1
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
| | | | May help modularization (syncqt and configure are Qt-specific).
* 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