summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Widgets: Use pmf-style connectsChristian Ehrlicher2023-12-216-15/+15
* qTo*ViewIgnoringNull: further ignore nullsThiago Macieira2023-12-214-4/+4
* QByteArray: allow begin() to return nullptr, like QStringThiago Macieira2023-12-212-5/+5
* QString/QByteArray: further inline the most common indexOf operationsThiago Macieira2023-12-216-55/+59
* QByteArray: inline QByteArray::indexOf() and use a char overloadThiago Macieira2023-12-215-13/+33
* QString: inline indexOf() and use a QChar overloadThiago Macieira2023-12-214-12/+30
* QObject: re-add the nameless qt_qFindChildren_helper to restore BCThiago Macieira2023-12-212-0/+8
* QWindowContainer: Don't embed a QWidgetAxel Spoerl2023-12-211-0/+21
* printpreview: Avoid rendering artifacts while scrolling zoomed viewJarkko Koivikko2023-12-211-1/+0
* QDataStream & QResource: document their lack of security-hardeningThiago Macieira2023-12-212-0/+34
* Fix Maximized frameless window painting wrong with WS_THICKFRAMEYansheng Zhu2023-12-211-12/+23
* Android: update androiddeployqt doc pageAssam Boudjelthia2023-12-211-97/+32
* wasm: add QWasmDrag back to handle drag/dropLorn Potter2023-12-2110-35/+374
* wasm: move DataTransfer to dom::Lorn Potter2023-12-218-157/+194
* Add categorized logging of delete later machineryTor Arne Vestbø2023-12-218-15/+81
* macOS: Remove QScopedScopeLevelCounter from menu qt_itemFired callbackTor Arne Vestbø2023-12-211-1/+0
* QComboBox: Fix hover over list viewAxel Spoerl2023-12-211-3/+1
* wasm: move image to web conversion to dom::Lorn Potter2023-12-213-33/+47
* wasm: extend qstdweb to support objectUrls in FileLorn Potter2023-12-212-1/+57
* QWidget: deliver DragLeave events symmetricallyVolker Hilsheimer2023-12-201-2/+10
* Do not assert when preferred{Width|Height} is infinityJan Arve Sæther2023-12-201-2/+6
* Add a comment to highlight QSpontaneKeyEvent usage in QtWebEngineAnu Aliyas2023-12-201-0/+2
* QDialogButtonBox: Fix focus chain and default button assignmentAxel Spoerl2023-12-202-10/+14
* Pass correct default button in QMessageBox::showNewMessageBox()Axel Spoerl2023-12-201-5/+8
* Remove echo pluginAxel Spoerl2023-12-201-1/+1
* Doc: Use Qml DefaultProperty as example for Q_CLASSINFOKai Köhne2023-12-203-9/+14
* Skip 'off-by-one' adjustment in block length during undo operationSanthosh Kumar2023-12-201-2/+4
* Sync QWindow visible state during QWidget destructionTor Arne Vestbø2023-12-201-0/+11
* Http2: fix potential overflow in assemble_hpack_block()Marc Mutz2023-12-201-2/+6
* Turn SpinBox Delegate example into snippetsVolker Hilsheimer2023-12-208-24/+108
* Android: save the service under QtNative with QtNative.setService()Assam Boudjelthia2023-12-201-0/+2
* Android: return String regardless from QtLoader.getMetaData()Assam Boudjelthia2023-12-201-1/+1
* Android: don't call QtLoader.finish() on null activity/serviceAssam Boudjelthia2023-12-202-1/+12
* Android: use m_context in QtServiceLoader.initContextInfo()Assam Boudjelthia2023-12-201-2/+2
* Android: fix order of calling setApplicationState() in QtServiceBaseAssam Boudjelthia2023-12-201-2/+1
* Android: fix Android Manifest docs tableAssam Boudjelthia2023-12-201-5/+2
* Android: fix typo in androiddeployqt commandAssam Boudjelthia2023-12-201-1/+1
* QGraphicsFrameCapture : Add getters for frames namesHatem ElKharashy2023-12-205-3/+41
* Doc: Add missing full stop to briefsPaul Wicking2023-12-205-6/+6
* wasm: fix Pen inputLorn Potter2023-12-203-1/+4
* wasm: add QWindow parameter to DragEventLorn Potter2023-12-205-18/+55
* wasm: set MAXIMUM_MEMORY to 4GBMorten Sørvig2023-12-202-0/+32
* wasm: Don't suppress exceptions during main()Morten Sørvig2023-12-202-1/+18
* wasm: call onExit once and only once on exitMorten Sørvig2023-12-201-14/+24
* testlib: Add test function for simulating wheel eventsDoris Verria2023-12-205-0/+92
* Doc: Fix documentation issues for Qt CoreTopi Reinio2023-12-198-28/+37
* qfilesystemmodel.cpp: Fix building with -no-feature-filesystemwatcherNodir Temirkhodjaev2023-12-191-0/+4
* Move QDeferredDeleteEvent loop level/scope handling into deleteLater()Tor Arne Vestbø2023-12-194-43/+46
* Tweak QObject::deleteLater() documentation a bitTor Arne Vestbø2023-12-191-4/+0
* Document how to process deferred deletes in a plugin-scenarioTor Arne Vestbø2023-12-191-0/+15