summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* wasm: do not set autodetect wasm true until we actually detectLorn Potter2021-04-271-1/+1
* Resurrect tests for QSharedPointerVille Voutilainen2021-04-273-3/+16
* Inhibit CMake generator detection for qt-configure-moduleJoerg Bornemann2021-04-261-1/+2
* Add QT_ANDROID_TARGET_SDK_VERSION target propertyJoerg Bornemann2021-04-263-0/+26
* Add QT_ANDROID_MIN_SDK_VERSION target propertyJoerg Bornemann2021-04-263-0/+26
* Add QT_ANDROID_VERSION_{NAME|CODE} target propertiesJoerg Bornemann2021-04-263-2/+56
* CMake: Make qt-internal-configure-tests relocatableAlexandru Croitor2021-04-264-16/+34
* Fix build error on iOS with the configure option -qtnamespaceLars Schmertmann2021-04-262-3/+9
* xcb: Add more debug info for XCB_INPUT eventLiang Qi2021-04-261-1/+44
* Add override to addPaths and removePaths in kqueue filesystem watcherNiclas Rosenvik2021-04-261-2/+4
* CMake: Fix tst_qaddpreroutine to work with static buildsAlexandru Croitor2021-04-261-2/+2
* CMake: Install prl files from all repo build dirs in a top-level buildAlexandru Croitor2021-04-261-2/+7
* Fuzzing: Test different calendar systemsRobert Löhning2021-04-261-1/+5
* Port of QTimeLine to new property systemAndreas Buhr2021-04-264-63/+401
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-262-11/+23
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-262-1/+5
* Fix linking on Windows when SSL is not configuredVolker Hilsheimer2021-04-261-1/+4
* Fix "qmake -spec foo" call for cross buildsJoerg Bornemann2021-04-262-12/+19
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-04-266-1079/+1076
* Fix QMetaType API deprecation warning in benchmarkVolker Hilsheimer2021-04-261-1/+1
* zlib: Disable MSVC warning C4267Kai Köhne2021-04-262-1/+5
* QLockFile/Unix: remove the " (deleted)" suffix from kernel-supplied namesThiago Macieira2021-04-261-0/+6
* QLockFile: don't use the local timezone to compare file timesThiago Macieira2021-04-262-5/+5
* PRI* datatypes: fix typos in documentationGiuseppe D'Angelo2021-04-251-2/+2
* Long live PRI*QdatatypesGiuseppe D'Angelo2021-04-253-1/+171
* Add QSortFilterProxyModel clear-filter benchmarkIgor Kushnir2021-04-254-0/+131