summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* qdbusxml2cpp: remove the old "In"-for-signal compatibility codeThiago Macieira2022-08-161-16/+8
* qdbusxml2cpp: be consistent in the annotation suggestionThiago Macieira2022-08-161-6/+6
* Rename QPlatformFontDatabase::handleAvailableFontsChanged()Tor Arne Vestbø2022-08-164-5/+11
* Maintain the window z-order properly in wasm compositorMikolaj Boc2022-08-165-69/+259
* rhi: Enhance internal docs about buffer and image load/storeLaszlo Agocs2022-08-161-0/+63
* doc: QEventPoint::timeHeld is reported in seconds, not millisecondsRichard Moe Gustavsen2022-08-161-1/+1
* vkkhrdisplay: Create the platform window alwaysLaszlo Agocs2022-08-161-1/+5
* rhi: Fix instance API version when only 1.1 is supportedLaszlo Agocs2022-08-161-1/+1
* Windows: Align QWindowsWindow logging category name with other platformsTor Arne Vestbø2022-08-165-51/+51
* QDeviceDiscoveryUDev: use NSDMIMarc Mutz2022-08-152-4/+4
* macOS: Ignore deprecation for ReleaseIconRefTor Arne Vestbø2022-08-151-1/+1
* Fix ignored name filter in QFileDialog::getOpenFileContent()Sze Howe Koh2022-08-161-1/+1
* Fix QFontDatabase::hasFamily() for ambiguous familiesEskil Abrahamsen Blomfeldt2022-08-151-1/+13
* Doc: Remove mentioning of outdated QDataStream versionKai Köhne2022-08-151-1/+1
* vkkhrdisplay: Silence validation complaints about presentation supportLaszlo Agocs2022-08-152-4/+12
* rhi: d3d11: Enable tessellation and geometry with some caveatsLaszlo Agocs2022-08-153-297/+380
* Mark C++11/C++14 portability macros as deprecatedKai Köhne2022-08-141-31/+5
* Move macros for Darwin-based operating systems to qsystemdetection.hSona Kurazyan2022-08-132-52/+54
* Move the checks for disabling useless warnings to qcompilerdetection.hSona Kurazyan2022-08-132-31/+31
* Move Q_{OUTOFLINE, INLINE}_TEMPLATE definitions to qcompilerdetection.hSona Kurazyan2022-08-132-7/+7
* Move some compiler-specific macros to qcompilerdetection.hSona Kurazyan2022-08-132-68/+74
* CMake: Add QT_ANDROID_SIGN_AAB variableJoerg Bornemann2022-08-122-0/+31
* Include current test name in crash reportsEdward Welbourne2022-08-121-5/+9
* QLocale: port locale_data indexing to qsizetypeMarc Mutz2022-08-122-15/+17
* QLocale: fix UB in defaultIndex() (using < on unrelated pointers)Marc Mutz2022-08-121-2/+2
* QMetaType: don't use global relocations to the lambdas and structuresThiago Macieira2022-08-121-0/+17
* QChar: replace uint with char32_t in the implementationMarc Mutz2022-08-121-10/+10
* QString: finish migration to qsizetypeMarc Mutz2022-08-121-4/+4
* Use the local file APIs to save/load files on WASMMikolaj Boc2022-08-125-65/+184
* Be more graceful when objects die by the time the dnd loop exitsLaszlo Agocs2022-08-121-0/+3
* rhi: metal: Simplify batch comparisonsLaszlo Agocs2022-08-121-50/+11
* RHI: Cache ShaderResourceBindings for MetalAndy Nichols2022-08-121-89/+156
* QUnicodeTools: mark a test-only flag constexpr/constinitMarc Mutz2022-08-121-3/+6
* QStringConverter: add Q_CONSTINIT to function-level QBasicAtomicMarc Mutz2022-08-121-0/+1
* QLocale: port findTag to std::string_viewMarc Mutz2022-08-121-6/+6
* Port qt_readEscapedFormatString() to qsizetypeMarc Mutz2022-08-124-7/+7
* QTextBoundaryFinder: fix a flawed buffer size calculationMarc Mutz2022-08-121-1/+1
* Finish porting cross-platform parts of QStringConverter to qsizetype/size_tMarc Mutz2022-08-122-3/+3
* QStringConverter: make a narrowing conversion explicitMarc Mutz2022-08-121-1/+1
* QStringConverter: fix -Wc++20-compatMarc Mutz2022-08-122-9/+11
* QString: fix arg() for >2Gi repeated lowest-escape-sequence-numbersMarc Mutz2022-08-121-4/+4
* wasm: allow apps to override EXPORT_RUNTIME_METHODSLorn Potter2022-08-122-0/+19
* Move Q_OF_ELF/Q_OF_MACH_O macros to qsystemdetection.hSona Kurazyan2022-08-112-7/+7
* Move Qt 6/7 specific macros to qtversionchecks.hSona Kurazyan2022-08-112-52/+59
* Move qMin/qMax/qBound() to a separate qminmax.h headerIvan Solovev2022-08-116-106/+137
* Extract header qtypes.h from qglobal.hSona Kurazyan2022-08-116-453/+497
* [docs] Fix return value of QStringIterator::next()Marc Mutz2022-08-111-1/+1
* QUnicodeTools: fix truncation in debug statementsMarc Mutz2022-08-111-5/+5
* QUnicodeTools: fix data race in initialization of libthai symbolsMarc Mutz2022-08-111-5/+12
* QUnicodeTools: fix types used around th_brk()Marc Mutz2022-08-111-2/+2