summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QSharedPointer/QWeakPointer: fix swap()Giuseppe D'Angelo2019-05-111-12/+6
* Add qurlquery.cpp to the bootstrap libraryUlf Hermann2019-05-111-0/+1
* Deprecate QQueue::swap(i, j)Lars Knoll2019-05-101-1/+1
* Add support for /etc/TZ as default value for $TZEdward Welbourne2019-05-101-1/+8
* Support POSIX rules as $TZ valuesEdward Welbourne2019-05-102-1/+22
* Granularize blacklist of qsslsocket for WindowsMårten Nordheim2019-05-101-0/+16
* Granularize blacklist of qhttpsocketengine for WindowsMårten Nordheim2019-05-101-0/+5
* Granularize blacklist of platformsocketengine for WindowsMårten Nordheim2019-05-101-0/+7
* QNetworkStatusMonitor - make it always enabled on DarwinTimur Pocheptsov2019-05-102-28/+5
* QStringView, QLatin1String: add indexOf methodsAnton Kudryavtsev2019-05-106-12/+286
* QTypeModuleInfo: fix clang '-wconstant-logical-operand' warningsYulong Bai2019-05-091-1/+1
* Fix bug with QLayout::replaceWidget(a, a)Jan Arve Saether2019-05-092-0/+6
* 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
| | |/ /