summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-251-1/+8
* Doc: Add \relates command for documented global functions/macrosTopi Reinio2022-03-252-2/+4
* Improve style drawing under DPR scalingEirik Aavitsland2022-03-251-2/+30
* widgets: Disable "Pick color" in QColorDialog when unavailableFan PengCheng2022-03-241-14/+31
* QAbstractItemView: with single selection, deselect on Ctrl+ReleaseVolker Hilsheimer2022-03-241-9/+22
* Itemviews: start fixing mixups of int/enum for Qt's item rolesGiuseppe D'Angelo2022-03-234-9/+15
* Document that native file dialogs might not show a titleVolker Hilsheimer2022-03-231-5/+10
* Doc: Reorganize sections structure in Qt Widgets landing pageAndreas Eliasson2022-03-221-20/+21
* QNX: Fix compiler warning by when FEATURE_clipboard is not enabledPasi Petäjäjärvi2022-03-221-0/+2
* Replace deprecated QColor::fromString in tests and documentationVolker Hilsheimer2022-03-211-1/+1
* QTabBar: let styles draw tab text with foreground roleVolker Hilsheimer2022-03-212-2/+4
* Fix warning from deprecated QMouseEvent constructor on macOSVolker Hilsheimer2022-03-211-2/+2
* Remove a now-unneeded QT_NO_OPENGL ifdefLaszlo Agocs2022-03-201-2/+0
* QObject: restore flags printing in dumpObjectTree()Marc Mutz2022-03-192-0/+23
* Refactor: use lambdas for visitor pattern in QGraphicsSceneBspTreeVolker Hilsheimer2022-03-182-72/+26
* When clearing selected items, iterate over a copy of the QSetVolker Hilsheimer2022-03-181-2/+4
* Fix deprecated use of QColor::setNamedColorMårten Nordheim2022-03-171-2/+1
* Widgets: Do not depend on transitive includesFabian Kosmale2022-03-174-0/+4
* QMainWindow: Fix unused separator widgets blocking mouse eventsEike Ziller2022-03-162-0/+9
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-153-5/+5
* QFormLayout: Fix assert when showing with hidden rowsVolker Hilsheimer2022-03-151-14/+14
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-152-0/+3
* Fix losing QOpenGLWidget paints when a child widget is invisibleLaszlo Agocs2022-03-141-0/+7
* QCompleter: fix crash when setting the same model twiceDavid Faure2022-03-131-0/+2
* Add setCurrentId in QWizardAxel Spoerl2022-03-122-0/+37
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-117-176/+134
* Fix QDockWidget's dock area permissions after hoveringAxel Spoerl2022-03-111-2/+12
* QStyle: Fix cases when logicalValue is outside rangeRobert Löhning2022-03-101-2/+4
* Widgets: use QPlatformTheme::ButtonPressKeys for pressing buttonsNoah Davis2022-03-093-39/+49
* QStyle: Fix overflows and crash when converting slider positionsRobert Löhning2022-03-091-7/+7
* Miscellanea fixes for QT_TYPESAFE_FLAGS in our headersGiuseppe D'Angelo2022-03-071-3/+3
* QErrorMessage: fix deprecated warning about standardIconMårten Nordheim2022-03-051-1/+1
* QMessageBox: fix deprecated warning about using old ctorMårten Nordheim2022-03-051-1/+1
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-022-2/+2
* QLabel: remove some dynamic allocationsGiuseppe D'Angelo2022-03-012-25/+21
* QLabel::setPixmap(): remove the no-op self-maskingGiuseppe D'Angelo2022-02-241-3/+0
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-241-0/+1
* QColorDialog: code tidiesGiuseppe D'Angelo2022-02-241-1/+1
* Implement QFormLayout::set/isRowVisibleVolker Hilsheimer2022-02-242-7/+200
* Protect headers against min/max macrosMarc Mutz2022-02-221-1/+1
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-221-1/+1
* Document change to style sheet selectors for enum propertiesVolker Hilsheimer2022-02-201-0/+21
* Ensure QMainWindow has WA_TranslucentBackground when using unified toolbarTor Arne Vestbø2022-02-181-1/+8
* Eliminate double arrow in QToolButtonAxel Spoerl2022-02-161-4/+12
* Position QCompleter popup based on the widget's screen geometryYin Jie2022-02-151-1/+1
* Core: Remove 'properties' featureKai Köhne2022-02-146-42/+4
* QMdiSubwindow: respect minimum size of subwidgets when shown maximizedChristian Ehrlicher2022-02-111-1/+8
* QPlainTextEdit: fix the visibility of placeholderTextQiang Li2022-02-113-6/+5
* Always update pressedPosition when drag was enabledZhang Hao2022-02-101-12/+13
* qtextstream.h: streamline includesFabian Kosmale2022-02-101-0/+1