Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc | Aaron Kennedy | 2010-03-23 | 7 | -87/+111 |
* | Fix test (StoreScriptImported shifted enum values) | Warwick Allison | 2010-03-22 | 1 | -2/+11 |
* | Manual merge. | Warwick Allison | 2010-03-22 | 16 | -11/+95 |
* | Test imports with realistic paths (previously passed accidentally). | Warwick Allison | 2010-03-22 | 5 | -7/+15 |
* | Add Script removal to QmlChanges.txt | Martin Jones | 2010-03-22 | 1 | -0/+38 |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-22 | 99 | -1034/+890 |
|\ | |||||
| * | Use canonical form for headers | Kai Koehne | 2010-03-22 | 1 | -2/+2 |
| * | Remove exporting of QDeclarativeContext class symbols | Kai Koehne | 2010-03-22 | 1 | -1/+1 |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-22 | 98 | -1031/+887 |
| |\ | |||||
| | * | Remove non-existing header from pri file | Kai Koehne | 2010-03-22 | 1 | -2/+1 |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-22 | 98 | -1029/+886 |
| | |\ | |||||
| | | * | Fix Loader crash. | Michael Brasser | 2010-03-22 | 5 | -1/+63 |
| | | * | Compile in namespace | Aaron Kennedy | 2010-03-22 | 1 | -1/+1 |
| | | * | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 38 | -366/+521 |
| | | * | Update metaobjectbuilder version test. | Martin Jones | 2010-03-22 | 1 | -4/+4 |
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-22 | 28 | -568/+25 |
| | | |\ | |||||
| | | | * | Removed wrong parenthesis around property NOTIFY declaration | Leonardo Sobral Cunha | 2010-03-22 | 1 | -1/+1 |
| | | | * | Remove dead performance measurement code from QML | Aaron Kennedy | 2010-03-22 | 23 | -563/+2 |
| | | | * | Fix warning mentioned in the comments of QTBUG-9182. | Michael Brasser | 2010-03-22 | 1 | -3/+2 |
| | | | * | Fix test. | Michael Brasser | 2010-03-22 | 3 | -1/+20 |
| | | * | | Set role names for QFileSystemModel and QDirModel | Martin Jones | 2010-03-22 | 4 | -0/+70 |
| | | |/ | |||||
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-22 | 4 | -6/+13 |
| | | |\ | |||||
| | | | * | Fix qdeclarativeqt::createQmlObject autotest | Leonardo Sobral Cunha | 2010-03-22 | 2 | -6/+8 |
| | | | * | Fix qdeclarativetextedit::delegateLoading autotest | Leonardo Sobral Cunha | 2010-03-22 | 2 | -0/+5 |
| | | * | | Ensure positioner animations are triggered correctly | Martin Jones | 2010-03-22 | 1 | -18/+25 |
| | | * | | Add MiddleButton = MidButton to MouseButtons enum. | Martin Jones | 2010-03-22 | 2 | -1/+3 |
| | | |/ | |||||
| | | * | Fix Behavior documentation due to easing changes. | Martin Jones | 2010-03-21 | 1 | -1/+2 |
| | | * | Fix crash when calling createObject on a component with errors. | Michael Brasser | 2010-03-21 | 3 | -0/+22 |
| | | * | Initialize variable. | Michael Brasser | 2010-03-21 | 1 | -1/+1 |
| | | * | Produce an error when trying to create objects in a PropertyChanges. | Michael Brasser | 2010-03-21 | 3 | -0/+28 |
| | | * | Fix Flipable crash. | Michael Brasser | 2010-03-21 | 3 | -3/+23 |
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-21 | 15 | -60/+86 |
| | | |\ | |||||
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-21 | 15 | -60/+86 |
| | | | |\ | |||||
| | | | | * | Reduce amount of qmldir parsing | mae | 2010-03-19 | 4 | -34/+38 |
| | | | | * | Fix local type lookup | mae | 2010-03-19 | 10 | -17/+41 |
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-19 | 3 | -9/+7 |
| | | | | |\ | |||||
| | | | | | * | Initialize variable. | Martin Jones | 2010-03-19 | 1 | -1/+1 |
| | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-19 | 2 | -1/+4 |
| | | | | | |\ | |||||
| | | | | | * | | Setting stacking order from top to bottom seems to work better. | Martin Jones | 2010-03-19 | 1 | -8/+4 |
| | | | | | * | | Don't crash if an out of bounds model index is accessed. | Martin Jones | 2010-03-19 | 1 | -0/+2 |
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-03-22 | 5 | -63/+57 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Fix a problem with the selection losing items when layout is changed | Thierry Bastian | 2010-03-22 | 1 | -0/+4 |
| * | | | | | | | refactor connections/disconnections in QItemSelectionModel | Thierry Bastian | 2010-03-22 | 2 | -60/+26 |
| * | | | | | | | small little change to the initialization of item views | Thierry Bastian | 2010-03-22 | 1 | -3/+1 |
| * | | | | | | | disable copy of QPainterPathStroker as its not copiable. | Gunnar Sletta | 2010-03-22 | 1 | -0/+2 |
| * | | | | | | | Added warnings on non-created buffer in QGLBuffer | Gunnar Sletta | 2010-03-22 | 1 | -0/+24 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-03-22 | 2 | -10/+23 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fixed performance issues when falling back to raster for sub-pixmaps. | Samuel Rødal | 2010-03-22 | 1 | -2/+7 |
| * | | | | | | | Dragging headers in item views done right | Gabriel de Dietrich | 2010-03-22 | 1 | -8/+16 |
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-03-22 | 92 | -1512/+2957 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | |