summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Make QtOpenGL link against EGL for OpenGL ESTom Cooksey2009-09-092-2/+10
| * Some unneeded semicolons lessAlessandro Portale2009-09-097-10/+10
| * Removed some superfluous semicolonsAlessandro Portale2009-09-0910-13/+13
| * Fixed a bug in the GL1 engine when using a QBrush(Qt::NoBrush) as a pen.Trond Kjernåsen2009-09-091-1/+1
| * Fix OpenGL ES 1.x after QGLPaintDevice refactorTom Cooksey2009-09-091-0/+7
| * Fix crash of QtScript on Mac OS XSimon Hausmann2009-09-091-2/+6
| * Added a standard copyright header to files generated by rcc.Martin Smith2009-09-091-0/+40
| * Add missing \since 4.6 in the QMargins documentationOlivier Goffart2009-09-091-0/+1
| * QMenubar could popup a menu when undocking a toolbarThierry Bastian2009-09-091-5/+6
| * Fix unresolved reference to q_sk_free with openssl 1.0Bernhard Rosenkraenzer2009-09-093-3/+10
| * Fix build with openssl 1.0.0 betasBernhard Rosenkraenzer2009-09-091-1/+2
| * Fix a possible crash when deleting the QMainWindow layoutThierry Bastian2009-09-091-1/+2
| * Unable to access file means QFile::PermissionsErrorJoão Abecasis2009-09-091-1/+1
| * Fixed all but one of the failures in the headers autotest.Martin Smith2009-09-091-1/+1
| * Getting text widget OOM tests working in Symbianmread2009-09-091-1/+1
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-096-18/+47
| |\
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-091-1/+2
| | |\
| | | * Fix crash in QtScript with exceptions.Simon Hausmann2009-09-091-1/+2
| | * | Made GL1 engine have proper y-rotation since qgldrawable refactorGunnar Sletta2009-09-092-10/+23
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-093423-14629/+15335
| | |\ \ | | | |/
| | | * Fix build breakage on Mac CarbonTom Cooksey2009-09-091-1/+1
| | | * Remove duplicate setFBO calls introduced by QGLPaintDevice mergeTom Cooksey2009-09-091-2/+0
| | * | Fixed y-inversion of pixmap drawing on gl graphics systemGunnar Sletta2009-09-095-12/+29
| * | | Resolved ordinals for Qt/4.6 added OpenSSL symbols for Symbian OS.Janne Anttila2009-09-091-0/+2
| | |/ | |/|
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-093411-14416/+14918
| |\ \
| | * | Fix the bactkrace in the QScript DebuggerOlivier Goffart2009-09-093-16/+16
| | * | Fix crash on QGraphicsItem destruction related to focus handling (redone)Kai Koehne2009-09-091-1/+3
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-093406-13541/+13570
| | |\ \
| | | * | Update license headers again.Jason McDonald2009-09-093406-13534/+13563
| | | * | Merge commit '4feb4019cfc144cef4cd9177d52e52dee9ebdf32' into 4.6Rohan McGovern2009-09-091-7/+7
| | | |\ \
| | | | * | Fixed bug in drawImage() when fall-back code path is used.Samuel Rødal2009-09-081-7/+7
| | * | | | Clean up shader programs properlyRhys Weatherley2009-09-094-191/+232
| | |/ / /
| | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-093-1/+4
| | |\ \ \
| | | * | | Fix windows implemetation of QLocalSocket to emit bytesWritten() signalabcd2009-09-093-1/+4
| | * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-091-6/+30
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix QDirectFBPixmapData::fromImageAnders Bakken2009-09-081-6/+30
| | * | | | Clean up the gradient cache in the right contextRhys Weatherley2009-09-091-0/+1
| | |/ / /
| | * | | Fix define in QDirectFBScreenAnders Bakken2009-09-081-1/+1
| | * | | memset DFBWindowDescription to 0Anders Bakken2009-09-081-0/+2
| | * | | Doc: A timeline's current value is not reset when the duration changes.David Boddie2009-09-081-0/+4
| | * | | Cleanup of QGLPaintDevice before it goes inTom Cooksey2009-09-089-430/+38
| | * | | Make QGLPixmapData work with the new QGLPaintDevice APITom Cooksey2009-09-087-85/+152
| | * | | Make QGLWindowSurface use new QGLPaintDevice APITom Cooksey2009-09-085-33/+65
| | * | | Move buffer clear out of the paint engine and into the QGLPaintDevicesTom Cooksey2009-09-086-63/+58
| | * | | Make QGLFramebufferObject work again using new QGLPaintDevice APITom Cooksey2009-09-0811-152/+257
| | * | | Make QGLPixelBuffer work again using new QGLPaintDevice APITom Cooksey2009-09-084-1/+29
| | * | | Replace QGLDrawable with a new QGLPaintDeviceTom Cooksey2009-09-0811-84/+483
| | * | | Fix crash when instantiating multiple QApplications on QWSPaul Olav Tvete2009-09-081-0/+7
| | * | | Take right bearing of glyphs into account when doing text layoutEskil Abrahamsen Blomfeldt2009-09-081-54/+101
| | * | | exception safety fix for QList::operator+= (const QList&)mread2009-09-081-7/+12