summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in tst_qquicktext::implicitSizeEskil Abrahamsen Blomfeldt2022-05-201-1/+1
* QKeySequenceEdit: Extract Method Private::rebuildKeySequence()Marc Mutz2022-05-182-3/+4
* QtWidgets: restore Qt 5 compatibility for save/restore stateGiuseppe D'Angelo2022-05-183-0/+6
* QTextDocument/QGraphicsTextItem: skip layout in setTextWidth(0)David Faure2022-05-171-1/+1
* QWidgetTextControl: don't clear() a new empty documentDavid Faure2022-05-161-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-16143-5439/+291
* Add a clear action to QKeySequenceEditLaszlo Papp2022-05-112-2/+36
* QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-102-17/+20
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-024-6/+7
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-0225-93/+134
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-2619-76/+73
* Fix crash when calling QMainWindow::restoreState()André de la Rocha2022-04-241-2/+2
* QGraphicsScene: Fix popup position for QGraphicsProxyWidgetVolodymyr Zibarov2022-04-222-2/+2
* Clarify comment for QDockAreaLayout::sepAxel Spoerl2022-04-221-1/+1
* Shrink dock areas if main window width/height is below 160pxAxel Spoerl2022-04-221-11/+16
* Fix QDockWidget parenting and dock permissionsAxel Spoerl2022-04-196-141/+331
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-2/+4
* TextEdit: Avoid scrolling to cursor during app switch on GNOMEVolodymyr Zibarov2022-04-142-0/+8
* Remove unnecessary type conversionXiao YaoBing2022-04-061-11/+11
* QSplitter: Don't move handle in non-pressed stateNodir Temirkhodjaev2022-04-051-10/+13
* Correct documentation in QMainWindow in regards to centralwidgetDavid Skoland2022-04-051-4/+1
* Remove declared but not defined functionAlbert Astals Cid2022-04-011-1/+0
* Doc: Add \relates command for documented global functions/macrosTopi Reinio2022-03-251-2/+2
* QNX: Fix compiler warning by when FEATURE_clipboard is not enabledPasi Petäjäjärvi2022-03-221-0/+2
* Fix warning from deprecated QMouseEvent constructor on macOSVolker Hilsheimer2022-03-211-2/+2
* QMainWindow: Fix unused separator widgets blocking mouse eventsEike Ziller2022-03-162-0/+9
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-151-0/+2
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-0/+3
* Fix QDockWidget's dock area permissions after hoveringAxel Spoerl2022-03-111-2/+12
* Widgets: use QPlatformTheme::ButtonPressKeys for pressing buttonsNoah Davis2022-03-093-39/+49
* 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
* Protect headers against min/max macrosMarc Mutz2022-02-221-1/+1
* Ensure QMainWindow has WA_TranslucentBackground when using unified toolbarTor Arne Vestbø2022-02-181-1/+8
* Core: Remove 'properties' featureKai Köhne2022-02-141-10/+0
* 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
* qtextstream.h: streamline includesFabian Kosmale2022-02-101-0/+1
* Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per moduleMarc Mutz2022-02-013-3/+3
* 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 mentioning of Fowler bookKai Köhne2022-01-1714-20/+14
* QRollEffect: Remove assignments that have no effectIvan Tkachenko2022-01-131-2/+0
* 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-051-5/+7
* QtWidgets: auto-test-export private classes, unbreaking ubsan buildsMarc Mutz2021-12-162-2/+2
* Widgets: setTransientParent() when a QMenu is a windowLiang Qi2021-12-082-0/+26
* Add QFontComboBox::setDisplayFontAlbert Astals Cid2021-12-032-0/+28
* Add QFontComboBox::setSampleTextAlbert Astals Cid2021-12-032-21/+80
* Text editing: smart block and char format after newlineShawn Rutledge2021-12-022-1/+45