summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Mention AA_DontUseNativeDialogs in QFileDialogKai Köhne2024-02-191-4/+7
* Documentation: Rename 'Qt Designer' to 'Qt Widgets Designer'Friedemann Kleint2024-02-191-1/+1
* Style icons: fix artifacts in media iconsChristian Ehrlicher2024-02-1625-112/+9
* QDockWidget: fix dock buttons sizeChristian Ehrlicher2024-02-161-1/+1
* Correct license in widget/kernelLucie Gérard2024-02-153-3/+3
* Doc: Resolve qdoc link warningsPaul Wicking2024-02-141-1/+2
* QRhiWidget: Register cleanup callback also on first RHI initTor Arne Vestbø2024-02-141-13/+15
* QRhiWidget: Tear down resources before window has changedTor Arne Vestbø2024-02-141-1/+1
* Clean up about Qt dialog textKai Köhne2024-02-141-6/+5
* Remove year from generic Qt copyright informationKai Köhne2024-02-141-1/+1
* cmake: Generate Apple privacy manifest files for Qt modulesTor Arne Vestbø2024-02-132-0/+30
* Add QPlatformIntegration::BackingStoreStaticContents capabilityTor Arne Vestbø2024-02-131-5/+3
* QFusionStyle: Pass handling of FrameGroupBox to base styleChristian Ehrlicher2024-02-132-16/+14
* QWidgetWindow: Don't meddle with WA_WState_{Hidden/ExplicitShowHide}Tor Arne Vestbø2024-02-121-14/+1
* Ensure QWidget::destroy() events and attributes match hiding the widgetTor Arne Vestbø2024-02-121-2/+3
* Restore window state of recreated top level widget, not closest QWindowTor Arne Vestbø2024-02-121-2/+3
* QTreeView: fix performance regression from accessibility updatesVolker Hilsheimer2024-02-092-5/+27
* QHeaderView: make sectionsMovable/sectionsClickable propertiesChristian Ehrlicher2024-02-092-26/+18
* QAbstractItemView: close all child editors when parent is removedChristian Ehrlicher2024-02-081-1/+12
* Q(Plain)TextEdit: don't crash when using a style sheetChristian Ehrlicher2024-02-072-2/+2
* Remove extra semi-colonsTasuku Suzuki2024-02-063-3/+3
* Reapply: Remove const/ref debug operator for QDockWidgetVolker Hilsheimer2024-02-032-11/+9
* QLineEdit: disable cursor blinking on hideGiuseppe D'Angelo2024-02-021-0/+2
* Fusion style: add right side indent to groupbox titleGhenady Kuznetsov2024-02-031-3/+5
* Fix build with -no-feature-animationTasuku Suzuki2024-02-021-0/+2
* Change doc snippet licenseLucie Gérard2024-02-023-3/+3
* Harden WidgetAttributes debug stream operatorTor Arne Vestbø2024-02-021-9/+10
* Fix build with -no-feature-menuTasuku Suzuki2024-02-021-0/+2
* QFileSystemModel: don't crash with setIconProvider(nullptr)Ahmad Samir2024-02-011-4/+7
* Change license of .qdoc filesLucie Gérard2024-02-011-1/+1
* Don't set ExplicitShowHide on children when showing parent widgetTor Arne Vestbø2024-02-012-23/+27
* Add logging, clarifications, and tests for QWidget show/hide behaviorTor Arne Vestbø2024-02-013-10/+66
* Add QWidgetPrivate::isExplicitlyHidden() helper functionTor Arne Vestbø2024-01-317-10/+19
* Fusion style: add indent to groupbox titleGhenady Kuznetsov2024-01-311-0/+4
* Widgets: Add missing deprecation version markersKai Köhne2024-01-281-4/+4
* QMessageBox: Move enum static assertions to cpp fileAxel Spoerl2024-01-252-7/+14
* qWaitForWindowFocused: Pass timeout as QDeadlineTimerTor Arne Vestbø2024-01-252-5/+5
* QFileDialog::getOpenFileContent: default new parent parameterVolker Hilsheimer2024-01-241-1/+1
* Inline one qDrawPlainRoundedRect overloadVolker Hilsheimer2024-01-242-9/+7
* Fusion style: wrongly used PixelMetric enumGhenady Kuznetsov2024-01-231-5/+5
* QWidget: Clean up state that depends on QWindow from ~QWidgetWindow()Tor Arne Vestbø2024-01-232-27/+18
* Do more QRhiWidget cleanups based on API reviewLaszlo Agocs2024-01-222-9/+9
* 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
* QCheckBox: deprecate stateChanged()Marc Mutz2024-01-192-3/+12
* QMetaTypeModuleHelper: mark instances constexprMarc Mutz2024-01-191-1/+1
* Revert "API Review / QDockWidget: Remove const/ref debug operator"Axel Spoerl2024-01-182-9/+11
* QMetaTypeModuleHelper: suppress cppcoreguidelines-virtual-class-destructorMarc Mutz2024-01-181-0/+1
* Update QRhiWidget API based on review commentsLaszlo Agocs2024-01-183-62/+68
* Fusion style: add clip region for groupbox titleGhenady Kuznetsov2024-01-171-0/+16