summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* QLayout: Make contentsMargins a Q_PROPERTYFriedemann Kleint2020-09-151-0/+1
* Clean up the last of QT6_(NOT_)?VIRTUALEdward Welbourne2020-09-141-2/+2
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-8/+8
* Disable operator+ and operator- for QFlagsGiuseppe D'Angelo2020-09-091-3/+3
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-082-1/+96
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-071-9/+7
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-061-1/+1
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-1/+0
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-052-6/+5
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-1/+1
* Remove "fallback session management"Andreas Hartmetz2020-09-012-8/+0
* Display combobox popup on the correct screenMorten Johan Sørvig2020-08-301-7/+35
* Qt namespace: purge deprecated enum members and a typedefEdward Welbourne2020-08-281-1/+0
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-271-2/+1
* QLayout::indexOf: redo implementationGiuseppe D'Angelo2020-08-261-12/+10
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-0/+4
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-261-1/+1
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-253-20/+20
* 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