summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* macOS: Make QMacMime's handler scope type-safeVolker Hilsheimer2022-11-079-59/+63
* QWindowsMime: port to use modern string literalsVolker Hilsheimer2022-11-071-25/+25
* Rename QMacInternalPasteboardMime to QMacMimeVolker Hilsheimer2022-11-0713-168/+164
* Windows: simplify registration of QWindowsMime implementationsVolker Hilsheimer2022-11-074-115/+175
* Fix registration of Windows-specific custom mime typesVolker Hilsheimer2022-11-071-3/+9
* Add support for stereoscopic content in QRhi::OpenGLES2Kristoffer Skau2022-11-0711-12/+516
* Use strlen instead of magic numbersAhmad Samir2022-11-061-2/+2
* QCryptographicHash: fix build: #include <array> was missingThiago Macieira2022-11-051-0/+2
* QEventDispatcherUNIX: remove unused includeThiago Macieira2022-11-051-1/+0
* QByteArray: move the high-memory-using and slot tests awayThiago Macieira2022-11-057-203/+228
* tst_QGraphicsEffectSource: Reset repaint count after flushing eventsTor Arne Vestbø2022-11-051-1/+1
* QMetaType: Document the default ctorMårten Nordheim2022-11-051-0/+7
* Adapt qdoc macros and documentation for DocBookThibaut Cuvelier2022-11-046-2/+205
* Add support of Android multi-ABI buildsAlexey Edelev2022-11-045-20/+97
* Android: Fix qfiledialog test for emulator bump to API 24Samuel Mira2022-11-041-7/+3
* tst_QAccessibilityMac: Wait for accessible window to become availableTor Arne Vestbø2022-11-041-15/+10
* Merge Objective-C++ parts of tst_QAccessibilityMac into main source fileTor Arne Vestbø2022-11-044-257/+172
* Handle allocation failure in QImage rotate 90/180/270 functionsEirik Aavitsland2022-11-041-0/+6
* Doc: Clean up qforeach docsPaul Wicking2022-11-041-10/+6
* Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-042-17/+109
* QNetworkInformation[Win]: Catch potential exceptionsMårten Nordheim2022-11-042-2/+15
* QByteArray: add erase() unittestsAhmad Samir2022-11-041-0/+28
* corelib: Support ELFOSABI_LINUX in qelfparserNiclas Rosenvik2022-11-041-0/+5
* Fix spelling of converterVolker Hilsheimer2022-11-044-10/+10
* QString: don't detach in remove(QChar ch, Qt::CaseSensitivity cs)Ahmad Samir2022-11-042-13/+44
* QByteArray: don't detach in remove()Ahmad Samir2022-11-042-4/+20
* xcb: Flush Display when processing xcb eventsLiang Qi2022-11-031-0/+8
* xcb: Add xlib wrapper for XFlush()Liang Qi2022-11-033-0/+26
* Revert "Accessibility: don't emit focus change when reason is window activation"Volker Hilsheimer2022-11-032-19/+5
* Clean-up: const'ify QMacInternalPasteboardMime APIVolker Hilsheimer2022-11-033-120/+154
* Clean up QMacMimeRegistry: remove convertorVolker Hilsheimer2022-11-033-25/+4
* Clean up QMacInternalPasteboardMime: remove convertorNameVolker Hilsheimer2022-11-035-91/+11
* Refactor: split QMacMime registry and virtual interfaceVolker Hilsheimer2022-11-0315-191/+270
* Rename QWindowsMimeConverter to QWindowsMimeRegistry, rename filesVolker Hilsheimer2022-11-0311-52/+51
* Make QDialog respect Qt::AA_DontUseNativeDialogsTor Arne Vestbø2022-11-031-0/+3
* macOS: Provide more details when failing to parse ICC profile dataTor Arne Vestbø2022-11-031-1/+3
* Exercise QMessageBox::setInformativeText() in standard dialogs exampleTor Arne Vestbø2022-11-031-13/+22
* QLocale: remove unwise early return in bytearrayTo(Uns)LongLongThiago Macieira2022-11-031-12/+0
* QString: skip QLocale::numberToCLocale for C locale inputsThiago Macieira2022-11-031-2/+6
* Add permission API backend for macOS and iOSTimur Pocheptsov2022-11-0326-5/+1286
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-03315-3461/+3464
* wasm: disable asyncifyMorten Sørvig2022-11-031-0/+8
* wasm: include what you useMorten Sørvig2022-11-031-0/+2
* QString: refactor remove(QChar, Qt::CaseSensitivity)Ahmad Samir2022-11-031-14/+16
* QString: don't detach in remove(pos, len)Ahmad Samir2022-11-033-9/+43
* QString, QByteArray: add erase(iterator) methodAhmad Samir2022-11-036-1/+91
* wasm: add support for enabling wasm excptionsMorten Sørvig2022-11-032-0/+12
* Remove the special handling of the qml directory when parsing xml depsAlexey Edelev2022-11-031-5/+0
* androiddeployqt: Add the missing return value checkAlexey Edelev2022-11-031-2/+7
* Handle the QT_SKIP_WARNINGS_ARE_ERRORS property when running syncqtAlexey Edelev2022-11-031-1/+8