summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add tests for qFuzzyIsNull() to tst_QNumeric and tst_QFloat16Edward Welbourne2021-04-294-10/+77
* Revert early return from QTimeZone on invalid IDEdward Welbourne2021-04-292-4/+1
* Handle invalid system zone case when falling back from time_t functionsEdward Welbourne2021-04-291-26/+30
* Fix mix-guided use of const reference variableEdward Welbourne2021-04-291-1/+1
* Make a documentation-only build possibleJoerg Bornemann2021-04-291-8/+20
* HTTP: Don't call allDone twiceMårten Nordheim2021-04-291-0/+2
* HTTP/2 authentication requiredMårten Nordheim2021-04-298-29/+215
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-04-292-3/+17
* Fix compiler warning from int size mismatchVolker Hilsheimer2021-04-291-2/+2
* macOS: Don't override action set during drop handlingAndy Shaw2021-04-291-1/+3
* Fix comparison between nullptr and QWeakPointerVille Voutilainen2021-04-282-3/+24
* Call updateHighDpiScaling() on screenAdded()Morten Johan Sørvig2021-04-286-18/+11
* Port QDBusServiceWatcher::watchedServices to bindable propertiesAndreas Buhr2021-04-284-13/+82
* Add grabber context pointersShawn Rutledge2021-04-285-13/+18
* Port QPropertyAnimation::targetObject to bindable propertiesAndreas Buhr2021-04-284-35/+77
* Fix wrong C-style cast, use correct QTest::keyClick overloadVolker Hilsheimer2021-04-281-1/+1
* Fix warnings from ignored [[nodiscard]] returnsVolker Hilsheimer2021-04-281-8/+8
* Fix compiler warnings from int/size_t mismatchesVolker Hilsheimer2021-04-282-4/+4
* Fix warnings from deprecated posix functionsVolker Hilsheimer2021-04-282-4/+6
* Doc: Remove mention of no longer supported formatPaul Wicking2021-04-271-3/+1
* Include qsimd.cpp in bootstrap buildTor Arne Vestbø2021-04-271-0/+1
* Re-work the CMake project files for the plugandpaint exampleJoerg Bornemann2021-04-275-105/+26
* Compile resource objects of the static library using same optionsAlexey Edelev2021-04-271-0/+53
* Add versioned alias for the Platform targetAlexey Edelev2021-04-271-0/+1
* Create link from property overview documentation to bindable propertiesAndreas Buhr2021-04-271-1/+2
* CMake: Regenerate configure.cmake filesAlexandru Croitor2021-04-275-9/+27
* Port QAbstractAnimation to the new property systemSona Kurazyan2021-04-275-16/+189
* Add storage for (pixel) deltas and fingerCount to QNativeGestureEventShawn Rutledge2021-04-277-14/+106
* Port of QItemSelectionModel::model to new property systemAndreas Buhr2021-04-275-25/+114
* Android: unblock passing testsAssam Boudjelthia2021-04-277-36/+0
* pro2cmake: Add support for standalone CMake test configurationCristian Adam2021-04-271-0/+6
* Make loop variables references in date benchmarkDavid Skoland2021-04-271-5/+5
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-272-2/+0
* Fix typo in a comment, PE_PanelViewItemRow doesn't existSérgio Martins2021-04-271-1/+1
* Declare loop arg in benchmark unusedDavid Skoland2021-04-271-2/+2
* Check POSIX rules during QTzTimeZone creationEdward Welbourne2021-04-273-15/+66
* Fix handling of a POSIX zone rule describing permanent DSTEdward Welbourne2021-04-272-17/+50
* Correct the parsing of POSIX rule day-of-year fieldsEdward Welbourne2021-04-272-8/+23
* doc: Warn about kerning in QRawFont::advancesForGlyphIndexes()Eskil Abrahamsen Blomfeldt2021-04-271-2/+12
* WASM: Don’t set “-g4” by default for qmake buildsMorten Sørvig2021-04-271-6/+18
* Remove links to QRegularExpression#Wildcard matchingVolker Hilsheimer2021-04-272-8/+4
* Skip tst_QUrl::testThreading() under QEMUAndrei Golubev2021-04-272-0/+5
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-273-27/+483
* Change QList's insert() and emplace() to always invalidate [pos, end())Andrei Golubev2021-04-271-107/+114
* Do not shift the data pointer when removing all elements from QListAndrei Golubev2021-04-271-5/+7
* Add tests for QtPrivate::q_relocate_overlap_nAndrei Golubev2021-04-271-0/+281
* Resurrect data moves in QListAndrei Golubev2021-04-278-99/+366
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-273-18/+19
* Android: Remove NoSuchMethodException errorBartlomiej Moskal2021-04-271-0/+5
* Android: Fix build error issue in examplesJukka Passi2021-04-271-1/+5