summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove QWindowPrivate::compositingTor Arne Vestbø2024-03-012-3/+0
* windows: Remove workaround for delayed OpenGL initializationTor Arne Vestbø2024-03-013-24/+0
* Clean up conditioning on use of MS backend for timezonesEdward Welbourne2024-03-011-1/+4
* Add a "See also" to link a comment to a Jira ticketEdward Welbourne2024-03-011-1/+1
* QTextEngine: Protect against integer overflow with huge textsPaul Olav Tvete2024-03-012-16/+17
* Fix spelling of FFmpeg in (end-)user-visible string of windeployqtVolker Hilsheimer2024-03-011-2/+2
* QTextEdit::event: refactor into switch statementVolker Hilsheimer2024-03-011-16/+26
* Fix QTextEdit/QPlanTextEdit palette not updatedMike Chen2024-03-012-9/+9
* Increase padding for LineEdit controls in QWindows11StyleWladimir Leuschner2024-03-012-5/+41
* QWindows11Style: Fix transparency for overlapping ItemView editingWladimir Leuschner2024-03-011-1/+9
* Bring back QASV::detects_US_ASCII_at_compile_timeIvan Solovev2024-03-011-0/+8
* QTextHtmlImporter: don't forget to appendBlock after block tag closedShawn Rutledge2024-03-012-1/+5
* rhi: add support for short and ushort vertex attributesAurélien Brooke2024-03-017-5/+137
* QRestReply: use qt_ptr_swap instead of std::swapMarc Mutz2024-03-011-1/+1
* QByteArrayView: make conversion to string_view constexprMarc Mutz2024-03-011-1/+1
* Split the siphash algorithm into init, main loop, and finalizeThiago Macieira2024-02-291-35/+80
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-0129-1/+31
* QJniObject: use ctor delegation instead of construct+assignMarc Mutz2024-03-011-4/+9
* QWindows11Style: Revert Windows global palette changesWladimir Leuschner2024-02-292-136/+117
* QApplicationPrivate::dispatchEnterLeave: remove dead codeAxel Spoerl2024-02-291-13/+0
* Refactor and fix QMainWindow::tabifiedDockWidgets()Axel Spoerl2024-02-293-28/+46
* QDirListing: minor code cleanupAhmad Samir2024-02-291-31/+32
* Implement Qt::ImEnabled by isEnabled() and isReadOnly()Yansheng Zhu2024-03-013-3/+3
* Disable depfile support for the external projects when building for AndroidAlexey Edelev2024-02-291-1/+1
* Doc: Further replace 'Qt Designer' with 'Qt Widgets Designer'Kai Köhne2024-02-298-18/+18
* Add QDirListing, an STL-style iterator for directory entriesAhmad Samir2024-02-298-245/+610
* Copy QDirIterator.{cpp,h} to QDirListing.{cpp,h}Ahmad Samir2024-02-293-0/+658
* QCborStreamReader: don't assume that clear() results in isNull()Marc Mutz2024-02-291-3/+3
* QCborStreamReader: rename toType(Type&) -> appendToType(Type&)Ivan Solovev2024-02-292-21/+18
* QMessageBox: Forward helper checkbox state via lambdaTor Arne Vestbø2024-02-291-2/+7
* synqt.cpp: scan for and reject #pragma onceMarc Mutz2024-02-291-3/+15
* QThread: set the thread name on Windows even in release builds of QtGiuseppe D'Angelo2024-02-291-1/+1
* QThread: use SetThreadDescription on WindowsGiuseppe D'Angelo2024-02-291-36/+5
* wasm: Export haveJspi() for dynamic linkingPiotr Wierciński2024-02-291-1/+1
* QAbstractItemView: Release tab focus when hiddenViktor Arvidsson2024-02-291-1/+1
* Doc: Documentation improvement in QHttpHeaders and REST classesJaishree Vyas2024-02-294-26/+23
* a11y: Add new QAccessibleAttributesInterfaceMichael Weghorn2024-02-293-2/+107
* SQL/ODBC: Don't assert when no error record is availableChristian Ehrlicher2024-02-291-0/+2
* Call QColorTransformPrivate::applyReturnGray directlyAllan Sandfeld Jensen2024-02-294-29/+15
* QDialogButtonBox: fix crash when adding a QToolButtonDavid Faure2024-02-281-1/+1
* QString/QByteArray: add slice() methodsAhmad Samir2024-02-296-14/+109
* a11y atspi: Map checkable and hasPopup states to AT-SPIMichael Weghorn2024-02-281-1/+4
* syncqt.cpp: Extract Lambda error()Marc Mutz2024-02-281-3/+6
* QPixmap: fix the documenation for toHICONGiuseppe D'Angelo2024-02-281-2/+3
* Fix the instruction of RISC-V arch that yield CPUAlex Bu2024-02-281-3/+1
* Also check available in TZ timezone's constructorEdward Welbourne2024-02-282-1/+2
* rhi: d3d: Print more details on swapchain creation failureLaszlo Agocs2024-02-282-4/+15
* QDataStream: code tidiesGiuseppe D'Angelo2024-02-281-1/+1
* Correct doc snippet licenseLucie Gérard2024-02-2825-25/+25
* QTimeZonePrivate: avoid needless allocationAnton Kudryavtsev2024-02-281-3/+1