summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation errorJaakko Helanti2012-07-061-0/+2
* Enable smiley support for Symbian editorsMarko Kenttala2012-07-042-1/+22
* Avoid crash cancelling timer in wrong thread on terminateMurray Read2012-06-211-1/+1
* Symbian: shift package minor version to enable intermediate updatesPasi Pentikainen2012-06-201-2/+2
* Performance fix for OpenGL drawingPauli Jarvinen2012-06-202-7/+0
* Symbian: Fix cherry-pick merge-conflict failurePasi Pentikainen2012-06-151-1/+1
* Symbian: disable OpenVG as default on Symbian emulator buildsPasi Pentikainen2012-06-141-1/+1
* QDeclarativeTextInput sends delayed mouse events to input contextLauri Malmi2012-06-131-3/+13
* QNAM - maintain a weak reference to the QNetworkSessionShane Kearns2012-06-134-30/+48
* Track active network replies without qFindChildrenShane Kearns2012-06-132-1/+7
* Fix dangling pointer issue in QGraphicsItem focus handlingPauli Jarvinen2012-06-011-6/+6
* Symbian: inputcontext reports pointer events to FEP during inline editLauri Malmi2012-05-223-5/+35
* Clicking on a disabled ListView's delegate breaks mouse interactionPasi Pentikainen2012-05-141-1/+1
* Connect bearer engines to manager with QueuedConnectionShane Kearns2012-05-141-4/+8
* Use reference count to close down idle network sessionShane Kearns2012-05-101-4/+4
* Symbian: fix AlignedBlockAllocator initialization on emulatorPasi Pentikainen2012-05-101-1/+1
* Fix for clipped Vietnamese characters when typed with VKBMarko Kenttala2012-05-072-0/+109
* Fix Symbian key event code mapping in QSymbianControlRiikka Inkila2012-05-071-1/+1
* Add out-of-memory checks to QImagePauli Jarvinen2012-04-261-0/+11
* Off-by-one-line error in QVGPaintEngine::drawImageMurray Read2012-04-261-1/+1
* Fix QThread start failure due to bad thread name on SymbianJuha Kukkonen2012-04-261-1/+10
* Reduce virtual address space use by JavaScriptCore on SymbianMurray Read2012-04-244-40/+88
* Symbian: avoid crash when inline editing is canceledRiikka Inkila2012-04-161-3/+4
* Fix regressions due to partial QSslSocket::peek fixShane Kearns2012-04-032-11/+32
* Fix window focusing problem in SymbianPauli Jarvinen2012-04-031-1/+1
* QNam: try to read the last CRLF when chunked encoding is used.Martin Petersson2012-04-032-3/+21
* Give QThread threads better names on SymbianMurray Read2012-04-031-6/+17
* Symbian: Support for apps on previous symbian releaseSatyam Bandarapu2012-04-031-1/+14
* Fix performance problem with NTLM auth in http POSTShane Kearns2012-03-231-0/+2
* Symbian: drop OpenGL ES in non-supported hardwarePasi Pentikainen2012-03-231-0/+3
* Make QNX virtual keyboard handling main event loop drivenKevin Krammer2012-03-222-86/+90
* Use main thread event loop for navigator event processingKevin Krammer2012-03-225-71/+53
* Doc Fix- a QML MouseArea Elelment can accept 5 buttons.Rick Stockton2012-03-201-0/+2
* TGA imageformat: fix broken canRead plugin functionAlexander Anokhin2012-03-201-3/+5
* Fix bug in qsslsocket peek()Kalle Viironen2012-03-192-0/+38
* Cherry picking qt5 bugfix 437da962c2b486b1a1722aac003bfa00b93ac204 to qt4.Arnt Witteveen2012-03-191-8/+10
* Fixed MSVC2011 buildEugene Shcherbina2012-03-198-22/+20
* Fix QDeclarativeItem::hasActiveFocus().Andreas Aardal Hanssen2012-03-191-2/+5
* Removing Symbian fast allocator implementationMurray Read2012-03-1612-6467/+3
* Crash in Symbian text codec creation without CleanupStackMurray Read2012-03-151-1/+5
* Make sure QGlobalNetworkProxy is created for QNetworkProxy.Xizhi Zhu2012-03-151-0/+8
* Fixed compiler warnings about unused q and d pointers.Janne Anttila2012-03-152-2/+1
* WEC7 build fix - use ptrdiff_t from std namespace.Janne Anttila2012-03-141-1/+1
* Fixes potential memory leak in qtextcodec.cppNick Ratelle2012-03-141-17/+9
* Fix q_atomic_decrement for 64-bit SolarisSamuli Piippo2012-03-141-0/+2
* Harfbuzz-thai - fix buffer overflow when setting item attributesJohn Tapsell2012-03-141-2/+7
* Fix documentation errorShane Kearns2012-03-131-1/+0
* Optimise QFile::seek that doesn't move the file pointerShane Kearns2012-03-131-0/+3
* Harfbuzz GPOS hinting- do not consider a subtable to be invalid if it is just...John Tapsell2012-03-121-0/+3
* Removed invalid assert in BMP loader code.Kim Motoyoshi Kalland2012-03-121-2/+0