| Commit message (Expand) | Author | Age | Files | Lines |
* | doc improvements | Bea Lam | 2010-07-06 | 7 | -30/+83 |
|
|
* | docs - fix doc links, minor improvements | Bea Lam | 2010-07-02 | 1 | -14/+24 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-07-02 | 9 | -29/+38 |
|\ |
|
| * | Fix TextInput text getting improperly clipped | Joona Petrell | 2010-07-02 | 2 | -19/+28 |
|
|
| * | fix doc links | Bea Lam | 2010-07-02 | 7 | -8/+9 |
|
|
| * | Fix docs to link to the new QML Viewer page instead of the Runtime page | Bea Lam | 2010-07-02 | 1 | -2/+1 |
|
|
* | | Make autotests work with qreal == float (in addition to double). | Warwick Allison | 2010-07-02 | 3 | -4/+4 |
|
|
* | | Don't accept *files* that exist when *directory* is required. | Warwick Allison | 2010-07-02 | 1 | -2/+4 |
|/ |
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integration | Qt Continuous Integration System | 2010-07-01 | 7 | -24/+74 |
|\ |
|
| * | Updated WebKit to cd3aee284bddf4ff9d26f3bcaa7c33d478e81e10 | Simon Hausmann | 2010-07-01 | 7 | -24/+74 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-07-01 | 3 | -8/+11 |
|\ \
| |/
|/| |
|
| * | QSslSocket::systemCaCertificates(): have one common case for all Unices | Peter Hartmann | 2010-07-01 | 1 | -7/+4 |
|
|
| * | Fixed QX11EmbedContainer. | Denis Dzyubenko | 2010-07-01 | 1 | -0/+1 |
|
|
| * | Improved a bit detection of a touch screen on Windows. | Denis Dzyubenko | 2010-07-01 | 1 | -1/+6 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-07-01 | 53 | -252/+1057 |
|\ \ |
|
| * | | Updated Symbian def files with new EGL exports. | Samuel Rødal | 2010-07-01 | 2 | -0/+4 |
|
|
| * | | Added another missing EGL stub. | Samuel Rødal | 2010-07-01 | 1 | -0/+8 |
|
|
| * | | Fixed compilation on Symbian. | Samuel Rødal | 2010-07-01 | 1 | -2/+2 |
|
|
| * | | Added missing EGL stub function. | Samuel Rødal | 2010-07-01 | 1 | -0/+9 |
|
|
| * | | Got rid of unused variable compiler warning. | Samuel Rødal | 2010-07-01 | 1 | -1/+1 |
|
|
| * | | QGLWindowSurface support for partial updates via EGL_NOK_swap_region2 | Michael Dominic K | 2010-07-01 | 4 | -2/+41 |
|
|
| * | | Adding func prototypes for EGL_NOK_swap_region2 extension. | Michael Dominic K | 2010-07-01 | 3 | -0/+46 |
|
|
| * | | Check for EGLSurface leak only when paint device is a QGLWidget. | Michael Dominic K | 2010-07-01 | 1 | -9/+12 |
|
|
| * | | Fixed bug in drawTiledPixmap when width of pixmap matches target rect. | Samuel Rødal | 2010-07-01 | 1 | -1/+2 |
|
|
| * | | Update def files for symbian | Olivier Goffart | 2010-07-01 | 3 | -0/+68 |
|
|
| * | | Improved performance of 16 bit memrotates using NEON instructions. | Samuel Rødal | 2010-07-01 | 7 | -22/+310 |
|
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-07-01 | 43 | -218/+557 |
| |\ \
| | |/
| |/| |
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-30 | 43 | -218/+557 |
| | |\ |
|
| | | * | Use built-in iconv on Solaris if available | Pierre Rossi | 2010-06-30 | 1 | -0/+4 |
|
|
| | | * | Export various symbols needed to make a custom GL graphicssystem. | Michael Dominic K | 2010-06-30 | 4 | -3/+5 |
|
|
| | | * | Moc: fix compilation when templated types with multiple arguments are used. | Olivier Goffart | 2010-06-30 | 1 | -4/+7 |
|
|
| | | * | Fixes the documentation of QGraphicsEffect::update(). | Yoann Lopes | 2010-06-30 | 1 | -6/+3 |
|
|
| | | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Gunnar Sletta | 2010-06-30 | 467 | -13704/+9686 |
| | | |\ |
|
| | | | * | Avoid calling time.elapsed() twice in abstract animation | Leonardo Sobral Cunha | 2010-06-30 | 2 | -3/+4 |
|
|
| | | | * | Adds slowdownFactor to UnifiedTimer in abstract animation | Leonardo Sobral Cunha | 2010-06-30 | 2 | -4/+16 |
|
|
| | | | * | Add the conversion in-place for QPixmap::fromImageReader() on raster. | Benjamin Poulain | 2010-06-30 | 2 | -0/+12 |
|
|
| | | | * | Add QPixmap::fromImageReader() to decode arbitrary images in place. | Benjamin Poulain | 2010-06-30 | 4 | -1/+35 |
|
|
| | | | * | Fixed a crash in menubar with invisible actions | Thierry Bastian | 2010-06-30 | 1 | -1/+1 |
|
|
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-30 | 33 | -183/+455 |
| | | | |\ |
|
| | | | | * | Fixed ARM .def files. | Rohan McGovern | 2010-06-30 | 1 | -0/+5 |
|
|
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-29 | 32 | -183/+450 |
| | | | | |\ |
|
| | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-29 | 32 | -183/+450 |
| | | | | | |\ |
|
| | | | | | | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Geir Vattekar | 2010-06-29 | 300 | -10185/+6602 |
| | | | | | | |\ |
|
| | | | | | | | * | Made -graphicssystem trace work with Qt::TextBypassShaping flag. | Samuel Rødal | 2010-06-29 | 3 | -4/+4 |
|
|
| | | | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-29 | 28 | -176/+443 |
| | | | | | | | |\ |
|
| | | | | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-28 | 28 | -176/+443 |
| | | | | | | | | |\ |
|
| | | | | | | | | | * | Fix an assertion in comp_func_SourceOver_sse2() if const_alpha == 0 | Benjamin Poulain | 2010-06-28 | 1 | -1/+1 |
|
|
| | | | | | | | | | * | New variant of ::createPixmapData with origin for QGraphicsSystem. | Michael Dominic K | 2010-06-28 | 3 | -1/+6 |
|
|
| | | | | | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-27 | 25 | -175/+437 |
| | | | | | | | | | |\ |
|
| | | | | | | | | | | * | EGL plane levels are the same as all other GL backends. | Trond Kjernåsen | 2010-06-25 | 1 | -1/+1 |
|
|