summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add private helper class QMacScopedObserverTor Arne Vestbø2018-08-061-0/+44
* Blacklist tst_Gestures::graphicsItemTreeGestureJoni Jantti2018-08-061-0/+2
* Simplify QUrlPrivate::appendHostJesus Fernandez2018-08-061-7/+3
* Pass parameters by const-referenceJesus Fernandez2018-08-061-2/+6
* Windows QPA: Fix clang-tidy-warnings about class definitionsFriedemann Kleint2018-08-0627-66/+66
* QTextureFileData: Fix build with -no-openglJüri Valdmann2018-08-061-0/+1
* Windows QPA: Fix some clang-tidy-warningsFriedemann Kleint2018-08-0615-69/+59
* QLabel: Use nullptrAndre Hartmann2018-08-061-13/+14
* QByteArray: Fix documentation for toDouble() and toInt()Andre Hartmann2018-08-061-2/+2
* winrt: Fix QWinRTCursor::posOliver Wolff2018-08-061-5/+14
* winrt: Fix tst_QGraphicsItem::cursorOliver Wolff2018-08-061-15/+7
* winrt: Add mouse event loggingOliver Wolff2018-08-061-1/+51
* winrt: Implement QPlatformCursor::setPosOliver Wolff2018-08-067-9/+112
* Add a few overrides in Qt CoreAlessandro Portale2018-08-0513-103/+103
* tst_QSharedPointer: raise the timeout for running qmake and makespecThiago Macieira2018-08-041-7/+13
* macOS: Don't make QCocoaGLContext current unless we have a drawableTor Arne Vestbø2018-08-041-3/+5
* macOS: Modernize and clean up QCocoaGLContext::updateSurfaceFormat()Tor Arne Vestbø2018-08-041-97/+76
* macOS: Add note about high-resolution workaround in QCocoaGLContext::makeCurrentTor Arne Vestbø2018-08-041-0/+2
* macOS: Simplify and clean up QCocoaGLContext constructorTor Arne Vestbø2018-08-043-34/+36
* macOS: Clean up and rename QCocoaGLContext::pixelFormatForSurfaceFormat()Tor Arne Vestbø2018-08-042-24/+27
* QToolTip::mouseMoveEvent(): always call base classChristian Ehrlicher2018-08-041-7/+7
* QAbstractItemDelegate: only handle as json when type is QMetaType::QJsonValueChristian Ehrlicher2018-08-041-11/+14
* QHeaderView: respect min/maxSectionSize in setDefaultSectionSize()Christian Ehrlicher2018-08-042-0/+11
* Blacklist flaky tst_QSpinBox::stepModifierPressAndHold on OpenSUSETor Arne Vestbø2018-08-041-0/+2
* macOS: Disambiguate use of native handles in QCocoaGLContextTor Arne Vestbø2018-08-034-16/+10
* macOS: Remove GL defines from QCocoaGLContextTor Arne Vestbø2018-08-031-20/+0
* macOS: Don't mess with native handle for QOpenGLContextTor Arne Vestbø2018-08-031-3/+0
* macOS: Remove unneeded auto-release-pools in QCocoaGLContextTor Arne Vestbø2018-08-031-3/+0
* macOS: Add more logging to QCocoaGLContextTor Arne Vestbø2018-08-031-1/+11
* macOS: Propagate [NSOpenGLContext setView:] failuresTor Arne Vestbø2018-08-035-55/+25
* macOS: Make screen property changes more verbose and granularTor Arne Vestbø2018-08-036-12/+31
* Windows: Refactor the debug operator for the MSG message structFriedemann Kleint2018-08-031-388/+254
* Windows: Fix QEventLoop::ExcludeUserInputEvents for pointer eventsFriedemann Kleint2018-08-031-13/+18
* uic: Fix clang-tidy warningsFriedemann Kleint2018-08-0310-73/+58
* Enable QPluginLoader test for static buildsSimon Hausmann2018-08-032-2/+32
* QUrl: Add qustrchr() and use it to speed up the fast URL full decodingThiago Macieira2018-08-033-107/+106
* Move the createUnixEventDispatcher() function to a namespaceThiago Macieira2018-08-032-1/+4
* Remove member function from CentralFileHeaderThiago Macieira2018-08-031-12/+11
* Make local symbols of some leaked namesThiago Macieira2018-08-039-37/+46
* Add "qt_" prefix to asciiToDouble and doubleToAscii functionsThiago Macieira2018-08-034-16/+16
* QCborValue diagnostics: Properly escape stringsThiago Macieira2018-08-032-5/+77
* Disable Docker-based test servers on QEMU devices temporarilyRyan Chu2018-08-031-1/+1
* Don't ignore alpha values in grabFramebuffer methodsAllan Sandfeld Jensen2018-08-032-3/+6
* Minor grammar fixupFrederik Gladhorn2018-08-032-2/+2
* Fix EDID vendor table generation script: source git repo is goneFrederik Gladhorn2018-08-032-2/+5
* Keep EDID pnp IDs sortedFrederik Gladhorn2018-08-032-2147/+2147
* Fix manufacturer parsing from EDIDFrederik Gladhorn2018-08-031-10/+9
* Fix EDID parsing: strings can be 13 bytesFrederik Gladhorn2018-08-031-1/+1
* QLogging: make QRegularExpression objects static constGiuseppe D'Angelo2018-08-031-3/+3
* Don't trigger composeAndFlush for native child widgets unless neededTor Arne Vestbø2018-08-031-1/+1