summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Refine the rhi-based flush logicLaszlo Agocs2023-06-011-1/+30
* Don't grab QWhatsThis background on WindowsOliver Wolff2023-05-161-17/+0
* Revamp the shapedclock exampleVolker Hilsheimer2023-05-161-4/+12
* Don't grab QWhatsThis background on non-Windows platformsTor Arne Vestbø2023-05-151-0/+9
* Don't set focus when moving the cursor with a touch padVolker Hilsheimer2023-04-281-1/+2
* Add missing nullptr check in QWidget::setFocusProxyAxel Spoerl2023-04-251-1/+1
* Handle parent being a child's focus procy in QWidget::setFocusProxyAxel Spoerl2023-04-221-0/+24
* Add [[maybe_unused]] attribute to an unused variableAmir Masoud Abdol2023-04-141-1/+4
* QWidget: add overload to set tab order as a list of widgetsVolker Hilsheimer2023-04-112-0/+37
* Clear invalid QApplication styleOverrideKaj Grönholm2023-04-061-0/+2
* doc: Add note about platform support for window positionsEskil Abrahamsen Blomfeldt2023-03-171-0/+4
* Handle device loss for texture widgetsDavid Redondo2023-03-173-4/+9
* QApplication: Fix DEPRECATED_VERSION for setActiveWindowNicolas Fella2023-03-151-2/+2
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-1/+1
* Handle tab order inceptionVolker Hilsheimer2023-03-091-21/+24
* Remove the 'sdi' exampleVolker Hilsheimer2023-03-021-1/+1
* Doc: fix link to Widgets TutorialVolker Hilsheimer2023-03-011-1/+1
* Fix connections in QWidgetWindowDavid Edmundson2023-02-151-1/+1
* Introduce events for Window device pixel ratio changesDavid Edmundson2023-02-133-5/+22
* Fix build with -no-feature-actionTasuku Suzuki2023-02-121-0/+5
* Trace: Use includes instead of forward declarationsAntti Määttä2023-02-101-0/+3
* Trace: Convert qtwidgets module to use tracepointgen toolAntti Määttä2023-02-101-0/+4
* Silence some qdoc warningsVolker Hilsheimer2023-02-081-1/+3
* Use plain text to calculate expire time of tooltipsMatthias Rauter2023-02-071-1/+3
* Fix analog clock example to adhere to guidelinesJan Arve Sæther2023-02-021-2/+2
* QtWidgets: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-011-3/+1
* QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobje...Friedemann Kleint2023-02-011-2/+2
* Fix build with -no-feature-draganddropTasuku Suzuki2023-01-171-1/+1
* Move QApplication::autoSipEnabled() to public scopeTasuku Suzuki2023-01-161-1/+1
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-171-0/+2
* QFormLayout: don't access out-of-bounds layout dataVolker Hilsheimer2023-01-131-2/+16
* Doc: Fix linking to 'Drag and Drop' topicTopi Reinio2023-01-092-4/+4
* Fix deprecation of QApplication:setActiveWindow()Kai Köhne2023-01-061-3/+2
* Fix QWidget::restoreGeometry when restored geometry is off screenAxel Spoerl2022-12-162-10/+67
* Add static_cast for QKeyEventLu YaNing2022-12-132-2/+2
* Beautify QApplication::compressEventAxel Spoerl2022-12-091-27/+41
* QWidget: use window device pixel ratio for metricsDavid Edmundson2022-12-081-3/+2
* Deliver tablet events to the toplevel widget if there is no childVolker Hilsheimer2022-12-021-4/+3
* Support stereoscopic rendering with QGraphicsViewKristoffer Skau2022-12-011-0/+5
* Add support for stereoscopic content in QOpenGLWidgetKristoffer Skau2022-11-282-2/+9
* Fix rhi flush eval perf. and native window problemsLaszlo Agocs2022-11-142-16/+19
* 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
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-5/+5
* QApplication: send QHoverEvents with correct scenePosition()Shawn Rutledge2022-10-231-2/+4
* Set alphaBufferSize to -1 when disabling translucency in QtWidgetsPeter Varga2022-10-211-1/+1
* Add missing repaintManager checkLaszlo Agocs2022-10-171-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-5/+5
* Replace qExchange with std::exchangeMarc Mutz2022-10-071-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-048-33/+33