summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve font value type documentation.Yann Bodson2010-04-123-5/+316
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-04-1218-517/+1128
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-1299-1258/+1733
| |\
| | * Fix crash on QScriptProgram destructionAaron Kennedy2010-04-121-0/+4
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-1017-517/+1124
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-1017-517/+1124
| | |\ \
| | | * | Fix build error in QtGui armv5 udebShane Kearns2010-04-091-1/+1
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Janne Koskinen2010-04-08520-6258/+14888
| | | |\ \
| | | | * | Update Symbian def files for 4.7Shane Kearns2010-04-0713-510/+1109
| | | | * | Make encoding clearThomas Zander2010-04-071-2/+2
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-071-3/+9
| | | | |\ \
| | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-061-3/+9
| | | | | |\ \
| | | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-061-3/+9
| | | | | | |\ \
| | | | | | | * | Fix 'make sis' working on symbian makefile based system again.Thomas Zander2010-04-061-3/+9
| | | * | | | | | Clear QFontCache TLS content before nullifying TLS pointer.Janne Koskinen2010-04-081-1/+3
* | | | | | | | | Doc fixesBea Lam2010-04-121-0/+15
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Revert "Better reporting of extension plugin loading errors."Aaron Kennedy2010-04-121-23/+7
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-1098-1264/+1751
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | 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
| * | | | | | | List properties aren't read-onlyAaron Kennedy2010-04-091-1/+2
| * | | | | | | Small doc fix.Martin Jones2010-04-092-7/+7
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-093-1/+16
| |\ \ \ \ \ \ \
| | * | | | | | | Make sure WorkerScript thread is stopped on deletion. This also fixesBea Lam2010-04-091-0/+13
| | * | | | | | | Release ListModel's worker agent on deletion.Bea Lam2010-04-092-1/+3
| * | | | | | | | Enable other wrapping modes.Martin Jones2010-04-094-15/+18
| |/ / / / / / /
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-091-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | unwarnWarwick Allison2010-04-091-1/+1
| * | | | | | | | TextEdit::wrap changed to TextEdit::wrapMode enumerationMartin Jones2010-04-095-26/+57
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-0916-578/+54
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fix url resolution in PropertyChanges.Michael Brasser2010-04-093-9/+18
| | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-091-7/+23
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-0912-560/+100
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Better reporting of extension plugin loading errors.Warwick Allison2010-04-091-7/+23
| | * | | | | | | | | Use variant instead of var in QMLAaron Kennedy2010-04-093-21/+10
| | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Some cleanup in widgets module. Deletion of GraphicsObjectContainer.Alexis Menard2010-04-099-541/+3
| * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-093-19/+97
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Make the TextInput element nicer. It has scrolling.Alexis Menard2010-04-093-19/+97
| | |/ / / / / / /
| * | | | | | | | Ensure GridView content position is stable when moving items.Martin Jones2010-04-091-0/+2
| |/ / / / / / /
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-0829-173/+381
| |\ \ \ \ \ \ \
| | * | | | | | | Tune plugin import mechanismmae2010-04-083-35/+120
| | * | | | | | | Fix compile warningsmae2010-04-082-2/+2
| | * | | | | | | Enable setting the imports directory via qt.confKai Koehne2010-04-081-0/+4
| | * | | | | | | Don't crash when QML engine is deletedAaron Kennedy2010-04-081-3/+2
| | * | | | | | | Fix crash on null object assignmentAaron Kennedy2010-04-081-1/+2
| | * | | | | | | Make string -> int conversion consistent in bindingsAaron Kennedy2010-04-081-0/+4