summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QToolButton: reimplement the fix for QTBUG-95255Giuseppe D'Angelo2021-08-272-7/+10
* QGraphicsView: send timestamp information through QGraphicsSceneEventVolker Hilsheimer2021-08-264-0/+34
* Refactor QApplication::translateRawTouchEvent to take a QTouchEvent*Volker Hilsheimer2021-08-264-21/+11
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-263-12/+19
* QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-241-0/+4
* QLineEdit: account for the placeholderText when computing lineRectZhang Hao2021-08-231-3/+10
* Doc: Add global \versionlessCMakeCommandsNote qdoc macroJoerg Bornemann2021-08-231-3/+2
* Modify the internal rectangle drawing of CE_RubberBandTang Haixiang2021-08-231-4/+7
* Fix QScroller::scrollTo failing in QGraphicsView with movable itemChunLin Wang2021-08-201-1/+1
* 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
* QFileDialog: Use static const QRegularExpressionWaqar Ahmed2021-08-181-1/+1
* QStyle: allow styles to control the margin around icons in QLineEditWang Peng2021-08-174-2/+8
* QGraphicsProxyWidget: fix propagation of high-precision eventsVolker Hilsheimer2021-08-165-12/+107
* Don't crash in high-precision wheel scrolls on a QGraphicsProxyWidgetVolker Hilsheimer2021-08-162-4/+10
* Accept the QWheelEvent before each propagation stepVolker Hilsheimer2021-08-161-0/+3
* StyleSheet: Use rule for ComboBox in embedded QLineEditVolker Hilsheimer2021-08-121-6/+5
* Close all popup windows when the screen is rotatedTang Haixiang2021-08-121-0/+2
* Implement missing support for 'em' and 'ex' lengths in style sheetVolker Hilsheimer2021-08-102-23/+52
* Doc: fix QStyleOptionMenuItem::menuHasCheckableItems typoJeremy Katz2021-08-101-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
* QListView: fix AdjustToContents (sizeAdjustPolicy)Thorbjørn Lund Martsum2021-08-101-1/+41
* Allow dragging of a floating dockwidget on macOS with a custom titlebarAndy Shaw2021-08-021-1/+1
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-301-3/+1
* Doc: Fix typo Ctr -> CtrlAlexander Volkov2021-07-281-1/+1
* QMenuBar: remove addAction() functionsMarc Mutz2021-07-283-93/+15
* QtWidgets: clean up API removalsMarc Mutz2021-07-274-7/+7
* Fix various -Wdeprecated-enum-float-conversions around the codeMarc Mutz2021-07-271-1/+1
* Doc: document deprecated classes in Qt WidgetsNico Vertriest2021-07-271-8/+9
* Doc: Minor cleanup in QWidget docsPaul Wicking2021-07-261-2/+3
* QWidget: cope with QObject::connect()'s incomplete SFINAE-friendlinessMarc Mutz2021-07-241-0/+17
* 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
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-201-4/+8
* Fusion style: TabBar: Use common style to draw a close buttonNodir Temirkhodjaev2021-07-201-11/+0
* QStyle: Add SP_TabCloseButtonVolker Hilsheimer2021-07-203-25/+20
* Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-3/+2
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+2
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-152-1/+12
* Initialize class members of QTreeWidgetItem at declarationAndreas Buhr2021-07-152-57/+15
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-1/+1
* Point out that QTreeView's expandAll/expandToDepth don't fetch dataVolker Hilsheimer2021-07-141-2/+11
* Respect style sheet rules for checked and selected menu itemsVolker Hilsheimer2021-07-141-1/+1
* Support styled menu icons in otherwise unstyled menu itemsVolker Hilsheimer2021-07-142-30/+48
* Use base style when drawing item view item with only indicator styledVolker Hilsheimer2021-07-141-5/+9
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-142-4/+2
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-136-332/+176