summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: auto-test-export private classes, unbreaking ubsan buildsMarc Mutz2021-12-162-2/+2
* Widgets: setTransientParent() when a QMenu is a windowLiang Qi2021-12-082-0/+26
* Add QFontComboBox::setDisplayFontAlbert Astals Cid2021-12-032-0/+28
* Add QFontComboBox::setSampleTextAlbert Astals Cid2021-12-032-21/+80
* Text editing: smart block and char format after newlineShawn Rutledge2021-12-022-1/+45
* 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
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-271-1/+2
* 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
* 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
* 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
* 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
* Revert "Code style fix"Richard Moe Gustavsen2021-11-021-37/+45
* Add QMenu::menuInAction as a static helperVolker Hilsheimer2021-11-012-0/+12
* Fix performance regression when avoiding scrollbar flippingVolker Hilsheimer2021-10-291-4/+7
* QTabBar: re-layout when tab size hint depends on selected stateVolker Hilsheimer2021-10-261-0/+7
* Fix indentation in inputMethodQuery implementationsTor Arne Vestbø2021-10-182-4/+4
* Fix restoring main window state for maximized/fullscreen windowsVolker Hilsheimer2021-10-164-50/+104
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-159-11/+11
* Take overshoot into account when laying out QAbstractScrollAreaVolker Hilsheimer2021-10-131-1/+3
* widgets: Fix typos in documentationJonas Kvinge2021-10-1213-17/+17
* Reduce the width of a hfw-widget if scrollbar would be flippingVolker Hilsheimer2021-10-111-1/+14
* Fix QTabBar's SelectPreviousTab behaviorQiang Li2021-10-091-2/+3
* Add style hint for preventing spin box selection on up/downVolker Hilsheimer2021-10-081-1/+2
* Fix handling of grouping characters when validating doublesEdward Welbourne2021-10-071-12/+16
* Refactor QStatusBar to reduce memory allocationVolker Hilsheimer2021-09-071-80/+62
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-013-5/+5
* QToolButton: reimplement the fix for QTBUG-95255Giuseppe D'Angelo2021-08-272-7/+10
* QLineEdit: account for the placeholderText when computing lineRectZhang Hao2021-08-231-3/+10
* Remove unnecessary type conversionZhang Qipeng2021-08-201-1/+1
* Report ImAbsolutePosition for QLineEditTor Arne Vestbø2021-08-181-0/+1
* QTabBar: don't overwrite data, fix refactoring error for vertical tabsVolker Hilsheimer2021-08-181-1/+1
* QStyle: allow styles to control the margin around icons in QLineEditWang Peng2021-08-171-1/+1
* QCompleter: QCompleter unexpectedly changes QLineEdit textTianlu Shao2021-08-101-0/+1
* Document that hiding/disabling a menu is best done via the menuActionVolker Hilsheimer2021-08-101-1/+3
* Allow dragging of a floating dockwidget on macOS with a custom titlebarAndy Shaw2021-08-021-1/+1
* QMenuBar: remove addAction() functionsMarc Mutz2021-07-282-93/+3
* QtWidgets: clean up API removalsMarc Mutz2021-07-273-104/+2
* QMenu: actually deprecate all trailing-shortcut addAction() overloadsMarc Mutz2021-07-231-0/+4
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-221-0/+6
* Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-135-332/+166
* QLineEdit: don't change layout direction on keyboard inputVolker Hilsheimer2021-07-131-4/+1
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-132-9/+9