summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * tst_QApplication::testDeleteLaterProcessEvents(): Split the testFriedemann Kleint2020-03-311-69/+80
* | | macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-0348-117/+117
* | | CMake: Fix double inclusion of CMake plugin targetsKai Koehne2020-04-031-1/+2
* | | wasm: add support for enabling AsyncifyMorten Johan Sørvig2020-04-031-0/+17
* | | wasm: remove obsolete configMorten Johan Sørvig2020-04-031-14/+0
* | | No-thread: Don’t assert in ~QThreadData()Morten Johan Sørvig2020-04-031-0/+2
|/ /
* | Ensure we use UTF-8 for the emitted QLocaleXML data fileEdward Welbourne2020-04-021-1/+5
* | Purge a stray space from calendar locale dataEdward Welbourne2020-04-024-1780/+1780
* | Convert the qlocale2cpp's last few %-formats to modern format() styleEdward Welbourne2020-04-021-3/+3
* | Check all matches for each XPath when searchingEdward Welbourne2020-04-021-63/+67
* | Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-023-439/+439
* | Take CLDR's distinguished attributes into accountEdward Welbourne2020-04-023-167/+240
* | Take number system into account in currency format look-upEdward Welbourne2020-04-022-19/+24
* | Rework cldr2qlocalexml.py's reading of CLDR dataEdward Welbourne2020-04-025-898/+972
* | Move cldr2qtimezone.py's CLDR-reading to a CldrAccess classEdward Welbourne2020-04-023-71/+339
* | Rework qlocalexml2cpp.py to use writers based on TranscriberEdward Welbourne2020-04-023-511/+443
* | Rework cldr2qtimezone.py into more maintainable formEdward Welbourne2020-04-022-167/+162
* | Add tools to localetools to facilitate source file recreationEdward Welbourne2020-04-021-0/+99
* | Move some shared code to a localetools moduleEdward Welbourne2020-04-026-75/+105
* | Move qlocalexml2cpp.py's XML-reading to QLocaleXmlReaderEdward Welbourne2020-04-022-277/+223
* | Rework cldr2qlocalexml.py in terms of a QLocaleXmlWriter classEdward Welbourne2020-04-022-197/+330
* | Enable accessibility on Linux when org.a11y.Status IsEnable is trueSamuel Thibault2020-04-021-2/+1
* | Warn that the EDITABLE flag for property declarations is deprecatedLars Knoll2020-04-023-2/+9
* | Use correct deprecation macro, and add \since to new member functionVolker Hilsheimer2020-04-022-3/+3
* | Fix QTabletEvent manual testsShawn Rutledge2020-04-012-1/+2
* | QLineEdit: clarify the impact of using validatorsVolker Hilsheimer2020-04-012-6/+19
* | 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