summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rhi: Make non-critical pipeline cache warnings qCDebug insteadLaszlo Agocs2023-03-164-44/+45
* QMessageAuthenticationCode: add move SMFs and swap()Marc Mutz2023-03-163-0/+84
* QDate: add epochDate() helper to unittestsAhmad Samir2023-03-161-6/+14
* Fix compilation issues for androidMichal Klocek2023-03-163-0/+9
* QEdidParser: Fix parsing of string descriptors with length less than 13Tor Arne Vestbø2023-03-161-5/+11
* Add basic test for QWindow foreign windowsTor Arne Vestbø2023-03-162-0/+137
* QtDBus: Don't list removed listnames example in manifestmeta.thumbnail.namesIevgenii Meshcheriakov2023-03-161-2/+1
* moc: Allow anonymous propertiesUlf Hermann2023-03-167-185/+310
* QOpenGLTexture: Add a doc note about the unavoidable conversionLaszlo Agocs2023-03-161-0/+6
* Add QOpenGLWindow/Widget doc note about depth/stencilLaszlo Agocs2023-03-162-0/+24
* Modernize Tuple Protocol implementationsMarc Mutz2023-03-164-28/+40
* QVector<N>D: simplify get<I>() implementationMarc Mutz2023-03-161-18/+3
* QPlainTextEdit: Don't block signals on page stepAxel Spoerl2023-03-152-12/+29
* QApplication: Fix DEPRECATED_VERSION for setActiveWindowNicolas Fella2023-03-151-2/+2
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [10/13]Ahmad Samir2023-03-152-154/+159
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-1512-27/+25
* qcompilerdetection: all supported compilers have visibility attributesAhmad Samir2023-03-151-1/+1
* QLockFile: {set}StaleLockTime: use chrono firstAhmad Samir2023-03-153-19/+30
* QLockFilePrivate: initialize members in-classAhmad Samir2023-03-151-14/+8
* Pack languageCodeList tighterMate Barany2023-03-154-375/+384
* Android: demistify the "No platform plugin" androiddeployqt errorAssam Boudjelthia2023-03-151-9/+4
* Fix an issue with passing NO_UNITY_BUILD_SOURCESAmir Masoud Abdol2023-03-156-15/+40
* Fix tst_qfilesystementry in unity buildAmir Masoud Abdol2023-03-154-27/+29
* QPlainTextEdit code cleanupAxel Spoerl2023-03-151-53/+81
* emit QAbstractSlider::valueChanged() only on value changeAxel Spoerl2023-03-152-5/+16
* androiddeployqt: remove infinity loop in deleteMissingFilesBartlomiej Moskal2023-03-151-2/+2
* Wasm: Hide "Enable screen reader" button in QWasmWindowPiotr Wierciński2023-03-152-4/+16
* QLockFile: tryLock(): use chrono firstAhmad Samir2023-03-143-38/+65
* QCompleter::setPopup() - refactor and cleanupAxel Spoerl2023-03-142-20/+63
* Wasm: Add support for setOpacity() in QWasmWindowPiotr Wierciński2023-03-142-0/+6
* dbus examples: Update screenshotsIevgenii Meshcheriakov2023-03-146-2/+2
* wasm: restore windowCursor nullptr checkMorten Sørvig2023-03-141-4/+3
* Improve the internal handling of unity buildAmir Masoud Abdol2023-03-145-18/+28
* Utilize NO_UNITY_BUILD arguments instead of manual exclusionAmir Masoud Abdol2023-03-1411-23/+8
* Exclude a few source files from QtCoreAmir Masoud Abdol2023-03-141-6/+14
* Silence an unused-parameter warningAmir Masoud Abdol2023-03-141-1/+2
* Fix for CMake tests when build with unityAmir Masoud Abdol2023-03-1417-4/+28
* Fix tst_qfreelist when build with unityAmir Masoud Abdol2023-03-142-9/+3
* Use qt_internal_add_executable in auto testsAmir Masoud Abdol2023-03-1418-20/+99
* tracepointgen: fix inefficient loops, add a constMarc Mutz2023-03-141-5/+5
* tracegen: fix inefficient loopsMarc Mutz2023-03-141-1/+1
* tracepointgen: fix inefficient loopsMarc Mutz2023-03-141-6/+6
* CMake: Pass CMAKE_EXE_LINKER_FLAGS to project-based try_compileAlexandru Croitor2023-03-141-0/+1
* QMetaType: Ensure that qfloat16 gets correct idFabian Kosmale2023-03-141-0/+14
* CMake: Add NO_COMPILER_RUNTIME to deploy script macrosChristian Heimlich2023-03-134-0/+16
* macOS: Remove workaround for worksWhenModal not being reevaluatedTor Arne Vestbø2023-03-131-39/+0
* QLocalTime: getCurrentStandardUtcOffset: fix narrowing warningsAhmad Samir2023-03-131-3/+10
* QFSFileEngine: fix overflow bug when using lseek64Ahmad Samir2023-03-132-2/+2
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-1326-91/+120
* Skip also QML tests in submodules when batching is onMikolaj Boc2023-03-131-1/+1