summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QWidget: fix link error in static buildZhao Yuhang2024-04-061-19/+19
* QPixelLayout: fix convertCMYKToRGBA32FGiuseppe D'Angelo2024-04-061-1/+1
* Parse grayscale ICC profile as grayscale color spacesAllan Sandfeld Jensen2024-04-061-21/+4
* QNetworkInterface[unix]: fixup some memcpysMårten Nordheim2024-04-051-3/+6
* Network: cleanlinessMårten Nordheim2024-04-056-9/+12
* Add AA_DontUsePopupWindowsOliver Eftevaag2024-04-052-1/+6
* Handle chad elements in ICC profilesAllan Sandfeld Jensen2024-04-053-18/+87
* Make QColorTrcLut more flexibleAllan Sandfeld Jensen2024-04-053-92/+142
* Add color space model, making gray color spaces explicitAllan Sandfeld Jensen2024-04-0511-217/+1071
* NetworkReply[wasm]: simplify some buffer passingMårten Nordheim2024-04-052-6/+7
* QImage: remove the last mentions of Format_CMYK32Giuseppe D'Angelo2024-04-053-4/+2
* Revert "wasm: Proxy emscripten_fetch() to the main thread"Piotr Wierciński2024-04-052-6/+2
* QNetworkInfo[win]: Explicitly link with oleaut32 for MINGW tooMark Brand2024-04-051-1/+1
* SQL/ODBC: QODBCDriver::record Unable to allocate handleMark Brand2024-04-051-1/+1
* QLocale: silence fallthrough warningTim Blechmann2024-04-051-0/+1
* Remove QWindowsComBasePavel Dubsky2024-04-051-30/+0
* QIcc: re-add an extra check in parseLutDataGiuseppe D'Angelo2024-04-041-0/+4
* SQL/ODBC: don't escape a driver stringChristian Ehrlicher2024-04-042-3/+8
* SQL/ODBC: don't create temporary QStringsChristian Ehrlicher2024-04-041-37/+35
* SQL/SQLite: use categorized loggerChristian Ehrlicher2024-04-041-6/+11
* SQL/MySQL: use categorized loggerChristian Ehrlicher2024-04-041-18/+27
* SQL/ODBC: use categorized loggerChristian Ehrlicher2024-04-041-2/+5
* widgets: Invalidate RHI swapchain when window moves to new top levelTor Arne Vestbø2024-04-042-6/+13
* JNI: check for pending exception first in getCleanJniObject()Assam Boudjelthia2024-04-041-5/+3
* doc: Remove deprecation of the supported QTouchEvent ctorShawn Rutledge2024-04-041-2/+0
* QColorTRC: code tidiesGiuseppe D'Angelo2024-04-041-24/+33
* QCollatorSortKey: Rule of Five: add missing move constructorEdward Welbourne2024-04-042-8/+21
* Fix range-loop-detach warning in qhttp2connection.cppMatthias Rauter2024-04-041-1/+1
* Remove unused variables in QHttp2Stream::internalSendDATAMatthias Rauter2024-04-041-3/+0
* Fix fully-qualified-moc-types clazy warnings in qhttp2connection_p.hMatthias Rauter2024-04-041-2/+2
* Fix a regression when painting CMYK over ARGB32_PremultipliedAllan Sandfeld Jensen2024-04-045-15/+116
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-049-43/+45
* QTypeInfo: Add a missing includeMartin Storsjö2024-04-041-0/+1
* Abstract QWidget focus chain managementAxel Spoerl2024-04-042-136/+455
* Android/QtView: Move resizing of the QWindow to Qt threadTinja Paavoseppä2024-04-041-5/+7
* Android/QtView: Set also x and y of the wrapped foreign QWindowTinja Paavoseppä2024-04-044-12/+17
* Android/Embedding QML: Resize also parent windowTinja Paavoseppä2024-04-043-8/+11
* Android: Make QtView extend ViewGroup instead of QtLayoutTinja Paavoseppä2024-04-042-5/+46
* Android: Make QtLayout support MATCH_PARENT layout paramsTinja Paavoseppä2024-04-041-5/+5
* QPdf: do not switch to file-backed storage if we can't open itGiuseppe D'Angelo2024-04-041-9/+10
* QSqlField: fix missing deprecation macroZhao Yuhang2024-04-041-0/+4
* Use properly-aligned float[4] as _mm_store_ps() output bufferMarc Mutz2024-04-041-5/+5
* QBenchmark: abort if we can't open the output fileGiuseppe D'Angelo2024-04-041-1/+4
* Add CMYK image output support to QPdfWriterGiuseppe D'Angelo2024-04-042-35/+86
* Doc: Qt Data Types DocumentationJaishree Vyas2024-04-041-0/+43
* QPdf: assert that we can load the files from the resourcesGiuseppe D'Angelo2024-04-041-2/+4
* QCupsPrintEngine: handle a possible failure to open the cups fdGiuseppe D'Angelo2024-04-041-1/+14
* QTest: expose API needed for Qt Quick Test to print crash backtracesMitch Curtis2024-04-043-7/+13
* QTest: move crash-handling code out into qtestcrashhandler_p.hMitch Curtis2024-04-044-735/+923
* Qt::ApplicationAttribute: static_assert that we don't go higher than 32Mitch Curtis2024-04-041-1/+4