summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check if socketEngine is set before accessing it.Fredrik de Vibe2016-03-042-1/+23
* Use local result metric instead of global result metric.Milian Wolff2016-03-031-1/+1
* Optimize QMetaObject::activate.Milian Wolff2016-03-031-19/+30
* Enable support for ref-cycles perf counter in QtTestLib.Milian Wolff2016-03-033-4/+13
* QtOpenGL/plugins/platformsupport: use new QRegion::begin()/end() instead of r...Marc Mutz2016-03-0221-91/+61
* QtWidgets: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-03-0210-54/+33
* Fix QTextEdit/QQuickTextEdit undo bug - Part #2Dan Cape2016-03-022-6/+20
* QAbstractSocket::flush(): remove manual polymorphismAlex Trotsenko2016-03-015-20/+21
* Report correct font underline position on OS XEskil Abrahamsen Blomfeldt2016-03-012-0/+8
* Use correct underline thickness on OS XEskil Abrahamsen Blomfeldt2016-03-012-0/+10
* Use correct decoration for fallback font enginesEskil Abrahamsen Blomfeldt2016-03-011-2/+6
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-03-0194-307/+885
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-0194-307/+885
| |\
| | * SSSE3 optimized store of 24-bit formatsAllan Sandfeld Jensen2016-02-294-14/+93
| | * Remove lib/fonts symlinking from configureLaszlo Agocs2016-02-291-8/+0
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-2937-170/+456
| | |\
| | | * Track target widget when wheel events are receivedGabriel de Dietrich2016-02-299-24/+74
| | | * Update QMAKE_LIB in win32-g++ mkspecBoris Pek2016-02-271-1/+1
| | | * tst_QDialog::snapToDefaultButton(): Do not check on exact cursor position unl...Friedemann Kleint2016-02-261-12/+14
| | | * QPlatformWindow::screenForGeometry(): Do not call mapToGlobal() on top level ...Friedemann Kleint2016-02-261-2/+3
| | | * Remove a mis-placed QSKIP().Edward Welbourne2016-02-261-2/+0
| | | * tst_qguimetatype::flags(): port to QTypeInfoQueryMarc Mutz2016-02-261-4/+4
| | | * Win: Prevent crash in qt_message_fatal()Kai Koehne2016-02-261-1/+2
| | | * Windows Accessibility: Fix warnings as shown by Qt Creator's Clang based code...Friedemann Kleint2016-02-265-59/+65
| | | * Windows Accessibility: Refactor code creating COM arrays.Friedemann Kleint2016-02-261-18/+29
| | | * Fix potential crash in QWindowsIA2Accessible::QueryInterface().Friedemann Kleint2016-02-261-2/+0
| | | * Windows QPA: Apply scaling when fixing maximized/frameless geometry.Friedemann Kleint2016-02-261-4/+5
| | | * Fix QHighDpi::fromNative(QRect, QScreen *, QPoint).Friedemann Kleint2016-02-261-1/+1
| | | * Windows QPA: Fix scrolling down with mouse wheel.Friedemann Kleint2016-02-261-1/+1
| | | * QWindowsTheme: Run SHGetFileInfo() in a thread.Friedemann Kleint2016-02-264-12/+165
| | | * QScreen::grabWindow(): Scale the coordinates.Friedemann Kleint2016-02-262-3/+18
| | | * QMacPrintEngine: Really set the printer resolutionKai Pastor2016-02-252-3/+29
| | | * Add missing initializations in QWheelEventJan Arve Sæther2016-02-251-3/+6
| | | * Fix QDBusPlatformMenu::menuItemAt()J-P Nurmi2016-02-251-1/+1
| | | * QWindow: Use scaling when calling QPlatformWindow::mapTo/FromGlobal().Friedemann Kleint2016-02-251-2/+2
| | | * QSqlDriver::sqlStatement: documentation fixMark Brand2016-02-241-0/+11
| | | * Remove legacy from tst_qprocess.cppJoerg Bornemann2016-02-241-8/+0
| | | * tst_QProcess: Transform loop into additional test rowsJoerg Bornemann2016-02-241-9/+18
| | | * QPixmap: check data ptr in isQBitmap()Anton Kudryavtsev2016-02-242-1/+10
| | * | QtTest: eradicate all Q_FOREACH loopsMarc Mutz2016-02-293-9/+7
| | * | QVector: preserve capacity in clear()Marc Mutz2016-02-2912-21/+31
| | * | QtWidgets: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-289-22/+41
| | * | QtWidgets: eradicate Q_FOREACH loops [QVarLengthArray, std containers]Marc Mutz2016-02-282-4/+4
| | * | QtWidgets: prevent detach attempts from first()/etc. use [dialogs, kernel, ut...Marc Mutz2016-02-2614-42/+51
| | * | Fix warnings about constructor initialization order in tst_QObject.Friedemann Kleint2016-02-261-2/+2
| | * | qmake: restore nothrow move special membersMarc Mutz2016-02-261-0/+14
| | * | ItemModels: replace QLatin1String with QStringLiteralAnton Kudryavtsev2016-02-262-4/+9
| | * | QCocoaKeyMapper - correctly update key layoutsTimur Pocheptsov2016-02-251-7/+9
| | * | Add We-mean-it comment to qnetworkdatagram_p.h.Friedemann Kleint2016-02-251-0/+11
| | * | Improve QCOMPARE output of char comparisonsAllan Sandfeld Jensen2016-02-251-1/+47