summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * GCC: revoke constexpr before 5.0Giuseppe D'Angelo2020-01-091-2/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-102-4/+13
|\| |
| * | Deprecate QJsonDocument methods for converting to/from JSON binarySona Kurazyan2020-01-092-4/+13
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-091-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-1/+1
| |\|
| | * Fix some issues of a clang-cl developer buildFriedemann Kleint2020-01-061-1/+1
* | | Fix comile issues with VS 2017Karsten Heimrich2020-01-081-4/+4
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-077-36/+68
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-065-23/+13
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-065-23/+13
| | |\|
| | | * Note that zh's "Chinese" is in fact MandarinEdward Welbourne2020-01-041-1/+1
| | | * QVariant: Prefer direct conversion to QVariant{List,Map,Hash}Fabian Kosmale2020-01-031-6/+5
| | | * Fix some qdoc warningsFriedemann Kleint2020-01-024-14/+6
| * | | QRegularExpression: make escape-like functions work on QStringViewGiuseppe D'Angelo2020-01-062-13/+55
| |/ /
* | | Don't mix QHash and QMultiHashLars Knoll2020-01-061-17/+11
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-0475-1851/+2974
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2020-01-036-20/+21
| * | Fix parameter of QJsonObject::const_iterator operator-(const_iterator)Friedemann Kleint2020-01-031-1/+1
| * | QIdentityProxyModel: implement moveRows / moveColumnsGiuseppe D'Angelo2020-01-022-0/+26
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-023-37/+76
| |\|
| | * QLocale: Support Indian number formattingTuomas Heimonen2019-12-302-12/+36
| | * QRegularExpression: adjust the error codes matching PCRE2 10.34Giuseppe D'Angelo2019-12-281-25/+40
| * | cborstreamwriter: Fix developer-build with clangRobert Loehning2019-12-302-3/+3
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-276-37/+44
| |\|
| | * QRegularExpression: improve docs about porting from QRegExpGiuseppe D'Angelo2019-12-241-0/+32
| | * Unbreak developer build with clang-clFriedemann Kleint2019-12-201-6/+7
| | * Don't have a "see also qrand" from qrandAlbert Astals Cid2019-12-191-1/+1
| | * Doc: Add since versionPaul Wicking2019-12-191-0/+2
| | * Doc: Add since Qt 5.8 info for QResource::lastModified()Leena Miettinen2019-12-181-0/+2
| | * Doc: remove documented macros which were removed in Qt5Christian Ehrlicher2019-12-171-30/+0
| * | Introduce QString(View)::isValidUtf16Giuseppe D'Angelo2019-12-205-0/+49
| * | Windows QPA: Allow the native Windows virtual keyboard to be disabledAndre de la Rocha2019-12-172-0/+7
| * | Get rid of the getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-12-171-1/+0
| * | QStringListModel: fix moveRows()Christian Ehrlicher2019-12-161-12/+11
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-1610-89/+200
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-1610-89/+200
| | |\|
| | | * Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-141-8/+9
| | | * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-132-5/+35
| | | |\
| | | | * QCalendar: Optimize std::vector accessv5.14.0-rc2v5.14.0Ulf Hermann2019-12-071-2/+2
| | | | * Fix prefix determination for windeployqt'ed MinGW applicationsJoerg Bornemann2019-11-281-3/+11
| | | | * Fix prefix determination for windeployqt'ed applicationsJoerg Bornemann2019-11-221-3/+25
| | | * | qSwap: suppress pedantic warning about noexcept being falseThiago Macieira2019-12-121-0/+6
| | | * | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-126-76/+150
| * | | | Mark the old style unprefixed stream functions deprecatedAllan Sandfeld Jensen2019-12-162-22/+72
| |/ / /
| * | | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-156-14/+14
| * | | Avoid using a QRegExp for trivial replacementsLars Knoll2019-12-131-2/+11
| * | | Change some uses of QMap::insertMulti to QMultiMap::insertMårten Nordheim2019-12-122-2/+2
| * | | QRegExp: change QMap::unite to QMap::insertMårten Nordheim2019-12-121-4/+4
| * | | Add QMap::insert(const QMap &map)Mårten Nordheim2019-12-122-0/+58
| * | | Qt 6: Deprecate QHash::insertMultiLars Knoll2019-12-126-159/+216