summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"v5.15.0-beta3Liang Qi2020-03-3114-62/+386
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-3114-62/+386
| |\
| | * Send MouseMove events without buttons if the press closed the popupVolker Hilsheimer2020-03-301-3/+5
| | * testlib: add QAbstractItemModelTester::verify()Liang Qi2020-03-301-0/+6
| | * itemviews: Use the start of the current selection when getting the rangeAndy Shaw2020-03-302-3/+67
| | * tst_QCborValue: Prepare for 64-bit QVectors in Qt 6Thiago Macieira2020-03-271-7/+15
| | * CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-279-51/+294
| | * MinGW: Fix build with -angleKai Koehne2020-03-271-1/+2
* | | QCommonStyle::pixelMetric(): Silence warnings about deprecated enum valuesFriedemann Kleint2020-03-311-7/+38
|/ /
* | Fix 1 pixel wide imagesAllan Sandfeld Jensen2020-03-301-1/+1
* | Fuzzing: ignore logging output from QColorSpaceRobert Loehning2020-03-301-4/+6
* | Fuzzing: Add QGuiApplication to gui fuzz targetsRobert Loehning2020-03-308-9/+34
* | Finish deprecating TouchPoint::rect, sceneRect and screenRect accessorsShawn Rutledge2020-03-302-26/+20
* | Update bundled libjpeg-turbo to version 2.0.4Eirik Aavitsland2020-03-3010-50/+93
* | Fix Fusion style ignoring SH_UnderlineShortcut from proxy styleJoni Poikelin2020-03-301-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-03-277-72/+217
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-277-72/+217
| |\|
| | * QCborValue: apply a simple optimization to avoid unnecessary allocationsThiago Macieira2020-03-252-28/+29
| | * QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-253-13/+84
| | * QCborValue: create a wrapper to set the QCborStreamReader error stateThiago Macieira2020-03-252-6/+12
| | * macOS: Flush sublayers via separate IOSurface backingstoresTor Arne Vestbø2020-03-252-25/+68
| | * ANGLE: Fix resizing of windows (Take 2)Oliver Wolff2020-03-242-1/+28
* | | Raster painting: fix dashing for separate linesEirik Aavitsland2020-03-272-3/+44
* | | QTextEdit: remove the cursor when a read-only textedit looses focusVolker Hilsheimer2020-03-271-0/+1
* | | widgets: Sync client rect of paint-on-screen widgets during resizeTor Arne Vestbø2020-03-271-4/+4
* | | wasm: refactor network to use fetch APILorn Potter2020-03-264-217/+134
|/ /
* | Doc: Document new property change notifiers for QSortFilterProxyModelTopi Reinio2020-03-261-3/+45
* | Doc: Adjust offline style for the litehtml rendering engineTopi Reinio2020-03-262-20/+7
* | Doc: QItemSelectionModel: Note when function default arguments were addedTopi Reinio2020-03-261-0/+12
* | Doc: Mark QTextStream manipulators as deprecatedTopi Reinio2020-03-261-0/+24
* | Doc: Expand reasoning for QHash deprecationsTopi Reinio2020-03-261-2/+16
* | Doc: Expand reasoning for QMap deprecationsTopi Reinio2020-03-261-6/+5
* | Doc: Fix \fn command for qScopeGuard(F &&f)Topi Reinio2020-03-262-1/+2
* | Doc: Fix documentation for deprecated QSet functionsTopi Reinio2020-03-261-6/+80
* | Doc: Mark deprecated QMutableSetIterator functions as \obsoleteTopi Reinio2020-03-261-4/+50
* | Doc: Document QDBusReply copy constructorTopi Reinio2020-03-261-0/+7
* | Doc: Mark gamma-related functions deprecated in QImageReader/WriterTopi Reinio2020-03-262-9/+14
* | Doc: Don't mention deprecated functions in QTabletEvent overviewTopi Reinio2020-03-261-8/+8
* | QLineEdit: Include the horizontal margin in minimumSizeHintVolker Hilsheimer2020-03-261-2/+2
* | Fix deprecation warnings for QInputDialog::getDouble()Lars Knoll2020-03-262-37/+9
* | Windows QPA: Enable Toggle UIA pattern for all checkable controlsAndre de la Rocha2020-03-261-4/+2
* | Add "checkable" state to QAccessibleTableCellAndre de la Rocha2020-03-261-1/+5
* | qmake: Document QML_FOREIGN_METATYPESUlf Hermann2020-03-261-0/+8
* | wasm: add braces around multiline else caseMorten Johan Sørvig2020-03-261-2/+3
* | Doc: Fix coverity warnings in SQL snippetsPaul Wicking2020-03-262-8/+10
* | Make tst_QRandomGenerator::qualityReal() test more stableSona Kurazyan2020-03-251-3/+3
* | QProcess/Linux: use the FFD_VFORK_SEMANTICS flagThiago Macieira2020-03-251-3/+10
* | forkfd: add FFD_VFORK_SEMANTICS flagThiago Macieira2020-03-253-5/+15
* | forkfd: fix forkfd_wait when FFD_USE_FORK was activeThiago Macieira2020-03-252-5/+79
* | forkfd: introduce forkfd_wait4() that takes optionsThiago Macieira2020-03-254-22/+56