summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-231-1/+1
* Document change to style sheet selectors for enum propertiesVolker Hilsheimer2022-02-201-0/+21
* 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
* Always update pressedPosition when drag was enabledZhang Hao2022-02-111-12/+11
* QPlainTextEdit: fix the visibility of placeholderTextQiang Li2022-02-113-6/+5
* Widgets: Do not include qundogroup.h, qundostack.h in QtWidgets headerKai Köhne2022-02-102-0/+10
* QAbstractItemView: do not access invalid model indices (3/N)Giuseppe D'Angelo2022-02-021-7/+41
* Stylesheet: Fix tab layout when tab has a font and iconsVolker Hilsheimer2022-02-021-6/+18
* QAbstractItemView: do not access invalid model indices (1/N)Giuseppe D'Angelo2022-02-011-1/+2
* QAbstractItemView: do not access invalid model indices (2/N)Giuseppe D'Angelo2022-02-011-0/+2
* QAbstractItemView: code tidiesGiuseppe D'Angelo2022-02-011-4/+12
* QFusionStyle: don't draw an invalid outline for up/down buttonsTimur Pocheptsov2022-01-181-20/+24
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-161-20/+34
* QWizardLayoutInfo: make == and != operators constBernhard Rosenkraenzer2022-01-121-3/+3
* Update copyright year to 2022Kai Köhne2022-01-051-1/+1
* doc: Update details about QSystemTrayIconShawn Rutledge2022-01-041-5/+5
* Deliver context menu event with correct coordinates to widgets in popupsVolker Hilsheimer2021-12-221-1/+2
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-142-2/+2
* Fix widget gesture grabbingVolker Hilsheimer2021-12-112-6/+11
* Code tidies: improve variable naming and add const where possibleVolker Hilsheimer2021-12-081-19/+17
* Widgets: setTransientParent() when a QMenu is a windowLiang Qi2021-12-082-0/+26
* QTableWidget doc: remove wrong comment for itemExpanded()Christian Ehrlicher2021-12-081-3/+0
* Fix incorrect rendering when moving widget into screenVolker Hilsheimer2021-12-081-1/+1
* Revert optimizations and fixes for moving/scrolling overlapped widgetsVolker Hilsheimer2021-12-072-80/+28
* QTableView: correctly toggle column selection when scrolledVolker Hilsheimer2021-12-031-1/+1
* Fix fail to activate first sub window with QMdiArea::TabbedViewZhang Yu2021-12-021-0/+4
* Never handle scrollbars styled with box or border changes as transientVolker Hilsheimer2021-11-301-0/+10
* Fix correspondence between QFileDialog::Option and QFileDialogOption::FileDia...Alexander Volkov2021-11-272-0/+8
* QGraphicsItem: Update input context after InputMethod eventJarkko Koivikko2021-11-271-0/+1
* Fix and complete style sheet support for QToolButtonVolker Hilsheimer2021-11-261-39/+51
* Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-191-1/+4
* Always check keyboard modifiers when generating mouse eventsDavid Schulz2021-11-192-4/+1
* Fix assert in QFontComboBox when setting empty fontEskil Abrahamsen Blomfeldt2021-11-181-1/+2
* Make sure we paint overlapped children and siblings when moving farVolker Hilsheimer2021-11-171-11/+13
* Revert "Code style fix"Richard Moe Gustavsen2021-11-171-37/+45
* QFontComboBox don't response qApp fontDatabaseChanged()Zhang Hao2021-11-161-0/+4
* Test result of qobject_cast before dereferencingLi Xi2021-11-161-6/+7
* QFileDialog: Fix adding default suffix when file path contains dotAlexander Volkov2021-11-111-3/+8
* QSlider: Always set the sunken state and the active controlVolker Hilsheimer2021-11-111-6/+7
* Initialize QStyleOptionProgressBar with QStyle::State_HorizontalZhang Hao2021-11-111-0/+1
* Avoid painting outside boundaries when printing QGraphicsProxyWidgetEirik Aavitsland2021-11-091-0/+4
* Draw QTableView grid lines centered between table cellsTor Arne Vestbø2021-11-081-3/+5
* QAIV: Reset double-click flag in mousePressEventVolker Hilsheimer2021-11-051-0/+1
* qtbase: remove last piece of DwmIsCompositionEnabledYuhang Zhao2021-11-021-20/+2
* Fix performance regression when avoiding scrollbar flippingVolker Hilsheimer2021-10-291-4/+7
* Fusion: Consistent width calculation and rendering of menu itemsVolker Hilsheimer2021-10-271-39/+45
* Calculate effect bounds when drawing widget graphics effectAntti Määttä2021-10-271-4/+5
* QTabBar: re-layout when tab size hint depends on selected stateVolker Hilsheimer2021-10-251-0/+7
* Don't fire shortcut if the action only lives in an unreachable submenuVolker Hilsheimer2021-10-251-1/+1