summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Preserve formats in QImage::scaled()Allan Sandfeld Jensen2020-09-261-12/+48
* Android: allow Android app building to use java 8 featuresAssam Boudjelthia2020-09-261-0/+5
* Fix qdoc warnings from references to removed APIsVolker Hilsheimer2020-09-262-2/+1
* Fix qdoc warnings in QStringViewVolker Hilsheimer2020-09-261-3/+3
* Fix qdoc warning from QMetaObjectVolker Hilsheimer2020-09-261-1/+1
* Fix qdoc warning: QTextBoundaryFinderVolker Hilsheimer2020-09-261-1/+1
* Fix qdoc warnings: QTextStream manipulators are in the Qt namespaceVolker Hilsheimer2020-09-261-4/+4
* Fix some qdoc warnings for QString/View/TokenizerVolker Hilsheimer2020-09-264-39/+62
* Fix some qdoc warnings for QAnyStringViewVolker Hilsheimer2020-09-261-4/+4
* Fix -Wmaybe-uninitialized warningsJulien Schueller2020-09-262-2/+2
* Avoid heap-buffer-overflowRobert Loehning2020-09-251-0/+2
* xcb: Avoid BadMatch error when creating non-OpenGL windowAlexander Volkov2020-09-251-13/+3
* QStaticPlugin: Reorder class membersVolker Hilsheimer2020-09-251-5/+4
* Remove traces of QObject::trUtf8 from documentationVolker Hilsheimer2020-09-254-15/+7
* rhi: Switch command lists to QVLALaszlo Agocs2020-09-253-3/+3
* rhi: gl: get rid of a wrapper QByteArray where a raw ptr sufficesLaszlo Agocs2020-09-251-3/+2
* rhi: Skip comparing to this in isCompatible testsLaszlo Agocs2020-09-252-0/+9
* rhi: gl: d3d: Do not use QByteArray where there is no pointLaszlo Agocs2020-09-254-14/+17
* Fix qdoc warning and typo in QMetaSequenceVolker Hilsheimer2020-09-251-2/+2
* rhi: Drop the zeroing out of resource binding structsv6.0.0-alpha1Laszlo Agocs2020-09-252-10/+2
* rhi: vulkan: Fix mipmap generation for cubemapsLaszlo Agocs2020-09-254-80/+81
* CMake: fix minor line indentationAssam Boudjelthia2020-09-251-2/+2
* CMake Build: Fix iOS build with PCH and CMake 3.18.3Cristian Adam2020-09-251-0/+8
* qt_add_plugin: Get CLASS_NAME as a one value parameter, add TYPEMÃ¥rten Nordheim2020-09-251-2/+1
* CMake: Expose XKB::XKB as public dependency of Qt::GuiPrivateJoerg Bornemann2020-09-251-0/+4
* Use c++20 when available at compile timeAllan Sandfeld Jensen2020-09-251-8/+7
* Doc: Update CMake snippets to Qt 6Kai Koehne2020-09-253-6/+6
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-2539-477/+464
* Fusion: Don't add unnecessarily extra padding for a groupboxAndy Shaw2020-09-251-1/+6
* QFontEngine: Do not call getSfntTable with uninitalized valueChristoph Schleifenbaum2020-09-251-2/+2
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-253-20/+0
* qwaitcondition_win.cpp: Fix deprecation warning about QMutex::isRecursive()Friedemann Kleint2020-09-251-4/+0
* fix QComboBox currentText return placeholderTextWang ChunLin2020-09-251-3/+2
* fix qcombobox code styleWang ChunLin2020-09-251-2/+2
* Fix some qdoc warnings: undocumented parametersVolker Hilsheimer2020-09-252-3/+4
* Fix qdoc warning from undocumented enum valueVolker Hilsheimer2020-09-251-0/+1
* QScopedValueRollback: code tidiesGiuseppe D'Angelo2020-09-251-5/+7
* wasm: fix network status code propagationLorn Potter2020-09-252-6/+14
* QWindowsPrintDevice: Fix signedness warningsFriedemann Kleint2020-09-241-7/+6
* QWindowsPrintDevice: Brush up the codeFriedemann Kleint2020-09-241-19/+22
* Windows: Build print support plugin directly into QtPrintSupportFriedemann Kleint2020-09-2419-142/+101
* Fix qdoc warning from QLibraryInfo after API changeVolker Hilsheimer2020-09-241-18/+23
* Fix some qdoc warnings in QMetaType and QVariantVolker Hilsheimer2020-09-242-50/+33
* Fix redundant emission of editingFinished from QLineEdit with Return keyChristian Heimlich2020-09-234-5/+16
* Fix compiler warnings from deprecated QTouchEvent::touchPointsVolker Hilsheimer2020-09-234-38/+36
* Use QMetaType instead of integer based type idsLars Knoll2020-09-2327-180/+169
* Use a hash to store the DBus marshalling dataLars Knoll2020-09-232-38/+44
* Cleanup DBus type registration codeLars Knoll2020-09-2310-68/+44
* Cleanup QDBusPendingReplyLars Knoll2020-09-232-96/+93
* QCocoaDrag::drag - make sure clipboard is ours and populatedTimur Pocheptsov2020-09-231-4/+4