summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* QFileSystemModel: don't display a modal messagebox on errorVolker Hilsheimer2020-08-191-23/+2
* Clean up itemviews after QStyleOption version cleanupVolker Hilsheimer2020-08-197-28/+22
* QMenu: make less sensitive to mouse jitterVolker Hilsheimer2020-08-191-1/+1
* Don't crop the icon when it is aligned to the leftAndy Shaw2020-08-191-3/+3
* Use [[nodiscard]] with clang in C++17 modeAllan Sandfeld Jensen2020-08-182-4/+4
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-171-19/+5
* Move QDesktopWidget API used by QApplication into QDesktopWidgetVolker Hilsheimer2020-08-173-10/+15
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-176-61/+34
* Remove call to static QGuiApplication::keyboardModifiers methodVolker Hilsheimer2020-08-171-2/+2