summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-0810-45/+191
* Change QTextMarkdownWriter to pass by const pointer and QAIMShawn Rutledge2019-05-086-19/+19
* Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-086-2/+69
* Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-0810-48/+410
* Remove 3rdparty include from QTextMarkdownImporter header fileShawn Rutledge2019-05-082-47/+47
* uic/Python: Generate empty strings as "" instead of QString()Friedemann Kleint2019-05-081-2/+4
* Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-0844-60/+134
* Add warning suppression for icc when comparing floating-point valuesEdward Welbourne2019-05-071-0/+1
* Return QScreen's HMONITOR handle via QPlatformNativeInterfaceDmitry Kazakov2019-05-074-0/+24
* Fix notification of QDockWidget when it gets undockedDmitry Kazakov2019-05-072-1/+7
* Deprecate conversion functions between QList and QSetLars Knoll2019-05-0724-49/+98
* Add swapItemsAt() to QVectorLars Knoll2019-05-073-0/+36
* Add QUrl to bootstrap setUlf Hermann2019-05-072-1/+5
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-05-07111-4855/+8059
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-07111-4855/+8059
| |\
| | * xcb: make beep workKarim Pinter2019-05-061-0/+1
| | * wasm: fix passing environmental variablesLorn Potter2019-05-061-1/+1
| | * Android: Nuke mips architecturesBogDan Vatra2019-05-064-13/+1
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-0617-26/+106
| | |\
| | | * Fix dnd regression c427ba53aa0ee1a71aa670783f65bcfd230da653Mikhail Svetkin2019-05-051-0/+19
| | | * Resolve QMAKE_INCDIR_VULKAN on every qmake callJoerg Bornemann2019-05-054-8/+19
| | | * fix crash when using ALDI usb-stick with broken filesystemNick Shaforostov2019-05-051-1/+2
| | | * fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-057-5/+18
| | | * Only call addFontToDatabase once per family,styleAllan Sandfeld Jensen2019-05-032-6/+24
| | | * configure: skip Freetype/Fontconfig autodetection only on MSVCMassimo Callegari2019-05-031-2/+2
| | | * Android: Fix deleting of new lines when using backspaceAndy Shaw2019-05-031-4/+22
| | * | QtCore: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-05-033-0/+11
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-05-0348-4581/+7650
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-0348-4581/+7650
| | | |\|
| | | | * HTTP2: Fix handling of GOAWAY framesChristian Kamm2019-05-031-1/+8
| | | | * Cocoa: Get the right zero digit for the localeAndy Shaw2019-05-021-1/+13
| | | | * QSharedPointer: fix docs for create()Giuseppe D'Angelo2019-05-022-27/+4
| | | | * Android: Copy extra libs in aux modeBogDan Vatra2019-05-021-0/+2
| | | | * Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-024-29/+20
| | | | * Upgrade PCRE2 to 10.33Giuseppe D'Angelo2019-05-0235-4462/+7208
| | | | * Fix prl replacements if libdir is in QMAKE_DEFAULT_LIBDIRSJoerg Bornemann2019-05-021-0/+4
| | | | * Only generate temporaries when it makes sensePaul Lemire2019-05-023-61/+391
| | * | | androiddeployqt: print qmlimportscanner command in verbose modeMitch Curtis2019-05-031-0/+5
| | |/ /
| | * | wasm: use requestActive instead of activateLorn Potter2019-05-021-5/+2
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-0230-212/+237
| | |\|
| | | * Use QPlatformTheme::TouchDoubleTapDistance for touch eventsAlexander Volkov2019-05-013-10/+21
| | | * Android: Fix positioning of text editor context menuVova Mshanetskiy2019-05-012-18/+32
| | | * Android: Fix positioning of selection handles in text editorsVova Mshanetskiy2019-05-011-3/+3
| | | * Ignore failing test for free space on APFSVolker Hilsheimer2019-04-301-0/+7
| | | * Remove cruft from testProcessEOF.proJoerg Bornemann2019-04-301-2/+0
| | | * Don't pass scope args to _exit trace pointsMilian Wolff2019-04-304-9/+9
| | | * Refactor QMetaObject::activate tracepointsMilian Wolff2019-04-302-25/+25
| | | * Extend blacklisting of setWindowState to cover RHELsTony Sarajärvi2019-04-291-0/+1
| | | * Update bundled libpng to version 1.6.37Eirik Aavitsland2019-04-2916-145/+133
| | | * Improve QObject::moveToThread docMiłosz Kosobucki2019-04-281-4/+10