summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-082-1/+5
* Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-084-27/+152
* 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-0818-34/+107
* 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-071-0/+2
* Deprecate conversion functions between QList and QSetLars Knoll2019-05-0714-30/+37
* Add swapItemsAt() to QVectorLars Knoll2019-05-072-0/+17
* 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-0796-4783/+7828
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-0796-4783/+7828
| |\
| | * xcb: make beep workKarim Pinter2019-05-061-0/+1
| | * wasm: fix passing environmental variablesLorn Potter2019-05-061-1/+1
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-0613-18/+87
| | |\
| | | * Fix dnd regression c427ba53aa0ee1a71aa670783f65bcfd230da653Mikhail Svetkin2019-05-051-0/+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-0346-4550/+7463
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-0346-4550/+7463
| | | |\|
| | | | * 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
| | | | * Only generate temporaries when it makes sensePaul Lemire2019-05-022-30/+208
| | * | | 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-0226-206/+223
| | |\|
| | | * Use QPlatformTheme::TouchDoubleTapDistance for touch eventsAlexander Volkov2019-05-012-6/+15
| | | * 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
| | | * Don't pass scope args to _exit trace pointsMilian Wolff2019-04-304-9/+9
| | | * Refactor QMetaObject::activate tracepointsMilian Wolff2019-04-302-25/+25
| | | * Update bundled libpng to version 1.6.37Eirik Aavitsland2019-04-2916-145/+133
| | | * Improve QObject::moveToThread docMiƂosz Kosobucki2019-04-281-4/+10
| | * | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-018-6/+38
* | | | Fix the generation of docs for qobject_pointer_castGiuseppe D'Angelo2019-05-071-0/+6
|/ / /
* | | Compile-fix: add private/ prefix to qnetconmonitor_p.hEdward Welbourne2019-05-061-1/+1
* | | QtSql: mark QSqlite2 plugin as obsoleteChristian Ehrlicher2019-05-053-2/+4
* | | Fix qplugin.h for Qt 6Lars Knoll2019-05-051-6/+26
* | | Deprecate {to,from}Std{List,Vector}Lars Knoll2019-05-052-0/+12
* | | Fix minor compiler warning from ClangKevin Funk2019-05-031-1/+0
* | | Prefix QTextStream operators with Qt::Lars Knoll2019-05-031-3/+3