summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Stylesheet: Another positioning fix for the menu indicatorVolker Hilsheimer2022-05-191-5/+4
* Widgets: Use effect region bounds when drawing with repaint managerAntti Määttä2022-05-183-3/+6
* QWidgetTextControl: don't clear() a new empty documentDavid Faure2022-05-161-1/+1
* Stylesheet: fix toolbutton menu indicator renderingVolker Hilsheimer2022-05-161-12/+17
* QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-104-30/+30
* QAbstractItemDelegate: fix rect given to tooltip handingDavid Faure2022-05-101-6/+1
* TextEdit: Avoid scrolling to cursor during app switch on GNOMEVolodymyr Zibarov2022-05-082-0/+8
* QGraphicsScene: Fix popup position for QGraphicsProxyWidgetVolodymyr Zibarov2022-05-073-27/+16
* Doc: fix documentation for QGraphicsItem::setAcceptedMouseButtons()Christian Ehrlicher2022-05-071-1/+1
* QPlainTextEdit: fix the visibility of placeholderTextQiang Li2022-05-073-6/+5
* Fix QDockWidget parenting and dock permissionsAxel Spoerl2022-05-076-131/+331
* Stylesheet: Don't ignore item check indicator stylingVolker Hilsheimer2022-05-062-5/+31
* QApplication: deliver activation events for non-widget windowsRichard Moe Gustavsen2022-05-041-1/+14
* Avoid rubberband artifacts under fractional DPR scalingEirik Aavitsland2022-05-041-1/+1
* QtWidgets: includemocs v2022Marc Mutz2022-04-293-1/+4
* Fix crash when calling QMainWindow::restoreState()André de la Rocha2022-04-251-2/+2
* QProxyStyle: do not pass DeferredDelete to baseStyleTimur Pocheptsov2022-04-071-0/+4
* Graphicsview: Avoid background clearing glitches under fractional DPREirik Aavitsland2022-04-071-0/+5
* QSplitter: Don't move handle in non-pressed stateNodir Temirkhodjaev2022-04-051-10/+13
* Windows QPA: Fix slowdown with large table/tree views with accessibilityAndré de la Rocha2022-04-012-0/+25
* QTableView: Document the customizations applied to QHeaderViewSze Howe Koh2022-03-281-0/+2
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-251-1/+8
* Doc: Add \relates command for documented global functions/macrosTopi Reinio2022-03-252-2/+4
* Improve style drawing under DPR scalingEirik Aavitsland2022-03-251-2/+30
* QAbstractItemView: with single selection, deselect on Ctrl+ReleaseVolker Hilsheimer2022-03-241-9/+22
* Itemviews: start fixing mixups of int/enum for Qt's item rolesGiuseppe D'Angelo2022-03-234-9/+15
* Document that native file dialogs might not show a titleVolker Hilsheimer2022-03-231-5/+10
* Doc: Reorganize sections structure in Qt Widgets landing pageAndreas Eliasson2022-03-221-20/+21
* QNX: Fix compiler warning by when FEATURE_clipboard is not enabledPasi Petäjäjärvi2022-03-221-0/+2
* QTabBar: let styles draw tab text with foreground roleVolker Hilsheimer2022-03-212-2/+4
* Fix warning from deprecated QMouseEvent constructor on macOSVolker Hilsheimer2022-03-211-2/+2
* When clearing selected items, iterate over a copy of the QSetVolker Hilsheimer2022-03-191-2/+4
* QMainWindow: Fix unused separator widgets blocking mouse eventsEike Ziller2022-03-162-0/+9
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-152-0/+3
* Fix losing QOpenGLWidget paints when a child widget is invisibleLaszlo Agocs2022-03-141-0/+7
* QCompleter: fix crash when setting the same model twiceDavid Faure2022-03-131-0/+2
* QStyle: Fix overflows and crash when converting slider positionsRobert Löhning2022-03-101-7/+7
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-022-2/+2
* Document change to style sheet selectors for enum propertiesVolker Hilsheimer2022-02-281-0/+21
* QLabel::setPixmap(): remove the no-op self-maskingGiuseppe D'Angelo2022-02-251-3/+0
* Protect headers against min/max macrosMarc Mutz2022-02-241-1/+1
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-221-1/+1
* Ensure QMainWindow has WA_TranslucentBackground when using unified toolbarTor Arne Vestbø2022-02-181-1/+8
* Eliminate double arrow in QToolButtonAxel Spoerl2022-02-161-4/+12
* Position QCompleter popup based on the widget's screen geometryYin Jie2022-02-151-1/+1
* Always update pressedPosition when drag was enabledZhang Hao2022-02-101-12/+13
* Widgets: Do not include qundogroup.h, qundostack.h in QtWidgets headerKai Köhne2022-02-092-0/+10
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-032-5/+5
* Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per moduleMarc Mutz2022-02-034-7/+7
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-031-9/+9