summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Pass QVariant by reference, address ### Qt 6 commentVolker Hilsheimer2020-06-092-2/+2
* Add deprecation warnings to QGuiApplication::fontChanged/paletteChangedVolker Hilsheimer2020-06-082-2/+8
* Merge QWindow::parent overloadsVolker Hilsheimer2020-06-082-13/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-2/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-084-36/+36
* Prepare to harmonize pointer event accessor namesShawn Rutledge2020-06-082-115/+249
* Remove winrtOliver Wolff2020-06-062-13/+2
* Remove unused function pointers in QVariant::HandlerLars Knoll2020-06-061-6/+1
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-024-0/+5
* Fix typo in documentation of QPlatformWindowMichal Klocek2020-05-251-2/+2
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-191-1/+1
* Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-152-4/+7
* QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-142-2/+6
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-141-3/+1
* Avoid format conversion in backing store texture uploadAllan Sandfeld Jensen2020-05-131-44/+50
* Remove obsolete storage, constructors and accessors in QEvent subclassesShawn Rutledge2020-05-125-481/+14
* QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-112-3/+3
* Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-077-99/+9
* Emit QScreen::(availableG|g)eometryChanged() on logical DPI changeFriedemann Kleint2020-05-053-11/+25
* Add virtual QWindow::closeEvent handlerVolker Hilsheimer2020-05-052-2/+17
* QPlatformTheme: Use operator| instead of operator+ to define a shortcutGiuseppe D'Angelo2020-05-051-1/+1
* QKeySequence: remove docs of methods recently removedGiuseppe D'Angelo2020-05-051-19/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-0/+1
|\
| * Doc: add since for QWheelEvent::positionPaul Wicking2020-04-271-0/+1
* | QtGui: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-301-1/+1
* | Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-277-133/+26
* | Clarify ResetNotification in QSurfaceFormat a bitLaszlo Agocs2020-04-242-1/+12
* | Deprecate QGuiApplication::fontChanged() signalAndy Shaw2020-04-242-2/+12
* | Remove QTextCodec dependency from QClipboardLars Knoll2020-04-211-8/+3
* | Prevent asserts in certain QWindow re-creation casesLaszlo Agocs2020-04-211-2/+7
* | Resolve OpenGL version functions in thread-safe mannerEskil Abrahamsen Blomfeldt2020-04-171-0/+10
* | Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-172-4/+4
* | Move versioned OpenGL functions from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-04-163-171/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-4/+5
|\|
| * Remove more calls to deprecated TouchPoint functionsShawn Rutledge2020-04-091-4/+5
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-096-8/+8
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-086-39/+36
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-034-5/+5
| * Finish deprecating TouchPoint::rect, sceneRect and screenRect accessorsShawn Rutledge2020-03-302-26/+20
| * Doc: Don't mention deprecated functions in QTabletEvent overviewTopi Reinio2020-03-261-8/+8
| * Call post routines from ~QGuiApplicationMichal Klocek2020-03-251-0/+3
* | Remove QTabletEvent::PointerType::XFreeEraserShawn Rutledge2020-04-022-3/+1
* | Merge QGuiShortcut and QShortcut again in QtGuiVolker Hilsheimer2020-03-297-463/+669
* | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-2910-330/+581
* | Fix compilation with -no-feature-regularexpressionEskil Abrahamsen Blomfeldt2020-03-171-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-163-78/+80
|\|
| * qpa: Return accepted state from mouse, touch and wheel handlersLorn Potter2020-03-132-77/+79
| * Fix range-loop implicit copy warningMorten Johan Sørvig2020-03-131-1/+1
* | Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-052-137/+18
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-042-6/+17
|\|