Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Remove non-existing header from pri file | Kai Koehne | 2010-03-22 | 1 | -2/+1 | |
| | * | | | Fix Loader crash. | Michael Brasser | 2010-03-22 | 1 | -1/+10 | |
| | * | | | Compile in namespace | Aaron Kennedy | 2010-03-22 | 1 | -1/+1 | |
| | * | | | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 18 | -23/+349 | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-22 | 24 | -562/+5 | |
| | |\ \ \ | ||||||
| | | * | | | 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 | 22 | -558/+2 | |
| | | * | | | Fix warning mentioned in the comments of QTBUG-9182. | Michael Brasser | 2010-03-22 | 1 | -3/+2 | |
| | * | | | | Set role names for QFileSystemModel and QDirModel | Martin Jones | 2010-03-22 | 2 | -0/+13 | |
| | |/ / / | ||||||
| | * | | | 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 | 1 | -0/+2 | |
| | * | | | 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 | 1 | -0/+2 | |
| | * | | | Fix Flipable crash. | Michael Brasser | 2010-03-21 | 1 | -3/+4 | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-21 | 8 | -58/+69 | |
| | |\ \ \ | ||||||
| | | * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-21 | 8 | -58/+69 | |
| | | |\ \ \ | ||||||
| | | | * | | | Reduce amount of qmldir parsing | mae | 2010-03-19 | 4 | -34/+38 | |
| | | | * | | | Fix local type lookup | mae | 2010-03-19 | 3 | -15/+24 | |
| | | | * | | | 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 | 1 | -1/+1 | |
| | | | | |\ \ \ | ||||||
| | | | | * | | | | 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 | |
* | | | | | | | | | 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.6-s60' into 4.7-s60 | axis | 2010-03-22 | 76 | -1403/+2466 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Fixed updating the VKB display when inputting into QGraphicsWebView. | axis | 2010-03-22 | 3 | -0/+32 | |
| * | | | | | | QS60Style: All itemviews should indicate selection with tick mark | Sami Merila | 2010-03-22 | 1 | -3/+3 | |
| * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-03-22 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | QS60Style assert fails to detect an index failure | Sami Merila | 2010-03-22 | 1 | -1/+1 | |
| * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-03-20 | 1 | -1/+3 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-03-20 | 1 | -1/+3 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | QScriptClass-implemented constructors lead to application crash | Kent Hansen | 2010-03-19 | 1 | -1/+3 | |
| * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-03-19 | 3 | -39/+43 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Change fromSymbianRSgImage() to use the newer version of RSgImage | Jason Barron | 2010-03-19 | 2 | -37/+37 | |
| | * | | | | | | | Removed extra space from the command line passed to QProcess in Symbian | Miikka Heikkinen | 2010-03-19 | 1 | -2/+6 | |
| * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-03-19 | 19 | -94/+239 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-03-19 | 19 | -94/+239 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | fix QTabBar scroll button arrow position in Windows mobile style | Joerg Bornemann | 2010-03-19 | 1 | -2/+6 | |
| | | * | | | | | | | Revert "Optimize getting bearings of a glyph on Windows for true type fonts" | Olivier Goffart | 2010-03-19 | 6 | -59/+11 | |
| | | * | | | | | | | Better handling for NOTIFY in QGraphicsWidget regarding geometry changes | Alexis Menard | 2010-03-19 | 2 | -6/+4 | |
| | | * | | | | | | | Add NOTIFY to size property so QML bindings are working fine. | Alexis Menard | 2010-03-19 | 2 | -1/+5 | |