summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Doc: Clarify QGraphicsItem::stackBefore() documentationDheerendra Purohit9 days1-4/+8
* Doc: Fix typo in QGraphicsSimpleTextItem class descriptionDheerendra Purohit14 days1-1/+1
* Doc: Fix auto-links to deprecated functionsDavid Boddie2025-05-311-1/+1
* Add QPlatformTheme::ScrollSingleStepDistance theme hintTor Arne Vestbø2025-05-181-2/+4
* For qdebug operator<< of pointer types, always check for nullptrDaniel Trevitz2025-05-172-13/+7
* qgraphicsitem_cast: replace runtime with compile-time checkVolker Hilsheimer2025-04-111-4/+22
* QGraphicsView: remove (last remaining?) user of QEvent::op=Marc Mutz2025-04-022-13/+13
* QSimplex: split QConcreteSimplexVariable from QSimplexVariableMarc Mutz2025-03-153-11/+17
* Mark QSimplex{,Constraint} final, AnchorData non-copyableMarc Mutz2025-03-142-2/+6
* QGraphicsAnchorLayout: make createSlack() return a proper structMarc Mutz2025-03-121-20/+23
* QSimplex: scope iterators tighter in for loopsMarc Mutz2025-03-122-18/+6
* QObjectPrivate: encode the version number in the constructor parametersThiago Macieira2025-01-272-2/+2
* Remove unused qdebug.h include from private headersAhmad Samir2025-01-161-1/+0
* Replace all QPair/qMakePair with std::pair in qtbase/widgetsIsak Fyksen2025-01-097-67/+71
* Move QContextMenuEvent synthesis from QWidgetWindow to QWindowShawn Rutledge2024-12-071-1/+2
* Mark max length work buffers uninitializedAllan Sandfeld Jensen2024-11-301-2/+2
* Fix ubsan warning of illegal cast and illegal method callAllan Sandfeld Jensen2024-11-131-1/+1
* QWidget::mapTo/FromGlobal(): Fix transformation in case of QGraphicsItem::Ite...Friedemann Kleint2024-11-012-15/+13
* Take Header splitter cursor for QGraphicsProxyWidgetSami Varanka2024-10-311-0/+9
* QGraphicsView: Fix clipping bug for rectangular custom itemsEirik Aavitsland2024-10-291-1/+1
* QGraphicsSceneBspTreeIndex: port to QBasicTimerAhmad Samir2024-09-202-9/+9
* Remove redundant qtimer.h includesAhmad Samir2024-06-112-2/+0
* QGraphicsProxyWidget: use focus abstraction instead of focus_next/prevAxel Spoerl2024-03-181-5/+5
* QDoc: Drop default arguments from some \fn documentation stringsPaul Wicking2024-03-131-1/+1
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Increase precision for QGraphicsView::AnchorUnderMouseThorbjørn Lindeijer2024-01-221-7/+6
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-162-3/+3
* Doc: fix typo in QGraphicsView::rubberBandRect() method documentationDavid Faure2024-01-081-1/+1
* Doc: Fix \fn template arguments for Qt WidgetsTopi Reinio2023-11-181-1/+1
* Fix warning for 32bit buildsVolker Hilsheimer2023-11-011-1/+1
* QGraphicsAnchorLayout: remove a redundant member containerAhmad Samir2023-10-181-2/+3
* QGraphicsAnchorLayout: make a member container constAhmad Samir2023-10-172-3/+3
* Include what you need: <QPointer>Marc Mutz2023-10-123-0/+6
* QGraphicsAnchorLayout: compile with QT_NO_FOREACHAhmad Samir2023-10-081-19/+9
* Tidy up qgraphicsview: use nullptr moreAnton Kudryavtsev2023-09-081-1/+1
* QGraphicsScene: use const methods moreAnton Kudryavtsev2023-09-081-1/+1
* Mark QtWidgets as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-091-0/+2
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-282-2/+2
* QGraphicsView: remove even more vestiges of QtDeclarative1Giuseppe D'Angelo2023-01-183-12/+6
* QGraphicsItem: remove QtDeclarative 1 vestigesGiuseppe D'Angelo2023-01-183-127/+0
* Add resetTransform to see also of setTransform in QGraphicsViewLeon Zhang2023-01-061-1/+1
* QGraphicsProxyWidget: Don't unnecessarily check focusWidget twiceLu YaNing2022-12-211-1/+1
* Support stereoscopic rendering with QGraphicsViewKristoffer Skau2022-12-012-113/+142
* QGraphicsView: fix jumping graphic items when dragging out of viewTaras Kachmaryk2022-11-261-22/+29
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-213-3/+3
* Layouts docs: pass parent widget in the ctorAhmad Samir2022-10-212-6/+13
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-117-54/+54
* Port from container.count()/length() to size()Marc Mutz2022-10-047-44/+44
* QtWidgets: Use the default constructor of QString and appendMate Barany2022-09-271-1/+3