summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-12-1433-101/+252
|\
| * Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-12-1456-811/+865
| |\
| * | OpenVG .def file updates.Rohan McGovern2009-12-142-2/+47
| * | Merge commit '9aa60dfdf5b4837b9ceb15d8fcbc96f37dce7b5a' of Oslo-Staging-1 int...Simon Hausmann2009-12-1320-23/+58
| |\ \
| | * | Check if the timeout expired during the time update in qt_safe_selectThiago Macieira2009-12-111-2/+3
| | * | Fix crashes when deleting QWidgets and QGraphicsItems in touch event handlers.Bradley T. Hughes2009-12-112-5/+29
| | * | Document QTextEncoder::fromUnicode as QT3 support memberAnders Ahlen2009-12-111-1/+1
| | * | Install private headers when configuring Qt with -developer-build.Rohan McGovern2009-12-111-0/+6
| | * | Ensure that QProcessEnvironment::operator== doesn't crashThiago Macieira2009-12-101-1/+2
| | * | Fix compilation if QT_NO_DATESTRING is defined.Thiago Macieira2009-12-101-0/+3
| | * | Fix compilation: private headers must be #included with ""Thiago Macieira2009-12-1012-13/+13
| | * | Use realpath() only on systems we know it works on.Denis Dzyubenko2009-12-091-1/+1
| * | | Fix translation context for qsTr.Michael Brasser2009-12-101-3/+4
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Bill King2009-12-0950-617/+1514
| |\ \ \ | | |/ /
| | * | Merge commit 'origin/4.6' into 4.6-upstreamBradley T. Hughes2009-12-098-68/+126
| | |\ \
| | | * | Mixed up top/bottomRobert Griebl2009-12-091-1/+1
| | | * | Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-082-6/+2
| | | |\ \
| | | | * | Fixed uninitialized background artifacts in QWidget::render.Donald Carr2009-12-081-1/+1
| | | | * | Fixed searching and copy/paste from PDF documents.axis2009-12-081-1/+1
| | | * | | QGtkStyle: support for the inner-border property in GtkButtonsRobert Griebl2009-12-083-0/+20
| | | * | | Compile with -no-exceptions on Mac.Morten Johan Sørvig2009-12-081-2/+16
| | | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Morten Johan Sørvig2009-12-0884-616/+1195
| | | |\ \ \
| | | | * | | Compile on Windows CE.Bradley T. Hughes2009-12-081-0/+13
| | | | * | | Add support for the Selected QIcon::Mode when rendering the systray icon (Mac)Jono Cole2009-12-071-0/+28
| | | | * | | Cannot drag scrollbars in a QPlainTextEdit on Cocoa.Prasanth Ullattil2009-12-071-66/+46
| | | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Morten Johan Sørvig2009-12-023-14/+9
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Morten Johan Sørvig2009-12-01138-1278/+1859
| | | |\ \ \ \ \
| | | * | | | | | Doc: Document QSystemTrayIcon::showMessage() Mac behavior.Morten Johan Sørvig2009-11-201-0/+3
| * | | | | | | | Proper fix for QTBUG-6421Bill King2009-12-072-5/+17
* | | | | | | | | Fix QMetaObject::connect and disconnect with "dynamic signals"Olivier Goffart2009-12-142-20/+24
* | | | | | | | | Optimized blur / drop shadow effects for the GL 2 paint engine.Samuel Rødal2009-12-148-614/+237
* | | | | | | | | Fixed bug in graphics effects caching of graphics item hierarchies.Samuel Rødal2009-12-141-2/+9
* | | | | | | | | Added InvalidateReason to invalidateCache to optimize effectsSamuel Rødal2009-12-143-6/+22
* | | | | | | | | Fixed bug in QGraphicsPixmapItem shortcut for graphics effects.Samuel Rødal2009-12-141-1/+4
* | | | | | | | | Optimize QGraphicsItemEffectSourcePrivate::pixmap() for QGraphicsPixmapItems.Samuel Rødal2009-12-141-7/+11
* | | | | | | | | Improved raster blur implementation.Samuel Rødal2009-12-141-59/+299
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Determine QPrinterInfo's supportedPaperSizes on demand.David Faure2009-12-141-21/+29
* | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-141-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix warning in public headerOlivier Goffart2009-12-141-2/+2
* | | | | | | | | Added vg to the performance section of the QPainter docsGunnar Sletta2009-12-141-0/+6
|/ / / / / / / /
* | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-147-13/+81
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixes cursor blinking in the QComboBox when it becomes editable while having ...Olivier Goffart2009-12-111-0/+10
| * | | | | | | | Itemviews: we needed to call ensurePolishedwhen asking for sizehintsThierry Bastian2009-12-112-0/+5
| * | | | | | | | Fixes Graphicsitem transformation problems when grouping/ungrouping.Yoann Lopes2009-12-111-2/+44
| * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Jan-Arve Sæther2009-12-113-4/+88
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fixed invalid read in QCache::unlink after recent change.Samuel Rødal2009-12-111-1/+2
| * | | | | | | | | Add a simple check for a common wrong usage to avoid infinite recursionJan-Arve Sæther2009-12-112-10/+20
* | | | | | | | | | Fixed spelling in docsGunnar Sletta2009-12-141-6/+6
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-1172-1058/+1109
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixed qgraphicseffectsource autotest.Samuel Rødal2009-12-111-3/+8
| |/ / / / / / / /