summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* Small doc fixLars Knoll2020-09-121-1/+1
* QAbstractSpinBox: don't emit update signals twiceRichard Moe Gustavsen2020-09-121-1/+1
* QAbstractItemView: add virtual itemDelegateForIndexVolker Hilsheimer2020-09-127-41/+61
* macos: Rename macos style to macOSRichard Moe Gustavsen2020-09-111-1/+1
* Doc: Clean up widget snippets projectPaul Wicking2020-09-1014-27/+27
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-1011-31/+31
* Derive some item delegates from QStyledItemDelegateLars Knoll2020-09-102-12/+11
* Disable operator+ and operator- for QFlagsGiuseppe D'Angelo2020-09-091-3/+3
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-082-1/+96
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-072-10/+8
* QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetailChristian Ehrlicher2020-09-063-47/+5
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-061-1/+1
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-1/+0
* 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