summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QUrlQuery: use erase and std::remove_if with QListAnton Kudryavtsev2016-05-041-8/+8
* iOS: Add text selection support from the platform pluginRichard Moe Gustavsen2016-05-044-2/+1065
* iOS: set StyleHint::StartDragTime to 300Richard Moe Gustavsen2016-05-041-0/+2
* QScoped(Array)Pointer: canonicalize swappingMarc Mutz2016-05-041-11/+9
* QtNetwork: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-05-0417-25/+46
* Support color font rendering for freetype engineJian Liang2016-05-035-128/+289
* Fix plugin name for eglfs' GBM backendLaszlo Agocs2016-05-031-1/+1
* Tune fast-exit for signal activation for QML.Erik Verbruggen2016-05-032-11/+20
* Fix MinGW 5.3.0 build of ANGLEOliver Wolff2016-05-022-4/+9
* Add Qt::ImInputItemClipRectangle support to widgetsJan Arve Saether2016-05-023-2/+15
* Add QInputMethod::inputItemClipRectangle()Jan Arve Saether2016-05-022-0/+18
* Add ImInputItemClipRectangleJan Arve Saether2016-05-022-0/+4
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-0259-229/+662
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-2959-229/+662
| |\
| | * 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
| | * testlib: added env QTEST_FUNCTION_TIMEOUT for single test function timeoutLiang Qi2016-04-271-1/+14
| | * QSslSocket: remove unused variable in q_X509Callback()Marc Mutz2016-04-261-1/+0
| | * QString: Fix UBs (signed overflow) in hashed string searchMarc Mutz2016-04-261-6/+8
| | * Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-2610-14/+33
| | * tst_QWidget/XCB: Use bottom/right corner of screen as safe cursor position.Friedemann Kleint2016-04-261-7/+15
| | * Windows QPA/High DPI: Scale accessibility coordinates.Friedemann Kleint2016-04-262-4/+9
| | * Tablet device_information manual test: show wheel events receivedShawn Rutledge2016-04-262-1/+8