summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Move QOpenGLVersionProfile to its own filesJohan Klokkhammer Helsing2020-02-222-217/+2
* New QMetaType representationOlivier Goffart2020-02-201-5/+27
* Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-201-1/+1
* Prepare QGuiAction::enabled property for declarative useAllan Sandfeld Jensen2020-02-204-23/+48
* Add enabled to QGuiAction debug outputAllan Sandfeld Jensen2020-02-201-0/+1
* Update references from QAction to QGuiActionAllan Sandfeld Jensen2020-02-171-13/+13
* Add major versions to REVISION and Q_REVSION markersUlf Hermann2020-02-171-12/+12
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-139-29/+96
|\
| * Rename Qt::ReturnByValue_t -> Qt::ReturnByValueConstantSze Howe Koh2020-02-062-6/+6
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-043-2/+4
| |\
| | * Fix 'the the' typo in commentsLinus Jahn2020-02-022-2/+2
| | * Doc: Add see also link to QScreen::handle()Paul Wicking2020-01-301-0/+2
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-1/+1
| |\|
| | * Merge remote-tracking branch 'origin/5.14.1' into 5.14Liang Qi2020-01-281-1/+1
| | |\
| | | * Merge 5.14 into 5.14.1Kari Oikarinen2020-01-154-18/+57
| | | |\
| | | * | Restore QHighDPIScaling::isActive() 5.13 behaviorMorten Johan Sørvig2020-01-141-1/+1
| * | | | Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-284-20/+85
* | | | | QOpenGLContext: Remove QGL helpersJohan Klokkhammer Helsing2020-02-113-51/+1
* | | | | Remove comments about destructors needing to be emptyJan Arve Sæther2020-02-111-1/+0
* | | | | Experimental DirectWrite font databaseEskil Abrahamsen Blomfeldt2020-02-041-0/+7
* | | | | Move backing store OpenGL support to the platformcompositor moduleJohan Klokkhammer Helsing2020-02-031-1/+1
* | | | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-01-282-3/+2
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-282-3/+2
| |\| | | |
| | * | | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-281-2/+2
| | |\ \ \ \
| | | * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-2/+2
| | | |\| | |
| | | | * | | macOS: Remove doc references to the Carbon frameworkTor Arne Vestbø2020-01-221-2/+2
| | * | | | | Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+0
| | |/ / / /
* | / / / / QOpenGLContext: use extraFunctions instead of versioned functionsJohan Klokkhammer Helsing2020-01-281-19/+3
|/ / / / /
* | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-289-47/+149
|\| | | |
| * | | | Doc: Clarify usage of Qt::ReturnByValue in QCursorSze Howe Koh2020-01-271-4/+4
| * | | | Doc/QtGui: replace some 0 with \nullptrChristian Ehrlicher2020-01-262-2/+2
| * | | | Windows QPA: Add detection of dark modeFriedemann Kleint2020-01-251-0/+15
| * | | | QCursor: Allow bitmap() and mask() to return by-valueSze Howe Koh2020-01-262-3/+88
| * | | | Register QColorSpace as a QtGui metatypeAllan Sandfeld Jensen2020-01-251-0/+1
| * | | | Fix some qdoc-warningsFriedemann Kleint2020-01-241-1/+1
| * | | | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-235-40/+41
* | | | | Remove QOpenGLTextureHelper dependency from QOpenGLContextJohan Klokkhammer Helsing2020-01-203-5/+8
* | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-191-1/+0
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-1/+0
| |\| | |
| | * | | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-171-1/+0
| | | |/ | | |/|
* | | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-01-171-9/+19
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-161-9/+19
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-9/+19
| | |\| |
| | | * | doc: explain QWheelEvent::angleDelta() more thoroughlyShawn Rutledge2020-01-131-9/+19
* | | | | QPalette: fix function swap and move operatorVitaly Fanaskov2020-01-171-1/+2
|/ / / /
* | | | Move QOpenGLWindow from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-01-153-809/+2
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-152-55/+97
|\| | |
| * | | Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-132-52/+76
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-3/+21
| |\| |
| | * | Windows QPA: Update documentation on command line optionsFriedemann Kleint2020-01-101-3/+21