summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tidy up qnamespace.qdoc's enums' \omitvalue entriesEdward Welbourne2020-08-201-39/+36
* QCalendarBackend: format "enum" as code where usedEdward Welbourne2020-08-201-8/+11
* Document QCalendarBackend::name()Edward Welbourne2020-08-201-1/+8
* Doc: Mention no_testcase_installs which can be used to prevent installAndy Shaw2020-08-202-0/+9
* Turn comments about passing QDate, QTime by value into docsEdward Welbourne2020-08-202-8/+10
* Fix a number of qdoc warningsFriedemann Kleint2020-08-2022-257/+25
* Fix deprecation warnings in QtSql code snippetsFriedemann Kleint2020-08-201-2/+2
* Fix qHash(const QModelIndex &index)Friedemann Kleint2020-08-201-1/+1
* xdgdesktopportal: Avoid dangling pointerMichael Weghorn2020-08-201-2/+2
* Remove QSslSocket::abort()Alex Trotsenko2020-08-203-39/+11
* Doc: Use https in links that don't redirect properlyPaul Wicking2020-08-201-2/+2
* Doc: Improve thread safety docsPaul Wicking2020-08-201-1/+15
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-2017-2303/+45
* QSslContext - do a little cleanup (OpenSSL)Timur Pocheptsov2020-08-193-11/+11
* QFileSystemModel: don't display a modal messagebox on errorVolker Hilsheimer2020-08-191-23/+2
* Clean up itemviews after QStyleOption version cleanupVolker Hilsheimer2020-08-197-28/+22
* QMenu: make less sensitive to mouse jitterVolker Hilsheimer2020-08-191-1/+1
* Port QXmlStreamReader from QStringRef to QStringViewKarsten Heimrich2020-08-196-137/+165
* Fix QXmlStreamSimpleStack to work also with non POD data typesLars Knoll2020-08-193-14/+24
* Refactor QXmlStreamStringRefKarsten Heimrich2020-08-194-59/+67
* Smaller change towards using QStringViewLars Knoll2020-08-192-4/+4
* Refactor qxmlstream_p.hLars Knoll2020-08-1912-1936/+1818
* Cleanup QXmlStreamStringRefKarsten Heimrich2020-08-191-7/+1
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-198-125/+113
* QMetaType: specialize typenameHelper for std::pairFabian Kosmale2020-08-191-27/+68
* Remove binary compat sources for qbytearray and qstringAllan Sandfeld Jensen2020-08-197-142/+2
* Make QAbstractSocket::abort() behavior unambiguousAlex Trotsenko2020-08-191-2/+0
* CMake Build: Fix libdrm detection and compilation on QNXCristian Adam2020-08-192-0/+14
* rhi: d3d11: Enable setting xxxColor as an alpha src/dst blend factorLaszlo Agocs2020-08-191-11/+17
* Fix the doc exampleJarek Kobus2020-08-191-1/+1
* Introduce GrowsBackwards case operationsAndrei Golubev2020-08-191-0/+302
* Use the factor() function for getting scale factorsMorten Johan Sørvig2020-08-191-2/+2
* Update QHighDpiScaling on DPI changeMorten Johan Sørvig2020-08-192-0/+4
* Cocoa: Translate the buttons used for the native font and color dialogsAndy Shaw2020-08-192-6/+7
* High-DPI: Use correct DPI for QT_USE_PHYSICAL_DPIMorten Johan Sørvig2020-08-191-1/+3
* Don't crop the icon when it is aligned to the leftAndy Shaw2020-08-191-3/+3
* CMake Build: Do not link to pthread for QNX for cxx11_future detectionCristian Adam2020-08-191-1/+1
* CMake Build: Add socket as a dependency for QtNetwork on QNXCristian Adam2020-08-191-0/+2
* QtConcurrent: Introduce runWithPromise()Jarek Kobus2020-08-194-2/+237
* MSVC: Fix C4996 warnings when building QtKai Koehne2020-08-195-2/+14
* Handle simulator platforms when parsing LC_BUILD_VERSION load commandTor Arne Vestbø2020-08-191-5/+26
* QMultiMap: fix regression in find(Key, T)Giuseppe D'Angelo2020-08-191-5/+12
* QMultiMap: fix remove(Key, T) when key/value belong to the mapGiuseppe D'Angelo2020-08-191-3/+9
* Use [[nodiscard]] with clang in C++17 modeAllan Sandfeld Jensen2020-08-184-8/+8
* QSsl: introduce qtls_utils_p.h with simple RAII helpersTimur Pocheptsov2020-08-183-4/+102
* Android: Copy required gradle files in non-prefix shadow buildsAlexandru Croitor2020-08-181-4/+10
* Replace WIN32 with CMAKE_HOST_WIN32Mason McParlane2020-08-181-1/+1
* Add QArrayDataPointer::freeSpace*() functionsAndrei Golubev2020-08-184-27/+49
* Reorder operations to align with exception model in qarraydataops.hAndrei Golubev2020-08-181-9/+18
* Separate exception safety primitives from operationsAndrei Golubev2020-08-181-195/+189