summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QVector<N>D: simplify get<I>() implementationMarc Mutz2023-03-161-18/+3
* QPlainTextEdit: Don't block signals on page stepAxel Spoerl2023-03-151-12/+3
* QApplication: Fix DEPRECATED_VERSION for setActiveWindowNicolas Fella2023-03-151-2/+2
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-1510-25/+23
* 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-153-363/+382
* Android: demistify the "No platform plugin" androiddeployqt errorAssam Boudjelthia2023-03-151-9/+4
* Fix tst_qfilesystementry in unity buildAmir Masoud Abdol2023-03-152-24/+27
* QPlainTextEdit code cleanupAxel Spoerl2023-03-151-53/+81
* emit QAbstractSlider::valueChanged() only on value changeAxel Spoerl2023-03-151-2/+9
* 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-142-30/+55
* QCompleter::setPopup() - refactor and cleanupAxel Spoerl2023-03-141-20/+25
* Wasm: Add support for setOpacity() in QWasmWindowPiotr Wierciński2023-03-142-0/+6
* wasm: restore windowCursor nullptr checkMorten Sørvig2023-03-141-4/+3
* 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
* 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
* 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-136-18/+40
* Don't use unnamed namespace in qlocale_p.hEdward Welbourne2023-03-132-6/+7
* macOS: Guard text input client from destroyed QCocoaWindowTor Arne Vestbø2023-03-132-13/+24
* QMenuBar: Mark items as dirty when switching away from native menu barTor Arne Vestbø2023-03-131-0/+1
* 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-121-2/+28
* 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
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-1110-68/+57
* Misc: Fix qsizetype-related narrowing coversionsAhmad Samir2023-03-1110-27/+26
* sysconf() system function returns longAhmad Samir2023-03-111-3/+3
* QLocale: StringToDoubleConverter::StringToDouble() takes an intAhmad Samir2023-03-111-1/+1
* Add test function for private networkYAMAMOTO Atsushi2023-03-112-7/+26
* QVariant: fix comparisons between strings and integer 0Giuseppe D'Angelo2023-03-101-1/+1
* Implement qstrncpy() in terms of std::strncat()Marc Mutz2023-03-101-10/+3
* Fix FTBFS with -qtnamespaceMårten Nordheim2023-03-101-1/+3