summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * QtNetwork deprecations: suppress internal warningsMårten Nordheim2020-03-1210-4/+27
| | * Bearer deprecation: centralize and suppress internal warningsMårten Nordheim2020-03-128-27/+24
| | * QStringBuilder: make the nested ConvertTo typedef publicMarc Mutz2020-03-121-1/+1
| | * macOS: Log occlusion state changesTor Arne Vestbø2020-03-121-1/+3
| | * QStringView: adapt to C++20 constexpr std::basic_stringMarc Mutz2020-03-121-1/+1
| | * QFileDialog: Improve default implementation of getOpenFileContent()Friedemann Kleint2020-03-121-2/+3
| | * macOS: Merge qcore_mac cpp and mm filesTor Arne Vestbø2020-03-124-173/+124
| | * wasm: fix emsdk 1.39.9 buildLorn Potter2020-03-121-1/+1
| | * Fix multi-threaded shrinking conversionAllan Sandfeld Jensen2020-03-111-1/+13
| | * Fix minor errors in QDeadlineTimer docsEdward Welbourne2020-03-111-5/+5
| | * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-03-1118-111/+172
| | |\
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-1118-111/+172
| | | |\
| | | | * Fix non-trivial soft-hyphen line breaksAllan Sandfeld Jensen2020-03-101-13/+16
| | | | * QSortFilterProxyModel doc: do not mention deprecated function reset()Christian Ehrlicher2020-03-091-2/+3
| | | | * Port from deprecated std::is_pod to is_trivial + is_standard_layoutMarc Mutz2020-03-062-2/+4
| | | | * Fix QDeviceDiscoveryUDev on FreeBSDAllan Sandfeld Jensen2020-03-061-0/+4
| | | | * QLibrary: introduce a mutex to protect non-atomic internalsThiago Macieira2020-03-035-52/+68
| | | | * QLibrary: stop setting errorString after resolve()Thiago Macieira2020-03-032-12/+0
| | | | * QPluginLoader: rework the loading and the caching of instanceThiago Macieira2020-03-033-22/+44
| | | | * Add the include for QPointer to avoid MSVC compilation errorShawn Rutledge2020-03-031-0/+1
| | | | * QDom: use correct precision when converting float/double valuesChristian Ehrlicher2020-03-031-3/+4
| | | | * xcb: Fix logic for minimized stateJiDe Zhang2020-03-034-3/+19
| | | | * uic: Add pass to empty functionsCristián Maureira-Fredes2020-03-031-6/+13
| | * | | Replace initialization of sparse table of converts with settersAllan Sandfeld Jensen2020-03-111-1105/+230
| | |/ /
* | | | Initial import of the Qt C++ property binding systemSimon Hausmann2020-03-169-2/+1742
* | | | cmake: Regenerate projectsAlexandru Croitor2020-03-166-22/+28
* | | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-1633-94/+94
* | | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-1622-57/+57
|/ / /
* | | Introduce always constexpr variants of qCountTrailingZeroBitsFabian Kosmale2020-03-161-19/+46
* | | Get rid of QRegExp usage in the cocoa pluginLars Knoll2020-03-152-4/+9
* | | Fix QNetworkAccessCache after QHash stability semantics changeLars Knoll2020-03-152-43/+42
* | | Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-148-179/+177
* | | Use qsizetype for size related methods in QMapLars Knoll2020-03-142-47/+47
* | | Extend QContiguousCache to use qsizetype for size and indicesLars Knoll2020-03-142-38/+38
* | | Add move semantics to QContiguousCacheLars Knoll2020-03-141-34/+60
* | | Cleanup code in QContiguousCacheLars Knoll2020-03-141-94/+74
* | | QRegularExpression: inline some compatibility callsGiuseppe D'Angelo2020-03-132-13/+13
* | | Remove an outdated commentGiuseppe D'Angelo2020-03-131-8/+0
* | | High-DPI: Enable AA_UseHighDpiPixmaps by defaultMorten Johan Sørvig2020-03-131-1/+2
* | | CMake: pro2cmake: Handle LIBS_SUFFIX define correctlyAlexandru Croitor2020-03-122-2/+2
* | | rcc: Teach rcc the --no-zstd optionAlexandru Croitor2020-03-123-7/+23
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-1177-993/+1790
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-1177-993/+1790
| |\| |
| | * | Doc: Fix documentation for class qfloat16Topi Reinio2020-03-102-22/+24
| | * | QVulkanWindow: Fix setQueueCreateInfoModifier signatureLaszlo Agocs2020-03-102-2/+2
| | * | Mimetypes: Build fix for Android builds on WindowsCristian Adam2020-03-101-2/+5
| | * | rhi: d3d11: Honor resource/sampler slot limitsLaszlo Agocs2020-03-101-66/+124
| | * | QDataStream: keep brace delimiters inside #if-scopesMårten Nordheim2020-03-101-1/+2
| | * | Schannel: Fix readBufferMaxSize impl with incomplete data optimizationMårten Nordheim2020-03-101-1/+2
| | * | Bearer management deprecation cleanupMårten Nordheim2020-03-103-1/+18