summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QDockWidget warning log for an unexpected situationThorbjørn Lund Martsum2022-07-051-1/+4
* qgraphicsitem_cast: replace 0 with nullptrMarc Mutz2022-07-021-2/+2
* Harden drag and drop handling in widget windowLaszlo Agocs2022-07-011-7/+12
* QLayout: add className() to a warning messageAhmad Samir2022-07-011-10/+11
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-011-2/+12
* Fix QDockWidget move between screens with different dprThorbjørn Lund Martsum2022-06-292-1/+30
* Don't trigger qBound assert in QExpandingLineEditVolker Hilsheimer2022-06-291-1/+1
* QKeySequenceEdit: Finish editing when losing focusLaszlo Papp2022-06-282-0/+11
* QStyledItemDelegate: Fix the event filter docLaszlo Papp2022-06-281-2/+3
* QKeySequenceEdit: add a maximumSquenceLength propertyLaszlo Papp2022-06-273-8/+60
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-241-5/+18
* Doc: Add qthelp dependency to gui and widgetsLuca Di Sera2022-06-221-1/+1
* Replace a few more QString::fromLatin1() with _s literalsShawn Rutledge2022-06-221-2/+2
* Add ExpandCollapse UI Automation pattern to combo boxesAndré de la Rocha2022-06-222-0/+12
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-211-5/+4
* QGraphicsScene: respect that items can override selection changesVolker Hilsheimer2022-06-201-3/+8
* QAbstractItemDelegate: Remove a duplicate doc entryLaszlo Papp2022-06-201-2/+2
* Make the new setCurrentId the writer for the respective propertyVolker Hilsheimer2022-06-201-1/+1
* QTableView: set correct clip on QPainter when using spansRichard Moe Gustavsen2022-06-201-4/+23
* Fix improper moc includes inside the Qt namespaceThiago Macieira2022-06-191-2/+2
* QBoxLayout: Add assertion that catches out of bounds insertion indicesMarcel Kummer2022-06-181-0/+1
* Provide overload for Qt::AlignmentFlags in item widget itemsVolker Hilsheimer2022-06-176-0/+21
* QMainWindow: fix restoreState() for toolbarsIvan Solovev2022-06-171-0/+4
* QBoxLayout: Pull out handling for negative insertion indicesMarcel Kummer2022-06-171-16/+14
* QComboBox: emit currentIndexChanged() and currentTextChanged() when the model...Ivan Solovev2022-06-161-1/+5
* Accessibility: don't emit focus change when reason is window activationVolker Hilsheimer2022-06-161-5/+9
* Implement a dedicated QAccessibleInterface for QMessageBoxVolker Hilsheimer2022-06-163-1/+55
* Fix typos in docs and commentsKai Köhne2022-06-159-11/+11
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-1556-143/+143
* Add support for painting at integer DPR with downscaleMorten Sørvig2022-06-141-2/+13
* Make rhiFlush() support custom source DPRMorten Sørvig2022-06-141-0/+1
* Doc: Remove \target TransformationsKai Köhne2022-06-141-1/+0
* QApplication: Remove QApplicationPrivateBase porting macroThiago Macieira2022-06-132-4/+2
* Q*ApplicationPrivate: remove unused "flags" argumentsThiago Macieira2022-06-142-5/+5
* Fusion style: Fix menu item text being elided when mnemonic and && appear in ...Friedemann Kleint2022-06-131-1/+2
* 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
* Avoid menu separators disappearing under fractional dpr scalingEirik Aavitsland2022-05-311-2/+3
* QSlider::mouseMoveEvent: Remove code that does nothingAlbert Astals Cid2022-05-301-2/+0
* Refactor if-else snake into switch statementVolker Hilsheimer2022-05-241-19/+20
* Fix QWidget::metric to use widget screen dpr instead of app-dprThorbjørn Lund Martsum2022-05-241-13/+4
* Fix separate delete of window and windowcontainerAllan Sandfeld Jensen2022-05-232-6/+30
* 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
* windows: make native styles support QT_SCALE_FACTORMorten Sørvig2022-05-191-1/+4
* QKeySequenceEdit: Extract Method Private::rebuildKeySequence()Marc Mutz2022-05-182-3/+4
* Stylesheet: Another positioning fix for the menu indicatorVolker Hilsheimer2022-05-181-5/+4
* Make uic generate correct C++ commentsVolker Hilsheimer2022-05-181-2/+2
* QtWidgets: restore Qt 5 compatibility for save/restore stateGiuseppe D'Angelo2022-05-185-0/+10