summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QItemSelectionModel: don't warn when destroying the modelv6.5.36.5.3Volker Hilsheimer2023-09-222-3/+20
* Update public suffix listMarc Mutz2023-09-213-4158/+4192
* Upgrade Harfbuzz to version 8.2.0Eskil Abrahamsen Blomfeldt2023-09-2154-191/+1171
* [docs] Fix \since for qHash(qfloat16)Marc Mutz2023-09-201-3/+3
* SQLite: Update SQLite to v3.43.1Andy Shaw2023-09-193-92/+101
* Upgrade to Freetype 2.13.2Eskil Abrahamsen Blomfeldt2023-09-1937-3169/+320
* qmake: Bump supported macOS SDK version to 14 (Sonoma)Tor Arne Vestbø2023-09-191-1/+1
* qmake: Don't error out if QMAKE_DEFAULT_LIBDIRS is empty on macOSTor Arne Vestbø2023-09-151-3/+6
* GUI: give more warning when can't load xcb since 6.5.0Liang Qi2023-09-151-0/+4
* Revamp Mandelbrot example: Revisit the documentatonRym Bouabid2023-09-142-4/+4
* Revamp Semaphores example: Replace const by constexpr when applicableRym Bouabid2023-09-141-2/+2
* Revamp Mandelbrot example: Add const/constexpr when applicableRym Bouabid2023-09-142-25/+24
* Windows QPA: Adjust margins for Windows App SDK compatibilityTimothée Keller2023-09-141-3/+26
* qsimd_p.h: rework the check for x86-64-v3 featuresThiago Macieira2023-09-141-13/+15
* ios: Fix crash when closing app while showing a native screenAlbert Astals Cid2023-09-141-1/+4
* Docs: Add macros for common Qt productsNicholas Bennett2023-09-131-0/+3
* syncqt: Handle possible exceptions thrown by std::filesystem::create_directoriesAlexey Edelev2023-09-131-7/+33
* syncqt: Mark updateOrCopy as exception freeAlexey Edelev2023-09-131-2/+3
* syncqt: Add the missing file stream close callsAlexey Edelev2023-09-131-0/+2
* syncqt: Add the missing is_open check to writeIfDifferentAlexey Edelev2023-09-131-0/+4
* syncqt: Generate the deprecated header in the framework directory tooAlexey Edelev2023-09-131-2/+10
* Fix qHash(qfloat16) to match Qt 6.4 behaviorMarc Mutz2023-09-133-6/+19
* doc: Remove QSettings' paths for embedded linuxMohammadHossein Qanbari2023-09-131-6/+4
* CMake: Fix build with CMake 3.28 on macOSJoerg Bornemann2023-09-121-2/+6
* QDialogButtonBox: Manage hide and show of standard buttonsAxel Spoerl2023-09-123-15/+44
* Revamp Mandelbrot example: Fix too long linesRym Bouabid2023-09-121-2/+4
* Revamp Mandelbrot example: Use a Literal operator to create QStringRym Bouabid2023-09-121-2/+4
* Revamp Mandelbrot example: Fix IncludesRym Bouabid2023-09-124-7/+7
* QString: fix append() wrt. raw dataMårten Nordheim2023-09-133-0/+36
* QWindow: avoid extra window resize on changing min/max sizesVladimir Belyavsky2023-09-121-1/+4
* tst_QHashFunctions: fix std::pair test to use QFETCH_GLOBAL seedsMarc Mutz2023-09-121-6/+0
* tst_QHashFunctions: test with actual 64-bit seedsMarc Mutz2023-09-121-12/+18
* QLibraryInfo: fix GCC ubsan buildMarc Mutz2023-09-121-3/+1
* Turn Directions enum into an enum class in serialization converterEdward Welbourne2023-09-129-13/+15
* Turn Converter::Direction into a QFlags enumEdward Welbourne2023-09-1216-22/+24
* Serialization converter example: const-ify the Converter typeEdward Welbourne2023-09-1216-129/+143
* Separate streaming dumper and converter in the convert exampleEdward Welbourne2023-09-127-102/+124
* corelib/serialization examples: clang-tidy and coding style clean-upEdward Welbourne2023-09-1220-118/+75
* QPolygon(F): streamline the QDebug streaming operatorGiuseppe D'Angelo2023-09-121-12/+2
* cmake: Don't pass -undefined,error to Apple linkerTor Arne Vestbø2023-09-121-0/+5
* wasm: don't crash if app is deleteLater()edMorten Sørvig2023-09-111-0/+5
* wasm: send key release for touchscreen inputLorn Potter2023-09-112-5/+8
* QDataStream: clarify QDataStream::operator>>(char *&s) API docsAhmad Samir2023-09-101-3/+4
* Doc: Fix documented default for QCalendarWidget maximumDate, minimumDateKai Köhne2023-09-091-4/+2
* CMake:Android: Add jar files to a ${target}JarSourcesAssam Boudjelthia2023-09-081-0/+8
* corelib/serialization examples: use string literals moreEdward Welbourne2023-09-089-107/+121
* Doc: Add \examplecategory for qtconcurrentSafiyyah Moosa2023-09-083-0/+3
* QComboBox on macOS: guard against destruction while native popup is openVolker Hilsheimer2023-09-082-6/+22
* QItemSelectionModel: fix binding loopsIvan Solovev2023-09-071-16/+17
* QItemSelectionModelPrivate: improve formatting of the connectionsIvan Solovev2023-09-071-24/+25