summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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-202-2/+17
* Use QStylePainter when painting widgetsMorten Johan Sørvig2022-01-205-11/+15
* Doc: Remove "Docs about UI Design" book overviewKai Köhne2022-01-192-81/+4
* Remove unused .qrc filesJoerg Bornemann2022-01-172-184/+0
* 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-151-20/+34
* Fix Pick Screen Color with multiple monitorsFawzi Mohamed2022-01-151-1/+3
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-144-0/+4
* 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
* QApplication: port manual users of QMutableEventPointMarc Mutz2022-01-131-2/+2
* QRollEffect: Remove assignments that have no effectIvan Tkachenko2022-01-131-2/+0
* QStyle docs: Use since enum attributeKai Köhne2022-01-121-30/+16
* QWizardLayoutInfo: make == and != operators constBernhard Rosenkraenzer2022-01-121-3/+3
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-084-23/+23
* Keep original text for text/plain mime dataKai Köhne2022-01-061-1/+1
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-053-9/+18
* doc: Update details about QSystemTrayIconShawn Rutledge2022-01-041-5/+5
* Update copyright year to 2022Kai Köhne2022-01-041-1/+1
* Deliver context menu event with correct coordinates to widgets in popupsVolker Hilsheimer2021-12-221-1/+2
* QtWidgets: auto-test-export private classes, unbreaking ubsan buildsMarc Mutz2021-12-163-3/+3
* 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
* Fix incorrect rendering when moving widget into screenVolker Hilsheimer2021-12-081-1/+1
* Revert optimizations and fixes for moving/scrolling overlapped widgetsVolker Hilsheimer2021-12-072-80/+28
* QListView: fix a broken qBoundGiuseppe D'Angelo2021-12-061-1/+1
* Add QFontComboBox::setDisplayFontAlbert Astals Cid2021-12-032-0/+28
* Add QFontComboBox::setSampleTextAlbert Astals Cid2021-12-032-21/+80
* QSizePolicy: make qHash() a hidden friendMarc Mutz2021-12-032-5/+3
* Text editing: smart block and char format after newlineShawn Rutledge2021-12-022-1/+45
* QTableView: correctly toggle column selection when scrolledVolker Hilsheimer2021-12-021-1/+1
* Fix fail to activate first sub window with QMdiArea::TabbedViewZhang Yu2021-12-021-0/+4
* QTabBar: clamp maxScrollOffset before using it in qBoundGiuseppe D'Angelo2021-12-011-3/+3
* Never handle scrollbars styled with box or border changes as transientVolker Hilsheimer2021-11-291-0/+10
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-271-1/+2
* QGraphicsItem: Update input context after InputMethod eventJarkko Koivikko2021-11-271-0/+1
* Fix and complete style sheet support for QToolButtonVolker Hilsheimer2021-11-261-39/+51
* Skip disabled proxy widgets when (back)tabbingAlexander Volkov2021-11-191-1/+4
* Fix assert in QFontComboBox when setting empty fontEskil Abrahamsen Blomfeldt2021-11-181-1/+2
* Always check keyboard modifiers when generating mouse eventsDavid Schulz2021-11-182-4/+1
* QFontComboBox don't response qApp fontDatabaseChanged()Zhang Hao2021-11-161-0/+4
* Make sure we paint overlapped children and siblings when moving farVolker Hilsheimer2021-11-151-11/+13