Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | Optimize Rectangle, Image, and Text creation. | Michael Brasser | 2010-03-08 | 9 | -24/+30 | |
| | * | | | | | Add PathView.isCurrentIndex and PathView.view attached properties | Martin Jones | 2010-03-08 | 5 | -76/+235 | |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-08 | 8 | -0/+93 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | Fixed declarative demos not being installed. | Rohan McGovern | 2010-03-08 | 8 | -0/+93 | |
| * | | | | | | Make compile following QDeclarativeMetaProperty renaming | Bea Lam | 2010-03-08 | 4 | -8/+8 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-08 | 324 | -13604/+27435 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-07 | 92 | -2420/+3396 | |
| | |\ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-05 | 92 | -2420/+3396 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-05 | 92 | -2420/+3396 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | optimize dynamic call-by-name away | mae | 2010-03-05 | 2 | -9/+15 | |
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-05 | 90 | -2411/+3381 | |
| | | | |\ \ \ \ | ||||||
| | | | | * | | | | Add support for QtScript connect/disconnect syntax in QML | Aaron Kennedy | 2010-03-05 | 13 | -0/+427 | |
| | | | | * | | | | Minor perf improvement when running QML script blocks | Aaron Kennedy | 2010-03-05 | 1 | -2/+3 | |
| | | | | * | | | | Fix qdeclarative{audio,video} tests. | Justin McPherson | 2010-03-05 | 4 | -14/+14 | |
* | | | | | | | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2010-03-07 | 169 | -2552/+5003 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Added missing tests to tests/auto/*.pro | Rohan McGovern | 2010-03-07 | 4 | -0/+20 | |
| * | | | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Rohan McGovern | 2010-03-06 | 169 | -2552/+4983 | |
| |\ \ \ \ \ \ \ \ |/ / / / / / / / / | ||||||
| * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-03-05 | 1 | -8/+24 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Compile with DirectFB version >= 1.2.0 && < 1.2.9 | Anders Bakken | 2010-03-05 | 1 | -1/+1 | |
| | * | | | | | | | | QDirectFBPaintEngine optimization | Anders Bakken | 2010-03-05 | 1 | -3/+4 | |
| | * | | | | | | | | Add some warnings when using DISABLE/WARN in DFB | Anders Bakken | 2010-03-05 | 1 | -4/+19 | |
| * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-03-05 | 15 | -51/+216 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-03-05 | 15 | -51/+216 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Fix build with Mesa 7.8's EGL implementatioon | Bernhard Rosenkraenzer | 2010-03-05 | 1 | -3/+3 | |
| | | * | | | | | | | | Reset the byte order in the iconv codec after using it. | Thiago Macieira | 2010-03-05 | 1 | -12/+29 | |
| | | * | | | | | | | | fix "using namespace" recursion crash | Oswald Buddenhagen | 2010-03-05 | 3 | -8/+104 | |
| | | * | | | | | | | | Fixed key mappings on X11 | Denis Dzyubenko | 2010-03-05 | 2 | -20/+20 | |
| | | * | | | | | | | | QDom: prevent infinite loop when cloning a DTD | Peter Hartmann | 2010-03-05 | 2 | -0/+26 | |
| | | * | | | | | | | | QPrintPreviewDialog number of pages is partially blocked from view in OSX | Carlos Manuel Duclos Vergara | 2010-03-05 | 1 | -0/+13 | |
| | | * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-03-05 | 5 | -8/+21 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ... | Simon Hausmann | 2010-03-05 | 5 | -8/+21 | |
| * | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-03-05 | 5 | -21/+141 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Compile fix for Windows Mobile and OpenGLES2 | ninerider | 2010-03-05 | 1 | -3/+1 | |
| | * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-03-05 | 4 | -18/+140 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | Wrong dirty region after row selection in right-to-left mode in QTableView | Gabriel de Dietrich | 2010-03-05 | 2 | -3/+37 | |
| | | * | | | | | | | | | Fixes: Mysql truncation of integer values + some autotest cleanup | Bill King | 2010-03-05 | 2 | -15/+103 | |
| * | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-03-05 | 8 | -24/+72 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Fix for QTBUG-6659 Parent window accepts pointer events wrongly | Jani Hautakangas | 2010-03-05 | 2 | -2/+7 | |
| | * | | | | | | | | | | If no IAP defined force IAP dialog | Aleksandar Sasha Babic | 2010-03-05 | 1 | -5/+11 | |
| | * | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6 | Sami Merila | 2010-03-05 | 2 | -0/+15 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Fix for QTBUG-8762 QApplication::setGraphicsSystem("raster") crashes. | Jani Hautakangas | 2010-03-05 | 1 | -0/+13 | |
| | | * | | | | | | | | | | Fixed crash at application exit when QProcess was used in Symbian | Miikka Heikkinen | 2010-03-05 | 1 | -0/+2 | |
| | * | | | | | | | | | | | QS60Style ignores widget palette when drawing highlighted widget text | Sami Merila | 2010-03-05 | 1 | -13/+35 | |
| | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6 | Sami Merila | 2010-03-05 | 156 | -2582/+4723 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Tab to space fixes to qdilaog.cpp | Janne Anttila | 2010-03-05 | 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-05 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fixed crash in Symbian when having empty QMenu in menubar. | Janne Anttila | 2010-03-05 | 1 | -0/+8 | |
| * | | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-03-05 | 4 | -11/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Update documentation with warning about setForwardOnly | Bill King | 2010-03-05 | 2 | -0/+6 | |
| | * | | | | | | | | | | | Make the star example recreate its path if the VG context is destroyed. | Rhys Weatherley | 2010-03-05 | 1 | -2/+3 | |