summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Fix programmable keyboard shortcuts being triggered twiceFriedemann Kleint2018-09-281-2/+18
* wasm: enable filesystemmodel for nothreadLorn Potter2018-09-281-1/+1
* wasm: enable Network for nothreadLorn Potter2018-09-286-4/+58
* wasm: make maximized and fullscreen windows not draggableLorn Potter2018-09-284-21/+31
* Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-09-2735-110/+170
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-2735-110/+170
| |\
| | * Fix QCompleter popups preventing the application from exitingAlexandru Croitor2018-09-261-1/+8
| | * Add QT_REQUIRE_CONFIG(ssl) to pre-shared key authenticatorTimur Pocheptsov2018-09-251-0/+2
| | * QHeaderView: Don't unhide hidden sections on layoutChanged()Christian Ehrlicher2018-09-241-3/+0
| | * Modernize the "datestring" featureLiang Qi2018-09-2420-70/+73
| | * Modernize the "textdate" featureLiang Qi2018-09-244-18/+19
| | * QSslContext: Use 0 instead of TLS_MAX_VERSIONDmitry Shachnev2018-09-241-4/+4
| | * Protect HSTS code for no-feature-settings buildTimur Pocheptsov2018-09-246-9/+54
| | * Export qt_open64 from QtCoreThiago Macieira2018-09-241-1/+1
| | * Clarify docs regarding the states of a QFutureWatcher with no future setAndy Shaw2018-09-241-3/+5
| | * Document IAccessible2 versionKai Koehne2018-09-241-0/+1
| | * Fix integer overflow in very long sections in ELF objectsThiago Macieira2018-09-151-1/+1
| | * Disable RGB64 backend for ARGB32 when it will be very slowAllan Sandfeld Jensen2018-09-141-0/+2
* | | SecureTransport - require the latest SDK 10.13.4Timur Pocheptsov2018-09-271-2/+2
* | | Doc: Add link target to fix QDoc warning in Qt DeclarativePaul Wicking2018-09-271-0/+1
* | | Keep tiled subwindow order on resizePaul Olav Tvete2018-09-271-1/+1
* | | Fix crash when detaching dangling QTextCursorEskil Abrahamsen Blomfeldt2018-09-271-1/+2
* | | Fix font weights on macOS 10.14Eskil Abrahamsen Blomfeldt2018-09-271-3/+3
|/ /
* | Doc: Improve HarfBuzz configure options documentationPaul Wicking2018-09-272-2/+2
* | 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
* | Fix erroneous use of errno with qErrnoWarningThiago Macieira2018-09-251-1/+1
* | Add tests for decoding too-short UTF-8 sequencesThiago Macieira2018-09-253-4/+19
* | 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
* | QWindowsCursor: fix typo and change enum CursorState into enum classAnton Kudryavtsev2018-09-253-12/+12
* | Doc: Fix QEasingCurve code snippetsTopi Reinio2018-09-252-3/+7
* | Fix some infelicities in the Q(Date|Time)+ docsEdward Welbourne2018-09-251-28/+28
* | Android: add support for custom buttons in native MessageDialog helperShawn Rutledge2018-09-254-7/+91
* | QImageWriter: Fix default compressionratioEirik Aavitsland2018-09-251-1/+1
* | QPainter cosmetic stroker: Fix painting error for FlatCap linesEirik Aavitsland2018-09-251-1/+2
* | 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
* | 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: add note about QAbstractEventDispatcher::wakeUp() for {Unix,Glib}Gatis Paeglis2018-09-161-0/+9
* | 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: Remove extra \a command causing QDoc macro expansion errorPaul Wicking2018-09-141-1/+1