summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build without features.menubarTasuku Suzuki2020-06-082-1/+9
* Remove winrtOliver Wolff2020-06-061-3/+1
* Fix build without features.completerTasuku Suzuki2020-06-051-0/+2
* QLabel: create the text control when getting polished, if necessaryVolker Hilsheimer2020-06-041-0/+3
* Fix build without features.menuTasuku Suzuki2020-06-041-3/+2
* Fix QTabBar crash with offscreen platform pluginFilipe Azevedo2020-05-261-0/+2
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-155-10/+10
* Use correct order of arguments when calling QCalendar::daysInMonth()Andy Shaw2020-05-151-5/+5
* Add an option to set the alignment of the text in QComboBoxAndy Shaw2020-05-151-1/+5
* QLabel: lay out text using a text control when label can get focusVolker Hilsheimer2020-05-151-1/+3
* Remove QTextCodec dependency from QTextBrowserLars Knoll2020-05-141-11/+8
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-1/+4
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-1110-59/+6
* QMenuPrivate::hideMenu - avoid deleting 'q' too earlyTimur Pocheptsov2020-05-081-0/+30
* Merge QStyleOptionTabV4 into QStyleOptionTabGiuseppe D'Angelo2020-05-081-9/+8
* QComboBox: Remove deprecated auto-completion propertiesVolker Hilsheimer2020-05-063-147/+26
* Fix Clang 10 warning about misleading indentationThiago Macieira2020-05-051-2/+2
* Explicitly prevent out-of-bounds access to tabPositions arrayVolker Hilsheimer2020-05-052-2/+6
* Long live QHVContainer!Marc Mutz2020-05-051-1/+2