Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Qt.include() work for js files that have '.pragma library' | Bea Lam | 2010-05-18 | 5 | -0/+36 |
| | |||||
* | doc fix | Bea Lam | 2010-05-18 | 1 | -2/+2 |
| | |||||
* | Improve docs for Qt.quit() | Bea Lam | 2010-05-18 | 1 | -2/+3 |
| | |||||
* | Prevent assignment of values (string, number, bool) to signal handlers. | Michael Brasser | 2010-05-18 | 7 | -8/+10 |
| | | | | | Task-number: QTBUG-10764 Reviewed-by: Aaron Kennedy | ||||
* | Make sure strings are escaped when returned via asScript. | Michael Brasser | 2010-05-18 | 6 | -30/+75 |
| | | | | Makes 273024e58d90bb9b3a5da0161f884f1af22d75df more correct. | ||||
* | Documentation | Yann Bodson | 2010-05-18 | 5 | -8/+68 |
| | |||||
* | git ignore stuff | Warwick Allison | 2010-05-18 | 2 | -0/+2 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-18 | 28 | -42/+49 |
|\ | |||||
| * | Sometimes you own QNetworkReply, sometimes you don't. | Aaron Kennedy | 2010-05-18 | 1 | -1/+1 |
| | | | | | | | | God bless QNetworkAccessManager | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-18 | 25 | -37/+45 |
| |\ | |||||
| | * | Rename files; fix test. | Michael Brasser | 2010-05-18 | 4 | -3/+4 |
| | | | |||||
| | * | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 21 | -34/+41 |
| | | | | | | | | | | | | Also rearrange the parameter order to be more clear. | ||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-18 | 15 | -108/+179 |
| |\ \ | | |/ | |||||
| * | | Round correctly in binding optimizer | Aaron Kennedy | 2010-05-18 | 2 | -4/+3 |
| | | | | | | | | | | | | QTBUG-9538 | ||||
* | | | Test Qt.labs.folderlistmodel plugin | Warwick Allison | 2010-05-18 | 4 | -0/+136 |
| | | | |||||
* | | | Fix naming. | Warwick Allison | 2010-05-18 | 7 | -21/+6 |
| |/ |/| | |||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-18 | 3 | -33/+17 |
|\ \ | |||||
| * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-18 | 17 | -114/+1322 |
| |\ \ | |||||
| | * | | Photoviewer example fixes. | Yann Bodson | 2010-05-18 | 2 | -28/+16 |
| | |/ | |||||
| * | | Don't disable SmoothPixmapTransform in qDrawBorderPixmap() | Martin Jones | 2010-05-18 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverts part of ba8ff70b5ac7b68be57a4b63e439fd5a37c4aafa Drawing is far too ugly without SmoothPixmapTransform. Some glitches remain after this change, but they are due to a bug: QTBUG-10524 Task-number: QTBUG-5687 Reviewed-by: Aaron Kennedy | ||||
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-18 | 15 | -86/+1306 |
|\ \ \ | | |/ | |/| | |||||
| * | | Use QDeclarativeScriptString for ParentChange. | Michael Brasser | 2010-05-18 | 14 | -85/+1301 |
| | | | | | | | | | | | | | | | | | | | | | So that scope resolution is correct, e.g. "width: parent.width-10;" in a ParentChange works correctly. Task-number: QTBUG-10675 | ||||
| * | | Set raster + gl viewport as the default for OS X. | Michael Brasser | 2010-05-18 | 1 | -1/+5 |
| |/ | | | | | | | | | | | This setup seems to work around most rendering bugs and timing issues. Task-number: QTBUG-10544 | ||||
* | | Port from QListModelInterface to QAbstractListModel. | Warwick Allison | 2010-05-18 | 2 | -51/+44 |
| | | |||||
* | | Move stuff from QML viewer to plugins. | Warwick Allison | 2010-05-17 | 9 | -22/+95 |
| | | |||||
* | | doc | Warwick Allison | 2010-05-17 | 2 | -4/+24 |
| | | | | | | | | models from plugins | ||||
* | | Fix to work with file: URLs (eg. from qml -qmlbrowser) | Warwick Allison | 2010-05-17 | 1 | -0/+1 |
|/ | |||||
* | Move xmldata example into rssnews demo. | Yann Bodson | 2010-05-17 | 11 | -146/+218 |
| | |||||
* | Move Q_ENUMS to start of class declaration | Aaron Kennedy | 2010-05-17 | 2 | -3/+3 |
| | |||||
* | Restructure QDeclarativeAbstractBinding destructor | Aaron Kennedy | 2010-05-17 | 1 | -2/+4 |
| | |||||
* | Don't call pure virtual method in ~QDeclarativeAbstractBinding() | Aaron Kennedy | 2010-05-17 | 1 | -1/+1 |
| | |||||
* | Fix examples autotest when compiled without webkit or xmlpatterns | Bea Lam | 2010-05-17 | 1 | -2/+2 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-17 | 100 | -958/+2482 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-17 | 416 | -535/+980 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Focus should be applied to focus scopes all the way up the chain, not Add focus docs snippets Fix doc for status, add Image::onLoaded. Don't crash due to recursive positioning. ListModel::get() shouldn't print warnings for invalid indices since it Add \brief to TextInput Add missing .pro Restructure the examples. They are now organized into various graphicsWidgets doc example was previously removed Doc fix Add a "priority" property to Keys and KeyNavigation | ||||
| | * | Focus should be applied to focus scopes all the way up the chain, not | Bea Lam | 2010-05-17 | 2 | -6/+2 |
| | | | | | | | | | | | | just to the closest focus scope parent. | ||||
| | * | Add focus docs snippets | Bea Lam | 2010-05-17 | 2 | -22/+28 |
| | | | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-17 | 14 | -88/+432 |
| | |\ | |||||
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-17 | 401 | -429/+495 |
| | | |\ | |||||
| | | * | | Don't crash due to recursive positioning. | Martin Jones | 2010-05-17 | 3 | -27/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also extend positioner anchor check to include fill and centerIn. Task-number: QTBUG-10731 | ||||
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-16 | 306 | -3218/+6499 |
| | | |\ \ | |||||
| | | * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-14 | 6 | -16/+18 |
| | | |\ \ \ | |||||
| | | * | | | | Add a "priority" property to Keys and KeyNavigation | Martin Jones | 2010-05-14 | 9 | -46/+361 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows intercepting keys before or after normal item key processing. Task-number: QTBUG-10467 | ||||
| | * | | | | | Fix doc for status, add Image::onLoaded. | Warwick Allison | 2010-05-17 | 3 | -5/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statusChanged is NOT emitted for local files, nor should it be (they are loaded synchronously, so status is *initially* Ready). Add onLoaded signal that *is* emitted. Reviewed-by: Michael Brasser | ||||
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵ | Qt Continuous Integration System | 2010-05-17 | 44 | -590/+1020 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (24 commits) Empty commit to trigger a rebuild in the CI system Use case-insensitive comparison for the "data" scheme in URLs tst_bic: Fix building on Mac 64 Fix building of tst_QTcpSocket Autotest: some improvements to timeout testing of tst_QTcpSocket Revert "Optimized pixmapcache key generation for icons and styles" Revert "More improvements to pixmap cache key generation" More improvements to pixmap cache key generation More 4.7 stuff. Fix for autotest failure in qwidget::saveRestoreGeometry() Optimized pixmapcache key generation for icons and styles doc: Another upgrade of the top page and overviews. Mac: restoreGeometry() [Regression] Build failure on Mac Carbon doc: Added some \briefs to how-to docs. Some 4.7 changes. Updated changelog. Cherry pick fix for MOBILITY-932 from Qt Mobility. Cherry pick fix for MOBILITY-962 from Qt Mobility. Cherry pick fix for MOBILITY-828 from Qt Mobility. ... | ||||
| | * | | | | | | Empty commit to trigger a rebuild in the CI system | Thiago Macieira | 2010-05-16 | 0 | -0/+0 |
| | | | | | | | | |||||
| | * | | | | | | Use case-insensitive comparison for the "data" scheme in URLs | Thiago Macieira | 2010-05-15 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | tst_bic: Fix building on Mac 64 | Thiago Macieira | 2010-05-15 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Fix building of tst_QTcpSocket | Thiago Macieira | 2010-05-15 | 1 | -2/+2 |
| | | | | | | | | |||||
| | * | | | | | | Autotest: some improvements to timeout testing of tst_QTcpSocket | Thiago Macieira | 2010-05-15 | 1 | -4/+22 |
| | | | | | | | | |||||
| | * | | | | | | Revert "Optimized pixmapcache key generation for icons and styles" | Thiago Macieira | 2010-05-15 | 3 | -48/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b8f1d7fd87985375a373ca85052c475241822b03. |