summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improved detection of libcrypto and libssl.Niels Weber2012-04-261-12/+51
* 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
* Symbian: fix symbian deffilesPasi Pentikainen2012-04-264-5/+8
* Fix QThread start failure due to bad thread name on SymbianJuha Kukkonen2012-04-261-1/+10
* Integrate Blackberry Platform Services (BPS) with Qt event loop.Jeff Kehres2012-04-255-7/+388
* Windows - "bypass proxy for local..." also affects IP addressesShane Kearns2012-04-251-2/+19
* QSqlQueryModel::fetchMore() documentation fixMark Brand2012-04-241-1/+1
* Do not force OpenGL sample buffers on in the qnx qpa pluginSean Harmer2012-04-241-1/+0
* QHttpNetworkConnectionChannel: Warn if bytesAvailable and no replyMartin Petersson2012-04-231-3/+4
* Fix IPv6 address returned from QUrl::hostShane Kearns2012-04-231-5/+4
* Update QSettings and Mac OS X documentation with App Store informationPasi Matilainen2012-04-231-0/+21
* Finish cleaning up com.trolltech -> org.qtproject in QtDBusThiago Macieira2012-04-205-10/+20
* Moved qmljs_debug_arguments to QCoreApplicationRafael Roquetto2012-04-205-23/+47
* Reduce virtual address space use by JavaScriptCore on SymbianMurray Read2012-04-204-40/+88
* Fix for memory leak in 64 bit ODBC driver's call to SQLGetStmtAttr()Yan Shapochnik2012-04-201-1/+2
* Fix build with QT_NO_WARNING_OUTPUTAndy Shaw2012-04-193-3/+7
* Fixed networkproxy build under WinCEBjoern Breitmeyer2012-04-192-0/+89
* directfb: Use QPlatformPixmap::fromFile for Qt resourcesHolger Hans Peter Freyther2012-04-191-8/+2
* Bump Qt version to 4.8.2aksalova2012-04-183-4/+4
* Symbian: absent changed exports in symbian def-filesPasi Pentikainen2012-04-182-2/+2
* Symbian: absent changed exports in symbian def-filesPasi Pentikainen2012-04-181-227/+227
* widgets/qpa: Fix painting to a fully transparent top level widgetHolger Hans Peter Freyther2012-04-161-5/+13
* Fix symbol visibility warnings when building uic3Andy Shaw2012-04-161-0/+1
* Refactor navigator event handlingKevin Krammer2012-04-167-207/+348
* Fix out of bounds use of QVector API.Stephen Kelly2012-04-142-6/+7
* Fix crashes in QAccessibleTree::navigateFrederik Gladhorn2012-04-131-1/+7
* Accessible interface for QPlainTextEditJosé Millán Soto2012-04-133-8/+83
* Use parentheses in statement with && and ||.Frederik Gladhorn2012-04-131-1/+1
* Only send progress bar updates when visible.Frederik Gladhorn2012-04-131-1/+2
* Add new QSysInfo::symbianVersion() enumsPasi Pentikainen2012-04-132-3/+13
* Symbian: avoid crash when inline editing is canceledRiikka Inkila2012-04-131-3/+4
* Fix handling for key repeat events in the QPA linux input pluginReuben Dowle2012-04-131-1/+1
* Fix possible crash issue when testing the state of a QAccessibleMenuItemYan Shapochnik2012-04-131-2/+2
* Fixes crashes and memory leak in QMacPixmapDataAndreas Loew2012-04-131-13/+44
* Fixed crash in QImage in out of memory conditionAndreas Loew2012-04-131-0/+4
* gcc 4.7.0 compatibility fix for javascriptMark Brand2012-04-122-2/+2
* Upgrading libpng: Patches to libpng 1.5.10 for Qt usageaavit2012-04-126-11/+39
* Upgrading libpng: Adding clean copy of libpng 1.5.10aavit2012-04-1242-23675/+3990
* Fix initial size of QMainWindow with unified title and toolbar on MacAndy Shaw2012-04-121-1/+1
* Ensure that the IME composition is handled correctly on MacAndy Shaw2012-04-123-5/+13
* Fix memory leak when drawing text in non-common scriptEskil Abrahamsen Blomfeldt2012-04-121-3/+10
* Widget created with type to Qt::ToolTip should have a drop shadowKatja2012-04-121-1/+1
* Accessibility: send cursor move updates.Frederik Gladhorn2012-04-121-0/+5
* Do not send QEvent::AccessibilityPrepare.Frederik Gladhorn2012-04-121-3/+0
* Fixes a regression; missing cursor blink when input mask is set.Andreas Aardal Hanssen2012-04-121-1/+2
* QWS: Add support for HomeLocation and TempLocationBhooshan Supe2012-04-111-0/+5
* Use QPointer to store accessible object.Frederik Gladhorn2012-04-112-86/+98
* Fix compilation when QT_NO_CURSOR is definedRomain Pokrzywka2012-04-102-0/+7
* Find libssl on linux using paths of loaded librariesShane Kearns2012-04-101-0/+26