summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | QTimer: Add const to some singleShot methodsThiago Macieira2018-08-071-2/+2
* | | Doc: Fix QByteArray::toFloat snippetAndre Hartmann2018-08-071-1/+1
* | | Specify to call QLocalSocket's close in dtorMårten Nordheim2018-08-071-1/+1
* | | NeworkAccessBackend: Remove duplicated/shadowed memberMårten Nordheim2018-08-074-8/+5
* | | Remove forward declaration of non existing classJędrzej Nowacki2018-08-071-3/+0
* | | Guard QGL2PaintEngineEx/QGLPaintDevice against using unset contextTor Arne Vestbø2018-08-072-2/+2
* | | Fix ASAN error about new-delete-size-mismatch in QVariantSimon Hausmann2018-08-071-1/+2
* | | Fix possible heap-buffer-overflow in qt_string_normalizeErik Verbruggen2018-08-071-1/+1
* | | Add logging for QPlatformBackingStore::composeAndFlushTor Arne Vestbø2018-08-077-19/+16
* | | macOS: Add missing braces in QCocoaIntegration::updateScreens()Tor Arne Vestbø2018-08-071-1/+2
* | | tst_qspinbox: include actual emission count in failure messageMitch Curtis2018-08-071-1/+2
* | | tst_qdatetimeedit: call setCalendarPopup(false) when cleaning upMitch Curtis2018-08-071-0/+2
* | | tst_qdatetimeedit: hide testWidget when creating widgets on the stackMitch Curtis2018-08-071-0/+7
* | | Look for dependency XML files in all prefix pathsVolker Krause2018-08-071-2/+7
* | | Add support for additional prefix pathsVolker Krause2018-08-071-7/+24
* | | Fix apkPath for gradle 4.0+BogDan Vatra2018-08-071-3/+8
* | | qdoc: Fix \fn commands for QCborxxx member functionsMartin Smith2018-08-073-12/+14
* | | SecureTransport - fix verifyPeerTrust for the renegotiation caseTimur Pocheptsov2018-08-071-22/+23
|/ /
* | Make qcoreapplication_win compile in mingw g++ 8.2Mårten Nordheim2018-08-061-2/+2
* | Fix potential out of bounds read in qpkmhandlerEirik Aavitsland2018-08-061-1/+1
* | Be more explicit about the effects of swapBuffers() on the current contextTor Arne Vestbø2018-08-062-2/+4
* | 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