summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtNetwork: compile-optimize inline swap functionsMarc Mutz2022-03-1717-23/+23
* QtDBus: compile-optimize inline swap functionsMarc Mutz2022-03-177-11/+11
* QDateTime: future-proof swap()Marc Mutz2022-03-173-1/+18
* QLibrary: restore translated stringMarc Mutz2022-03-171-6/+6
* QHash: fix -Werror=maybe-uninitialized (GCC 11.2)Marc Mutz2022-03-171-1/+1
* wasm: remove compiler and linker warningsLorn Potter2022-03-172-23/+31
* QResultStore: remove unused includeGiuseppe D'Angelo2022-03-171-1/+0
* QLoggingCategory: code tidiesGiuseppe D'Angelo2022-03-171-5/+5
* Exercise reparenting more in QOpenGLWidget autotestLaszlo Agocs2022-03-171-1/+65
* QThread: avoid lock/relock an empty QMutexLockerGiuseppe D'Angelo2022-03-171-5/+9
* QObject: add another couple of tests for broken connect()Giuseppe D'Angelo2022-03-171-0/+11
* Add missing install of pnglibconf.h for static buildsMichal Klocek2022-03-161-0/+1
* 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