summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Remove fatuously true or false QT_VERSION checksEdward Welbourne2021-09-231-26/+0
* QMessageBox: read geometry from the screen the message box belongs toRichard Moe Gustavsen2021-09-231-1/+1
* Deduplicate maybeQuitOnLastWindowClosed handlingTor Arne Vestbø2021-09-173-26/+38
* Close QDialog via QWidget::close()Tor Arne Vestbø2021-09-163-8/+27
* Always reset close-status of QWidget when trying to closeTor Arne Vestbø2021-09-151-5/+7
* Make the closeAllPopup helper virtual in QGuiApplicationVolker Hilsheimer2021-09-152-11/+13
* macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-09-151-0/+2
* Close QWidget during destruction via QWindowTor Arne Vestbø2021-09-131-1/+5
* Don't hide QToolTip automatically when another window is closedTor Arne Vestbø2021-09-131-7/+0
* Don't exclude WA_DontShowOnScreen widgets for QWidgetWindow event processingTor Arne Vestbø2021-09-131-8/+8
* 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
* Split up close handling in QWidget into a pre and post stepTor Arne Vestbø2021-09-074-22/+31
* Refactor QStatusBar to reduce memory allocationVolker Hilsheimer2021-09-071-80/+62
* 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
* Partially modified to use C++11 standard nullptrchenbin2021-09-061-1/+1
* Doc: fix qdoc warning, add \inmodule for qdrawutil headerVolker Hilsheimer2021-09-051-0/+1
* QMessageBox: Reset clickedButton for each invocation of the dialogTor Arne Vestbø2021-09-041-0/+1
* Doc: add more notes about full screen windows on macOSVolker Hilsheimer2021-09-031-3/+10
* Doc: fix qdoc warnings from wrong parameter typeVolker Hilsheimer2021-09-031-2/+2
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* QWidget: close the QWindow in QWidget::closeVolker Hilsheimer2021-09-022-1/+28
* Fix QListView assert when the last row is moved in IconModeChunLin Wang2021-09-011-2/+4
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-0111-22/+18
* 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
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-08-302-12/+9
* 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