summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QStyleSheetStyle: don't draw check indicator twiceChristian Ehrlicher2024-03-101-3/+5
* Avoid QRubberBand leaving artefacts in QListViewEirik Aavitsland2024-03-091-2/+7
* Fix menu size in multiscreen setupsFriedemann Kleint2024-03-083-4/+25
* Map drag event positions to global during dock/toolbar dragDavid Redondo2024-03-061-1/+2
* Handle drag leave when performing platform drag of docks or toolbarsDavid Redondo2024-03-061-0/+5
* Remove QWindowPrivate::compositingTor Arne Vestbø2024-03-051-2/+0
* Add QWidgetPrivate::rhi() helper methodTor Arne Vestbø2024-03-042-0/+10
* QDockWidget: Use resizer without native window decorationAxel Spoerl2024-03-041-4/+4
* Add QWidgetPrivate::closestParentWidgetWithWindowHandle helper methodTor Arne Vestbø2024-03-032-0/+20
* Refactor and fix QMainWindow::tabifiedDockWidgets()Axel Spoerl2024-03-013-28/+46
* Implement Qt::ImEnabled by isEnabled() and isReadOnly()Yansheng Zhu2024-03-013-3/+3
* QAbstractItemView: Release tab focus when hiddenViktor Arvidsson2024-02-291-1/+1
* QWidgetRepaintManager: Use textureChildSeen to determine deferred updateTor Arne Vestbø2024-02-291-3/+3
* Prevent re-replacing state in setGeometryTomi Korpipää2024-02-291-1/+3
* QDialogButtonBox: fix crash when adding a QToolButtonDavid Faure2024-02-291-1/+1
* Revert "QHeaderView: relayout on resetDefaultSectionSize"Jonas Karlsson2024-02-272-13/+14
* qmessagebox.h: Remove redundant semicolon after Q_ENUMAxel Spoerl2024-02-271-1/+1
* Text widgets: document find() behavior with QRegularExpressionGiuseppe D'Angelo2024-02-272-4/+10
* Doc: Mention AA_DontUseNativeDialogs in QFileDialogKai Köhne2024-02-261-4/+7
* Doc: Improve documentation for QFileDialog::OptionKai Köhne2024-02-261-23/+27
* Doc: Review and improve QFileDialog documentationInkamari Harjula2024-02-262-120/+123
* Remove year from generic Qt copyright informationKai Köhne2024-02-191-1/+1
* QDialogButtonBox: Fix focus chain and default button assignmentAxel Spoerl2024-02-142-10/+14
* Pass correct default button in QMessageBox::showNewMessageBox()Axel Spoerl2024-02-141-5/+8
* Restore window state of recreated top level widget, not closest QWindowTor Arne Vestbø2024-02-141-2/+3
* QFusionStyle: Pass handling of FrameGroupBox to base styleChristian Ehrlicher2024-02-132-16/+14
* QMessageBox: Move enum static assertions to cpp fileAxel Spoerl2024-02-112-7/+14
* QLineEdit: disable cursor blinking on hideGiuseppe D'Angelo2024-02-111-0/+2
* QTreeView: fix performance regression from accessibility updatesVolker Hilsheimer2024-02-102-5/+27
* QAbstractItemView: close all child editors when parent is removedChristian Ehrlicher2024-02-091-1/+12
* Q(Plain)TextEdit: don't crash when using a style sheetChristian Ehrlicher2024-02-072-2/+2
* Fusion style: add right side indent to groupbox titleGhenady Kuznetsov2024-02-071-3/+5
* QFileSystemModel: don't crash with setIconProvider(nullptr)Ahmad Samir2024-02-061-4/+7
* Fusion style: add indent to groupbox titleGhenady Kuznetsov2024-01-311-0/+4
* API Review Widgets: Remove QDockWidget debug operatorsAxel Spoerl2024-01-292-26/+0
* Fusion style: wrongly used PixelMetric enumGhenady Kuznetsov2024-01-241-5/+5
* QWidget: Clean up state that depends on QWindow from ~QWidgetWindow()Tor Arne Vestbø2024-01-232-27/+18
* Increase precision for QGraphicsView::AnchorUnderMouseThorbjørn Lindeijer2024-01-221-7/+6
* QPushButton with a menu remains in sunken state after menu closedEd Cooke2024-01-221-1/+1
* QMetaTypeModuleHelper: mark instances constexprMarc Mutz2024-01-191-1/+1
* Revert "API Review / QDockWidget: Remove const/ref debug operator"Axel Spoerl2024-01-192-9/+11
* QMetaTypeModuleHelper: suppress cppcoreguidelines-virtual-class-destructorMarc Mutz2024-01-181-0/+1
* Sync QWindow visible state during QWidget destructionTor Arne Vestbø2024-01-181-0/+11
* Fusion style: add clip region for groupbox titleGhenady Kuznetsov2024-01-171-0/+16
* Remove note about QDockWidget::DockWidgetClosable not working on macOSTor Arne Vestbø2024-01-171-3/+1
* Revert "QDockWidget: Always show dock widgets with the main window"Axel Spoerl2024-01-163-19/+0
* Doc: Remove wrong comment in QStyle::pixelMetric() docChristian Ehrlicher2024-01-161-2/+1
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-1619-55/+55
* Doc: Wrap arguments to \inlineimage in curly bracesAndreas Eliasson2024-01-141-2/+2
* API Review / QDockWidget: Remove const/ref debug operatorAxel Spoerl2024-01-142-11/+9