summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Add QFontComboBox::setDisplayFontAlbert Astals Cid2021-12-032-0/+28
* Add QFontComboBox::setSampleTextAlbert Astals Cid2021-12-032-21/+80
* QSizePolicy: make qHash() a hidden friendMarc Mutz2021-12-032-5/+3
* Text editing: smart block and char format after newlineShawn Rutledge2021-12-022-1/+45
* QTableView: correctly toggle column selection when scrolledVolker Hilsheimer2021-12-021-1/+1
* Fix fail to activate first sub window with QMdiArea::TabbedViewZhang Yu2021-12-021-0/+4
* QTabBar: clamp maxScrollOffset before using it in qBoundGiuseppe D'Angelo2021-12-011-3/+3
* Never handle scrollbars styled with box or border changes as transientVolker Hilsheimer2021-11-291-0/+10
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-271-1/+2
* 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
* Fix assert in QFontComboBox when setting empty fontEskil Abrahamsen Blomfeldt2021-11-181-1/+2
* Always check keyboard modifiers when generating mouse eventsDavid Schulz2021-11-182-4/+1
* QFontComboBox don't response qApp fontDatabaseChanged()Zhang Hao2021-11-161-0/+4
* Make sure we paint overlapped children and siblings when moving farVolker Hilsheimer2021-11-151-11/+13
* Test result of qobject_cast before dereferencingLi Xi2021-11-151-6/+7
* QTabBar: Support scrolling with a kinetic wheelVolker Hilsheimer2021-11-151-4/+42
* QLineEdit: always process an input method eventRichard Moe Gustavsen2021-11-121-4/+0
* QWidget: always handle IM queriesRichard Moe Gustavsen2021-11-121-2/+1
* QFileDialog: Fix adding default suffix when file path contains dotAlexander Volkov2021-11-121-3/+8
* QSlider: Always set the sunken state and the active controlVolker Hilsheimer2021-11-111-6/+7
* QPushButton: emit released signal when mouse dragged out of boundsChunLin Wang2021-11-101-0/+2
* 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
* Initialize QStyleOptionProgressBar with QStyle::State_HorizontalZhang Hao2021-11-081-0/+1
* Don't use QCursor::pos in QTabBar and fix hover handlingVolker Hilsheimer2021-11-052-30/+27
* plaintextEdit draw text with clipRect should consider cusorWidthZhang Hao2021-11-051-1/+1
* QAIV: Reset double-click flag in mousePressEventVolker Hilsheimer2021-11-051-0/+1
* Revert "Code style fix"Richard Moe Gustavsen2021-11-021-37/+45
* Add QMenu::menuInAction as a static helperVolker Hilsheimer2021-11-012-0/+12
* 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-261-0/+7
* Don't fire shortcut if the action only lives in an unreachable submenuVolker Hilsheimer2021-10-251-1/+1
* QAbstractItemView: auto-scroll with selection rectangleVolker Hilsheimer2021-10-222-10/+20
* Fix warnings due to enums in QSizePolicyFan RuiJie2021-10-211-2/+3
* Doc: Enable qdoc warning count limitVenugopal Shivashankar2021-10-211-0/+3
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-203-16/+17
* Fix correspondence between QFileDialog::Option and QFileDialogOption::FileDia...Alexander Volkov2021-10-192-0/+8
* Don't render widget to backing store if its parent has graphics effectAntti Määttä2021-10-191-1/+14
* Don't hide dialogs before closing themTor Arne Vestbø2021-10-181-1/+7
* Fix indentation in inputMethodQuery implementationsTor Arne Vestbø2021-10-182-4/+4
* QtWidgets: remove set-but-unused variablesThiago Macieira2021-10-162-8/+0
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-163-47/+9
* Remove unused parentWidget variable in QWidgetPrivate::handleCloseTor Arne Vestbø2021-10-161-1/+0
* Mention a change to QDateTimeEdit::setDateTime()Edward Welbourne2021-10-161-1/+13
* Fix restoring main window state for maximized/fullscreen windowsVolker Hilsheimer2021-10-164-50/+104