summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qwinrtcursor: Use QPointF as much as possible in pos/setPosOliver Wolff2018-09-261-6/+7
* Windows UI automation: Add missing overrideFriedemann Kleint2018-09-261-1/+1
* winrt platform plugin: Fix clang warningsOliver Wolff2018-09-2624-89/+72
* QWinRTInputContext::hideInputPanel: return early if panel is not visibleOliver Wolff2018-09-261-0/+2
* Fix typos in the documentationAleix Pol2018-09-254-4/+4
* More fixups for GL_CONTEXT_LOSTAllan Sandfeld Jensen2018-09-253-3/+30
* Re-enable thread autotestsAllan Sandfeld Jensen2018-09-251-1/+1
* Fix erroneous use of errno with qErrnoWarningThiago Macieira2018-09-251-1/+1
* Add tests for decoding too-short UTF-8 sequencesThiago Macieira2018-09-255-17/+51
* Upgrade double-conversion to v3.1.1Thomas Miller2018-09-2520-134/+365
* Tracepoints: trace signal activationGiuseppe D'Angelo2018-09-252-2/+23
* Correct documentation about the datastream versionsAndy Shaw2018-09-251-1/+1
* Android: Compile with NDK r18 + clangEskil Abrahamsen Blomfeldt2018-09-251-1/+1
* QWindowsCursor: fix typo and change enum CursorState into enum classAnton Kudryavtsev2018-09-253-12/+12
* Doc: Add a macro that expands to the Qt version (Major.Minor)Topi Reinio2018-09-251-0/+1
* Doc: Fix QEasingCurve code snippetsTopi Reinio2018-09-252-3/+7
* Doc: Add a macro that returns the minor versionTopi Reinio2018-09-251-0/+4
* Fix some infelicities in the Q(Date|Time)+ docsEdward Welbourne2018-09-251-28/+28
* tst_QCborValue: eliminate unused lambdaEdward Welbourne2018-09-251-1/+0
* Android: add support for custom buttons in native MessageDialog helperShawn Rutledge2018-09-254-7/+91
* Remove insignificant flag from qtouchevent.proTony Sarajärvi2018-09-251-1/+0
* QImageWriter: Fix default compressionratioEirik Aavitsland2018-09-251-1/+1
* QPainter cosmetic stroker: Fix painting error for FlatCap linesEirik Aavitsland2018-09-252-2/+3
* Make the textedit example use dark text on light background on macOSMorten Johan Sørvig2018-09-251-0/+8
* macOS: Use light color for tooltip text in dark modeMorten Johan Sørvig2018-09-251-0/+3
* No-thread: prevent double delete of QThreadPrivateMorten Johan Sørvig2018-09-251-0/+1
* Ensure that QTabletEvent is not pre-accepted before sendingShawn Rutledge2018-09-252-0/+2
* Blacklist flaky qgraphicsscene autotestsTony Sarajärvi2018-09-241-0/+12
* Extend blacklisting of tst_qparallelanimationgroup tests to macOS 10.13Tony Sarajärvi2018-09-241-0/+1
* Blacklist flaky tst_QGraphicsEffect autotest on openSUSETony Sarajärvi2018-09-241-0/+3
* Blacklist qguiapplication::focusObject on Ubuntu and openSUSETony Sarajärvi2018-09-241-0/+4
* Extend blacklisting of qtimeline::frameRate to macOS 10.13Tony Sarajärvi2018-09-241-0/+1
* Blacklist flaky tst_qheaderview testTony Sarajärvi2018-09-241-0/+3
* Remove insignificant flag from qcolordialog.proTony Sarajärvi2018-09-242-2/+6
* qnsview_key/qnsview_mouse make Ctrl+left click work againTimur Pocheptsov2018-09-242-4/+8
* Fix shortcuts in dock widgets with custom title barMorten Kristensen2018-09-241-0/+1
* Doc: Remove outdated and unmaintained examplesPaul Wicking2018-09-1711-492/+0
* doc: add note about QAbstractEventDispatcher::wakeUp() for {Unix,Glib}Gatis Paeglis2018-09-161-0/+9
* AVX512 test: an intrinsic that GCC forgot to implement prior to GCC8Thiago Macieira2018-09-151-0/+5
* tst_QMdiSubWindow: fix flaky setOpaqueResizeAndMove testChristian Ehrlicher2018-09-152-2/+5
* Blacklist an extremely flaky tst_QDoubleSpinBox::editingFinished testTony Sarajärvi2018-09-151-0/+2
* Blacklist a tst_QFileDialog2 test due to extreme flakiness in macOSTony Sarajärvi2018-09-151-0/+2
* Fix binary compatibility with old generated moc filesOlivier Goffart2018-09-151-1/+2
* Windows QPA: Dispatch skipped touch/pen events if compression is offRomain Pokrzywka2018-09-145-6/+67
* Doc: Move touch examples around so they get included in docsPaul Wicking2018-09-1431-10/+10
* Doc: Remove extra \a command causing QDoc macro expansion errorPaul Wicking2018-09-141-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-146-17/+56
|\
| * sqlite: Fix QSqlError handling when opening/closing databaseFlorian Bruhin2018-09-132-7/+30
| * Detect when we are at the sentence boundaryAndy Shaw2018-09-131-2/+14
| * Fix XCB on endian mismatched client and server with SHM offAllan Sandfeld Jensen2018-09-121-0/+2