summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-255-81/+85
* 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
* tst_qmetacontainer: Remove non-existing typeflags.bin from build systemUlf Hermann2020-09-252-6/+0
* Use c++20 when available at compile timeAllan Sandfeld Jensen2020-09-251-8/+7
* .gitignore: Qt Creator files cleanupKai Koehne2020-09-251-3/+5
* git: ignore CLion configuration filesAndreas Buhr2020-09-251-0/+3
* Doc: Update CMake snippets to Qt 6Kai Koehne2020-09-253-6/+6
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-2540-478/+465
* 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
* CMake: Export 3rdparty dependency find_package calls of private modulesJoerg Bornemann2020-09-251-1/+12
* 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-252-4/+3
* 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
* CMake: Fix sanitizer build when using Clang on LinuxAlexandru Croitor2020-09-241-0/+3
* 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-235-5/+84
* Fix compiler warnings from deprecated QTouchEvent::touchPointsVolker Hilsheimer2020-09-234-38/+36
* Use QMetaType instead of integer based type idsLars Knoll2020-09-2330-183/+173
* Use a hash to store the DBus marshalling dataLars Knoll2020-09-232-38/+44
* Cleanup DBus type registration codeLars Knoll2020-09-2311-71/+47
* Cleanup QDBusPendingReplyLars Knoll2020-09-232-96/+93
* QCocoaDrag::drag - make sure clipboard is ours and populatedTimur Pocheptsov2020-09-231-4/+4
* Initialize trayWatcher from QSystemTrayIconPrivateVolker Hilsheimer2020-09-231-1/+1
* Give QPixmap a move constructorVolker Hilsheimer2020-09-233-0/+26
* rhi: gl: Enable seamless cubemap filteringLaszlo Agocs2020-09-231-0/+10
* Simplify QHighDpi::fromNativeLocalExposedRegion()Alexander Volkov2020-09-231-7/+3
* QDateTime change documentation to reflect usage of C localeAndreas Buhr2020-09-232-48/+29
* CMake Build: Add support for -qtlibinfix configure parameterCristian Adam2020-09-236-6/+10
* Add a ValidWhenMask to QDateTimePrivate::StatusFlagEdward Welbourne2020-09-232-14/+6
* Make QDateTime() unconditionally noexceptEdward Welbourne2020-09-232-6/+7
* macOS: Don't assume NSSlider is never flippedTor Arne Vestbø2020-09-231-7/+7
* Fix Qt6 todo in qcssparserAllan Sandfeld Jensen2020-09-232-6/+8
* Assert some conditions instead of testing for themEdward Welbourne2020-09-231-14/+7
* Make more consistent use of m_offsetFromUtc()Edward Welbourne2020-09-232-19/+25
* Use same-msecs optimization more in QDateTime comparisonEdward Welbourne2020-09-232-5/+50
* QStringBuilder: use qsizetype for size() methodsEdward Welbourne2020-09-231-15/+15