Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-09-28 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: src/gui/painting/qrasterizer.cpp src/network/access/qnetworkaccessmanager.cpp tests/auto/qpainter/tst_qpainter.cpp tools/assistant/tools/assistant/mainwindow.cpp | ||||
| * | Various declarative autotest additions. | Michael Brasser | 2010-09-23 | 1 | -1/+1 |
| | | |||||
* | | Add average frame timing to QDeclarativeView, ifdef'ed out. | Gunnar Sletta | 2010-09-08 | 1 | -0/+17 |
|/ | | | | Reviewed-by: Aaron Kennedy | ||||
* | Fixed spelling mistakes in documented functions, classes, etc. Part of ↵ | Jerome Pasion | 2010-07-29 | 1 | -2/+2 |
| | | | | QTBUG-11938 and QTBUG-10801 | ||||
* | Make rootContext and engine pointers in QDeclarativeView API const | Joona Petrell | 2010-07-22 | 1 | -9/+10 |
| | | | | | Task-number: QTBUG-12322 Reviewed-by: Aaron Kennedy | ||||
* | doc improvements | Bea Lam | 2010-07-06 | 1 | -22/+23 |
| | |||||
* | fix doc links | Bea Lam | 2010-07-02 | 1 | -1/+1 |
| | |||||
* | Fix drawing flicker on Qml Viewer startup | Joona Petrell | 2010-06-09 | 1 | -4/+16 |
| | | | | | Task-number: QTBUG-10251 and QTBUG-11156 Reviewed-by: Martin Jones | ||||
* | Rename QDeclarativeDebugTiming -> QDeclarativeDebugTrace | Aaron Kennedy | 2010-05-27 | 1 | -9/+9 |
| | |||||
* | Improve QML framerate debugging | Aaron Kennedy | 2010-05-27 | 1 | -47/+51 |
| | |||||
* | Replace QTime with QElapsedTimer | Aaron Kennedy | 2010-05-26 | 1 | -2/+2 |
| | |||||
* | QDeclarativeViewPrivate should subclass QGraphicsViewPrivate | Bea Lam | 2010-05-11 | 1 | -13/+32 |
| | | | | Task-number: QTBUG-10528 | ||||
* | Resize qmlruntime window to new dimensions when orientation changes | Joona Petrell | 2010-05-07 | 1 | -10/+6 |
| | | | | | Task-number: Reviewed-by: Warwick Allison | ||||
* | doc | Warwick Allison | 2010-04-20 | 1 | -0/+1 |
| | |||||
* | ResizeMode support for QGraphicsWidgets created with QDeclarativeView | Joona Petrell | 2010-04-16 | 1 | -87/+179 |
| | | | | | Task-number: QTBUG-8814 Reviewed-by: alexis | ||||
* | Class documentation fixes for declarative. | Michael Brasser | 2010-04-16 | 1 | -3/+3 |
| | |||||
* | Doc: more mention of using QUrl::fromLocalFile() for URLs on local filesystem | Martin Jones | 2010-04-14 | 1 | -1/+7 |
| | |||||
* | Fix viewer resizing on reload and File->open | Martin Jones | 2010-03-30 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-9325 | ||||
* | Remove total wrongness. | Warwick Allison | 2010-03-29 | 1 | -1/+0 |
| | | | | Base URL of engine is not what some people think it is. | ||||
* | Build Fix and port to new width and height properties | Alexis Menard | 2010-03-25 | 1 | -2/+2 |
| | | | | Reviewed-by:Martin Jones | ||||
* | Fix leak. | Michael Brasser | 2010-03-24 | 1 | -1/+2 |
| | |||||
* | Remove dead performance measurement code from QML | Aaron Kennedy | 2010-03-22 | 1 | -12/+0 |
| | |||||
* | Fixes for the module import | mae | 2010-03-16 | 1 | -0/+1 |
| | | | | | | | | | The change makes import "url" also load plugins. We know must decide on the preferred coding style. Since native types must be registered with a unique uri, we now generate a stable uri from the plugin path and the import paths. This way we do not have to call registerTypes() multiple times. | ||||
* | Merge remote branch 'qt/4.7' into qml-4.7 | Qt Continuous Integration System | 2010-03-10 | 1 | -4/+15 |
|\ | | | | | | | | | Conflicts: src/declarative/util/qdeclarativestateoperations.cpp | ||||
| * | doc: Fixed some QML qdoc errors. | Martin Smith | 2010-03-05 | 1 | -4/+15 |
| | | |||||
* | | Make QDeclarativeItem NOTIFY signals canonical | Joona Petrell | 2010-03-09 | 1 | -2/+2 |
|/ | | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy | ||||
* | Set StrongFocus on QDeclarativeView so that elements can get focus. | Martin Jones | 2010-03-04 | 1 | -0/+2 |
| | | | | Task-number: QTBUG-8637 | ||||
* | Replace remaining QGuard usage with QDeclarativeGuard. | Michael Brasser | 2010-03-01 | 1 | -2/+3 |
| | |||||
* | Setting the same source again causes reload. | Martin Jones | 2010-03-01 | 1 | -4/+5 |
| | | | | Task-number: QTBUG-8623 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+570 |
QDeclarativeXXX. |