summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QLineEdit: Fix cursor drawing issuesLu YaNing2020-07-232-1/+3
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-211-17/+26
* Add QXcbWindow platform interfaceTor Arne Vestbø2020-07-201-24/+46
* Move private platform interfaces to private QPA headersTor Arne Vestbø2020-07-202-0/+2
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-2/+2
* QWizard/Windows: Fix deprecation warnings about old mouse event APIFriedemann Kleint2020-07-171-3/+10
* QtGui: Rename all QEvent members according to the m_ conventionFriedemann Kleint2020-07-161-4/+6
* Allow Windows accessibility backend to receive focus updatesAndre de la Rocha2020-07-151-5/+0
* Un-deprecate QMouseEvent::flags() and QGraphicsSceneMouseEvent::flags()Shawn Rutledge2020-07-152-5/+0
* Compare the showDecorationSelected variable when caching the optionAndy Shaw2020-07-151-1/+2
* Remove wrapper APIs from QDesktopWidgetPrivateVolker Hilsheimer2020-07-141-45/+0
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-146-28/+83
* Remove support for users to create their own Qt::Desktop type widgetsVolker Hilsheimer2020-07-131-20/+15
* Refactor pointer event hierarchyShawn Rutledge2020-07-1010-96/+78
* Rename local variables masking parametersDimitrios Apostolou2020-07-101-6/+6
* QCalendarWidget: code tidies for the internal modelGiuseppe D'Angelo2020-07-081-31/+20
* Item widgets: fix crash in mimeTypes()Giuseppe D'Angelo2020-07-082-2/+7
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-083-7/+7
* Move method only used in keypad navigation to a better placeVolker Hilsheimer2020-07-072-27/+14
* Refactor QTabBarPrivate::Tab and much of its usage in QTabBarVolker Hilsheimer2020-07-072-171/+187
* Add ; to Q_UNUSEDLars Schmertmann2020-07-0724-56/+56
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-0724-191/+130
* macOS: Remove QMenu indirection via QPlatformNativeInterfaceTor Arne Vestbø2020-07-071-18/+14
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-073-11/+11
* Clean up data members and initialization in QAbstractSpinBoxVolker Hilsheimer2020-07-072-26/+25
* Remove unused virtual method QWindowPrivate::allowClickThroughVolker Hilsheimer2020-07-071-6/+0
* Use qsizetype in QListLars Knoll2020-07-065-6/+6
* Simplify QMainWindow::setUnifiedTitleAndToolBarOnMacTor Arne Vestbø2020-07-061-21/+14
* Make QtPlatformHeaders a private moduleTor Arne Vestbø2020-07-064-1/+5
* 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-032-2/+2
* Only use one macro per lineLars Schmertmann2020-07-031-1/+2
* Keep track of mouse button state in QTabBarVolker Hilsheimer2020-07-022-6/+14
* Pass modifier and button information down the call stackVolker Hilsheimer2020-07-021-4/+11
* Maintain keyboard modifier state in QAbstractSpinBox's input event handlersVolker Hilsheimer2020-07-022-3/+10
* Use QList instead of QVector in widgetsJarek Kobus2020-07-0291-456/+499
* Manage keyboard modifier state in QPlainTextEditVolker Hilsheimer2020-07-022-1/+7
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-022-2/+2
* Add keyboardModifiers member to QStyleOptionSlider, and use it for macVolker Hilsheimer2020-07-023-2/+4
* Doc: make paragraph about access of QStyleOption members consistentVolker Hilsheimer2020-07-021-90/+122
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-021-2/+4
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-012-1/+8
* Doc: Update docs with cmake package informationNico Vertriest2020-06-301-0/+1
* Remove leftover QT_WARNING_POPTor Arne Vestbø2020-06-291-1/+0
* QFileDialog: remove deprecated mode QFileDialog::DirectoryOnlyChristian Ehrlicher2020-06-262-53/+7
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-06-251-4/+6
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-2119-38/+31
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-2/+1
* Remove deprecated roles BackgroundColorRole and TextColorRoleChristian Ehrlicher2020-06-202-4/+0