summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix QWidget::metric to use widget screen dpr instead of app-dprThorbjørn Lund Martsum2022-05-241-13/+4
* Fix separate delete of window and windowcontainerAllan Sandfeld Jensen2022-05-232-6/+30
* Fix QMenu size on first showThorbjørn Lund Martsum2022-05-231-0/+9
* Don't hide a widget that is swapped into a hidden splitterVolker Hilsheimer2022-05-231-2/+10
* Fix crash in tst_qquicktext::implicitSizeEskil Abrahamsen Blomfeldt2022-05-201-1/+1
* windows: make native styles support QT_SCALE_FACTORMorten Sørvig2022-05-191-1/+4
* QKeySequenceEdit: Extract Method Private::rebuildKeySequence()Marc Mutz2022-05-182-3/+4
* Stylesheet: Another positioning fix for the menu indicatorVolker Hilsheimer2022-05-181-5/+4
* Make uic generate correct C++ commentsVolker Hilsheimer2022-05-181-2/+2
* QtWidgets: restore Qt 5 compatibility for save/restore stateGiuseppe D'Angelo2022-05-185-0/+10
* QTextDocument/QGraphicsTextItem: skip layout in setTextWidth(0)David Faure2022-05-171-1/+1
* Widgets: Use effect region bounds when drawing with repaint managerAntti Määttä2022-05-173-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
* Use SPDX license identifiersLucie Gérard2022-05-16559-22344/+1131
* Item widgets: clean up treatment of Qt::TextAlignmentRole / CheckStateRoleGiuseppe D'Angelo2022-05-166-8/+112
* Add missing header files to the module sourcesAlexey Edelev2022-05-121-1/+2
* Add a clear action to QKeySequenceEditLaszlo Papp2022-05-112-2/+36
* QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-104-30/+30
* QAbstractItemDelegate: fix rect given to tooltip handingDavid Faure2022-05-091-6/+1
* Stylesheet: Don't ignore item check indicator stylingVolker Hilsheimer2022-05-062-5/+31
* Avoid rubberband artifacts under fractional DPR scalingEirik Aavitsland2022-05-041-1/+1
* Remove ALIEN_DEBUG statementsDavid Skoland2022-05-032-34/+1
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-0212-23/+26
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-0256-723/+810
* QtWidgets: includemocs v2022Marc Mutz2022-04-293-1/+4
* QAbstractItemView: check the index emitted by the delegate's sizeHintChangedGiuseppe D'Angelo2022-04-283-6/+18
* QAbstractItemView: warn in some erroneous conditionsGiuseppe D'Angelo2022-04-271-2/+6
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-2637-144/+141
* Fix crash when calling QMainWindow::restoreState()André de la Rocha2022-04-241-2/+2
* QGraphicsScene: Fix popup position for QGraphicsProxyWidgetVolodymyr Zibarov2022-04-223-27/+16
* Clarify comment for QDockAreaLayout::sepAxel Spoerl2022-04-221-1/+1
* Shrink dock areas if main window width/height is below 160pxAxel Spoerl2022-04-221-11/+16
* Rename QGuiApplicationPrivate::notifyThemeChanged to handleThemeChangedTor Arne Vestbø2022-04-212-3/+3
* QApplication: deliver activation events for non-widget windowsRichard Moe Gustavsen2022-04-211-1/+14
* Fix QDockWidget parenting and dock permissionsAxel Spoerl2022-04-196-141/+331
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-192-4/+8
* TextEdit: Avoid scrolling to cursor during app switch on GNOMEVolodymyr Zibarov2022-04-142-0/+8
* QProxyStyle: reimplement event() handlingGiuseppe D'Angelo2022-04-091-7/+2
* QProxyStyle: do not pass DeferredDelete to baseStyleTimur Pocheptsov2022-04-071-0/+4
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-077-11/+29
* Graphicsview: Avoid background clearing glitches under fractional DPREirik Aavitsland2022-04-061-0/+5
* Remove unnecessary type conversionXiao YaoBing2022-04-061-11/+11
* QSplitter: Don't move handle in non-pressed stateNodir Temirkhodjaev2022-04-051-10/+13
* Correct documentation in QMainWindow in regards to centralwidgetDavid Skoland2022-04-051-4/+1
* Doc: fix documentation for QGraphicsItem::setAcceptedMouseButtons()Christian Ehrlicher2022-04-021-1/+1
* Remove declared but not defined functionAlbert Astals Cid2022-04-011-1/+0
* Windows QPA: Fix slowdown with large table/tree views with accessibilityAndré de la Rocha2022-03-312-0/+25
* Query the QWindow in every test iteration in qWFWExposed(QWidget)Laszlo Agocs2022-03-291-6/+29
* QTableView: Document the customizations applied to QHeaderViewSze Howe Koh2022-03-291-0/+2