summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QTextStream: code tidiesGiuseppe D'Angelo2022-01-162-10/+13
* QAnyStringView: fix code point -> code unit in the docsGiuseppe D'Angelo2022-01-161-1/+1
* QtGui/math3d: Fix QQuaternion::getEulerAngles for GimbalLock casesYuya Nishihara2022-01-162-16/+47
* QMutableEventPoint: turn into memberless structMarc Mutz2022-01-151-33/+4
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-156-51/+67
* Fix Pick Screen Color with multiple monitorsFawzi Mohamed2022-01-151-1/+3
* tests: port to new QMutableEventPoint static APIMarc Mutz2022-01-154-120/+131
* Prevent repeated instantiations of qRegisterNormalizedMetaType<QList<QModelIn...Marc Mutz2022-01-153-1/+24
* Add test case for style sheet selectors for enum propertiesVolker Hilsheimer2022-01-151-0/+38
* QtNetwork: Include moc filesMårten Nordheim2022-01-1523-0/+46
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-1413-1/+14
* QFlatMap: don't sort already ordered dataMarc Mutz2022-01-141-1/+1
* Fix crash when text shaping failsEskil Abrahamsen Blomfeldt2022-01-141-0/+6
* QWindow: Remove unnecessary castVolker Hilsheimer2022-01-141-2/+1
* QWindow: fix UB (invalid static_cast)Marc Mutz2022-01-141-1/+6
* Fix warning on macOS builds, unbreak -developer-buildVolker Hilsheimer2022-01-141-1/+1
* convertDoubleTo: invert the condition so we catch NaNs earlyThiago Macieira2022-01-141-1/+1
* convertDoubleTo: move the precision upgrade test upThiago Macieira2022-01-141-4/+13
* Stabilize tst_QTouchEvent::multiPointRawEventTranslationOnTouchPadVolker Hilsheimer2022-01-142-8/+15
* Doc: Mark QSP::PublicShare, Templates for 6.4Kai Köhne2022-01-141-2/+2
* qtpaths: Expose new PublicShareLocation, TemplatesLocationKai Köhne2022-01-141-0/+2
* Add QProgressBar test in tst_baseline_widgetsAxel Spoerl2022-01-141-0/+39
* QGuiApplication: port the last user of QMutableEventPoint::from()Marc Mutz2022-01-143-44/+40
* QPathEdge: Fix array initializationIvan Tkachenko2022-01-141-5/+1
* Port the last user of QMutableSinglePointEvent::mutableEvent()Marc Mutz2022-01-142-3/+1
* QTlsBackend: Fix living QObjects after QCoreApplication shutdownMike Achtelik2022-01-132-6/+15
* Add porting instructions for using binary JSONSona Kurazyan2022-01-131-31/+34
* Don't return an associated screen for embedded widgetsVolker Hilsheimer2022-01-131-0/+5
* Improve QShortcut testVolker Hilsheimer2022-01-131-7/+14
* Properly detect and declare contiguous iteratorsGiuseppe D'Angelo2022-01-132-16/+9
* Read QThreadPool::objectName thread-safeAllan Sandfeld Jensen2022-01-132-6/+10
* Allow reading QObject::objectName from other threads againAllan Sandfeld Jensen2022-01-131-0/+4
* Tidy up macOS collation and add some assertionsEdward Welbourne2022-01-131-7/+9
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-132-4/+16
* tst_QImageWriter: skip writing unsupported image formatsJanne Juntunen2022-01-131-0/+2
* Make counts of various types of test result add up correctlyEdward Welbourne2022-01-1332-109/+688
* Revise the explanation for leaving QTest::qWait() as it isEdward Welbourne2022-01-131-4/+6
* uic/Python: Import base class for flag valuesFriedemann Kleint2022-01-132-6/+22
* Add a couple of utility functions to the baseline test frameworkEirik Aavitsland2022-01-135-3/+19
* QMetaType: Allow conversion of derived gadget types to their base typesUlf Hermann2022-01-133-7/+41
* Doc: Fix snippet to match actual QFileInfo behaviorKai Köhne2022-01-131-1/+1
* tst_QImageReader: move text reading tests behind a flagJanne Juntunen2022-01-131-0/+8
* rhi: Add the basic infrastructure for tessellation supportLaszlo Agocs2022-01-1321-48/+463
* QStandardPaths_win: Add mapping for DownloadLocationYuhang Zhao2022-01-131-8/+4
* QApplication: port manual users of QMutableEventPointMarc Mutz2022-01-131-2/+2
* QStandardPaths: Remove old MinGW workaroundYuhang Zhao2022-01-131-11/+1
* QStandardPath: fix typoYuhang Zhao2022-01-131-1/+1
* QWindowSystemInterface: port to QMutableEventPoint static setter APIMarc Mutz2022-01-131-6/+6
* Add a few explicit conversions back from intThiago Macieira2022-01-123-4/+4
* QString::compare: fix comparing a 4GB string to 1 QCharThiago Macieira2022-01-121-1/+1