summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Symbain crash fix for QPixmap->QImage conversion.Alessandro Portale2009-10-051-1/+6
| * Fix QTextEdit pageUp/Down key handling in read-only modemae2009-10-051-21/+28
| * Fix QPlainTextEdit pageUp/Down key handling in read-only modemae2009-10-051-22/+29
| * OpenSSL wrapping: compile when configured with -openssl-linkedPeter Hartmann2009-10-053-8/+2
| * move doc next to implementationOswald Buddenhagen2009-10-051-23/+20
| * Fix a compilation warning on Mac OS XBenjamin Poulain2009-10-051-1/+4
| * Added qtextcodec_p.h to the project file.Denis Dzyubenko2009-10-051-0/+1
| * Fixed inheritence of whitespace mode in QtSvg.Kim Motoyoshi Kalland2009-10-051-9/+5
| * Fixed bug in X11 paint engine causing source pixmap depth to change.Samuel Rødal2009-10-051-0/+1
| * Fixed a crash in menus on Symbian.axis2009-10-053-16/+19
| * Added some comments.axis2009-10-051-1/+1
| * Fixed indentation.axis2009-10-051-3/+3
| * Moved non-public functions out of public header file.axis2009-10-052-8/+5
| * Updated JavaScriptCore from /home/khansen/dev/qtwebkit to jsc-for-qtscript-4....Kent Hansen2009-10-053-33/+2
| * Fix QKeySequence::DeleteEndOfWord and QKeySequence::DeleteStartOfWordmae2009-10-051-2/+4
| * Stopped using bitfields for S60 and Symbian versions.axis2009-10-051-8/+8
| * QAbstractItemView: Make sure the view is updated when a delegate is set.Olivier Goffart2009-10-051-1/+3
| * Fixed pixeldust in translucent toplevel proxy widgets on MacGunnar Sletta2009-10-051-2/+3
| * Updated JavaScriptCore from /home/khansen/dev/qtwebkit to jsc-for-qtscript-4....Kent Hansen2009-10-0551-495/+1347
| * Fix whatsThis breakage when using custom style sheet fontJens Bache-Wiig2009-09-141-1/+1
| * Update self-signed certificate for Symbian, since the old one expiredIain2009-10-051-8/+10
| * Improved performance in raster window surface for 16-bit displays.Samuel Rødal2009-10-051-2/+5
| * Made X11 pixmap backend's fromImage() check for Qt::NoOpaqueDetection.Samuel Rødal2009-10-051-2/+9
| * Update systemclip based on the correct parametersGunnar Sletta2009-10-051-1/+1
| * Made X11 QPixmap backend return proper pixmap in alphaChannel().Samuel Rødal2009-10-051-2/+5
| * Fix uninitialized read in QFormLayoutPrivate::setupVerticalLayoutData()Andreas Kling2009-10-051-1/+1
| * QPropertyAnimation now uses QMetaObject::metacall instead of qt_metacallThierry Bastian2009-10-051-2/+2
| * Added operator== for QDBusArgument.Andre Moreira Magalhaes (andrunko)2009-10-051-0/+3
| * Changed Qt package name in pkg and generated sis files for Symbian.Janne Anttila2009-10-051-6/+6
| * fix creation of qws directory when app start preceeds qvfbJeremy Katz2009-10-052-1/+2
| * Doc fix.Alexis Menard2009-10-051-0/+30
| * Tooltip: reusing tooltips sometimes goes wrongRichard Moe Gustavsen2009-10-051-1/+1
| * Make QEventTransition works with QGraphicsObject.Alexis Menard2009-10-053-8/+11
| * Disable etched text on rich text labelsJens Bache-Wiig2009-10-051-2/+4
| * Compile on Visual Studio 2003Eskil Abrahamsen Blomfeldt2009-10-051-1/+1
| * Make it possible to implement engine-specific drop shadow filtersRhys Weatherley2009-10-053-30/+27
| * Consistently use QGLShareContextScope for context switchingRhys Weatherley2009-10-054-63/+45
| * Merge QGLContextReference into QGLContextGroupRhys Weatherley2009-10-042-73/+62
| * Move QGLContextResource management into QGLContextGroupRhys Weatherley2009-10-042-94/+37
| * Add unit tests for QGLContextResourceRhys Weatherley2009-10-041-1/+1
| * Adding comments.Alessandro Portale2009-10-031-0/+9
| * Doc: Document HTML and status as properties.Volker Hilsheimer2009-10-031-5/+7
| * Doc: silence qdoc warnings in S60 specific documentation.Volker Hilsheimer2009-10-032-3/+4
| * Doc: silence more qdoc warnings.Volker Hilsheimer2009-10-035-17/+10
| * Doc: add \since 4.6 to new QGraphicsItem::PanelModality enum.Volker Hilsheimer2009-10-031-0/+1
* | Fix crash related to audio equalizer.Frans Englich2009-10-062-17/+14
|/
* Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-0223-293/+925
|\
| * Changed implementation of qDrawBorderPixmap() to use qDrawPixmaps().Kim Motoyoshi Kalland2009-10-026-240/+262
| * Added support for drawing a pixmap multiple times in one call.Kim Motoyoshi Kalland2009-10-029-48/+292
| * Added qFastSin() and qFastCos() functions.Kim Motoyoshi Kalland2009-10-023-2/+333