summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-0214-32/+24
* Doc-fix: mention FP_ZERO as a possible return of qFpClassify()Edward Welbourne2019-05-021-0/+1
* Remove spurious class-name prefixes in its own methodsEdward Welbourne2019-05-021-3/+3
* Introduce QNetworkConnection/Status/MonitorTimur Pocheptsov2019-05-0213-55/+903
* Add QTextMarkdownWriter::writeTable(QAbstractTableModel)Shawn Rutledge2019-05-022-0/+33
* Render markdown task lists (checkboxes instead of bullets) in QTextEditShawn Rutledge2019-05-021-6/+26
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-0167-214/+2
* Moc: compile generate_keywords with corelib onlyGiuseppe D'Angelo2019-05-011-0/+1
* Add qobject_cast operators for std::shared_ptrGiuseppe D'Angelo2019-05-012-0/+93
* Add QTextMarkdownWriter, QTextEdit::markdown property etc.Shawn Rutledge2019-05-0111-11/+586
* Basic foreign window support for QNXJames McDonnell2019-05-019-10/+432
* QList: do not call std::swap directly; use ADLGiuseppe D'Angelo2019-05-011-1/+2
* Remove extraneous sodipodi/inkskape cruft from Qt SVGEdward Welbourne2019-04-301-28/+1
* Consolidate Unix and Windows implementations of QHostInfo::fromNameVolker Hilsheimer2019-04-304-247/+178
* FTP: Workaround for servers without HELP command supportJesus Fernandez2019-04-293-1/+20
* Add RISC-V detectionAndreas Schwab2019-04-293-0/+54
* Set 'originalRequest' in QNetworkReplyImplMårten Nordheim2019-04-291-0/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-299-31/+38
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-289-31/+38
| |\
| | * Fix QOpenGLDebugLogger crash on ANGLEAlvin Wong2019-04-271-1/+1
| | * Windows QPA: Fix blank Cursor on secondary displaySimeon Kuran2019-04-271-10/+12
| | * Fix determination of OpenGL include paths on macOS, take 3Joerg Bornemann2019-04-272-12/+1
| | * Make QFile::copy() less likely to create zero-sizedThiago Macieira2019-04-271-4/+10
| | * Fix page breaking with large imagesLars Knoll2019-04-261-1/+4
| | * qdoc: Fix warnings about missing \inmodule commandKai Koehne2019-04-262-0/+2
| | * Document that QHostInfo does not guarantee to return all IP addressesVolker Hilsheimer2019-04-251-3/+8
* | | QTextMarkdownImporter: insert list items into the correct listShawn Rutledge2019-04-271-2/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-2711-19/+100
|\| |
| * | platforminputcontexts: future-proof compose pluginGatis Paeglis2019-04-261-1/+9
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-269-17/+90
| |\|
| | * QMacStyle - set the proper appearance if neededTimur Pocheptsov2019-04-251-0/+39
| | * Android: Fix hang in runOnAndroidThreadSync and requestPermissionsSyncBogDan Vatra2019-04-251-2/+14
| | * Linux Accessibility: Add missing roles: Terminal and DesktopFrederik Gladhorn2019-04-251-0/+10
| | * Revert "androiddeployqt: Do not check for stdcpp-path in auxiliary mode"BogDan Vatra2019-04-251-1/+1
| | * Fix artifacts when reading certain 32 bit ico filesEirik Aavitsland2019-04-251-10/+14
| | * Fix aliased painting with non-uniform scalingEirik Aavitsland2019-04-251-1/+1
| | * Avoid hanging on painting dashed lines with non-finite coordinatesEirik Aavitsland2019-04-252-0/+5
| | * TinyCBOR: Fix parsing on big-endian machinesThiago Macieira2019-04-251-3/+6
| * | wasm: don't propagate touchLorn Potter2019-04-241-1/+1
* | | QLineF: add intersects() as a replacement for intersect()Christian Ehrlicher2019-04-253-4/+30
* | | QtBase: introduce QT_DEPRECATED_VERSION/QT_DEPRECATED_VERSION_XChristian Ehrlicher2019-04-252-3/+56
* | | QHash/QMultiHash: add range constructorsMarc Mutz2019-04-253-0/+108
* | | Fix -Wc++11-narrowing error in qtextmarkdownimporterMårten Nordheim2019-04-241-1/+1
* | | uic: Fix missing Python import for QFontComboBoxFriedemann Kleint2019-04-241-1/+3
* | | Add startOfDay() and endOfDay() methods to QDateEdward Welbourne2019-04-247-27/+294
* | | QtTestLib: handle float16 the same as double and floatEdward Welbourne2019-04-241-8/+3
* | | Implement qFpClassify(qfloat16)Edward Welbourne2019-04-242-0/+15
* | | Implement std::numeric_limits<qfloat16>Edward Welbourne2019-04-242-2/+73
* | | Add a QVkConvenience class with vkFormatFromGlFormatJohan Klokkhammer Helsing2019-04-243-0/+284
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-04-2455-275/+619
|\ \ \