summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* High-DPI: Remove usages of Qt::AA_UseHighDpiPixmapsMorten Johan Sørvig2020-03-3011-29/+0
* Fix deprecation warnings in QCocoaCursorVolker Hilsheimer2020-03-302-9/+9
* QtConcurrent: add fluent interface to configure a task before runVitaly Fanaskov2020-03-2916-12/+808
* Merge QGuiShortcut and QShortcut again in QtGuiVolker Hilsheimer2020-03-2918-700/+597
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-2972-1217/+858
* Follow bundled Harfbuzz updateKonstantin Ritt2020-03-283-62/+33
* QAbstractItemView::dataChanged(): optimize call to QWidget::update()Christian Ehrlicher2020-03-2811-4/+436
* HB-to-Qt bridge: get rid of stale/dubious safety checksKonstantin Ritt2020-03-281-18/+6
* Revert "QMetaType: support manual unregistration"Simon Hausmann2020-03-273-17/+0
* Make QPropertyBindingPrivate accessible to QtQmlSimon Hausmann2020-03-277-43/+64
* Add QProperty tests to the cmake buildSimon Hausmann2020-03-272-0/+15
* macOS: Fix or ignore deprecated API in 10.14Tor Arne Vestbø2020-03-279-52/+58
* qmake: Silence GL deprecations on macOSTor Arne Vestbø2020-03-271-0/+2
* Speed up QSortFilterProxyModel filteringChristian Ehrlicher2020-03-273-8/+113
* CMake: Fix pkgconfig calls when cross-compilingLeander Beernaert2020-03-262-0/+20
* Add a public qsimd.h headerLars Knoll2020-03-265-22/+161
* Move qsimd* from corelib/tools to corelib/globalLars Knoll2020-03-269-9/+165
* Revert "Android: Fix compile on arm64"BogDan Vatra2020-03-263-13/+0
* Make QCborValue::toCbor() constLars Knoll2020-03-252-4/+4
* QMetaType: Do copy constuctible check at compile timeFabian Kosmale2020-03-251-1/+1
* QMetaType::fromType: support classes with inaccessible dtorsFabian Kosmale2020-03-252-1/+20
* CMake: Fix exception in pro2cmake about missing v1 apiLeander Beernaert2020-03-251-0/+1
* QHttpNetworkReplyPrivate: Remove unused variableMårten Nordheim2020-03-253-1306/+0
* 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