summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* normalize structure of plugandpaint exampleOswald Buddenhagen2016-05-0324-103/+104
* automate the installation of some more example source filesOswald Buddenhagen2016-05-031-0/+5
* QOpenGLCustomShaderStage - fix a memory leakTimur Pocheptsov2016-05-032-0/+4
* Change some QNX defaultsJames McDonnell2016-05-031-0/+2
* Workaround Windows DLL unload issue with threads runningThiago Macieira2016-05-021-0/+35
* tst_QTcpSocket, tst_QUdpSocket: Improve diagnostics.Friedemann Kleint2016-05-024-31/+65
* support directories in COPIESOswald Buddenhagen2016-05-021-4/+20
* add some missing filename expandos to extra compilersOswald Buddenhagen2016-05-022-2/+10
* ensure that QMAKE_FILE_{IN,OUT}_BASE are quotedOswald Buddenhagen2016-05-021-2/+2
* remove redundant OTHER_FILES assignmentsOswald Buddenhagen2016-05-024-7/+0
* QNativeSocketEngine: fix build in debug mode under WindowsAlex Trotsenko2016-05-021-7/+9
* iOS: Report correct physicalSize and physicalDotsPerInch for iPhone6+Tor Arne Vestbø2016-05-022-7/+22
* Fix underline position on Liberation MonoAllan Sandfeld Jensen2016-05-021-3/+6
* Fix QFile::copy() on WinRT.John Preston2016-05-021-2/+3
* QWindowsPipeWriter: Fix developer build with MinGW.Friedemann Kleint2016-05-021-1/+1
* xcb: Fix drag and drop to Emacs.Urs Fleisch2016-05-021-2/+2
* Fix UB (data race) in Q_GLOBAL_STATICMarc Mutz2016-05-011-1/+1
* QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-3011-73/+185
* Remove the use of QMutexPool in QHostInfo and QDnsLookupThiago Macieira2016-04-303-32/+16
* Remove the use of QMutexPool from QtDBus loading of libdbus-1Thiago Macieira2016-04-301-2/+3
* Don't store the pthread_t thread ID twice in QThreadThiago Macieira2016-04-303-22/+18
* Fix scroll regression near scroll-view endsAllan Sandfeld Jensen2016-04-292-2/+54
* don't apply warning options to host buildsOswald Buddenhagen2016-04-291-0/+4
* tst_QMdiArea::subWindowActivated2(): Add activateWindow().Friedemann Kleint2016-04-291-0/+1
* Possible crash in QMakeSourceFileInfoJesus Fernandez2016-04-291-30/+40
* Unchecked return value in QMakeProjectJesus Fernandez2016-04-291-4/+2
* Autotest: fix the QTimeZone::tzTest failure when database contains LMTThiago Macieira2016-04-292-8/+12
* Make it clear that QObject::tr() falls back to QString::fromUtf8()Sérgio Martins2016-04-281-3/+3
* qstyle: Make image description match the image.Sérgio Martins2016-04-281-2/+2
* Add missing indentationAllan Sandfeld Jensen2016-04-281-16/+16
* QPdf: Force miter limit into valid rangeKai Pastor2016-04-284-1/+94
* Unhide QObject::parent() from QFileSystemModel and QIdentityProxyModelAlexander Volkov2016-04-282-0/+2
* QtDBus: finish all pending call with error if disconnectedWeng Xuetian2016-04-286-6/+64
* winrt: Refactor pointer device handling to support penMaurice Kalinowski2016-04-281-30/+37
* winrt: Fix memory leak for file readingMaurice Kalinowski2016-04-281-3/+9
* tst_compiler: Expand the attribute testThiago Macieira2016-04-281-5/+85
* Disable DirectFB automatic detection and mark it deprecatedThiago Macieira2016-04-281-3/+3
* Fix clang developer build due to -Winconsistent-missing-overrideSérgio Martins2016-04-281-8/+7
* Use C++11 alignas() for Q_DECL_ALIGN, if possibleThiago Macieira2016-04-281-0/+5
* Fix QArrayData::allocate() to guard against integer overflowsThiago Macieira2016-04-281-3/+10
* make use of COPIESOswald Buddenhagen2016-04-271-17/+2
* add support for copying arbitrary filesOswald Buddenhagen2016-04-272-1/+42
* Fix clipping of wave underline decoration on certain fontsAllan Sandfeld Jensen2016-04-271-5/+7
* Micro optimization to QFontconfigDatabaseKonstantin Ritt2016-04-271-12/+12
* Get rid of requiresOpenType() helperKonstantin Ritt2016-04-271-14/+7
* Query FC_CAPABILITY once per patternKonstantin Ritt2016-04-271-2/+3
* Check for required capability only when FC_CAPABILITY is availableKonstantin Ritt2016-04-271-1/+1
* Fix a small logic error in qmake bootstrap compiler flagsLars Knoll2016-04-271-1/+1
* QFileDialog: Fix single-click activationPalo Kisa2016-04-271-1/+1
* QCocoaMenu: Have the menu delegate return the right amount of itemsGabriel de Dietrich2016-04-271-1/+1