summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Start moving QArrayData's size and data pointer to the main classThiago Macieira2019-12-089-243/+268
* | | Add QArrayDataOps::moveAppend()Thiago Macieira2019-12-081-0/+56
* | | Add the QArrayDataOps::parameter_type typedefThiago Macieira2019-12-081-2/+6
* | | Stop using the reference counter to store data stateThiago Macieira2019-12-087-39/+47
* | | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-0816-107/+124
* | | Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-0810-43/+54
* | | Make the AllocOptions flag to QVector::reallocData mandatoryThiago Macieira2019-12-081-8/+12
* | | Fix a use-after-free problem in QByteArray::replaceLars Knoll2019-12-071-3/+3
* | | Remove unused private methodLars Knoll2019-12-071-102/+0
* | | Introduce flags to indicate the QArrayData typeThiago Macieira2019-12-078-62/+82
* | | Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-0710-79/+90
* | | Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-079-42/+23
* | | Rename QArrayData::AllocateOptions enum and update some flagsThiago Macieira2019-12-079-58/+60
* | | Add QArrayData::sharedNullData()Thiago Macieira2019-12-071-0/+12
* | | Tell the compiler that QArrayData::allocate allocates memoryThiago Macieira2019-12-071-1/+5
* | | Tell the compiler that QArrayData returns aligned pointersThiago Macieira2019-12-071-4/+11
* | | Fix qChecksum testLars Knoll2019-12-071-5/+6
* | | Use Q_NAMESPACE for the Qt namespace, and remove the old moc hack to support itOlivier Goffart2019-12-067-313/+326
* | | Fix tst_moc for C++17Olivier Goffart2019-12-064-118/+5
* | | Make setModel() virtualAndrew Patterson2019-12-061-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-0514-57/+130
|\| |
| * | Document that toggleViewAction can't be used to toggle the dock widgetVolker Hilsheimer2019-12-041-2/+5
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-0413-55/+125
| |\|
| | * QMacTimeZonePrivate: use .member rather than [- member] notationEdward Welbourne2019-12-031-12/+11
| | * Make QMacTimeZonePrivate default constructor more efficientEdward Welbourne2019-12-031-5/+8
| | * Fix assert in QTextDocument CSS parser on "border-width: 1pt"David Faure2019-12-034-4/+46
| | * QMacStyle: correct placement of edit field in comboboxVolker Hilsheimer2019-12-031-4/+4
| | * Prevent emscripten_webgl_destroy_context from removing event handlersMorten Johan Sørvig2019-12-031-0/+7
| | * Fix depth in renderText()Laszlo Agocs2019-12-031-1/+1
| | * Relocate a comment that had become detached from its codeEdward Welbourne2019-12-031-7/+5
| | * Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-033-2/+43
| | * rhi: Remove unused compat functionsLaszlo Agocs2019-12-031-20/+0
* | | Remove QVariant::operator< and related operatorOlivier Goffart2019-12-044-596/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-0467-474/+1113
|\| |
| * | QMdiArea: on macOS using tabs, render document icons next to the textVolker Hilsheimer2019-12-033-7/+15
| * | CMake: Use lower-case macro/function namesKai Koehne2019-12-033-18/+18
| * | CMake: Remove conditions for CMake < 3.1Kai Koehne2019-12-031-45/+40
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Ulf Hermann2019-12-0352-397/+762
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-0352-397/+762
| | |\|
| | | * iOS: Guard against request for textInputView without focus windowTor Arne Vestbø2019-12-031-2/+6
| | | * macOS: Don't tweak NSApp presentationOptions on startupTor Arne Vestbø2019-12-031-10/+0
| | | * RHI/Vulkan: Fix buildFriedemann Kleint2019-12-021-0/+1
| | | * rhi: vulkan: Remove unused includeLaszlo Agocs2019-11-291-1/+0
| | | * macOS Accessibility: Fix role for comboboxesPeter Varga2019-11-291-1/+1
| | | * QTreeView: Reset the pressed index if the decoration was pressed onAndy Shaw2019-11-292-2/+18
| | | * tst_qsslcertificate: fix subjectAndIssuerAttributesTimur Pocheptsov2019-11-282-14/+9
| | | * wasm: Disable TextureSwizzleFredrik Orderud2019-11-281-2/+6
| | | * Silence intel compiler warning about float comparisonOlivier Goffart2019-11-289-0/+9
| | | * More polish of the manual High DPI testFriedemann Kleint2019-11-281-22/+76
| | | * Polish the manual High DPI testFriedemann Kleint2019-11-283-114/+145