summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Regenerate qtbase/src projectsAlexandru Croitor2019-09-302-9/+9
* Change QT_COORD_TYPE variable which was badly translated from qmakeJean-Michaël Celerier2019-09-241-1/+1
* Create module tools packages (config files) automaticallyAlexandru Croitor2019-09-221-1/+0
* Fix add_qt_gui_executable for non-Gui projectsJoerg Bornemann2019-09-191-1/+4
* Fix casing of public API functionsSimon Hausmann2019-09-191-13/+13
* Fix add_qt_docs callsSimon Hausmann2019-09-191-1/+1
* Re-generate main module CMake filesSimon Hausmann2019-09-182-2/+2
* Fix OUTPUT_TARGET propagation in qt6_add_resource()Leander Beernaert2019-09-161-0/+4
* Regenerate src/corelibAlexandru Croitor2019-09-112-6/+13
* Use pre-compiled headers when building Qt with cmakeMårten Nordheim2019-09-111-0/+5
* Update Android build configurationLeander Beernaert2019-08-301-0/+1
* Update public CMake macros' versionLeander Beernaert2019-08-231-37/+37
* Extract add_qt_resource into reusable componentsLeander Beernaert2019-08-222-27/+37
* Fix qmake build in developer buildsLeander Beernaert2019-08-161-0/+2
* Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-15149-1156/+1427
|\
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-06146-1036/+1296
| |\
| | * Thou Shalt Not Specialize std Function TemplatesMarc Mutz2019-08-033-27/+4
| | * Un-deprecate QSignalMapperSona Kurazyan2019-08-012-10/+4
| | * QResource: consistently cache resourceList()Marc Mutz2019-08-011-8/+10
| | * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-011-1/+1
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-311-1/+1
| | | |\
| | | | * qfsfileengine_p.h: Un-inline processOpenModeFlagsOliver Wolff2019-07-301-1/+1
| | * | | QSortFilterProxyModel: avoid some unnecessary copiesChristian Ehrlicher2019-07-311-34/+30
| | * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-303-21/+40
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-303-21/+40
| | | |\| |
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-302-19/+36
| | | | |\|
| | | | | * Move processOpenModeFlags out of QFSFileEngineOliver Wolff2019-07-292-19/+36
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-291-2/+4
| | | | |\|
| | | | | * QResource: fix nullptr-check gone tautologicalMarc Mutz2019-07-261-2/+4
| | * | | | QEasingCurve: reduce code duplication in setCurveShape()Marc Mutz2019-07-301-19/+15
| | * | | | QEasingCurve: remove a default case labelMarc Mutz2019-07-301-1/+0
| | * | | | Fix removal of QJsonObject properties when assigning undefinedSimon Hausmann2019-07-301-1/+4
| | |/ / /
| | * | | QStringView: clean up storage_typeMarc Mutz2019-07-292-11/+3
| | * | | qstringalgorithms.h: add pure, noexcept, constexprMarc Mutz2019-07-293-7/+8
| | * | | QStandardPaths: don't build a QHash just to look up one keyMarc Mutz2019-07-291-41/+34
| | * | | QEasingCurve: fix missing copy() overrideMarc Mutz2019-07-291-0/+4
| | * | | QStringView: two fixes for newly-added toWCharArray()Marc Mutz2019-07-293-14/+16
| | * | | Port from QStringViewLiteral to u""Marc Mutz2019-07-293-9/+9
| | * | | Standardize on unique_ptr to hold QAbstractFileEngineMarc Mutz2019-07-285-22/+28
| | * | | Fix typo: s/QLocal/QLocale/Edward Welbourne2019-07-261-1/+1
| | * | | Tidy up some messy code in QLocaleEdward Welbourne2019-07-261-24/+8
| | * | | Split all the over-long lines in qlocale.cppEdward Welbourne2019-07-251-56/+110
| | * | | QObject: replace QScopedPointer with std::unique_ptr in the implementationMarc Mutz2019-07-241-14/+14
| | * | | Extend QString::arg(QString, ..., QString) to more than 9 argumentsMarc Mutz2019-07-242-2/+38
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-224-9/+30
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-204-9/+30
| | | |\|
| | | | * Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-191-1/+9
| | | | * Fix QStorageInfo inability to parse really long mountinfo linesThiago Macieira2019-07-191-2/+12
| | | | * macOS: Allow overriding NSKeyValueObservingOptions for QMacKeyValueObserverTor Arne Vestbø2019-07-182-6/+9
| | * | | QJsonObject: add QLatin1String overloads of non-const methodsMat Sutcliffe2019-07-203-44/+179