summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QJniObject: use ctor delegation instead of construct+assignMarc Mutz2024-03-011-4/+9
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-0129-1/+31
* Add space character when combining QHttpHeaders values with commaJuha Vuolle2024-03-013-10/+10
* QApplicationPrivate::dispatchEnterLeave: remove dead codeAxel Spoerl2024-02-291-13/+0
* Refactor and fix QMainWindow::tabifiedDockWidgets()Axel Spoerl2024-02-294-28/+57
* Implement Qt::ImEnabled by isEnabled() and isReadOnly()Yansheng Zhu2024-02-294-5/+6
* Disable depfile support for the external projects when building for AndroidAlexey Edelev2024-02-291-1/+1
* QCborStreamReader: don't assume that clear() results in isNull()Marc Mutz2024-02-291-3/+3
* QMessageBox: Forward helper checkbox state via lambdaTor Arne Vestbø2024-02-291-2/+7
* QCborStreamReader: rename toType(Type&) -> appendToType(Type&)Ivan Solovev2024-02-293-27/+24
* synqt.cpp: scan for and reject #pragma onceMarc Mutz2024-02-291-3/+15
* tst_qudpsocket: add helper exe to dependenciesMårten Nordheim2024-02-292-1/+5
* CMake: remove a duplicate check for C++2bGiuseppe D'Angelo2024-02-291-5/+1
* QAbstractItemView: Release tab focus when hiddenViktor Arvidsson2024-02-292-1/+29
* Doc: Documentation improvement in QHttpHeaders and REST classesJaishree Vyas2024-02-294-26/+23
* Prevent re-replacing state in setGeometryTomi Korpipää2024-02-291-1/+3
* SQL/ODBC: Don't assert when no error record is availableChristian Ehrlicher2024-02-291-0/+2
* QDialogButtonBox: fix crash when adding a QToolButtonDavid Faure2024-02-291-1/+1
* QWidgetRepaintManager: Use textureChildSeen to determine deferred updateTor Arne Vestbø2024-02-291-3/+3
* a11y atspi: Map checkable and hasPopup states to AT-SPIMichael Weghorn2024-02-291-1/+4