summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Improve QLineEdit documentationEsa Törmänen2023-12-151-178/+193
* QIdentityProxyModel: add setHandleSourceLayoutChanges(bool)Ahmad Samir2023-12-153-4/+44
* QIdentityProxyModel: store connection handles in a containerAhmad Samir2023-12-153-135/+110
* a11y atspi: Add null checks in table iface methodsMichael Weghorn2023-12-151-12/+27
* JNI API review: refactor repeated if constexpr-chainVolker Hilsheimer2023-12-152-145/+73
* JNI API review: minor API and implementation cleanupsVolker Hilsheimer2023-12-155-51/+60
* Doc: fix links in QString::toLocal8Bit()Christian Ehrlicher2023-12-151-2/+2
* QBitArray: add mutation operators taking rvalue QBitArraysThiago Macieira2023-12-142-24/+88
* QStyleSheetStyle: pass dpr to QIcon::pixmap()Christian Ehrlicher2023-12-151-13/+19
* Windows QPA: Omit native virtual key in WM_CHARJohannes Grunenberg2023-12-151-1/+1
* Fix synthesized bold on WindowsEskil Abrahamsen Blomfeldt2023-12-152-11/+29
* Copy color table in QImage::transform paint pathAllan Sandfeld Jensen2023-12-141-1/+8
* QAIV: reset state if removing index while editing or committingVolker Hilsheimer2023-12-141-31/+40
* QMessageBox: don't use a native dialog if a style sheet is activeVolker Hilsheimer2023-12-141-0/+1
* QObject: remove the operator comma hackThiago Macieira2023-12-141-29/+47
* Suppress clang-tidy mem leak warning on QMetaObject::invokeMethodThiago Macieira2023-12-142-0/+2
* Remove qDeleteInEventHandlerTor Arne Vestbø2023-12-146-16/+7
* QtDBus: port away from QPairMarc Mutz2023-12-142-2/+3
* tools: port away from QPairMarc Mutz2023-12-148-22/+25
* Add QT_NO_QPAIRMarc Mutz2023-12-143-0/+7
* Q*Animation: s/QPair/std::pair/Marc Mutz2023-12-143-9/+10
* QMetaType: s/QPair/std::pair/Marc Mutz2023-12-141-17/+14
* QLineEdit: Use existing selection when deleting a wordJohannes Grunenberg2023-12-141-3/+8
* QSplashScreen: Enforce visibility by processing eventsAxel Spoerl2023-12-141-17/+37
* Doc: Update image in QSystemTray exampleChristian Ehrlicher2023-12-143-1/+1
* Turn the "concentriccircles" example into snippets, update screenshotVolker Hilsheimer2023-12-143-14/+30
* QDockWidget: Clarify documentation of floating propertyAxel Spoerl2023-12-141-3/+6
* AndroidTestRunner: few minor fixes for loging and printingAssam Boudjelthia2023-12-141-13/+12
* Doc: Review and improve QFileDialog documentationInkamari Harjula2023-12-142-120/+123
* QStyleSheetStyle: misc cleanupChristian Ehrlicher2023-12-141-27/+21
* QWindowsCursor: create correct DDB in createBitmapCursor()Christian Ehrlicher2023-12-141-4/+11
* Itemmodels: s/QPair/std::pair/Marc Mutz2023-12-144-29/+28
* Fix hang issue during drag and drop in windowsSanthosh Kumar2023-12-141-1/+2
* Remove mentioning of UWP from windeployqt's configure summaryOliver Wolff2023-12-131-1/+1
* Android: Add support for foreign window acting as embedding containerTinja Paavoseppä2023-12-144-6/+45
* Android: Differentiate between standalone Qt app and embedded viewTinja Paavoseppä2023-12-142-0/+28
* Android: Use TextureView when multiple windows presentTinja Paavoseppä2023-12-148-71/+177
* Android: Fix touch events for child windowsTinja Paavoseppä2023-12-143-37/+62
* Android: Make winId() return the underlying QtWindow jobjectTinja Paavoseppä2023-12-132-7/+8
* QVariantPair: cut the QPair middle-manMarc Mutz2023-12-131-1/+1
* QCbor/QJson: s/QPair/std::pair/Marc Mutz2023-12-133-10/+10
* QSortFilterProxyModel: scope a variable tighterMarc Mutz2023-12-131-2/+1
* QArrayData/Pointer: s/QPair/std::pair/Marc Mutz2023-12-133-10/+10
* moc: port from pair<> to a struct SuperClassMarc Mutz2023-12-133-14/+16
* HPack: fix incorrect integer overflow checkMarc Mutz2023-12-131-1/+3
* HPack: fix a Yoda ConditionMarc Mutz2023-12-131-1/+1
* macOS: Use CALayer backingstore when widgets request non-raster surfaceTor Arne Vestbø2023-12-131-0/+11
* QFuture: Don't use QFutureCallOutInterface for continuationsArno Rehn2023-12-132-71/+39
* Doc: Fix fn commands for QSpanLuca Di Sera2023-12-131-32/+32
* Doc: QRestAccessManager: Qualify template arguments in \fn commandsTopi Reinio2023-12-131-26/+26