summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QCompleterItemDelegate: replace QItemDelegate with QStyledItemDelegateWang Peng2020-09-051-5/+4
* QCalendarDelegate: replace QItemDelegate with QStyledItemDelegateWang Peng2020-09-051-6/+5
* QStyle: remove deprecated SH_SpellCheckUnderlineStyleChristian Ehrlicher2020-09-053-7/+0
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-0511-17/+16
* Tighten up QDialogButtonBox::ButtonLayout enumVolker Hilsheimer2020-09-031-2/+1
* Fix build without features.filesystemmodelTasuku Suzuki2020-09-031-0/+1
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-036-8/+8
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-021-24/+42
* QTable/TreeView: fix sortByColumn() when view is already sortedChristian Ehrlicher2020-09-022-8/+8
* Move event-response code into dedicated event handlersVolker Hilsheimer2020-09-024-20/+46
* Remove "fallback session management"Andreas Hartmetz2020-09-012-8/+0
* Display combobox popup on the correct screenMorten Johan Sørvig2020-08-303-12/+40
* QAbstractItemView: make clipboard copy less constrainedSamuel Gaist2020-08-291-1/+1
* Remove QStyleOptionProgressBar::orientation memberVolker Hilsheimer2020-08-298-30/+16
* Port QtBase to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-294-44/+36
* Qt namespace: purge deprecated enum members and a typedefEdward Welbourne2020-08-281-1/+0
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-2/+2
* macOS: Remove documentation for removed functionTor Arne Vestbø2020-08-281-11/+0
* Properly fix issue in qtablewidget.cppAndrei Golubev2020-08-281-1/+4
* Remove QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-08-289-616/+5
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-283-243/+0
* Linux: Fix QLabel content truncated under high dpiChen Bin2020-08-281-1/+1
* Remove obsolete ### Qt 6 commentVolker Hilsheimer2020-08-271-2/+0
* Rename QStyleOptionMenuItem::tabWidth to reservedShortcutWidthVolker Hilsheimer2020-08-278-14/+16
* Fix build without features.animationTasuku Suzuki2020-08-281-1/+1
* Fix subtle issue in tst_qtablewidgetAndrei Golubev2020-08-271-1/+1
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-272-4/+1
* QLayout::indexOf: redo implementationGiuseppe D'Angelo2020-08-262-14/+14
* QColumnView: replace QItemDelegate with QStyledItemDelegatePeng Wenhao2020-08-262-10/+7
* Remove ### Qt 6 commentVolker Hilsheimer2020-08-263-3/+0
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-269-71/+97
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-0/+4
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-263-3/+9
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-259-54/+54
* Code style fixNie Cheng2020-08-251-45/+37
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-2518-3509/+28
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-2417-1669/+173
* Widgets: make indexOf take const QWidget *Giuseppe D'Angelo2020-08-246-6/+6
* Deprecate int based convert/canConvertLars Knoll2020-08-241-1/+1
* Add a metatype helper class for Qt CoreLars Knoll2020-08-241-3/+0
* Use QMetaTypeModuleHelper as the interface to do type conversionsLars Knoll2020-08-241-15/+0
* Remove some dead codeLars Knoll2020-08-241-15/+0
* Get rid of the custom debug stream handling in QVariantLars Knoll2020-08-241-20/+1
* QWidget: drop an unncessary const_castGiuseppe D'Angelo2020-08-241-1/+1
* QAutoPointer: port to explicit operator boolGiuseppe D'Angelo2020-08-231-3/+1
* QSizePolicy: Fix warning about mixing different enumsMarcel Krems2020-08-231-2/+2
* QLayout: make its indexOf functions take pointer-to-constGiuseppe D'Angelo2020-08-232-5/+5
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-226-8/+8
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-201-53/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-204-11/+3