summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add support for bundled SQLite libraryLeander Beernaert2020-03-257-11/+98
* Avoid recreating QRegularExpression for every text blockJoni Poikelin2020-03-251-9/+9
* Don't call QSet::erase() on an end iteratorLars Knoll2020-03-252-2/+4
* CMake: Fix the re-computed value of INSTALL_*DIR variablesJoerg Bornemann2020-03-251-1/+4
* CMake: Fix configuration of FEATURE_JPEGLeander Beernaert2020-03-252-2/+1
* CMake: Fix auto-detection of precompiled header supportAlexandru Croitor2020-03-253-3/+21
* Remove QSignalMapper::mappedWidget()Lars Knoll2020-03-252-43/+2
* Get rid of QRegExp usage in rccLars Knoll2020-03-253-3/+78
* Remove QRegExp usage from the XBM handlerLars Knoll2020-03-251-23/+28
* Remove qt6_use_modulesKai Koehne2020-03-255-153/+0
* HB-to-Qt: stop propagating helpers and types not used outside QtGuiKonstantin Ritt2020-03-252-12/+16
* 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