summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-1525-44/+44
* Clarify QWidget::normalGeometry documentationTor Arne Vestbø2021-10-151-13/+14
* QWidget: Don't rely on topextra to determine if window is top levelTor Arne Vestbø2021-10-141-1/+1
* Tidy up in QGraphicsWidget::resize()Edward Welbourne2021-10-141-37/+28
* Eliminate use of goto in QGraphicsWidget::resize()Edward Welbourne2021-10-141-17/+20
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-141-2/+4
* Fix typo: alignment has an n in itEdward Welbourne2021-10-141-2/+2
* Fix references to QGuiApplication::lastWindowClosedTor Arne Vestbø2021-10-132-2/+2
* Take overshoot into account when laying out QAbstractScrollAreaVolker Hilsheimer2021-10-131-1/+3
* Doc: Fix usage of \summary macroTopi Reinio2021-10-121-1/+1
* macOS: fix window activation when popup is openVolker Hilsheimer2021-10-121-6/+10
* widgets: Fix typos in documentationJonas Kvinge2021-10-1232-64/+66
* Select a single range of cells in QTableView, away from merged cellsShawn Rutledge2021-10-121-7/+17
* QTableWidgetSelectionRange: Make it possible to compare for equalityVolker Hilsheimer2021-10-122-0/+22
* 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
* Fix QTabBar's SelectPreviousTab behaviorQiang Li2021-10-091-2/+3
* Doc: clarify case sensitivity in QCompleterMitch Curtis2021-10-081-6/+9
* Add style hint for preventing spin box selection on up/downVolker Hilsheimer2021-10-084-1/+10
* Fix handling of grouping characters when validating doublesEdward Welbourne2021-10-071-12/+16
* Fix closing and showing a window with a native childVolker Hilsheimer2021-10-071-2/+5
* Silence static analyzer warningVolker Hilsheimer2021-10-071-1/+1
* 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
* Clean up QApplication::notify codeVolker Hilsheimer2021-09-301-242/+197
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-281-5/+7
* Fix crash if receiver destroys itself in closeEventVolker Hilsheimer2021-09-271-5/+6
* macOS: Remove special cases in enter/leave event handlingVolker Hilsheimer2021-09-241-4/+2
* 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