summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add sorted lookup table for QHttpHeaders name fieldsJuha Vuolle2024-03-051-0/+222
* cmake: Allow silencing CMake generator warning from environmentTor Arne Vestbø2024-03-051-1/+2
* Icon: work around compile optimization bugVolker Hilsheimer2024-03-051-158/+158
* QTextMarkdownWriter: escape special characters (line or word prefix)Shawn Rutledge2024-03-054-8/+115
* Remove unnecessary #undef about q{Debug,Info,Warning,Critical,Fatal}Thiago Macieira2024-03-052-15/+0
* CMake/Windows: add quotes around the whole path, not just the dirRichard Moe Gustavsen2024-03-041-2/+2
* CMake/Windows: add setlocal to the Windows bat filesRichard Moe Gustavsen2024-03-042-0/+2
* Do not add PDF-related files to the resources if PDF is disabledAndré Klitzing2024-03-041-16/+17
* Android: Fix inverted equals condition on QtAccessibilityDelegateTinja Paavoseppä2024-03-041-1/+1
* QNetworkInformation: document a potential SiCMarc Mutz2024-03-040-0/+0
* QtXml: fix leak in QDomText::splitTextChristian Ehrlicher2024-03-044-0/+24
* QString: document isSimpleText() removalMarc Mutz2024-03-040-0/+0
* Revert "tests: blacklist tst_QWidget::render() on Wayland"Liang Qi2024-03-041-2/+0
* QDockWidget: Use resizer without native window decorationAxel Spoerl2024-03-041-4/+4
* Compiler detection - __attribute__((fallthrough)) for clangTim Blechmann2024-03-041-2/+2
* QProcess/Doc: remove the note that about FailedToStart after started()Thiago Macieira2024-03-031-3/+0
* qfloat16: use std::numeric_limits<std::float16> if availableThiago Macieira2024-03-031-0/+15
* qfloat16: make native std::numeric_limits<qfloat16> constexprThiago Macieira2024-03-031-1/+7
* Disconnect QWindowContainer::focusWindowChanged on destructionTor Arne Vestbø2024-03-031-0/+3
* tst_QMutex: use the new QCOMPARE_* macrosMårten Nordheim2024-03-031-24/+24
* UDP: don't disable read notification unless we have a datagramMårten Nordheim2024-03-034-2/+85
* SQL/SQLite: Silence warning "Unsupported option ''"Friedemann Kleint2024-03-021-1/+1
* Rename qIsConstantEvaluated() to q20::is_constant_evaluated()Marc Mutz2024-03-025-32/+32
* androiddeployqt: fix QDirIterator::next() usageAhmad Samir2024-03-021-2/+3
* SQL/ODBC: escape values in connection stringChristian Ehrlicher2024-03-021-5/+17
* SQL/ODBC: Add helper class SqlStmtHandleChristian Ehrlicher2024-03-021-68/+68
* Fix previewing a preview on reentranceAllan Sandfeld Jensen2024-03-013-0/+9
* Add QWidgetPrivate::rhi() helper methodTor Arne Vestbø2024-03-015-25/+16
* Add QWidgetPrivate::closestParentWidgetWithWindowHandle helper methodTor Arne Vestbø2024-03-012-0/+20
* Remove QWindowPrivate::compositingTor Arne Vestbø2024-03-013-14/+0
* Mark QNetworkRequestFactory as TPJuha Vuolle2024-03-011-1/+1
* Update the default behavior of items with layoutSanthosh Kumar2024-03-012-5/+13
* Remove unsused includes in QRestReplyJuha Vuolle2024-03-011-2/+0
* windows: Remove workaround for delayed OpenGL initializationTor Arne Vestbø2024-03-013-24/+0
* QDBusUtil: document the D-Bus signature grammarMarc Mutz2024-03-011-0/+15
* [docs] QDBusUtil::isValidObjectPath(): simplify descriptionMarc Mutz2024-03-011-3/+2
* Add Qt Tools for Android Studio Macro \QtTASNicholas Bennett2024-03-011-0/+1
* QWindows11Style: Fix transparency for overlapping ItemView editingWladimir Leuschner2024-03-011-1/+9
* Bring back QASV::detects_US_ASCII_at_compile_timeIvan Solovev2024-03-012-5/+11
* QTextHtmlImporter: don't forget to appendBlock after block tag closedShawn Rutledge2024-03-013-1/+27
* QWindows11Style: Revert Windows global palette changesWladimir Leuschner2024-03-012-136/+117
* Change QRestAccessManager executeRequest() to use function_refJuha Vuolle2024-03-012-27/+30
* QTextEdit::event: refactor into switch statementVolker Hilsheimer2024-03-011-16/+26
* Fix spelling of FFmpeg in (end-)user-visible string of windeployqtVolker Hilsheimer2024-03-011-2/+2
* Fix QTextEdit/QPlanTextEdit palette not updatedMike Chen2024-03-012-9/+9
* QTextEngine: Protect against integer overflow with huge textsPaul Olav Tvete2024-03-012-16/+17
* Increase padding for LineEdit controls in QWindows11StyleWladimir Leuschner2024-03-013-7/+44
* Add the use of a macro to control the supported AAOS versionsNicholas Bennett2024-03-011-0/+1
* QByteArrayView: make conversion to string_view constexprMarc Mutz2024-03-012-1/+35
* QRestReply: use qt_ptr_swap instead of std::swapMarc Mutz2024-03-011-1/+1