summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed type integers: streamline the definitionsGiuseppe D'Angelo2021-04-242-12/+6
* Optimize quadratic-time insertion in QSortFilterProxyModelIgor Kushnir2021-04-241-2/+3
* QThreadPool: obey the docs that say we always use at least 1 threadThiago Macieira2021-04-243-9/+14
* Switch to target_sources approach for the static library resourcesAlexey Edelev2021-04-231-15/+10
* QtGlobal: check the Qt fixed size integersGiuseppe D'Angelo2021-04-231-0/+6
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-236-1/+201
* Error out if requesting Android build without toolchain fileJoerg Bornemann2021-04-231-0/+6
* Android: Choose latest version when autodetecting the NDKJoerg Bornemann2021-04-231-2/+21
* Android: Do not auto-detect NDK if ANDROID_NDK_ROOT is setJoerg Bornemann2021-04-231-1/+1
* CMake: Allow enabling Apple app extension API in other reposAlexandru Croitor2021-04-232-3/+4
* Make zone-name part of date-time parsing a little fasterEdward Welbourne2021-04-231-2/+2
* Improve error message in bindable property testAndreas Buhr2021-04-231-8/+14
* Rewrite the fetchmore exampleFriedemann Kleint2021-04-236-55/+89
* Fix a build when QT_DISABLE_DEPRECATED_BEFORE is set to 6.1.0Jarek Kobus2021-04-231-0/+2
* Do not access internal allThreads data unlockedAllan Sandfeld Jensen2021-04-231-0/+1
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-234-693/+722
* Fix build error when using -qtnamespace flagAssam Boudjelthia2021-04-231-2/+2
* Lowercase system includes and lib names for Windows, fix cross compilingMartin Storsjö2021-04-238-10/+10
* CMake: Allow usage of QtStandaloneTestTemplateProject as package componentCristian Adam2021-04-235-31/+47
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-232-9/+73
* Mark obsolete QMessageBox members as deprecatedVolker Hilsheimer2021-04-233-19/+61
* Port example away from deprecated QTextCharFormat APIVolker Hilsheimer2021-04-231-1/+1
* Avoid adding null-objects to the icon cacheFan PengCheng2021-04-231-3/+3
* QDuplicateTracker: store the current seed in the hasherThiago Macieira2021-04-221-1/+2
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-2274-824/+913
* Fix infinite loop in qmake option parsingJonas Karlsson2021-04-221-3/+4
* qpropertytesthelper: Check that the types matchFabian Kosmale2021-04-221-0/+11
* qdoc: Name section 'Getting started with qmake'Kai Köhne2021-04-221-5/+5
* QObjectBindableProperty: Allow signals taking a valueFabian Kosmale2021-04-223-5/+41
* Add QObjectBindableProperyt::notifyFabian Kosmale2021-04-223-7/+60
* CMake: Fix auto-linking of static plugins for non-QML in-tree testsAlexandru Croitor2021-04-222-16/+99
* [Android] Remove signal and slot mechanism to listen states in editor'sTapio Oksa2021-04-222-8/+37
* qobject_p.h: Do not use plain emitFabian Kosmale2021-04-221-1/+1
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-222-24/+110