summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes: Extreme amount of pixel buffers created in embeddeddialogs demo.Samuel Rødal2009-04-012-3/+12
* Fixes: Make raster engine perform better on 0-opacity drawingGunnar Sletta2009-04-012-7/+19
* Fixes: Introduce mode transfer functions in the GL 2 paint engine.Samuel Rødal2009-04-012-53/+94
* Fixes: Enable use of the GL pixmap backend in the GL 2 paint engine.Samuel Rødal2009-04-014-8/+20
* Fixes: GL 2 paint engine text rendering optimization.Samuel Rødal2009-04-014-57/+52
* Fixes: Improve text rendering in GL 2 paint engine.Samuel Rødal2009-04-011-2/+2
* Get rid of warning introduced in the last commit.Samuel Rødal2009-04-011-1/+1
* Fixes: Move QGLDrawable into qgl_p.h so that we can use it in the GL 2 pai...Samuel Rødal2009-04-014-185/+193
* Merge branch 'gl2text' of ..\qt-mainKim Motoyoshi Kalland2009-04-0111-31/+207
* Fixed a compile issue on WindowsJens Bache-Wiig2009-03-301-1/+1
* Provide a previousInFocusChain for consistancyOlivier Goffart2009-03-302-0/+15
* Merge branch '4.5'Thiago Macieira2009-03-2728-286/+510
|\
| * Make use of a thread-specific variable in qFlagLocation.Thiago Macieira2009-03-271-2/+18
| * Add the parameter to the function call.Thiago Macieira2009-03-271-2/+2
| * Remove unnecessary debug message.Thiago Macieira2009-03-271-1/+0
| * Fix crashes in D-Bus due to race conditions.Thiago Macieira2009-03-272-5/+8
| * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-03-275-8/+67
| * Fix Qt3Support compileBradley T. Hughes2009-03-271-0/+1
| * QDesktopWidget::resized wasn't emitted properly on X11.Denis Dzyubenko2009-03-271-6/+15
| * Crash in OpenGL paint engine when brush style is Qt::NoBrush.Samuel Rødal2009-03-271-0/+3
| * Small fix: initialise the global static isDebugging variable within theThiago Macieira2009-03-271-2/+1
| * Make QMutexPool actually be thread-safe (double-checked locking doesn'tThiago Macieira2009-03-272-13/+6
| * Major surface related fixAnders Bakken2009-03-276-217/+327
| * Fix background of QAbstractScrollArea when styled only with pseudo-classOlivier Goffart2009-03-271-1/+13
| * Fix very slow stroking of paths in X11 paint engine.Samuel Rødal2009-03-274-14/+24
| * Fix mismatch between stroke and fill of ellipses on X11.Samuel Rødal2009-03-271-7/+3
| * Fix QPixmap::fromImage() bug for monochrome images on Mac.Samuel Rødal2009-03-271-1/+1
| * don't include uic in non-gui configurationsOswald Buddenhagen2009-03-271-0/+1
| * optimizeOswald Buddenhagen2009-03-271-1/+1
| * remove pointless checkOswald Buddenhagen2009-03-271-2/+1
| * most definitely NOT \since 4.5Oswald Buddenhagen2009-03-271-2/+0
| * Creating a native window handle doesn't reset input context on X11.Denis Dzyubenko2009-03-271-1/+10
| * Creating an instance of the QDesktopWidget breaks clipboard on X11.Denis Dzyubenko2009-03-271-2/+9
* | Style QDial to look betterJens Bache-Wiig2009-03-279-110/+377
* | Clear QLineEdit selection when redoing a delete operation.jasplin2009-03-271-0/+2
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-03-266-3/+157
|\ \ | |/
| * Squashed commit of the following:David Boddie2009-03-261-0/+2
| * Squashed commit of the following:David Boddie2009-03-261-1/+6
| * Squashed commit of the following:David Boddie2009-03-261-1/+28
| * Fix a bug where lineedits in a second page of a stack widget would not get ke...Norwegian Rock Cat2009-03-263-1/+121
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-2617-26/+99
|\ \ | |/
| * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-03-266-3/+54
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Kavindra Devi Palaraja2009-03-261-1/+2
| |\
| | * Fix regression in qscriptvalue_cast (primitive-->complex type cast)Kent Hansen2009-03-261-1/+2
| * | Doc - added QHostInfo to QHostAddress' See Also line, as requested byKavindra Devi Palaraja2009-03-261-1/+1
| |/
| * Fix crash when accessing newly constructed QTextObjects.Benjamin Poulain2009-03-267-10/+26
| * Reduce the number of calls to QThread::idealThreadCount() in QtConcurrent.Morten Sørvig2009-03-261-4/+6
| * Fix regression where QMacStyle would only draw tabs w/QStyleOptionTabV3.Norwegian Rock Cat2009-03-261-7/+10
* | Merge branch '4.5'Rohan McGovern2009-03-263-6/+82
|\ \ | |/
| * alphaMask needs to be const, because first bytesPerLine() is called and then ...Alessandro Portale2009-03-251-1/+1