summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QTabBar: draw text within moving tabAxel Spoerl2023-04-201-9/+18
* QWidgetTextControl: emit cursorPositionChanged() when select allLiang Qi2023-04-201-0/+3
* QWidgetTextControl: ignore invalid input method eventLiang Qi2023-04-191-0/+5
* QComboBox: don't call index(-1, 0) on the underlying modelDavid Faure2023-04-191-1/+1
* QComboBox: don't call data(invalid index) on the underlying modelDavid Faure2023-04-181-0/+2
* QAbstractButton::setChecked() - don't update accessibility if staleAxel Spoerl2023-04-131-5/+6
* QMainWindow: fix potential crash when restoring tab bar stateColin Snover2023-04-112-1/+5
* QMainWindow: fix potential assert when restoring dock widget stateColin Snover2023-04-111-2/+13
* QPushButton: use QMenu::popup instead of exec to show menuVolker Hilsheimer2023-04-111-7/+4
* QComboBox: Disable items marked as disabled in native popupsSebastian Beckmann2023-03-311-0/+2
* QComboBox: reset indexBeforeChange to -1 if index is invalidatedAxel Spoerl2023-03-281-2/+13
* Guard QTabBar against nested event processing during moving tabsTor Arne Vestbø2023-03-281-1/+2
* Explicitly propagate screen to QComboBoxListView constructorAxel Spoerl2023-03-281-1/+5
* 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
* QPlainTextEdit: Don't block signals on page stepAxel Spoerl2023-03-151-12/+3
* QPlainTextEdit code cleanupAxel Spoerl2023-03-151-53/+81
* emit QAbstractSlider::valueChanged() only on value changeAxel Spoerl2023-03-151-2/+9
* QMenuBar: Mark items as dirty when switching away from native menu barTor Arne Vestbø2023-03-131-0/+1
* Fix build with -no-feature-animationTasuku Suzuki2023-03-041-1/+1
* Remove the 'sdi' exampleVolker Hilsheimer2023-03-021-1/+1
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-282-4/+3
* QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-272-14/+32
* 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
* QMenu: guard for destruction when emitting action signalsVolker Hilsheimer2023-02-131-3/+13
* Introduce events for Window device pixel ratio changesDavid Edmundson2023-02-131-1/+1
* 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
* Examples: move widgets/codeeditor into manual testsVolker Hilsheimer2023-02-091-2/+1
* QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobje...Friedemann Kleint2023-02-011-6/+21
* QWidgetTextControl: Ignore unconsumed mouse release eventsAxel Spoerl2023-01-211-7/+18
* Doc: Simplify description of QKeySequenceEdit::maximumSequenceLengthKai Köhne2023-01-181-6/+2
* Fix build with -no-feature-buttongroupTasuku Suzuki2023-01-171-1/+1
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-171-0/+2
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-142-18/+6
* QWidgetTextControl: deal with empty formats list properlyTimur Pocheptsov2023-01-131-1/+2
* QCalendarWidget: Add reset functions for minimum/maximumDateVolker Hilsheimer2023-01-132-2/+14
* QKeySequenceEdit: fix typo in parameter nameVolker Hilsheimer2023-01-091-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
* QWidgetLineControl: Add missing emit keywordsLu YaNing2022-12-281-2/+2
* Android: Set EnterKeyNext as default type for QLineEditBartlomiej Moskal2022-12-211-0/+16
* Map toolbar drag delta from native pixelsAxel Spoerl2022-12-191-1/+7
* Don't hide object replacement char except in rich textEskil Abrahamsen Blomfeldt2022-12-141-2/+1
* QStackedWidget: remove unused memberDavid Faure2022-12-131-1/+0
* Add static_cast for QKeyEventLu YaNing2022-12-134-6/+6
* Clean up dead codeLu YaNing2022-12-101-14/+10
* Port QDateTimeEdit internals to QTimeZoneEdward Welbourne2022-12-092-105/+109
* QComboBox: Don't dereference potential nullptr, simplifyVolker Hilsheimer2022-12-082-6/+2