summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use unnamed namespace in qlocale_p.hEdward Welbourne2023-03-132-6/+7
* Propagate QT_DISABLE_DEPRECATED_UP_TO to QtLibraryInfo libraryIvan Solovev2023-03-131-0/+3
* Android: skip two qrhi tests to enable Android 12 in CIAssam Boudjelthia2023-03-131-0/+12
* Imagescaling example: fix memory leaksIvan Solovev2023-03-131-1/+2
* macOS: Guard text input client from destroyed QCocoaWindowTor Arne Vestbø2023-03-132-13/+24
* Adapt qt_process_qlalr for test batchingMikolaj Boc2023-03-131-0/+9
* QMenuBar: Mark items as dirty when switching away from native menu barTor Arne Vestbø2023-03-131-0/+1
* Do not batch standalone tests; add an option to batch themMikolaj Boc2023-03-131-8/+16
* Avoid error with test helper when test batch is missingMikolaj Boc2023-03-131-2/+2
* Make sure that all dependencies are found before creating tool targetsAlexey Edelev2023-03-131-5/+11
* Doc: Remove broken link to Anchor Layout ExampleAndreas Eliasson2023-03-131-2/+0
* configure: remove -c++ entry from the -help outputThiago Macieira2023-03-121-2/+0
* QMetaEnum: fix narrowing warnings related to valueToKey*()Ahmad Samir2023-03-132-5/+4
* Fix listed files for sha3_keccakKai Köhne2023-03-121-1/+1
* QString: fix a couple of integral narrowing warningsAhmad Samir2023-03-121-3/+3
* SQL/MySQL: Add support for Bit-Value Type - BITChristian Ehrlicher2023-03-122-2/+35
* SQL/Tests: remove safeDropTable() / add helper classChristian Ehrlicher2023-03-126-191/+167
* SQL/ODBC: add another check to detect unicode availability in driverChristian Ehrlicher2023-03-121-1/+12
* SQL/MySQL: fix QSqlDatabase::tables() with MySQL 8.0.xChristian Ehrlicher2023-03-121-2/+5
* Reuse the existing canvas context for offscreen surfacesMikolaj Boc2023-03-122-29/+60
* SQL/OCI: Compile with QT_NO_CAST_FROM_ASCIIChristian Ehrlicher2023-03-121-1/+1
* SQL: add QIBASE to tocChristian Ehrlicher2023-03-121-0/+1
* SQL/IBASE: also search in firebird subdirChristian Ehrlicher2023-03-121-0/+1
* Make sure helper executables used by unittests are builtAhmad Samir2023-03-113-3/+5
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-1110-68/+57
* QMimeDatabase: cleanup unittestAhmad Samir2023-03-111-10/+11
* Misc: Fix qsizetype-related narrowing coversionsAhmad Samir2023-03-1110-27/+26
* sysconf() system function returns longAhmad Samir2023-03-111-3/+3