summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-144-80/+46
* Doc: Change QPixmap::grabWindow with QScreen::grabWindowAndy Shaw2020-08-141-1/+1
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-6/+0
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-13/+0
* QHeaderView: create virutal initStyleOptionForIndex functionThorbjørn Lund Martsum2020-08-132-19/+50
* QFileSystemModel: use the QFileInfo from the model as much as possibleVolker Hilsheimer2020-08-121-9/+19
* QFileDialog: fix warning message when navigating to "My Computer"Volker Hilsheimer2020-08-121-4/+5
* QFileDialog: reduce number of times a file is stat'edVolker Hilsheimer2020-08-122-76/+65
* Document how keyboard tracking can prevent use of a date/time editorEdward Welbourne2020-08-111-9/+52
* CMake: pro2cmake: Specify library versions for 3rd party libs part 2Alexandru Croitor2020-08-101-1/+1
* QLayout: minor tidy in the docsGiuseppe D'Angelo2020-08-101-1/+1
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-101-1/+1
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-062-3/+3
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-061-3/+3
* Fix compiler issues when qreal is floatMichal Klocek2020-08-051-1/+1
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-044-5/+1
* Make initStyleOption virtual for various classesThorbjørn Lund Martsum2020-07-3127-23/+39
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-311-5/+11
* Windows QPA: Move some internal functions to the new interfaceFriedemann Kleint2020-07-281-5/+3
* QCompleter: fix an out of bounds access in a QMapGiuseppe D'Angelo2020-07-271-1/+2
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-251-6/+5
* fix qcombobox code styleWang Peng2020-07-251-1/+1
* Windows QPA: Move window properties to the new interfacesFriedemann Kleint2020-07-241-6/+6
* Remove the space before the ')'Li Zhong Ming2020-07-241-3/+3
* 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