summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QVariant: Fix isNull() == true after downcasting QObject*Timo Lang2019-03-211-0/+2
* rcc: Avoid raw string literalshjk2019-03-201-23/+12
* Add qFpClassify() to mirror std::fpclassify()Edward Welbourne2019-03-195-11/+53
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-1629-112/+268
|\
| * Fix some qdoc warningsFriedemann Kleint2019-03-157-7/+16
| * Fix qdoc errors in QProcess headerFriedemann Kleint2019-03-151-9/+11
| * Fix qdoc errors in QIcon headerFriedemann Kleint2019-03-151-0/+1
| * Don't increase the size of the layout unnecessarily when moving toolbarsAndy Shaw2019-03-151-1/+5
| * wasm: fix touchpoint handlingLorn Potter2019-03-152-23/+49
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-1516-72/+184
| |\
| | * Fix compilation of qCDebug("", ...) with QT_NO_DEBUG_OUTPUTKai Koehne2019-03-141-16/+33
| | * QAbstractItemView: Don't let editor width exceed item width if not neededChristian Ehrlicher2019-03-141-0/+4
| | * uic: write out min/maximumSectionSize property before current sizeChristian Ehrlicher2019-03-141-1/+1
| | * androiddeployqt: Also shellquote rootPath as part of importPathsUlf Hermann2019-03-141-1/+1
| | * Windows QPA: only calculate invisible margins when window has a frameChristian Andersen2019-03-142-2/+5
| | * Windows QPA: Output all adapters in diagnostics used by qtdiagFriedemann Kleint2019-03-144-41/+104
| | * XCB: Fix clipboard breaking when timer wraps after 50 daysLukáš Turek2019-03-141-2/+4
| | * QNX QPA: Add support for Qt Virtual KeyboardKarim Pinter2019-03-142-7/+17
| | * Doc: "UTF" -> "UTF-8"Thiago Macieira2019-03-141-1/+1
| | * Add a pair of functions to convert to and from Q/CborErrorThiago Macieira2019-03-141-4/+21
| | * Doc: Use nullptr in Signals & SlotsKai Koehne2019-03-132-3/+3
| | * QOpenGLContext: fix docs about sharingGiuseppe D'Angelo2019-03-131-1/+1
| | * Doc: fix some typos and missing doc for QScopeGuardEirik Aavitsland2019-03-111-0/+6
| * | qfloat16: suppress the tables if FP16 is supported by the CPUThiago Macieira2019-03-141-0/+2
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-1525-129/+181
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-1425-129/+181
| |\| |
| | * | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-1311-28/+29
| | * | Doc: Unify terminology for '\0'-terminated stringsChristian Ehrlicher2019-03-132-24/+21
| | * | QPSQL: Use nullptr for pointersRobert Szefner2019-03-131-7/+7
| | * | QPSQL: Fix code formattingRobert Szefner2019-03-132-33/+32
| | * | QOcspResponse - fix broken documentationTimur Pocheptsov2019-03-121-4/+4
| | * | wasm: fix error report when network request is cancelledv5.13.0-beta1Lorn Potter2019-03-111-0/+1
| | * | QPSQL: Use qstrtod() function for string to double conversionRobert Szefner2019-03-111-20/+24
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-114-4/+5
| | |\|
| | | * Fix Coverity warning about mixing enumsThiago Macieira2019-03-091-1/+1
| | | * Fix a couple of small doc things in relation to QScopeGuardAndy Shaw2019-03-092-2/+2
| | | * iOS: Fix broken application background trackingTor Arne Vestbø2019-03-091-1/+2
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-094-11/+60
| | |\|
| | | * QAbstractItemView: make v-aligned items texts more user-friendlyChristian Ehrlicher2019-03-081-4/+21
| | | * Don't retry a ssl connection if encryption was never finishedMårten Nordheim2019-03-061-1/+4
| | | * Handle error from MS-Win API in QCollator::compare()Edward Welbourne2019-03-061-6/+28
| | | * Document that dialog parent relationship does not imply stacking orderTor Arne Vestbø2019-03-061-0/+7
* | | | Schannel: support for AES-encrypted keysMårten Nordheim2019-03-152-4/+6
* | | | More nullptr usage in headersKevin Funk2019-03-14261-641/+641
* | | | QStringMatcher: add QStringView supportAnton Kudryavtsev2019-03-142-10/+41
* | | | Add qstringview.cpp into bootstrapLiang Qi2019-03-131-0/+1
|/ / /
* | | moc: Fix parsing of [[deprecated]] enum valuesOliver Wolff2019-03-111-0/+1
* | | Avoid copying QByteArray created via fromRawData in toDoubleVolker Hilsheimer2019-03-091-2/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-0946-634/+816
|\| |
| * | wasm: support rendering to multiple canvasesMorten Johan Sørvig2019-03-0814-156/+224