summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemEngine/Unix: remove futimes related codeAhmad Samir2022-11-093-83/+0
* Plumb public permission APIs to Android backendTor Arne Vestbø2022-11-0911-145/+315
* tst_QVariant: convert some test functions to table-drivenThiago Macieira2022-11-091-110/+141
* QVariant: add support for numeric comparisons for char16_t and char32_tThiago Macieira2022-11-092-1/+13
* QVariant: fix comparison of enums to numericsThiago Macieira2022-11-092-28/+197
* QVariant: simplify getting integer contents by using the type sizeThiago Macieira2022-11-091-40/+31
* QVariant: move the NaN comparison into the spaceShip functionThiago Macieira2022-11-091-2/+4
* QVariant: use QPartialOrdering for the internal comparison functionsThiago Macieira2022-11-091-33/+16
* QVariant: merge the equality and ordering compare functionsThiago Macieira2022-11-091-36/+2
* QVariant: make a major simplification in the numeric comparisonThiago Macieira2022-11-093-49/+233
* QVariant: get rid of output argument to qConvertTo{Real,}NumberThiago Macieira2022-11-091-63/+41
* Add binary compatibility file generated against 6.4.0Milla Pohjanheimo2022-11-091-0/+27176
* QPlainTestLogger::formatResult: use QByteArray instead of QStringThiago Macieira2022-11-091-14/+14
* QBenchlib/Perf: use one system call to enable/disable measurementsThiago Macieira2022-11-091-5/+4
* QBenchlib/Perf: use C++11 range-fors for the event listThiago Macieira2022-11-091-15/+12
* QBenchlib/Perf: parse multiple counters from -perfcounterThiago Macieira2022-11-091-13/+24
* QBenchlib: add support for a measurer reporting multiple resultsThiago Macieira2022-11-0912-86/+132
* QBenchlib: use QBenchmarkMeasurerBase::Measurement in QBenchmarkResultThiago Macieira2022-11-096-28/+22
* QBenchlib: pass the metric type alongside the measurement valueThiago Macieira2022-11-0911-72/+46
* Update the poll-exit-on-error code: include the message for everyoneThiago Macieira2022-11-081-5/+3
* Update the poll-exit-on-error feature to be privateThiago Macieira2022-11-082-4/+2
* Stabilize flakiness in tst_QOpenGLWidgetAxel Spoerl2022-11-081-41/+52
* tst_QGraphicsEffectSource: Reset effect repaint count after flushing eventsTor Arne Vestbø2022-11-081-1/+1
* macOS: Add dependency to Foundation for permission pluginsTor Arne Vestbø2022-11-081-0/+1
* QWindowsMime: Fix namespace issueMårten Nordheim2022-11-081-0/+4
* Update list of windeployqt modulesTimothée Keller2022-11-081-2/+10
* Stabilize flakiness in tst_gesturesAxel Spoerl2022-11-081-40/+54
* wasm: add accessibility logging categoryMorten Sørvig2022-11-082-8/+12
* wasm: tidy up qwasmcclipboard.cpp/hMorten Sørvig2022-11-082-28/+34
* Android: Do not override app_pal by AndroidPlatformThemeBartlomiej Moskal2022-11-081-1/+0
* QPdf: code tidiesGiuseppe D'Angelo2022-11-081-9/+7
* Make sure that module can be imported by the provided QML import pathAlexey Edelev2022-11-081-11/+6
* Gtk3Theme: set XCURSOR_SIZE and XCURSOR_THEME for wayland sessionsJan Grulich2022-11-081-0/+14
* getProxyAuth: stop using deprecated APITimur Pocheptsov2022-11-081-42/+64
* QFlatMap: fix a declval usageGiuseppe D'Angelo2022-11-081-1/+1
* wasm: Add missing batchtestrunner files to copy logicDavid Skoland2022-11-072-1/+5
* Update list of windeployqt modulesTimothée Keller2022-11-071-54/+64
* Android: Fix incorrect fullscreen dimensionsSamuel Mira2022-11-073-8/+123
* macOS: clean up clipboard codeVolker Hilsheimer2022-11-073-108/+61
* QMacMime API cleanup: use uti instead of flavorVolker Hilsheimer2022-11-076-290/+312
* Standardize QMacMime and QWindowsMimeVolker Hilsheimer2022-11-076-62/+65
* macOS: Make QMacMime's handler scope type-safeVolker Hilsheimer2022-11-079-59/+63
* QWindowsMime: port to use modern string literalsVolker Hilsheimer2022-11-071-25/+25
* Rename QMacInternalPasteboardMime to QMacMimeVolker Hilsheimer2022-11-0713-168/+164
* Windows: simplify registration of QWindowsMime implementationsVolker Hilsheimer2022-11-074-115/+175
* Fix registration of Windows-specific custom mime typesVolker Hilsheimer2022-11-071-3/+9
* Add support for stereoscopic content in QRhi::OpenGLES2Kristoffer Skau2022-11-0711-12/+516
* Use strlen instead of magic numbersAhmad Samir2022-11-061-2/+2
* QCryptographicHash: fix build: #include <array> was missingThiago Macieira2022-11-051-0/+2
* QEventDispatcherUNIX: remove unused includeThiago Macieira2022-11-051-1/+0