summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOSIan Dean2012-09-1818-40/+40
* QNX: Enable support for hardware buttons in QPA pluginSean Harmer2012-09-175-4/+321
* QNX: Add some optional debug output to event dispatcherSean Harmer2012-09-171-0/+19
* Fix crash when invalidating a QSortFilterProxyModelStephen Kelly2012-09-141-6/+22
* Delete JS-owned QML objects right away in the engine dtor.Thomas McGuire2012-09-148-23/+57
* Fix MinGW-w64 compilationJonathan Liu2012-09-141-1/+1
* Fix regression in QTextDocument::toHtml() with font pixel sizeEskil Abrahamsen Blomfeldt2012-09-131-0/+1
* qpa: improve DirectFB performanceJulien Brianceau2012-09-131-0/+4
* QNX: Do not initially commit all memory used in RegisterFileThomas McGuire2012-09-132-4/+39
* Fix realpath() call to older POSIX platformsRafael Roquetto2012-09-121-8/+13
* Fixed crash in blackberry platform plugin shutdownBernd Weimer2012-09-121-3/+3
* qpa: extend drawPixmap capabilitiesJulien Brianceau2012-09-124-43/+105
* Ensure that QApplication is cleaned up after itself on MacAndy Shaw2012-09-123-0/+13
* Ensure child items are updated even if the parent item has no contentAndy Shaw2012-09-121-1/+2
* qpa: add non-opaque fill supportJulien Brianceau2012-09-125-25/+120
* Prevent a crash when a merged action is removedAndy Shaw2012-09-111-0/+10
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-072-10/+13
* Fix calculation of logical child index for row headers.Tilman Sauerbeck2012-09-071-1/+1
* Symbian: fix symbian QtCore deffile (for QObjectPrivate)Pasi Pentikainen2012-09-071-0/+2
* Symbian: fix symbian QtCore deffiles (for QUrl::detach)Pasi Pentikainen2012-09-072-0/+3
* Symbian: Handle Qt input hints for email and url editorsJaakko Helanti2012-09-071-8/+4
* Revert "Speed up QTextEngine::resolveAdditionalFormats"v4.8.3Eskil Abrahamsen Blomfeldt2012-09-071-65/+2
* Allow compilation on OS X 10.5Sean Harmer2012-09-051-4/+5
* Optimize QTextEngine::findItem by using a binary search.Milian Wolff2012-09-051-5/+12
* QWizard/Win: Fix vista helper cache state invalidationJonathan Liu2012-09-051-1/+2
* qpa: incorrect rendering when stretching and clippingJulien Brianceau2012-09-031-5/+17
* QWizard/Win: Fix incorrect cached state after all wizards destroyedJonathan Liu2012-09-032-1/+5
* Fix limitting shortcuts to keypad onlyJani Honkonen2012-08-311-2/+7
* Speed up QTextEngine::setBoundaryOlivier Goffart2012-08-311-6/+14
* Speed up QTextEngine::resolveAdditionalFormatsOlivier Goffart2012-08-311-2/+65
* Make connectNotify() work with QMLThomas McGuire2012-08-3112-34/+254
* Windows: Fix Drag and drop in Designer.Friedemann Kleint2012-08-311-3/+14
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-311-2/+6
* documentation: grammar nitpickMark Brand2012-08-311-3/+3
* Backport fix screen event-registration failure.James Turner2012-08-311-0/+13
* Fixes possible memory leak in QContiguousCacheFabian Bumberger2012-08-301-2/+4
* Display QThread name for debugging.Sean Harmer2012-08-301-0/+30
* Implementation of the BlackBerry Bearer engineBenoit Dumas2012-08-305-0/+644
* Blackberry: Fix QFileSystemEngine::tempPath()Thomas McGuire2012-08-301-2/+5
* QGLGlyphCache: Fix texture buffer overrunJonathan Liu2012-08-271-9/+7
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-271-1/+1
* Take account of hidden items in QListView when using scrollTo.Stephen Kelly2012-08-271-3/+9
* Fix patch to WebKit git repoSimon Hausmann2012-08-251-1/+1
* Parse yearless date strings on leap years during LIST in QFtpPhilip Van Hoof2012-08-231-2/+35
* QUrl: fix thread safety.David Faure2012-08-232-49/+181
* Fix a QListViewItem width when spacing is setJani Honkonen2012-08-231-1/+1
* Remove warning about non existing paint device engineTitta Heikkala2012-08-231-25/+27
* Make QStatusBar text available via accessibility.Tilman Sauerbeck2012-08-233-1/+16
* uikit: update screen geometry correctly for interface orientationEike Ziller2012-08-231-7/+6
* uikit: Fix missing point to pixel conversionsEike Ziller2012-08-231-6/+6