summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix handling of grouping characters when validating doublesEdward Welbourne2021-10-081-12/+16
* Doc: Make it explicit when CMake API is definedKai Köhne2021-10-052-0/+7
* Doc: Add summary to CMake commandsKai Köhne2021-10-041-1/+1
* QAbstractItemView: fix crash if setData() does a model resetDavid Faure2021-10-011-3/+10
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-012-21/+94
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-281-5/+7
* macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-09-151-0/+2
* Doc: Update some links to Microsoft's documentationLuca Di Sera2021-09-131-1/+1
* Set Qt::SubWindow on windows embedded by QWidget::createWindowContainerTor Arne Vestbø2021-09-101-0/+2
* macOS: Don't show QMessageBox::about(Qt) as modal windowsTor Arne Vestbø2021-09-091-0/+2
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-09-063-13/+26
* Revert "Ensure versionless wrappers do not introduce a new variable scope"Craig Scott2021-09-061-4/+5
* QMessageBox: Reset clickedButton for each invocation of the dialogTor Arne Vestbø2021-09-051-0/+1
* Doc: add more notes about full screen windows on macOSVolker Hilsheimer2021-09-031-3/+10
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-022-1/+28
* Fix QListView assert when the last row is moved in IconModev6.2.0-beta4ChunLin Wang2021-09-011-2/+4
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-09-012-12/+9
* QFileDialogComboBox: member variable is not initializedYang Yuyin2021-08-312-11/+4
* Ensure versionless wrappers do not introduce a new variable scopeCraig Scott2021-08-311-5/+4
* 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
* 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
* 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-131-6/+5
* Close all popup windows when the screen is rotatedTang Haixiang2021-08-131-0/+2
* Allow dragging of a floating dockwidget on macOS with a custom titlebarAndy Shaw2021-08-121-1/+1
* Implement missing support for 'em' and 'ex' lengths in style sheetVolker Hilsheimer2021-08-102-23/+52
* 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
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-301-3/+1
* Doc: Fix typo Ctr -> CtrlAlexander Volkov2021-07-291-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