summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warnings due to enums in QSizePolicyFan RuiJie2021-10-211-2/+3
* Don't render widget to backing store if its parent has graphics effectAntti Määttä2021-10-191-1/+14
* QMessageBox: read geometry from the screen the message box belongs toRichard Moe Gustavsen2021-10-171-1/+1
* Fix QTabBar's SelectPreviousTab behaviorQiang Li2021-10-171-2/+3
* QWidget: Don't rely on topextra to determine if window is top levelTor Arne Vestbø2021-10-171-1/+1
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-1725-44/+44
* Clarify QWidget::normalGeometry documentationTor Arne Vestbø2021-10-171-13/+14
* Mention a change to QDateTimeEdit::setDateTime()Edward Welbourne2021-10-171-1/+13
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-171-2/+4
* Select a single range of cells in QTableView, away from merged cellsShawn Rutledge2021-10-171-7/+17
* Fix references to QGuiApplication::lastWindowClosedTor Arne Vestbø2021-10-142-2/+2
* Take overshoot into account when laying out QAbstractScrollAreaVolker Hilsheimer2021-10-141-1/+3
* macOS: fix window activation when popup is openVolker Hilsheimer2021-10-121-6/+10
* Doc: Fix usage of \summary macroTopi Reinio2021-10-121-1/+1
* widgets: Fix typos in documentationJonas Kvinge2021-10-1232-64/+66
* QDialog: respect WA_ShowWithoutActivatingVolker Hilsheimer2021-10-111-32/+37
* Reduce the width of a hfw-widget if scrollbar would be flippingVolker Hilsheimer2021-10-111-1/+14
* Doc: clarify case sensitivity in QCompleterMitch Curtis2021-10-081-6/+9