summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restructure testlib selftest projectTor Arne Vestbø2020-03-247-143/+84
* Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-2413-5/+573
* Expect failure in QLabel test for certain conditionEskil Abrahamsen Blomfeldt2020-03-241-1/+11
* Darwin: get rid of Harfbuzz/CoreText specific codeKonstantin Ritt2020-03-242-58/+7
* Harfbuzz: get rid of Qt-specific patch in CoreText shaper codeKonstantin Ritt2020-03-242-96/+0
* QTextEngine: stop guessing the same language in a loopKonstantin Ritt2020-03-241-2/+2
* Fix deprecation warnings from NSColor(Space) with macOS 10.14 SDKVolker Hilsheimer2020-03-232-41/+31
* Make QFuture::d privateSona Kurazyan2020-03-231-2/+10
* Clean-up the duplicate code in QFuture and QFutureWatcherSona Kurazyan2020-03-233-135/+69
* Fix memory leakGiulio Camuffo2020-03-231-0/+3
* CMake: "Port" the c89, c99 and c11 featuresJoerg Bornemann2020-03-232-3/+11
* CMake: Make sure to install Qt3rdPartyLibraryConfig.cmake.inAlexandru Croitor2020-03-231-0/+1
* tst_sqlquery: Skip datetime test if no database drivers are availableLeander Beernaert2020-03-231-0/+3
* CMake: pro2cmake: Consider system-assimp for conditionsAlexandru Croitor2020-03-231-0/+1
* CMake: Fix creation of forwarding headers to be at configure timeAlexandru Croitor2020-03-231-2/+3
* CMake: Introduce qt_configure_fileAlexandru Croitor2020-03-233-0/+37
* CMake: Fix metatype file generation not to happen in the source dirAlexandru Croitor2020-03-231-0/+7
* CMake: Provide script to configure and build one or more testsAlexandru Croitor2020-03-234-26/+95
* Fix warning in qsql_odbc.cpp when building with MSVC2017Mitch Curtis2020-03-201-1/+1
* Change QTaggedPointer API to be more similar to other smart pointers in QtSimon Hausmann2020-03-194-19/+19
* Fix warnings when building with MSVC2017Mitch Curtis2020-03-192-3/+4
* CMake: Regenerate selftest with latest fixesLeander Beernaert2020-03-1912-9/+62
* Add documentation for QTaggedPointerSimon Hausmann2020-03-192-8/+214
* Use QTaggedPointer in QPropertyObserverSimon Hausmann2020-03-195-81/+73
* Add support for explicitly marking a property as dirtySimon Hausmann2020-03-192-0/+9
* Enable generic property bindings to QProperty<T>Simon Hausmann2020-03-195-13/+118
* CMake: Skip inclusion of selfcover.priLeander Beernaert2020-03-191-0/+4
* CMake: Don't use GUI for tests that use QT += testlib-privateAlexandru Croitor2020-03-191-3/+3
* CMake: Add global / top-level docs targetsAlexandru Croitor2020-03-182-1/+26
* CMake: Regenerate and fix qtcpsocket testLeander Beernaert2020-03-182-1/+4
* CMake: Enable testlib selftestsLeander Beernaert2020-03-1863-342/+369
* CMake: Regenerate projects after harfbuzz-ng macOS adjustmentAlexandru Croitor2020-03-183-37/+1
* CMake: pro2cmake: Add alternative package installation instructionsMitch Curtis2020-03-181-0/+6
* CMake: Disable two graphicsview testsLeander Beernaert2020-03-181-2/+11
* Remove garbageLars Knoll2020-03-181-1/+1
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-188-14/+36
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-188-14/+36
| |\
| | * Header-review: add Q_DECL_DEPRECATED_X macro to deprecated methodVolker Hilsheimer2020-03-171-1/+1
| | * Fix docs suggesting that it's possible to draw to the X11 screenSimon Hausmann2020-03-171-2/+0
| | * Update Unicode license for CLDR and UCDEdward Welbourne2020-03-171-2/+17
| | * Fix memory leak on new QThreadPool::tryStart versionAllan Sandfeld Jensen2020-03-171-7/+12
| | * Add 'since' tag to documentation of new enum valueVolker Hilsheimer2020-03-171-1/+1
| | * QLocale: Fix test on MinGW 8.1.0 32 bitCristian Adam2020-03-171-0/+1
| | * Log the possible socket error code for the flaky testSona Kurazyan2020-03-171-1/+1
| | * QNetworkReply: stabilize sslSessionSharing testMårten Nordheim2020-03-161-0/+3
* | | Add support for exposing public QProperty members in the meta-object systemSimon Hausmann2020-03-189-30/+260
* | | Add a way to filter only rows or columns in QSortFilterProxyModelGiulio Camuffo2020-03-184-16/+157
|/ /
* | Don't limit AAT support to Darwin based platformsLars Knoll2020-03-181-2/+0
* | macOS: Disable CoreText shaper in Harfbuzz-NGEskil Abrahamsen Blomfeldt2020-03-171-21/+0
* | Make it possible to use QTaggedPointer within classesSimon Hausmann2020-03-172-12/+38