summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-244-14/+171
* Add a metatype helper class for Qt CoreLars Knoll2020-08-241-3/+0
* Use QMetaTypeModuleHelper as the interface to do type conversionsLars Knoll2020-08-241-15/+0
* Remove some dead codeLars Knoll2020-08-241-15/+0
* Get rid of the custom debug stream handling in QVariantLars Knoll2020-08-241-20/+1
* QWidget: drop an unncessary const_castGiuseppe D'Angelo2020-08-241-1/+1
* QSizePolicy: Fix warning about mixing different enumsMarcel Krems2020-08-231-2/+2
* QLayout: make its indexOf functions take pointer-to-constGiuseppe D'Angelo2020-08-232-5/+5
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-201-53/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-2/+2
* Use [[nodiscard]] with clang in C++17 modeAllan Sandfeld Jensen2020-08-182-4/+4
* Move QDesktopWidget API used by QApplication into QDesktopWidgetVolker Hilsheimer2020-08-173-10/+15
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-174-58/+33
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-59/+25
* 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
* QLayout: minor tidy in the docsGiuseppe D'Angelo2020-08-101-1/+1
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-2/+2
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-041-2/+0
* 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
* 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
* Remove wrapper APIs from QDesktopWidgetPrivateVolker Hilsheimer2020-07-141-45/+0
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-144-23/+78
* Remove support for users to create their own Qt::Desktop type widgetsVolker Hilsheimer2020-07-131-20/+15
* Refactor pointer event hierarchyShawn Rutledge2020-07-104-65/+53
* Rename local variables masking parametersDimitrios Apostolou2020-07-101-6/+6
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* Move method only used in keypad navigation to a better placeVolker Hilsheimer2020-07-072-27/+14
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-3/+3
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-072-49/+37
* Remove unused virtual method QWindowPrivate::allowClickThroughVolker Hilsheimer2020-07-071-6/+0
* Make QtPlatformHeaders a private moduleTor Arne Vestbø2020-07-062-1/+3
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-1/+1
* Use QList instead of QVector in widgetsJarek Kobus2020-07-027-55/+53
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-012-1/+8
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-06-251-4/+6
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-2/+2
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-2/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-163-19/+19
* Merge QToolTip::showText overloads as per ### Qt 6 commentsVolker Hilsheimer2020-06-102-28/+6
* Make QLayout::spacing/setSpacing virtual, remove qobject_cast hackVolker Hilsheimer2020-06-095-39/+16
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-0810-316/+178
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-087-103/+103
* Remove winrtOliver Wolff2020-06-063-11/+4
* Remove unused function pointers in QVariant::HandlerLars Knoll2020-06-061-6/+1