summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Enable MT screen event handling on BlackberryRafael Roquetto2012-06-263-12/+38
* Item.mapFromItem() crashes with Items not created by the engine.Martin Jones2012-06-261-2/+4
* rewind macro in WinCE wrongly substituted.Martin Jones2012-06-261-0/+8
* Updated WebKit to 0b63152ae5d572c4a817a53210d8907f3dd11bd7Simon Hausmann2012-06-257-995/+1089
* Fix possible crash when copying QImage.Kim Motoyoshi Kalland2012-06-251-1/+1
* Fix infinite recursion while dragging toolbar of QMainWindow.Markku Heikkila2012-06-251-2/+3
* Updated WebKit to 2dea2a19feedc165596b933fe9509ddd0caf4d15Simon Hausmann2012-06-2512-277/+29
* Ensure that Proxy-Connection: Keep-Alive is respected for HTTP 1.0Andy Shaw2012-06-241-1/+2
* qtdbus: Export org.freedesktop.DBus.Peer interface when introspectedDaniele E. Domenichelli2012-06-221-0/+9
* Enable building with older SHAPE extension, or -no-xshape (QTBUG-24653, QTBUG...Daniel Richard G2012-06-221-0/+6
* Removing potential crashes from out-of-thread cleanup on SymbianMurray Read2012-06-214-8/+48
* Restored native behavior when moving cursor from selectionRobert Loehning2012-06-201-0/+8
* Mac: Fix rendering of non-int sized fonts.Eike Ziller2012-06-192-17/+24
* Drag and drop icon does not update correctly on Windows.Markku Heikkila2012-06-192-3/+2
* Avoid crash cancelling timer in wrong thread on terminateMurray Read2012-06-191-1/+1
* Performance fix for OpenGL drawingPauli Jarvinen2012-06-192-7/+0
* Fix qatomic inline asm for x32 ABI.Davide Pesavento2012-06-191-3/+3
* Fix virtual keyboard setHeight() for BlackberryPeter Hansen2012-06-192-2/+2
* Speedup for QAbstractItemViewPrivate::delegateForIndexABBAPOH2012-06-191-4/+11
* [Blackberry] Fix deletion of dangling pointersRafael Roquetto2012-06-191-1/+2
* AbstractItemView editorForIndex/indexForEditor speedupABBAPOH2012-06-151-1/+9
* QWizard/Win: Handle hit testing correctly for Vista styleJonathan Liu2012-06-151-37/+48
* UCD 5.0: Apply Unicode Corrigendum #6Konstantin Ritt2012-06-131-788/+789
* Symbian: disable OpenVG as default on Symbian emulator buildsPasi Pentikainen2012-06-131-1/+1
* QWizard/Win: Drag window on Vista with only left mouse buttonJonathan Liu2012-06-091-1/+1
* Fix QFile append on windowsShane Kearns2012-06-092-2/+10
* Mac: Remove "unsupported" warning for 10.8Morten Sorvig2012-06-081-1/+4
* Add Blackberry path for SSL certificatesNicolas Arnaud-Cormos2012-06-071-0/+1
* Mark the testSslOption method as introduced from Qt 4.8Laszlo Papp2012-06-071-0/+2
* QDeclarativeTextInput sends delayed mouse events to input contextLauri Malmi2012-06-071-3/+13
* QNAM - maintain a weak reference to the QNetworkSessionShane Kearns2012-06-064-31/+49
* Track active network replies without qFindChildrenShane Kearns2012-06-062-1/+7
* Windows: Fix uic3 autotest.Friedemann Kleint2012-06-021-2/+4
* Fix dangling pointer issue in QGraphicsItem focus handlingPauli Jarvinen2012-06-011-6/+6
* Eliminate QTreeWidget drag crashJiewen Wang2012-05-311-1/+1
* QStatusBar::showMessage will always take new timeoutJiewen Wang2012-05-311-2/+0
* DirectFB: Improvement for QDirectFBPaintEngine::fill()Marcel Schuette2012-05-301-12/+9
* Propagate left key presses to the parent item when TextInput is empty.Marcel Schuette2012-05-301-1/+1
* Updated HID drivers for INTEGRITYKalle Viironen2012-05-302-178/+298
* Fix crash when using aliases and variantsNicolas Arnaud-Cormos2012-05-251-1/+1
* Fix bug when destruction fields in QWizardCarl Schumann2012-05-251-0/+13
* Add OS version detection for windows 8Andreas Holzammer2012-05-242-0/+6
* Include scope ids in QHostAddress from QNetworkInterfaceShane Kearns2012-05-242-3/+17
* Properly handle unexpected EOF in QHttpThreadDelegateShane Kearns2012-05-241-6/+9
* Fix sending UDP packets to link local addressesShane Kearns2012-05-242-18/+27
* Fix local variable is initialized but not referenced warningNicolas Arnaud-Cormos2012-05-231-6/+7
* QRegExp: fix crashGiuseppe D'Angelo2012-05-231-0/+2
* QNetwork: fix compilation with no opensslMartin Petersson2012-05-221-1/+1
* Symbian: inputcontext reports pointer events to FEP during inline editLauri Malmi2012-05-213-5/+35
* QNetworkAccessManager: Read all from socket on remote host closeMartin Petersson2012-05-211-0/+26