summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativestringconverters.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix QT_NO_DATESTRINGTasuku Suzuki2010-07-271-4/+4
| | | | | Merge-request: 730 Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
* Fix QT_NO_TEXTDATETasuku Suzuki2010-05-251-0/+4
|
* Make string -> int conversion consistent in bindingsAaron Kennedy2010-04-081-0/+4
| | | | QTBUG-9538
* Improve static assignment to QVariant's in the int and double caseAaron Kennedy2010-04-081-4/+0
|
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+276
QDeclarativeXXX.