summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix has_signaling_NaN usage for INTEGRITYTatiana Borisova2022-03-162-4/+6
* QFlatMap: make insertion STL-compatibleMarc Mutz2022-03-162-39/+54
* QAction: Add NOTIFY changed declaration to priority propertyKai Uwe Broulik2022-03-161-1/+1
* Enable tests to turn off Windows Vista animationsVolker Hilsheimer2022-03-163-7/+25
* Use QDebugStateSaver in example operator<<()Kai Köhne2022-03-162-1/+6
* CMake: Add deployment auto testAlexandru Croitor2022-03-163-0/+126
* CMake: Don't rely on CMAKE_FIND_ROOT_PATH_MODE_PACKAGE for examplesAlexandru Croitor2022-03-161-9/+4
* CMake: Fix cross-building examples in prefix builds as ExternalProjectsAlexandru Croitor2022-03-161-13/+12
* QMainWindow: Fix unused separator widgets blocking mouse eventsEike Ziller2022-03-162-0/+9
* Painting: Fix value check in isUnclipped()Robert Löhning2022-03-161-1/+1
* Doc: Fix typosRobert Löhning2022-03-161-2/+2
* QObject: give some TLC to dumpRecursive()Marc Mutz2022-03-162-13/+34
* QString/QByteArray: = default the move ctorsMarc Mutz2022-03-162-2/+2
* Fix qt version tagging on windows with namespacesMårten Nordheim2022-03-161-1/+1
* Deprecate QElapsedTimer::TickCounterKai Köhne2022-03-162-28/+16
* Doc: Update documentation for QElapsedTimer's in WindowsKai Köhne2022-03-161-24/+3
* syncqt: Do not print info about generating deprecated headers by defaultKai Köhne2022-03-161-3/+3
* QHash: Initialize the hash seed as soon as QtCore loadsThiago Macieira2022-03-152-13/+34
* Q_DECL_INIT_PRIORITY: make the initializers actually runThiago Macieira2022-03-151-1/+6
* QString: reorganize the {starts,ends}With implementationsThiago Macieira2022-03-151-77/+44
* Doc: Remove mentioning of Windows 7, Vista from QFont documentationKai Köhne2022-03-151-7/+1
* QShader: fix memory leak in detach()David Faure2022-03-152-18/+18
* Fix remaining uses of deprecated QScopedPointer::takeMårten Nordheim2022-03-151-3/+3
* Repair some of tst_qtableview tests on AndroidAndreas Buhr2022-03-152-3/+2
* QFileSystemEngine: fix potential formatting errorMarc Mutz2022-03-151-4/+1
* QStringTokenizer::toContainer(): allow more types of target containersMarc Mutz2022-03-152-1/+14
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-1516-40/+40
* Unix: Correctly update options pane for PDF printerAlexander Volkov2022-03-151-2/+2
* Doc: Revise Qt Core module landing pageAndreas Eliasson2022-03-151-28/+30
* Doc: Revise Qt GUI module landing pageAndreas Eliasson2022-03-152-125/+176
* Doc: Use new global include snippets in Qt Network landing pageAndreas Eliasson2022-03-151-6/+7
* Android: expect QPlainTextEdit::canPaste() to fail after clipboard clearAssam Boudjelthia2022-03-151-0/+4
* Android: guard against potential null pointer accessAssam Boudjelthia2022-03-152-18/+24
* Painting: fix overriding and combining different clip typesEirik Aavitsland2022-03-157-32/+323
* QFormLayout: Fix assert when showing with hidden rowsVolker Hilsheimer2022-03-152-14/+37
* cmake_automoc_parser: Fix issue found by CodeCheckerJoerg Bornemann2022-03-151-0/+2
* QString::asprintf: check that passing field widths as arguments worksMarc Mutz2022-03-151-0/+6
* De-pessimize Windows version of QSystemLocalePrivate::measurementSystem()Marc Mutz2022-03-151-3/+1
* QObject: port setObjectName() to QAnyStringViewMarc Mutz2022-03-153-2/+37
* Extract Method QObjectPrivate::ensureExtraData()Marc Mutz2022-03-152-10/+11
* QFSFileEngine: don't call QFileSystemEntry::filePath() twiceMarc Mutz2022-03-151-1/+2
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-156-0/+70
* QLibrary: fix possible arg() format clobberingMarc Mutz2022-03-151-3/+3
* QColor: deprecate isValidColor, setNamedColor, string-ish ctorsMarc Mutz2022-03-153-9/+54
* Revert "Blacklist: test cases blacklisted in tst_QXmlStream:"Heikki Halmet2022-03-151-4/+0
* QVersionNumber: Make documentation period display style consistentChristian Heimlich2022-03-151-1/+1
* QMutexLocker: add isLocked()Giuseppe D'Angelo2022-03-153-0/+27
* qversiontagging: merge the qt_version_tag symbolsThiago Macieira2022-03-141-5/+23
* qversiontagging: remove the old inline assembly contentThiago Macieira2022-03-141-20/+6
* qversiontagging: Use C++17 inline variables also on UnixThiago Macieira2022-03-142-16/+23