summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Widgets: Use effect region bounds when drawing with repaint managerAntti Määttä2022-05-173-3/+6
* Use SPDX license identifiersLucie Gérard2022-05-1659-2243/+119
* Remove ALIEN_DEBUG statementsDavid Skoland2022-05-032-34/+1
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-025-12/+21
* QtWidgets: includemocs v2022Marc Mutz2022-04-292-1/+2
* QGraphicsScene: Fix popup position for QGraphicsProxyWidgetVolodymyr Zibarov2022-04-221-25/+14
* Rename QGuiApplicationPrivate::notifyThemeChanged to handleThemeChangedTor Arne Vestbø2022-04-212-3/+3
* QApplication: deliver activation events for non-widget windowsRichard Moe Gustavsen2022-04-211-1/+14
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-072-4/+16
* Query the QWindow in every test iteration in qWFWExposed(QWidget)Laszlo Agocs2022-03-291-6/+29
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-251-1/+8
* Remove a now-unneeded QT_NO_OPENGL ifdefLaszlo Agocs2022-03-201-2/+0
* QObject: restore flags printing in dumpObjectTree()Marc Mutz2022-03-192-0/+23
* Widgets: Do not depend on transitive includesFabian Kosmale2022-03-172-0/+2
* QFormLayout: Fix assert when showing with hidden rowsVolker Hilsheimer2022-03-151-14/+14
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-151-0/+1
* Fix losing QOpenGLWidget paints when a child widget is invisibleLaszlo Agocs2022-03-141-0/+7
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-116-176/+131
* Miscellanea fixes for QT_TYPESAFE_FLAGS in our headersGiuseppe D'Angelo2022-03-071-3/+3
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-021-1/+1
* Implement QFormLayout::set/isRowVisibleVolker Hilsheimer2022-02-242-7/+200
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-221-1/+1
* Core: Remove 'properties' featureKai Köhne2022-02-141-2/+0
* Reduce qaccessible includesFabian Kosmale2022-02-091-0/+3
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-031-9/+9
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-022-5/+5
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-142-0/+2
* Port the last user of QMutableSinglePointEvent::mutableEvent()Marc Mutz2022-01-141-1/+1
* Don't return an associated screen for embedded widgetsVolker Hilsheimer2022-01-131-0/+5
* QApplication: port manual users of QMutableEventPointMarc Mutz2022-01-131-2/+2
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-082-20/+20
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-052-4/+11
* Deliver context menu event with correct coordinates to widgets in popupsVolker Hilsheimer2021-12-221-1/+2
* Fix widget gesture grabbingVolker Hilsheimer2021-12-112-6/+11
* Add unit test for moving of opaque widgetsVolker Hilsheimer2021-12-081-2/+3
* Code tidies: improve variable naming and add const where possibleVolker Hilsheimer2021-12-081-19/+17
* Fix incorrect rendering when moving widget into screenVolker Hilsheimer2021-12-081-1/+1
* Revert optimizations and fixes for moving/scrolling overlapped widgetsVolker Hilsheimer2021-12-072-80/+28
* QSizePolicy: make qHash() a hidden friendMarc Mutz2021-12-032-5/+3
* Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-191-1/+4
* Make sure we paint overlapped children and siblings when moving farVolker Hilsheimer2021-11-151-11/+13
* QWidget: always handle IM queriesRichard Moe Gustavsen2021-11-121-2/+1
* Calculate effect bounds when drawing widget graphics effectAntti Määttä2021-10-271-4/+5
* Don't fire shortcut if the action only lives in an unreachable submenuVolker Hilsheimer2021-10-251-1/+1
* Fix warnings due to enums in QSizePolicyFan RuiJie2021-10-211-2/+3
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-203-16/+17
* Don't render widget to backing store if its parent has graphics effectAntti Määttä2021-10-191-1/+14
* QtWidgets: remove set-but-unused variablesThiago Macieira2021-10-161-2/+0
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-163-47/+9
* Remove unused parentWidget variable in QWidgetPrivate::handleCloseTor Arne Vestbø2021-10-161-1/+0