summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Doc/QButtonGroup: Do not mention deprecated/removed signalChristian Ehrlicher2023-03-221-2/+2
* Widgets/QCheckBox: change signature of stateChanged() for Qt7Christian Ehrlicher2023-03-212-3/+18
* Centralize copyright information for QtKai Köhne2023-03-201-1/+1
* Update Copyright year to 2023Kai Köhne2023-03-201-1/+1
* QColorDialog: Support hex rgb values with and without leading #Axel Spoerl2023-03-171-11/+22
* doc: Add note about platform support for window positionsEskil Abrahamsen Blomfeldt2023-03-172-0/+13
* Handle device loss for texture widgetsDavid Redondo2023-03-173-4/+9
* QPlainTextEdit: Don't block signals on page stepAxel Spoerl2023-03-151-12/+3
* QApplication: Fix DEPRECATED_VERSION for setActiveWindowNicolas Fella2023-03-151-2/+2
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-2/+2
* QPlainTextEdit code cleanupAxel Spoerl2023-03-151-53/+81
* emit QAbstractSlider::valueChanged() only on value changeAxel Spoerl2023-03-151-2/+9
* QCompleter::setPopup() - refactor and cleanupAxel Spoerl2023-03-141-20/+25
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-1/+1
* QMenuBar: Mark items as dirty when switching away from native menu barTor Arne Vestbø2023-03-131-0/+1
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-092-4/+15
* Handle tab order inceptionVolker Hilsheimer2023-03-091-21/+24
* QErrorMessage: Reset 'again' check box between each error messageTor Arne Vestbø2023-03-091-0/+1
* Fix build with -no-feature-animationTasuku Suzuki2023-03-041-1/+1
* Remove the 'sdi' exampleVolker Hilsheimer2023-03-022-2/+2
* Doc: fix link to Widgets TutorialVolker Hilsheimer2023-03-011-1/+1
* a11y: even checkable buttons are pressableHarald Sitter2023-03-011-4/+2
* Doc: rewrite shortcut focus sectionPaul Wicking2023-03-011-4/+9
* QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-02-281-1/+1
* QAbstractItemView: execute posted layouts before paintingVolker Hilsheimer2023-02-281-0/+6
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-284-6/+5
* QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-273-16/+34
* Doc: Fix typo in word mnemonicIvan Tkachenko2023-02-261-1/+1
* Fix qtbase build when all deprecated code are disabledYuhang Zhao2023-02-223-8/+8
* QGesture: make sure we copy timestamp value for event clonesVolker Hilsheimer2023-02-171-42/+3
* QScroller: use categorized loggingVolker Hilsheimer2023-02-171-71/+96
* macOS: Pick up QWizard background from keyboard assistant via NSBundleTor Arne Vestbø2023-02-172-26/+31
* QAbstractItemView: don't start editing on Ctrl-ClickVolker Hilsheimer2023-02-161-1/+3
* Fix QStatusBar::removeWidget to hide the right widgetThorbjørn Lindeijer2023-02-161-12/+3
* Fix build with -no-feature-mdiareaTasuku Suzuki2023-02-152-13/+15
* Doc: Fix member name in code snippetAndreas Eliasson2023-02-151-1/+1
* Fix connections in QWidgetWindowDavid Edmundson2023-02-151-1/+1
* QAbstractItemView: don't access invalid indexes on copy-keyVolker Hilsheimer2023-02-131-5/+6
* QMenu: guard for destruction when emitting action signalsVolker Hilsheimer2023-02-131-3/+13
* Introduce events for Window device pixel ratio changesDavid Edmundson2023-02-134-6/+23
* Fix build with -no-feature-actionTasuku Suzuki2023-02-121-0/+5
* QAbstractItemView: Don't unselect on click on empty area in SingleSelectSebastian Beckmann2023-02-111-1/+5
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-6/+0
* Fix build without abstractsliderTasuku Suzuki2023-02-111-0/+1
* trace: Remove unused tracepoint filesAntti Määttä2023-02-101-184/+0
* Fix build with -no-feature-texteditTasuku Suzuki2023-02-101-1/+2
* Fix build with -no-feature-toolbuttonTasuku Suzuki2023-02-111-1/+1
* Return transparent background color if no brush is setMatthias Rauter2023-02-101-1/+2
* 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-102-1/+9