summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QSslServer: pass 'this' as a context to connections to socketMårten Nordheim2022-08-181-9/+9
* CMake: Add function to create qmake build testsAlexandru Croitor2022-08-181-0/+131
* a11y atspi: Send D-Bus reply for "GetCaption" in expected formatMichael Weghorn2022-08-171-3/+3
* QAuthenticator: Fix crash when using NTLM / NegotiateMårten Nordheim2022-08-172-7/+22
* vkkhrdisplay: Create the platform window alwaysLaszlo Agocs2022-08-171-1/+5
* rhi: Fix instance API version when only 1.1 is supportedLaszlo Agocs2022-08-171-1/+1
* wasm: streamline the exec warningMorten Sørvig2022-08-171-6/+2
* wasm: include asyncify support unconditionallyMorten Sørvig2022-08-171-29/+35
* wasm: remove dead qt_asyncify_yield() codeMorten Sørvig2022-08-172-30/+0
* a11y atspi: translate coords for GetOffsetAtPoint the right wayMichael Weghorn2022-08-171-1/+1
* a11y atspi: Take dialog into account as top-level windowMichael Weghorn2022-08-171-2/+3
* Provide a native interface instance in minimal platform pluginJaroslaw Kubik2022-08-172-0/+13
* a11y atspi: Fix incorrect use of x instead of y positionMichael Weghorn2022-08-171-1/+1
* QSemaphore: Fix warnings about shift exceeding size on 32-bitThiago Macieira2022-08-171-2/+3
* qdbusxml2cpp: be consistent in the annotation suggestionThiago Macieira2022-08-171-6/+6
* Rename QPlatformFontDatabase::handleAvailableFontsChanged()Tor Arne Vestbø2022-08-174-5/+11
* Improve window dragging on WASMMikolaj Boc2022-08-1613-247/+510
* Include current test name in crash reportsEdward Welbourne2022-08-161-5/+9
* Fix ignored name filter in QFileDialog::getOpenFileContent()Sze Howe Koh2022-08-161-1/+1
* cmake: Pick up project and target version when setting bundle versionsTor Arne Vestbø2022-08-161-2/+24
* CMake: Override simulator architecture to x86_64 for Xcode generatorTor Arne Vestbø2022-08-151-0/+27
* macOS: Ignore deprecation for ReleaseIconRefTor Arne Vestbø2022-08-151-1/+1
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-159-157/+93
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-156-32/+0
* Fix losing grip on dragged window on WASMMikolaj Boc2022-08-151-1/+1
* cmake: Share most finalizers between macOS and iOS appsTor Arne Vestbø2022-08-151-6/+11
* cmake: Set CURRENT_PROJECT_VERSION and MARKETING_VERSION for Xcode projectsTor Arne Vestbø2022-08-151-4/+24
* Fix QFontDatabase::hasFamily() for ambiguous familiesEskil Abrahamsen Blomfeldt2022-08-151-1/+13
* vkkhrdisplay: Silence validation complaints about presentation supportLaszlo Agocs2022-08-152-4/+12
* Fix initialization of QDateEdit and QTimeEditEdward Welbourne2022-08-151-2/+2
* Fix handling of invalid input to Q(Date|Time)Edit constructorsEdward Welbourne2022-08-151-2/+2
* Refactor code focused around QWasmCompositor::processMouseMikolaj Boc2022-08-157-229/+207
* CMake: Add QT_ANDROID_SIGN_AAB variableJoerg Bornemann2022-08-152-0/+31
* QLocale: port findTag to std::string_viewMarc Mutz2022-08-151-6/+6
* Mark C++11/C++14 portability macros as deprecatedKai Köhne2022-08-141-31/+5
* Finish porting cross-platform parts of QStringConverter to qsizetype/size_tMarc Mutz2022-08-122-3/+3
* Port qt_readEscapedFormatString() to qsizetypeMarc Mutz2022-08-124-7/+7
* QStringConverter: add Q_CONSTINIT to function-level QBasicAtomicMarc Mutz2022-08-121-0/+1
* QTextBoundaryFinder: fix a flawed buffer size calculationMarc Mutz2022-08-121-1/+1
* QUnicodeTools: mark a test-only flag constexpr/constinitMarc Mutz2022-08-121-3/+6
* QStringConverter: make a narrowing conversion explicitMarc Mutz2022-08-121-1/+1
* QStringConverter: fix -Wc++20-compatMarc Mutz2022-08-122-9/+11
* QLocale: port locale_data indexing to qsizetypeMarc Mutz2022-08-122-15/+17
* QChar: replace uint with char32_t in the implementationMarc Mutz2022-08-121-10/+10
* QMetaType: don't use global relocations to the lambdas and structuresThiago Macieira2022-08-121-0/+17
* QLocale: fix UB in defaultIndex() (using < on unrelated pointers)Marc Mutz2022-08-121-2/+2
* QString: finish migration to qsizetypeMarc Mutz2022-08-121-4/+4
* Be more graceful when objects die by the time the dnd loop exitsLaszlo Agocs2022-08-121-0/+3
* 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