summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-164095-158009/+8749
* Correctly read and write CF_DIB bmp dataViktor Arvidsson2022-05-162-22/+50
* Android A11Y: handle LocationChanged event only for focused elementIvan Solovev2022-05-169-15/+17
* Item widgets: clean up treatment of Qt::TextAlignmentRole / CheckStateRoleGiuseppe D'Angelo2022-05-166-8/+112
* QKeySequence: Fix the one-off error in the mac glyph array sizeLaszlo Papp2022-05-151-2/+2
* Add QTextDocFragment::to/fromMarkdown() & QTextCursor::insertMarkdown()Shawn Rutledge2022-05-144-6/+88
* Add floating point color space conversionsAllan Sandfeld Jensen2022-05-143-17/+311
* Use correct condition for the qopengles2ext.h fileAlexey Edelev2022-05-131-1/+5
* Add variadic template overloads for QJniObject/Environment methodsVolker Hilsheimer2022-05-134-191/+301
* QVersionNumber: de-inline QList constructor calls and resize()Marc Mutz2022-05-132-12/+36
* QObject: mark two error reporting functions COLDMarc Mutz2022-05-131-0/+2
* Fix versioning of PixelScrollKai Köhne2022-05-131-1/+1
* XCB: fix leaked QXcbScrollingDevicePrivateLiang Qi2022-05-132-3/+11
* qtloader.js: remove "getProcAddress" error filteringMorten Sørvig2022-05-131-6/+0
* qtloader.js: forward stdErr to console.warn()Morten Sørvig2022-05-131-1/+1
* Fix removal of trailing slashMarcus Tillmanns2022-05-131-6/+6
* QVarLengthArray: Move unique_ptr<void, free_deleter> to QVLABaseBaseMarc Mutz2022-05-131-4/+6
* wasm: fix specialHtmlTargets codeMorten Sørvig2022-05-121-3/+2
* Revert "MySQL: pedantism: create and destroy the MYSQL_TIME type"Thiago Macieira2022-05-121-7/+3
* Add missing header files to the module sourcesAlexey Edelev2022-05-1210-18/+36
* wasm: remove window from requestUpdate queue on removeWindow()Morten Sørvig2022-05-121-0/+1
* wasm: always call destroy() before deleting a screenMorten Sørvig2022-05-123-7/+6
* QMetaType: Fix normalization on MSVC if name contains enumFabian Kosmale2022-05-121-1/+1
* Fix a QDBusConnection crash with pending calls when connection is closedJohannes Rosenqvist2022-05-111-1/+7
* QLibraryInfo: Use __VERSION__ with Clang tooThiago Macieira2022-05-111-5/+1
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-1115-190/+31
* Atomics: workaround GCC 12 warning about overflowing d->stateThiago Macieira2022-05-112-0/+12
* QNetworkCacheMetaData: replace qSwap with member-swapMarc Mutz2022-05-111-1/+1
* Fix -no-freetype build on WindowsEskil Abrahamsen Blomfeldt2022-05-111-1/+3
* Add a clear action to QKeySequenceEditLaszlo Papp2022-05-112-2/+36
* Update shared-mime-info to the 2.2 releaseLiang Qi2022-05-111-35137/+35850
* QIOSTextResponder: recreate responder upon resetRichard Moe Gustavsen2022-05-101-3/+16
* CMake: Don't require system freetypeAlexandru Croitor2022-05-101-1/+0
* rhi: d3d: Fix not resetting the pipeline tracking between passesLaszlo Agocs2022-05-102-5/+2
* QPolygon: add toPolygonF()Marc Mutz2022-05-102-0/+16
* Windows QPA: Send screen change before geometry changeMorten Sørvig2022-05-101-3/+3
* QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-106-33/+34
* Fix namespaced builds on ARMLars Knoll2022-05-101-1/+1
* Prevent crashing when FcFontList failsJoni Poikelin2022-05-101-0/+2
* wasm: add support for drag into browser windowLorn Potter2022-05-107-2/+349
* Add ARM YIELD support to qYieldCpu()Marc Mutz2022-05-101-1/+16
* Windows QPA: Fix crash in some rare casesYuhang Zhao2022-05-101-1/+2
* QAbstractItemDelegate: fix rect given to tooltip handingDavid Faure2022-05-091-6/+1
* Fix QtAndroidPrivate namespace documentationIvan Solovev2022-05-091-3/+4
* Revert introduction of QT_USE_BOOTSTRAP_SOURCE_COPYJoerg Bornemann2022-05-091-115/+69
* Fix qmake/qtpaths -query for static relocatable buildsJoerg Bornemann2022-05-092-9/+38
* QRandomGenerator: port away from std::aligned_storageMarc Mutz2022-05-071-4/+5
* QHash: port away from std::aligned_storageMarc Mutz2022-05-071-1/+1
* Endian: Provide special integer bitfield unionsUlf Hermann2022-05-071-0/+181
* QXmlStreamReader: port Value::len from int to qsizetypeMarc Mutz2022-05-074-21/+21