summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate projectsAlexandru Croitor2020-09-2214-68/+131
* Remove default ctor for QIterableUlf Hermann2020-09-224-6/+10
* Fix some MSVC conversion warningsFriedemann Kleint2020-09-223-4/+4
* Windows QPA: Fix warnings about deprecated operator + for keysFriedemann Kleint2020-09-221-2/+2
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-224-8/+6
* Fix some qdoc warnings: QTableWidgetSelectionRangeVolker Hilsheimer2020-09-211-0/+10
* Fix some qdoc warnings: typosVolker Hilsheimer2020-09-212-3/+3
* Fix some qdoc warnings: broken linksVolker Hilsheimer2020-09-212-5/+4
* Fix some qdoc warnings: unnamed parametersVolker Hilsheimer2020-09-212-3/+6
* Inline trivial function used only by deprecated functionsEdward Welbourne2020-09-211-17/+4
* Remove some deprecation comments from qmap.hEdward Welbourne2020-09-212-7/+5
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-213-119/+103
* QCocoaDrag::maybeDragMultipleItems - fix erroneous size checkTimur Pocheptsov2020-09-211-1/+1
* Fix a bug when streaming QVariants containing a QRegExpLars Knoll2020-09-211-4/+3
* Cleanup API of QMimeDataLars Knoll2020-09-2121-90/+89
* Silence qdoc warnings from std::filesystemVolker Hilsheimer2020-09-211-0/+7
* Update QList's documentation relevant to prepend optimizationAndrei Golubev2020-09-211-38/+65
* Fix a bunch of qdoc warnings from QList typesVolker Hilsheimer2020-09-212-0/+11
* dbus: Skip AUTOUIC on generated sourcesKevin Funk2020-09-211-2/+8
* xcb: add xcb-util dependency for xcb-imageLiang Qi2020-09-213-4/+26
* Support signed integer attributes on QRHIInho Lee2020-09-217-19/+71
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-2114-18/+17
* Deprecate QMutex in recursive modeLars Knoll2020-09-213-5/+12
* Add reentrancy guard for processEvents() in QProgressDialog::setValue()Christian Heimlich2020-09-211-1/+6
* Doc: Correct link errors qtbaseNico Vertriest2020-09-2113-16/+16
* Fix dead link in thirdparty license documentationKai Koehne2020-09-191-1/+2
* rcc: Make output deterministic for directoriesKai Koehne2020-09-191-16/+21
* QDir: add note to docs about isAbsolutePath(":foo") returning trueAhmad Samir2020-09-191-1/+5
* QMetaType: Allow registration of mutable views and register iterablesUlf Hermann2020-09-195-104/+517
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-1915-1016/+1991
* Un-export QVariantRef and QVariantPointerUlf Hermann2020-09-191-2/+2
* Rename QVarLengthArray's private realloc() to reallocate()Jesko von Monkiewitsch2020-09-191-8/+8
* QDir: Use QDoc syntaxAhmad Samir2020-09-181-6/+6
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMårten Nordheim2020-09-189-32/+97
* QByteArrayView: move array size deduction feature to fromArrayMårten Nordheim2020-09-183-24/+42
* QNAM: try to send headers and body togetherGiuseppe D'Angelo2020-09-182-12/+38
* QMimeDatabase: fix performance regression when using the internal XMLDavid Faure2020-09-183-3/+26
* Emit CancelGrabExclusive when one grabber is replaced by anotherShawn Rutledge2020-09-181-1/+2
* Gif decoder: fix read error caused by ub checkEirik Aavitsland2020-09-181-5/+7
* Handle NSEvent*MouseDragged in QCocoaWindow::startSystemMove()René Meusel2020-09-181-0/+3
* Fix a double deletion in QDomAttr::setNodeValue()Friedemann Kleint2020-09-181-1/+3
* Output QSysInfo::productType() and productVersion() in test config lineMitch Curtis2020-09-181-1/+2
* QDateTimeParser: skip some needless bracesEdward Welbourne2020-09-181-46/+28
* Improve docs for QtFuture::Launch::Sync policySona Kurazyan2020-09-181-6/+13
* QWinEventNotifier: reinterpret 'int signaledCount' as a 'bool signaled'Alex Trotsenko2020-09-183-5/+5
* Update QByteArray documentation relevant to prepend optimizationAndrei Golubev2020-09-181-7/+39
* Doc: Add links to Qt 6 changes files from module indexPaul Wicking2020-09-1810-0/+40
* rhi: Expose compute threadgroup limits in ResourceLimitsLaszlo Agocs2020-09-188-1/+123
* xpm handler: fix read error caused by off-by-one in overflow checkEirik Aavitsland2020-09-181-2/+2
* Fix running with placeholder screen and high-dpi enabledEskil Abrahamsen Blomfeldt2020-09-181-0/+1