summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-25814-22347/+51944
|\
| * Fixed compile of scripttools with MSVC 2003.Rohan McGovern2009-06-131-0/+1
| * Fixed compile of Qt/Embedded.Rohan McGovern2009-06-131-2/+2
| * Fixed compile of QtGui with MSVC.Rohan McGovern2009-06-121-1/+1
| * refactor some script debugger internalsKent Hansen2009-06-127-148/+363
| * Improved resetting the DESKTOP_STARTUP_ID envvar on X11Denis Dzyubenko2009-06-122-6/+23
| * Fixed bitmap drawing in GL 2 engine when not using GL pixmap backend.Samuel Rødal2009-06-123-4/+8
| * CompileJens Bache-Wiig2009-06-123-0/+559
| * make debugger console's auto-completion asynchronousKent Hansen2009-06-128-103/+196
| * Integrating QProxyStyleJens Bache-Wiig2009-06-1216-811/+871
| * QTransform::shear cut-off.Bjørn Erik Nilsen2009-06-121-0/+3
| * Speedup QGraphicsItemPrivate::TransformData::computedFullTransformBjørn Erik Nilsen2009-06-122-10/+33
| * Fixed off-by-one color bug in GL 2 paint engine.Samuel Rødal2009-06-121-5/+5
| * make debugger's tooltip handling asynchronousKent Hansen2009-06-128-56/+110
| * fix bugs in the completion+tooltip providersKent Hansen2009-06-122-3/+2
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBjørn Erik Nilsen2009-06-1215-37/+223
| |\
| | * Fixed incorrect rendering of bitmap/pattern brushes in GL 2 engine.Samuel Rødal2009-06-126-9/+57
| | * Made QPixmap autotest pass with -graphicssystem openglSamuel Rødal2009-06-124-15/+82
| | * QHttp: Class made obsolete, changed module QDoc.Markus Goetz2009-06-121-3/+5
| | * doc: Fixed several qdoc warnings.Martin Smith2009-06-124-10/+79
| * | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-1225-59/+200
| |\ \ | | |/ | |/|
| | * QGraphicsItem::setOpacity(0.0) does not trigger an update of child itemsLeonardo Sobral Cunha2009-06-121-1/+1
| | * Copy-paste didn't work for application on non-first screen in multiscreen setup.Denis Dzyubenko2009-06-112-8/+14
| | * Doc fix: add a link to focus() and focusWidget() from QWidget::setFocus docum...Denis Dzyubenko2009-06-111-2/+2
| | * Fixed the pen dash patterns for Mac.Trond Kjernåsen2009-06-111-10/+10
| | * fix "make debug" under windowsOswald Buddenhagen2009-06-111-1/+1
| | * Fixed a problem with disappearing borders in a QTextFrame.Trond Kjernåsen2009-06-111-18/+18
| | * Compilefix for QT_NO_TABLETEVENT and QT_NO_COMPLETERThomas Hartmann2009-06-102-2/+7
| | * QSslSocket: Wrong warning message in startServerEncryptionMarkus Goetz2009-06-101-1/+1
| | * Fix compile error on TigerRichard Moe Gustavsen2009-06-101-1/+2
| | * Make sure QImage::mirrored() doesn't crash if it runs out of memory.Trond Kjernåsen2009-06-101-0/+5
| | * Initialize xform_scale in constructorAnders Bakken2009-06-091-0/+1
| | * Skip empty parts in KDEDIRSJoão Abecasis2009-06-091-1/+1
| | * Make it possible to compile Qt 4.5 SSL support with OpenSSL 1.0.0Bernhard Rosenkraenzer2009-06-095-2/+59
| | * Make DirectFB compile with 0.9.22Anders Bakken2009-06-092-3/+8
| | * Make the directfb plugin compile against 0.9Anders Bakken2009-06-085-4/+40
| | * Fixed a validation problem in QSvgIOHandler::canRead().Trond Kjernåsen2009-06-081-5/+30
| | * Change order of functions in QInputDialog::getDouble()Markus Goetz2009-06-081-1/+1
| * | QMenu, QMenuBar: small cleanupThierry Bastian2009-06-127-20/+13
| * | QGraphicsItems are repainted when outside the view's exposed region.Bjørn Erik Nilsen2009-06-121-5/+6
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-5/+32
| * | add streaming ops for scriptdebugger object deltasKent Hansen2009-06-122-0/+22
| * | Fixed bug where QTransform::type() failed to compute the correct type.Samuel Rødal2009-06-121-5/+10
| * | Make repeated calls to QToolTip::hideText() still hide the textmae2009-06-121-8/+13
| * | Fixed clipping bugs in GL 2 paint engine.Samuel Rødal2009-06-121-6/+2
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-124-54/+109
| * | Allow a maximum of 6 simultaneous HTTP connections to a server.Prasanth Ullattil2009-06-122-18/+21
| * | refactor some codeThierry Bastian2009-06-121-31/+26
| * | Fixed clipping bug due to applying redirection offset twice.Samuel Rødal2009-06-121-1/+1
| * | Set qreal to float for Symbian.Martin Jones2009-06-121-1/+1