summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Reduce warnings at shutdownAaron Kennedy2010-04-145-2/+30
* Image with PreserveAspect enabled with either width or height defined should ...Joona Petrell2010-04-141-0/+6
* Reduce warnings at shutdownAaron Kennedy2010-04-145-9/+10
* Fix QT_NO_DESKTOPSERVICESTasuku Suzuki2010-04-141-2/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alexis Menard2010-04-145-5/+16
|\
| * Compiled bindings should not print warnings where normal bindings don'tAaron Kennedy2010-04-141-3/+1
| * Include qvariant.h as a convenience as context propertiesBea Lam2010-04-141-0/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-1410-73/+357
| |\
| | * Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-1/+1
| * | Doc: more mention of using QUrl::fromLocalFile() for URLs on local filesystemMartin Jones2010-04-142-1/+13
* | | Merge branch '4.7' into reviews/2361Alexis Menard2010-04-1498-1225/+2580
|\ \ \ | | |/ | |/|
| * | Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-149-72/+356
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-141-1/+1
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-142-6/+6
| | |\
| | * | Don't warn on signals emitted after the context has been destroyedAaron Kennedy2010-04-141-1/+1
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-142-6/+6
| |\ \ \ | | | |/ | | |/|
| | * | Doc fix.Michael Brasser2010-04-142-6/+6
| | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-143-6/+11
| |\ \ | | |/
| | * emit onMovementStarted/Ended/Changed on wheel eventsMartin Jones2010-04-141-0/+4
| | * Complete item creation after its initial properties have been initialized.Martin Jones2010-04-141-2/+2
| | * Don't crash when columns == 0Martin Jones2010-04-141-4/+5
| * | Give better error messages on plugin load failures.Warwick Allison2010-04-142-15/+31
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-132-6/+1
| |\
| | * Remove warning on ASCII castThiago Macieira2010-04-131-1/+1
| | * Fix compilation on Solaris, AIX and HP-UX.Thiago Macieira2010-04-131-5/+0
| * | Ensure view position is correct for highlight range modes that have a static ...Martin Jones2010-04-132-6/+2
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-135-8/+12
| |\
| | * Struct -> class because class is better.Alexis Menard2010-04-133-3/+4
| | * Move effect property where it should be.Alexis Menard2010-04-131-1/+0
| | * Doc fixesBea Lam2010-04-131-4/+4
| | * Fix and test remote root component with qmldir-specified content.Warwick Allison2010-04-131-0/+4
| * | Improve efficiency of model dataChanged.Martin Jones2010-04-131-7/+8
| |/
| * doc fixesYann Bodson2010-04-121-5/+15
| * More error output for QML_IMPORT_TRACE=1mae2010-04-121-0/+9
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-121-0/+1
| |\
| | * Doc: update Rectangle smooth painting screenshot.Yann Bodson2010-04-121-0/+1
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-1287-1161/+2107
| |\ \ | | |/
| | * Move documentation code to snippet.Yann Bodson2010-04-121-41/+15
| | * Fix PathView crash.Michael Brasser2010-04-121-1/+1
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-124-5/+331
| | |\
| | | * Improve font value type documentation.Yann Bodson2010-04-123-5/+316
| | | * Doc fixesBea Lam2010-04-121-0/+15
| | * | Make bindings dump more usefulAaron Kennedy2010-04-121-46/+69
| | |/
| | * Revert "Better reporting of extension plugin loading errors."Aaron Kennedy2010-04-121-23/+7
| | * CleanupAaron Kennedy2010-04-092-88/+95
| | * Disallow writes to read-only value type propertiesAaron Kennedy2010-04-091-0/+4
| | * Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-092-0/+6
| | * Add a Qt.isQtObject() methodAaron Kennedy2010-04-092-0/+10
| | * Fix crash in QML library importsAaron Kennedy2010-04-091-0/+1
| | * Remove QT_VERSION checks in QMLAaron Kennedy2010-04-098-56/+0