summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix warning from deprecated QMouseEvent constructor on macOSVolker Hilsheimer2022-03-211-2/+2
* When clearing selected items, iterate over a copy of the QSetVolker Hilsheimer2022-03-191-2/+4
* QMainWindow: Fix unused separator widgets blocking mouse eventsEike Ziller2022-03-162-0/+9
* 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
* QStyle: Fix overflows and crash when converting slider positionsRobert Löhning2022-03-101-7/+7
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-022-2/+2
* Document change to style sheet selectors for enum propertiesVolker Hilsheimer2022-02-281-0/+21
* QLabel::setPixmap(): remove the no-op self-maskingGiuseppe D'Angelo2022-02-251-3/+0
* Protect headers against min/max macrosMarc Mutz2022-02-241-1/+1
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-221-1/+1
* 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
* Always update pressedPosition when drag was enabledZhang Hao2022-02-101-12/+13
* Widgets: Do not include qundogroup.h, qundostack.h in QtWidgets headerKai Köhne2022-02-092-0/+10
* QGuiApplication: invert meaning of qt_is_gui_usedMarc Mutz2022-02-032-5/+5
* Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per moduleMarc Mutz2022-02-034-7/+7
* Add a QHoverEvent ctor taking global mouse position; deprecate the otherShawn Rutledge2022-02-031-9/+9
* Stylesheet: Fix tab layout when tab has a font and iconsVolker Hilsheimer2022-02-031-6/+18
* QAbstractItemView: do not access invalid model indices (3/N)Giuseppe D'Angelo2022-02-021-7/+41
* QAbstractItemView: do not access invalid model indices (1/N)Giuseppe D'Angelo2022-02-011-1/+2
* QAbstractItemView: do not access invalid model indices (2/N)Giuseppe D'Angelo2022-02-011-0/+2
* QAbstractItemView: code tidiesGiuseppe D'Angelo2022-02-011-4/+12
* QTableWidgetSelectionRange: make relational operators noexceptMarc Mutz2022-01-211-4/+4
* Fix version in which SH_Table_AlwaysDrawLeftTopGridLines was addedVolker Hilsheimer2022-01-211-1/+1
* QTabBar: Improve scrolling with high resolution mouse wheelsNoah Davis2022-01-212-2/+17
* Fix Pick Screen Color with multiple monitorsFawzi Mohamed2022-01-201-1/+3
* doc: Update details about QSystemTrayIconShawn Rutledge2022-01-201-5/+5
* Doc: Remove "Docs about UI Design" book overviewKai Köhne2022-01-192-81/+4
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-184-0/+4
* QFusionStyle: don't draw an invalid outline for up/down buttonsTimur Pocheptsov2022-01-171-20/+24
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-1718-36/+17
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-171-20/+34
* Port the last user of QMutableSinglePointEvent::mutableEvent()Marc Mutz2022-01-141-1/+1
* Don't return an associated screen for embedded widgetsVolker Hilsheimer2022-01-131-0/+5
* QStyle docs: Use since enum attributeKai Köhne2022-01-131-30/+16
* QApplication: port manual users of QMutableEventPointMarc Mutz2022-01-131-2/+2
* QWizardLayoutInfo: make == and != operators constBernhard Rosenkraenzer2022-01-121-3/+3
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-084-23/+23
* Update copyright year to 2022Kai Köhne2022-01-051-1/+1
* Deliver context menu event with correct coordinates to widgets in popupsVolker Hilsheimer2021-12-221-1/+2
* Fix item view auto-scrolling during drag'n'dropVolker Hilsheimer2021-12-101-8/+24
* Fix widget gesture grabbingVolker Hilsheimer2021-12-112-6/+11
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-092-2/+2
* Add unit test for moving of opaque widgetsVolker Hilsheimer2021-12-081-2/+3
* Code tidies: improve variable naming and add const where possibleVolker Hilsheimer2021-12-081-19/+17
* Widgets: setTransientParent() when a QMenu is a windowLiang Qi2021-12-082-0/+26
* QTableWidget doc: remove wrong comment for itemExpanded()Christian Ehrlicher2021-12-081-3/+0