summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QWidgetTextControl: Ignore unconsumed mouse release eventsv6.5.0-beta2Axel Spoerl2023-01-221-7/+18
* Doc: Simplify description of QKeySequenceEdit::maximumSequenceLengthKai Köhne2023-01-181-6/+2
* Fix build with -no-feature-menubarTasuku Suzuki2023-01-171-0/+2
* QCommonStyle code cleanupAxel Spoerl2023-01-171-84/+102
* Fix build with -no-feature-buttongroupTasuku Suzuki2023-01-171-1/+1
* Fix build with -no-feature-draganddropTasuku Suzuki2023-01-173-5/+27
* Fix build with -no-feature-menuTasuku Suzuki2023-01-171-0/+2
* Fix build with -no-feature-imageformat_pngTasuku Suzuki2023-01-171-1/+1
* Fix build with -no-feature-messageboxTasuku Suzuki2023-01-173-0/+8
* Move QApplication::autoSipEnabled() to public scopeTasuku Suzuki2023-01-161-1/+1
* Fix build with -no-feature-toolbarTasuku Suzuki2023-01-161-0/+2
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-162-0/+4
* Fix build with -no-feature-cssparserTasuku Suzuki2023-01-161-1/+3
* Add tracing metadata to QEvent and QImageFormatAntti Määttä2023-01-141-1/+177
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-149-52/+27
* QFormLayout: don't access out-of-bounds layout dataVolker Hilsheimer2023-01-131-2/+16
* Don't override QDialog::setVisible() to implement native dialogsTor Arne Vestbø2023-01-106-44/+52
* QKeySequenceEdit: fix typo in parameter nameVolker Hilsheimer2023-01-091-1/+1
* Doc: Fix linking to 'Drag and Drop' topicTopi Reinio2023-01-092-4/+4
* Doc: Drop link to deleted pagePaul Wicking2023-01-081-3/+1
* QListView: Prevent infinite loop when wrapping text of item with null-iconVolker Hilsheimer2023-01-072-5/+18
* Fix deprecation of QApplication:setActiveWindow()Kai Köhne2023-01-061-3/+2
* Add resetTransform to see also of setTransform in QGraphicsViewLeon Zhang2023-01-061-1/+1
* Fix a warning about extra semicolon in qstylepainter.hJoni Poikelin2023-01-051-1/+1
* Fix improper ELF versions of certain symbolsThiago Macieira2022-12-291-2/+2
* Fix size calculation of unplugged dock widgetsAxel Spoerl2022-12-291-4/+19
* wasm: align QWasmLocalFileAccess API with 6.4Morten Sørvig2022-12-281-1/+1
* Doc: Add link to Tools Examples from the Qt Widgets module front pageLeena Miettinen2022-12-191-0/+1
* Fix QWidget::restoreGeometry when restored geometry is off screenAxel Spoerl2022-12-192-10/+67
* Widgets: Deactivate effect on destructionChristian Ehrlicher2022-12-181-0/+1
* Don't hide object replacement char except in rich textv6.5.0-beta1Eskil Abrahamsen Blomfeldt2022-12-151-2/+1
* Add static_cast for QKeyEventLu YaNing2022-12-138-10/+10
* Remove note about QSystemTrayIcon menu on macOS not emitting aboutToHideTor Arne Vestbø2022-12-121-3/+0
* Clean up dead codeLu YaNing2022-12-102-17/+12
* Beautify QApplication::compressEventAxel Spoerl2022-12-091-27/+41
* Port QDateTimeEdit internals to QTimeZoneEdward Welbourne2022-12-092-105/+109
* Remove QWindowsStylePrivate:isDarkModeVolker Hilsheimer2022-12-082-18/+7
* Revert "Let styles indicate that they support dark mode"Volker Hilsheimer2022-12-084-10/+0
* QWidget: use window device pixel ratio for metricsDavid Edmundson2022-12-081-3/+2
* QComboBox: Don't dereference potential nullptr, simplifyVolker Hilsheimer2022-12-082-6/+2
* QComboBox: hide the popup on keypress rather than ShortcutOverrideVolker Hilsheimer2022-12-052-1/+10
* Teach QErrorMessage to use native dialog helper if availableTor Arne Vestbø2022-12-042-2/+69
* Deliver tablet events to the toplevel widget if there is no childVolker Hilsheimer2022-12-021-4/+3
* QErrorMessage: Forward log messages to original handlerTor Arne Vestbø2022-12-021-5/+18
* QErrorMessage: Filter out categorized logging for QErrorMessage::qtHandler()Tor Arne Vestbø2022-12-021-1/+8
* Support stereoscopic rendering with QGraphicsViewKristoffer Skau2022-12-013-113/+147
* Add support for stereoscopic content in QOpenGLWidgetKristoffer Skau2022-11-282-2/+9
* QGraphicsView: fix jumping graphic items when dragging out of viewTaras Kachmaryk2022-11-261-22/+29
* Let styles indicate that they support dark modeSanthosh Kumar2022-11-264-0/+10
* Modernize QMessageBox documentation and exampleTor Arne Vestbø2022-11-185-25/+22