Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | Switched S60 QDesktopServices implementation to CDocumentHandler based. | Janne Anttila | 2009-12-04 | 1 | -23/+49 | |
| | | * | | | | | | | Fixed "...QString::QString(const char *)... is deprecated" warning. | Janne Anttila | 2009-12-03 | 1 | -1/+1 | |
| | | * | | | | | | | Unnecessary symbian version checks in sqldrivers.pro | Jouni Hiltunen | 2009-12-03 | 1 | -3/+1 | |
| | | * | | | | | | | QS60Style: Always store changed theme palette | Sami Merilä | 2009-12-03 | 1 | -5/+4 | |
| | * | | | | | | | | Detect GL2 paint engine based on fragment shaders, not programs | Rhys Weatherley | 2009-12-07 | 2 | -3/+7 | |
| | * | | | | | | | | Automatically destroy VG pixmaps when the last window surface goes away | Rhys Weatherley | 2009-12-06 | 4 | -29/+169 | |
| | * | | | | | | | | Compressed texture binding for QtOpenGL: ETC1 and PVRTC | Rhys Weatherley | 2009-12-06 | 5 | -118/+461 | |
| | * | | | | | | | | Fix WA_TranslucentBackground for QGLWidgets on X11/EGL | Tom Cooksey | 2009-12-04 | 1 | -45/+73 | |
| | * | | | | | | | | Add EGL_BUFFER_SIZE to QEglProperties::reduceConfiguration() | Tom Cooksey | 2009-12-04 | 1 | -0/+9 | |
| | * | | | | | | | | Fixes problem with QMenu when it's populated on the aboutToShow | Pierre Rossi | 2009-12-04 | 4 | -31/+42 | |
| | * | | | | | | | | Merge commit 'origin/4.6' into 4.6 | Olivier Goffart | 2009-12-04 | 43 | -136/+464 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fixed OpenGL graphicssystem issues for OpenGL ES 2.0 platforms. | Samuel Rødal | 2009-12-04 | 3 | -14/+36 | |
| | * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Jan-Arve Sæther | 2009-12-04 | 2 | -2/+3 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Fix toolbar animation when restoring from expanded state | Thierry Bastian | 2009-12-04 | 2 | -2/+3 | |
| | * | | | | | | | | | | Made qobject.h "syncqt compliant". | Jan-Arve Sæther | 2009-12-04 | 1 | -3/+3 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | Merge branch 'win32-icc' into 4.6 | Jan-Arve Sæther | 2009-12-04 | 2 | -12/+4 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Make sure that QtGui links with QtCore for the win32-icc mkspec. | Jan-Arve Sæther | 2009-12-04 | 1 | -0/+4 | |
| | | * | | | | | | | | | Revert "Compile fix for win32-icc." | Jan-Arve Sæther | 2009-11-30 | 1 | -12/+0 | |
| | * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Jan-Arve Sæther | 2009-12-04 | 9 | -10/+24 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Fixes clipping bug in the embedded dialogs demo. | Yoann Lopes | 2009-12-04 | 1 | -1/+0 | |
| | | * | | | | | | | | | | Fix crash when QGraphicsItem destructor deletes other QGraphicsItem | Olivier Goffart | 2009-12-04 | 1 | -2/+2 | |
| | * | | | | | | | | | | | Merge branch 'fleury-ooo-sequential' into 4.6 | Jan-Arve Sæther | 2009-12-04 | 4 | -206/+438 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Made sure that we didn't reference dangling parallel anchors. | Jan-Arve Sæther | 2009-12-04 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | Rename the global limit to g_offset. | Jan-Arve Sæther | 2009-12-03 | 1 | -13/+13 | |
| | | * | | | | | | | | | | | Merge branch 'ooo-sequential' of git://gitorious.org/~fleury/qt/fleury-openbo... | Jan-Arve Sæther | 2009-12-01 | 4 | -206/+438 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | QGAL: Remove deprecated assert clauses | Eduardo M. Fleury | 2009-11-27 | 1 | -16/+0 | |
| | | | * | | | | | | | | | | | QGAL: Refactor solvePreferred to support min/maxPrefSize | Eduardo M. Fleury | 2009-11-27 | 1 | -24/+69 | |
| | | | * | | | | | | | | | | | QGAL: Add AnchorData::minPrefSize and maxPrefSize | Eduardo M. Fleury | 2009-11-27 | 3 | -46/+149 | |
| | | | * | | | | | | | | | | | QGAL: parallel anchors sometimes have to fix constraints | Caio Marcelo de Oliveira Filho | 2009-11-27 | 1 | -16/+35 | |
| | | | * | | | | | | | | | | | QGAL: move second child direction check to a function | Caio Marcelo de Oliveira Filho | 2009-11-27 | 2 | -12/+24 | |
| | | | * | | | | | | | | | | | QGAL: Use single arrow in "dumpGraph" | Eduardo M. Fleury | 2009-11-27 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | | QGAL: Enable out-of-order sequential simplification | Eduardo M. Fleury | 2009-11-27 | 1 | -46/+23 | |
| | | | * | | | | | | | | | | | QGAL: Support for out-of-order sequential anchors | Eduardo M. Fleury | 2009-11-27 | 1 | -6/+34 | |
| | | | * | | | | | | | | | | | QGAL: Do not revert negative anchors | Jesus Sanchez-Palencia | 2009-11-27 | 2 | -23/+4 | |
| | | | * | | | | | | | | | | | QGAL: Limit absolute size of anchors and add offset to calculation | Eduardo M. Fleury | 2009-11-27 | 2 | -12/+57 | |
| | | | * | | | | | | | | | | | QGAL: Rename internalSizeHints to applySizePolicy | Eduardo M. Fleury | 2009-11-27 | 1 | -10/+15 | |
| | | | * | | | | | | | | | | | QGAL: Fix memory management issues (leak + invalid read) | Eduardo M. Fleury | 2009-11-27 | 2 | -6/+27 | |
| | | | * | | | | | | | | | | | QGAL: Prevent internal anchors from being exposed by QGAL::anchor() | Eduardo M. Fleury | 2009-11-27 | 1 | -2/+14 | |
| | | | * | | | | | | | | | | | QGAL: default spacing can be unset using a negative value | Eduardo M. Fleury | 2009-11-27 | 1 | -21/+2 | |
| * | | | | | | | | | | | | | | Fixed (unstable) tst_QTimeLine::currentTime test failure | Rohan McGovern | 2009-12-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Fix cleanup hooks error. | Sarah Smith | 2009-12-08 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | Proper fix for QTBUG-6421 | Bill King | 2009-12-07 | 2 | -5/+17 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge remote branch 'staging/4.6' into 4.6 | Oswald Buddenhagen | 2009-12-07 | 1 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Fix cursor positiong after block undo and redo | mae | 2009-12-04 | 1 | -2/+10 | |
* | | | | | | | | | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Rhys Weatherley | 2009-12-06 | 2 | -6/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Replace glColor4ub() calls with glColor4f() | Rhys Weatherley | 2009-12-06 | 2 | -6/+2 | |
| * | | | | | | | | | | | | | Fix crash in QVector::reserve when reserving smaller size on a shared vector | Olivier Goffart | 2009-12-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Fixed a potential crash in QDockWidget | Thierry Bastian | 2009-12-01 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | make signal handlers understand QVariant again | Kent Hansen | 2009-11-30 | 1 | -3/+18 | |
| * | | | | | | | | | | | | | Fixed a crash in the GL engine when trying to draw invalid pixmaps. | Trond Kjernåsen | 2009-11-26 | 1 | -1/+1 | |