summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* Remove QStyleOptionProgressBar::orientation memberVolker Hilsheimer2020-08-291-2/+1
* Port QtBase to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-291-2/+1
* 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
* Remove QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-08-287-520/+5
* Rename QStyleOptionMenuItem::tabWidth to reservedShortcutWidthVolker Hilsheimer2020-08-273-7/+7
* Fix build without features.animationTasuku Suzuki2020-08-281-1/+1
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-271-2/+0
* QLayout::indexOf: redo implementationGiuseppe D'Angelo2020-08-261-2/+4
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-261-5/+4
* Code style fixNie Cheng2020-08-251-45/+37
* Widgets: make indexOf take const QWidget *Giuseppe D'Angelo2020-08-246-6/+6
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-224-6/+6
* QMenu: make less sensitive to mouse jitterVolker Hilsheimer2020-08-191-1/+1
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-1/+1
* macOS: Check if the base of the style as well if it is a QProxyStyleAndy Shaw2020-08-171-1/+4
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-7/+7
* Document how keyboard tracking can prevent use of a date/time editorEdward Welbourne2020-08-111-9/+52
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-061-3/+3
* Make initStyleOption virtual for various classesThorbjørn Lund Martsum2020-07-3125-22/+28
* fix qcombobox code styleWang Peng2020-07-251-1/+1
* Remove the space before the ')'Li Zhong Ming2020-07-241-3/+3
* QLineEdit: Fix cursor drawing issuesLu YaNing2020-07-232-1/+3
* Move private platform interfaces to private QPA headersTor Arne Vestbø2020-07-202-0/+2
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-3/+3
* QCalendarWidget: code tidies for the internal modelGiuseppe D'Angelo2020-07-081-31/+20
* Refactor QTabBarPrivate::Tab and much of its usage in QTabBarVolker Hilsheimer2020-07-072-171/+187
* Add ; to Q_UNUSEDLars Schmertmann2020-07-0711-18/+18
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-0715-111/+63
* macOS: Remove QMenu indirection via QPlatformNativeInterfaceTor Arne Vestbø2020-07-071-18/+14
* Clean up data members and initialization in QAbstractSpinBoxVolker Hilsheimer2020-07-072-26/+25
* Use qsizetype in QListLars Knoll2020-07-063-4/+4
* Simplify QMainWindow::setUnifiedTitleAndToolBarOnMacTor Arne Vestbø2020-07-061-21/+14
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-061-1/+1
* Improve data member ordering and initialization in some private classesVolker Hilsheimer2020-07-043-93/+66
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-1/+1
* Keep track of mouse button state in QTabBarVolker Hilsheimer2020-07-022-6/+14
* Maintain keyboard modifier state in QAbstractSpinBox's input event handlersVolker Hilsheimer2020-07-022-3/+10
* Use QList instead of QVector in widgetsJarek Kobus2020-07-0220-90/+88
* Manage keyboard modifier state in QPlainTextEditVolker Hilsheimer2020-07-022-1/+7
* Add keyboardModifiers member to QStyleOptionSlider, and use it for macVolker Hilsheimer2020-07-021-0/+1
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-021-2/+4
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-2112-23/+23
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Always show a submenu on its parent menu's screenShawn Rutledge2020-06-161-1/+1
* Fix QToolButton menus showing on primary screens in multiscreen setupsFriedemann Kleint2020-06-101-1/+2
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-107-11/+11
* Unexport private classes that are no longer used outside QtWidgetsVolker Hilsheimer2020-06-082-4/+2
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-0819-65/+23
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-0830-151/+151