summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Return the actual modal window in QGuiApplicationPrivate::isWindowBlockedMikolaj Boc2022-09-231-1/+1
* QtGui: Replace QStringLiteral("...").arg with "..."_L1.argMate Barany2022-09-221-1/+1
* QtGui: replace indexed for loop with range for loopMate Barany2022-09-211-3/+4
* QtGui: Fix mismatches between string types and string literalsMate Barany2022-09-211-10/+10
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-202-10/+4
* Make commit() call in QTouchEventWidgetSequence explicitAxel Spoerl2022-09-201-1/+1
* Get rid of copypasted code between isWindowBlocked's overridesMikolaj Boc2022-09-202-30/+34
* Share logic for QScreen property update emitting in helper classTor Arne Vestbø2022-09-164-59/+92
* QWSI: Remove dead code for macOS-specific shortcut-override handlingTor Arne Vestbø2022-09-152-20/+16
* Do not set Qt::ToolTip flag for QShapedPixmapWindowMagnus Groß2022-09-151-1/+1
* Simplify obtaining of parent in isWindowBlockedMikolaj Boc2022-09-121-8/+2
* Add more logging to QHighDpiScalingTor Arne Vestbø2022-09-092-0/+32
* Don't emit logicalDotsPerInchChanged when updating screen geometryTor Arne Vestbø2022-09-081-1/+0
* Rename QScreenPrivate::updateHighDpi()Morten Johan Sørvig2022-09-084-6/+6
* Move QPlatformScreen::deviceIndependentGeometry() logic to QScreenTor Arne Vestbø2022-09-083-12/+4
* De-inline QScreenPrivate::updateHighDpi()Tor Arne Vestbø2022-09-072-5/+6
* Use QVarLengthFlatMap for QPointingDevicePrivate::activePointsShawn Rutledge2022-09-062-1/+2
* Add QWindowsApplication::setHasBorderInFullScreenDefault() native interfaceTor Arne Vestbø2022-09-051-0/+2
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-012-4/+4
* Restore signature of qt_handleTouchEvent()Kai Köhne2022-08-313-3/+13
* Add nullptr check for theme when initializing paletteDoris Verria2022-08-301-2/+4
* add color picking support on wayland using the XDG desktop portalHarald Sitter2022-08-262-0/+44
* qt_fusionPalette: make links more legible on dark backgroundsMitch Curtis2022-08-251-2/+7
* Account for dark system themes in qt_fusionPaletteMitch Curtis2022-08-242-42/+43
* Fix build without highdpiscaling featureIlya Fedin2022-08-231-0/+3
* doc: QEventPoint::timeHeld is reported in seconds, not millisecondsRichard Moe Gustavsen2022-08-161-1/+1
* Be more graceful when objects die by the time the dnd loop exitsLaszlo Agocs2022-08-121-0/+3
* Derive PlaceholderText color from Text color in QPaletteAxel Spoerl2022-08-011-0/+34
* Remove qvariant_p.hThiago Macieira2022-07-271-1/+0
* Revert "Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactor"Thiago Macieira2022-07-224-23/+24
* Sync and assert StandardPixmap enums in QPlatformTheme and QStyleAxel Spoerl2022-07-221-0/+10
* Partly un-deprecate QMouseEvent::source()Ivan Solovev2022-07-222-3/+5
* QAction: add QT_DEPRECATED_VERSION_6_0 to deprecated methodsIvan Solovev2022-07-212-3/+6
* Undeprecate QAction::setMenu(QMenu *)Volker Hilsheimer2022-07-212-6/+2
* QShortcut::parentWidget(): Add QT_DEPRECATED_VERSION_X_6_0Ivan Solovev2022-07-211-1/+2
* QGuiApplication: do not emit deprecated signalsIvan Solovev2022-07-211-0/+8
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-212-1/+3
* Android: document the supported clipboard mimetypesAssam Boudjelthia2022-07-211-0/+4
* Add qt.pointer.dispatch debug message for tablet->mouse synthShawn Rutledge2022-07-201-0/+2
* Fix QPointerEvent::allPointsGrabbed()Shawn Rutledge2022-07-171-2/+3
* QPalette: detach before modifying resolve mask when resolvingVolker Hilsheimer2022-07-151-1/+1
* QOpenGLContext: de-inline virtual dtors of private classesMarc Mutz2022-07-132-8/+22
* Do not use QExposedEvent::region() in internal codeIvan Solovev2022-07-132-4/+2
* Change "delivering touch to same window" warnings to debug messagesShawn Rutledge2022-07-131-4/+4
* QKeySequence: Update the doc to KeyboardModifiersLaszlo Papp2022-07-121-5/+6
* QtBase: #ifdef out definitions of deprecated methodsIvan Solovev2022-07-124-1/+9
* Always update QPalette resolve mask, regardless of QBrush changeJiDe Zhang2022-07-081-19/+36
* Make it possible to check the accepted state of touch events in testsShawn Rutledge2022-07-083-7/+9
* Revert "Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORS"Morten Sørvig2022-07-071-3/+1
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2022-07-061-1/+3