summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Improve widget painting under dpr>1 by enabling smooth pixmap scalingEirik Aavitsland2022-07-123-12/+14
* QKeySequenceEdit: Add a finishing key combinations propertyLaszlo Papp2022-07-093-1/+47
* QWidget: use WA_InputMethodEnabled when ImEnabled is not implementedRichard Moe Gustavsen2022-07-083-0/+6
* QDockWidget warning log for an unexpected situationThorbjørn Lund Martsum2022-07-051-1/+4
* Fix QDockWidget move between screens with different dprThorbjørn Lund Martsum2022-06-292-1/+30
* QKeySequenceEdit: Finish editing when losing focusLaszlo Papp2022-06-282-0/+11
* QKeySequenceEdit: add a maximumSquenceLength propertyLaszlo Papp2022-06-273-8/+60
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-241-5/+18
* Replace a few more QString::fromLatin1() with _s literalsShawn Rutledge2022-06-221-2/+2
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-211-5/+4
* QMainWindow: fix restoreState() for toolbarsIvan Solovev2022-06-171-0/+4
* QComboBox: emit currentIndexChanged() and currentTextChanged() when the model...Ivan Solovev2022-06-161-1/+5
* Fix typos in docs and commentsKai Köhne2022-06-153-4/+4
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-1525-66/+66
* Don't crash when removing the last visible tabVolker Hilsheimer2022-06-131-4/+3
* QMenu: Adjust the position of the submenuWang Fei2022-06-131-1/+1
* QSlider::mouseMoveEvent: Remove code that does nothingAlbert Astals Cid2022-05-301-2/+0
* Fix QMenu size on first showThorbjørn Lund Martsum2022-05-231-0/+9
* Don't hide a widget that is swapped into a hidden splitterVolker Hilsheimer2022-05-231-2/+10
* 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