summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Silence some qdoc warningsVolker Hilsheimer2023-02-081-1/+3
* Fix analog clock example to adhere to guidelinesJan Arve Sæther2023-02-021-2/+2
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-171-0/+2
* Doc: Fix linking to 'Drag and Drop' topicTopi Reinio2023-01-091-2/+2
* Fix QWidget::restoreGeometry when restored geometry is off screenAxel Spoerl2022-12-161-10/+64
* Add static_cast for QKeyEventLu YaNing2022-12-131-1/+1
* QWidget: use window device pixel ratio for metricsDavid Edmundson2022-12-081-3/+2
* Fix rhi flush eval perf. and native window problemsLaszlo Agocs2022-11-141-15/+18
* Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-041-2/+29
* Revert "Accessibility: don't emit focus change when reason is window activation"Volker Hilsheimer2022-11-031-9/+5
* Set alphaBufferSize to -1 when disabling translucency in QtWidgetsPeter Varga2022-10-211-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Clear WA_UnderMouse attribute when widget gets hiddenSanthosh Kumar2022-09-201-0/+9
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-2/+2
* Re-create TLW's window only when its surface type is really changedIlya Fedin2022-08-241-1/+1
* Evaluate TranslucentBackground when (re)creating the windowLaszlo Agocs2022-08-011-0/+2
* Improve widget painting under dpr>1 by enabling smooth pixmap scalingEirik Aavitsland2022-07-121-0/+1
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-081-9/+6
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-011-2/+12
* Accessibility: don't emit focus change when reason is window activationVolker Hilsheimer2022-06-161-5/+9
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-9/+9
* Add support for painting at integer DPR with downscaleMorten Sørvig2022-06-141-2/+13
* Refactor if-else snake into switch statementVolker Hilsheimer2022-05-241-19/+20
* Fix QWidget::metric to use widget screen dpr instead of app-dprThorbjørn Lund Martsum2022-05-241-13/+4
* Widgets: Use effect region bounds when drawing with repaint managerAntti Määttä2022-05-171-1/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Remove ALIEN_DEBUG statementsDavid Skoland2022-05-031-19/+0
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-4/+5
* QtWidgets: includemocs v2022Marc Mutz2022-04-291-1/+1
* 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-191-0/+21
* Fix losing QOpenGLWidget paints when a child widget is invisibleLaszlo Agocs2022-03-141-0/+7
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-61/+80
* Core: Remove 'properties' featureKai Köhne2022-02-141-2/+0
* Don't return an associated screen for embedded widgetsVolker Hilsheimer2022-01-131-0/+5
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-051-1/+6
* 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
* Remove unused parentWidget variable in QWidgetPrivate::handleCloseTor Arne Vestbø2021-10-161-1/+0
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-1/+1
* 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
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-141-2/+4
* Fix references to QGuiApplication::lastWindowClosedTor Arne Vestbø2021-10-131-1/+1
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-281-5/+7
* Deduplicate maybeQuitOnLastWindowClosed handlingTor Arne Vestbø2021-09-171-26/+0
* Always reset close-status of QWidget when trying to closeTor Arne Vestbø2021-09-151-5/+7