Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -127/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Have qmlInfo report the QML element name rather than C++ class name. | Michael Brasser | 2009-12-18 | 1 | -3/+19 |
| | | | | Task-number: QTBUG-5476 | ||||
* | small cleanup | Thierry Bastian | 2009-12-04 | 1 | -6/+6 |
| | | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static | ||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -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 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -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 Allison | 2009-12-01 | 1 | -1/+1 |
| | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | doc | Warwick Allison | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -1/+1 |
| | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | Return qmlInfo(obj) << syntax. | Warwick Allison | 2009-11-10 | 1 | -4/+11 |
| | | | | Fixes QTBUG-5480 | ||||
* | constness fix | Warwick Allison | 2009-11-09 | 1 | -2/+2 |
| | |||||
* | qmlinfo test | Aaron Kennedy | 2009-11-06 | 1 | -6/+6 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Minor fixes for qmlInfo. | Michael Brasser | 2009-10-14 | 1 | -2/+2 |
| | |||||
* | i18n | Warwick Allison | 2009-10-13 | 1 | -3/+7 |
| | |||||
* | More i18n | Warwick Allison | 2009-10-13 | 1 | -36/+17 |
| | |||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Do not crash in QmlInfo if debugging information is missing | Kai Koehne | 2009-09-15 | 1 | -1/+5 |
| | | | | | Properly initialize the members of QmlDeclarativeData, and check whether outerContext has been set in QmlInfo. | ||||
* | Save object creation line and column number | Aaron Kennedy | 2009-09-02 | 1 | -1/+15 |
| | | | | | This info is used by the debugger interface, and by the qmlInfo() stream. | ||||
* | qdoc: Corrected some qdoc warnings. | Martin Smith | 2009-04-29 | 1 | -11/+13 |
| | |||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+97 |