summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve type detection for query resultsAndy Shaw2012-03-121-4/+29
* Hang on to the correct screen index in QWidgetNick Ratelle2012-03-121-0/+1
* Support changing locales at runtime in QPA plugins.Nick Ratelle2012-03-126-4/+64
* Fixes mismatching delete operatorRafael Roquetto2012-03-111-1/+1
* Fixed wrong iconv_open call under QNXRafael Roquetto2012-03-111-1/+1
* Windows - handle both auto detect proxy settings togetherShane Kearns2012-03-091-7/+31
* Fix a number of bugs with windows system proxiesShane Kearns2012-03-091-6/+75
* Windows - fall back on static proxy config if autoproxy failsShane Kearns2012-03-091-23/+17
* Windows - handle proxy autoconfiguration resulting in no proxyShane Kearns2012-03-091-0/+2
* Windows - fix proxy types for manually specified proxiesShane Kearns2012-03-091-8/+15
* Windows - fix QWindowsSystemProxy global static raceShane Kearns2012-03-091-1/+1
* BlackBerry Plugin: support 8 mouse buttons, instead of just 3.Kevin Krammer2012-03-091-3/+10
* Use QSocketNotifier instead of sleeping in an endless loopKevin Krammer2012-03-092-35/+51
* Fixes codecs.pri to reflect new QNX mkspec nameRafael Roquetto2012-03-091-1/+1
* Fix platforms.pro to match new qnx mkspec nameRafael Roquetto2012-03-091-1/+1
* Enable storage of global Qt settings in app-local settings file on MacPasi Matilainen2012-03-082-2/+84
* Don't allow app panic on QProcess destruction, kill or terminateMurray Read2012-03-081-4/+12
* Windows - fix getsockopt calls for narrower than int optionsShane Kearns2012-03-071-2/+6
* Fix error handling in QHostInfo windows backendShane Kearns2012-03-071-10/+18
* Prevent stack corruption when using OpenGL Core Profile on WindowsSean Harmer2012-03-071-1/+1
* qpa: Don't force event handling every secondEike Ziller2012-03-071-1/+2
* Improving clipboard integrationKevin Krammer2012-03-072-44/+157
* Add egl include paths and link lines to eglfs.Girish Ramakrishnan2012-03-071-0/+11
* Correcting fixed native orientation translation for touch pointsMurray Read2012-03-072-10/+13
* React to changes of focus widgetKevin Krammer2012-03-052-0/+15
* Bump Qt version to 4.8.1Girish Ramakrishnan2012-03-053-4/+4
* Fixed missing parenthesesRobert Loehning2012-03-051-1/+1
* Harfbuzz-shaper - fix incorrect logClusters being set in HB_OpenTypePositionJohn Tapsell2012-03-041-13/+35