summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use nullptr instead of 0 in examplePaul Wicking2020-05-181-1/+1
* Doc: Remove deprecated API from XML processing overviewKai Koehne2020-05-181-243/+17
* Explicitly prevent out-of-bounds access to tabPositions arrayVolker Hilsheimer2020-05-182-2/+6
* Fix solaris buildKai Koehne2020-05-181-0/+1
* Doc: Small fixes in qt5_wrap_cpp documentationKai Koehne2020-05-181-2/+2
* QMainWindow: don't grow memory when modifying tabbed docks while hiddenVolker Hilsheimer2020-05-181-0/+9
* Do not mention Qt XML's SAX API anymore in examples/xml/READMEKai Koehne2020-05-181-5/+3
* Doc: Remove mentioning of QXmlSimpleReader from QXmlStreamReaderKai Koehne2020-05-181-6/+4
* Don't fall back to QGuiApplication for line control's layoutDirectionEdward Welbourne2020-05-181-5/+2
* eglfs: Send proper enter/leave events when multiple screens are in useShawn Rutledge2020-05-183-7/+19
* Prevent asserts in certain QWindow re-creation casesLaszlo Agocs2020-05-181-2/+7
* Avoid using qGuiApp in QOpenGLVao::destroy()Laszlo Agocs2020-05-181-1/+5
* vkmemalloc: make it compile with macOS 10.15 SDKLaszlo Agocs2020-05-182-1/+66
* Clarify ResetNotification in QSurfaceFormat a bitLaszlo Agocs2020-05-182-1/+12
* Fix crash in QEglFSKmsGbmCursor::setPos() when cursor is disabledShawn Rutledge2020-05-181-1/+1
* evdevtouch: fix input_event time related compilePeter Seiderer2020-05-181-1/+9
* evdevkeyboard: fix input_event time related compilePeter Seiderer2020-05-181-1/+12
* windows: Add QT_NO_OPENGL_BUGLIST environment variableLaszlo Agocs2020-05-181-9/+10
* Initialize TextureOp and BufferOp structsVolker Hilsheimer2020-05-181-7/+7
* uic/Python: import all the classes for QtCore and QtGuiCristian Maureira-Fredes2020-05-182-10/+4
* doc: Add version of deprecation for QFont enumsEskil Abrahamsen Blomfeldt2020-05-181-4/+4
* Fix warnings from deprecated QStyle enum valuesVolker Hilsheimer2020-05-161-0/+6
* Always open a text control's context menu on the same screenShawn Rutledge2020-05-161-0/+5
* Avoid format conversion in backing store texture uploadAllan Sandfeld Jensen2020-05-161-44/+50
* Fix compile error on iOSLars Knoll2020-05-161-0/+3
* Fix core headers makefile warningsMichal Klocek2020-05-161-3/+3
* Revert "QVector: add a construction from QArrayDataPointerRef"Giuseppe D'Angelo2020-05-152-6/+0
* Revert "WebGradients: redo implementation"Giuseppe D'Angelo2020-05-1517-931/+141
* CMake: Don't hard-code the sysroot in Qt5XXXConfigExtras.cmakeJoerg Bornemann2020-05-141-1/+8
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-147-23/+52
|\
| * Fix scanned resources in static buildsv5.15.0Tor Arne Vestbø2020-05-111-1/+1
| * qstandardpaths_win.cpp: Fix GetCurrentProcessToken() for Win7v5.15.0-rc2Fredrik Orderud2020-05-071-1/+6
| * QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-073-6/+31
| * Add more deprecation notices to QtNetwork release notesMårten Nordheim2020-05-071-14/+12
| * Fix 32bit integer overflow in ICC parsingv5.15.0-rc1Allan Sandfeld Jensen2020-05-041-1/+2
* | Small fixes for the Q*Ref deprecation stuffMarc Mutz2020-05-141-4/+12
* | Fix invalid text layout data when a full layout run is interruptedStefan Löffler2020-05-141-2/+5
* | Support opening directories over portalJan Grulich2020-05-142-1/+30
* | Blacklist imageAtRightAlignedTab in SLESTony Sarajärvi2020-05-131-0/+1
* | Fix QRunnable::ref use in QThreadPoolAllan Sandfeld Jensen2020-05-122-26/+44
* | Revert "note QFileDialog::setNameFilters() is not supported on Android"Assam Boudjelthia2020-05-121-5/+2
* | Doc: Enable snippet compilationPaul Wicking2020-05-051-2/+23
* | Compile fixes for clang10Lars Knoll2020-05-058-19/+19
* | Android: fix mimeTypes handling for file dialogAssam Boudjelthia2020-05-052-6/+45
* | Doc: Fix compilation of testlib snippets if sql, widgets are missingKai Koehne2020-05-051-0/+3
* | Allow switching of QT_NO_CREATE_VERSIONLESS_TARGETSKai Koehne2020-05-053-8/+32
* | Improve QTranslator documentation code snippetKai Koehne2020-05-052-5/+6
* | Don't compile pcre2 if we will use the system libraryThiago Macieira2020-05-041-1/+1
* | QCommandLineParser: Wrap very long option names to leave room for descriptionsDavid Faure2020-05-013-10/+59
* | Doc: Make snippets Qt Widgets compilableNico Vertriest2020-05-019-65/+138