summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disconnect slots from the old sourcemodel in QIdentityProxyModelk.blammo@gmail.com2012-04-101-40/+40
* QNAM: close the channel if bytesAvailable and nothing piplinedMartin Petersson2012-04-101-8/+2
* Plug memory leak when gestures are grabbed but never triggeredAndy Shaw2012-04-101-93/+91
* Made qt_accStripAmp handle "&&"José Millán Soto2012-04-091-12/+28
* Fixes a problem with the proxy detection on WindowsThierry2012-04-051-2/+46
* Call wait() after calling quit() so that it can gracefully finishAndy Shaw2012-04-052-0/+3
* Fix signed/unsigned warnings (QWS)Sergey Gusarov2012-04-052-3/+3
* Fix clang warningSergey Gusarov2012-04-051-1/+1
* Use value of LANG if LC_TIME is empty.Thomas Sondergaard2012-04-041-0/+2
* Fix corelib build for WEC7.Janne Anttila2012-04-041-1/+3
* Move handling of rotation changes from event handler to screenKevin Krammer2012-04-045-20/+25
* Updated WebKit to 9c745c625c6d1112cec51d742ecc8c041cc090d7Simon Hausmann2012-04-044-3/+15
* Add a native interface with the ability to query the window groupThomas McGuire2012-04-035-3/+168
* Add support for screen overlays / foreign windowsThomas McGuire2012-04-038-19/+112
* Make everything in QBBScreen non-staticThomas McGuire2012-04-036-110/+127
* Fix QTcpServer::listen() returning true when the port is in use on OS X.Robin Burchell2012-04-031-1/+7
* Fix a crash in cursorToX() when new block is addedJiang Jiang2012-04-031-0/+4
* Memory leak fix of sqlite driver when close failedHonglei Zhang2012-04-032-3/+12
* Fix platforms.pro scope to match all QNX platformsRafael Roquetto2012-04-021-1/+1
* Fix QFileSystemEngine::tempPath on Blackberry OSRafael Roquetto2012-04-011-0/+7
* Separate virtual keyboard interface and implementationKevin Krammer2012-04-0110-109/+252
* Fix regressions due to partial QSslSocket::peek fixShane Kearns2012-03-302-11/+32