summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* QApplication: use focus abstraction instead of QWidget::focus_next/prevAxel Spoerl2024-03-181-2/+2
* Reparent QWindow children when reparenting QWidgetTor Arne Vestbø2024-03-142-39/+93
* QDialogButtonBox: Don't set focus in a dialog with StrongFocus childrenAxel Spoerl2024-03-072-0/+19
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-2/+3
* Disconnect QWindowContainer::focusWindowChanged on destructionTor Arne Vestbø2024-03-031-0/+3
* Add QWidgetPrivate::rhi() helper methodTor Arne Vestbø2024-03-013-8/+11
* Add QWidgetPrivate::closestParentWidgetWithWindowHandle helper methodTor Arne Vestbø2024-03-012-0/+20
* Remove QWindowPrivate::compositingTor Arne Vestbø2024-03-011-2/+0
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-012-0/+3
* QApplicationPrivate::dispatchEnterLeave: remove dead codeAxel Spoerl2024-02-291-13/+0
* QWidgetRepaintManager: Use textureChildSeen to determine deferred updateTor Arne Vestbø2024-02-271-3/+3
* Doc: Use QDOC_PROPERTY for QRhiWidget::autoRenderTargetPaul Wicking2024-02-262-3/+4
* Correct license in widget/kernelLucie Gérard2024-02-153-3/+3
* 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
* Add QPlatformIntegration::BackingStoreStaticContents capabilityTor Arne Vestbø2024-02-131-5/+3
* 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
* Harden WidgetAttributes debug stream operatorTor Arne Vestbø2024-02-021-9/+10
* 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-314-5/+14
* qWaitForWindowFocused: Pass timeout as QDeadlineTimerTor Arne Vestbø2024-01-252-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
* QMetaTypeModuleHelper: mark instances constexprMarc Mutz2024-01-191-1/+1
* QMetaTypeModuleHelper: suppress cppcoreguidelines-virtual-class-destructorMarc Mutz2024-01-181-0/+1
* Update QRhiWidget API based on review commentsLaszlo Agocs2024-01-183-62/+68
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-1/+1
* Widgets: Use pmf-style connectsChristian Ehrlicher2023-12-216-15/+15
* QWindowContainer: Don't embed a QWidgetAxel Spoerl2023-12-211-0/+21
* QWidget: deliver DragLeave events symmetricallyVolker Hilsheimer2023-12-201-2/+10
* Sync QWindow visible state during QWidget destructionTor Arne Vestbø2023-12-201-0/+11
* Set correct content size for tool tip labelSanthosh Kumar2023-12-151-3/+5
* Remove qDeleteInEventHandlerTor Arne Vestbø2023-12-141-3/+1
* Use Qt::WindowNoState for child windows/widgets shown via show()Tor Arne Vestbø2023-12-131-10/+18
* Add QTest::qWaitForWindowFocused for checking focus windowTor Arne Vestbø2023-12-092-0/+27
* Don't clear Qt::Window/ForeignWindow of QWidget if window is not top levelTor Arne Vestbø2023-12-061-2/+0
* QApplicationPrivate: remove unused wheel_scroll_linesChristian Ehrlicher2023-11-271-1/+0
* Make QApplicationPrivate::active_window privateTor Arne Vestbø2023-11-203-12/+6
* Doc: Fix \fn template arguments for Qt WidgetsTopi Reinio2023-11-181-4/+4
* QWidgetWindow: pass QPointF to QMouseEventChristian Ehrlicher2023-11-081-6/+6
* Restore WindowState when changing SurfaceTypeWladimir Leuschner2023-11-061-0/+2
* Doc: Revise QWidget docsAndreas Eliasson2023-11-011-47/+42
* Add missing timestamp to tablet eventsViktor Arvidsson2023-10-301-0/+1
* Convert tooltips example to snippetsVolker Hilsheimer2023-10-271-5/+14
* QGestureManager: port Q_FOREACH to ranged-for [6/6]Ahmad Samir2023-10-131-4/+2
* QGestureManager: port Q_FOREACH to ranged-for [5/6]Ahmad Samir2023-10-131-1/+1
* QGestureManager: port FOREACH to ranged-for, local const QSets [4/6]Ahmad Samir2023-10-131-11/+11