summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-264-10/+21
* | | | Bump versionOswald Buddenhagen2016-08-291-2/+3
|/ / /
* | | QMimeProvider: fix quadratic loopMarc Mutz2016-08-251-12/+14
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-2266-274/+1565
|\ \ \
| * | | Add support for Apple watchOSJake Petroules2016-08-1910-19/+41
| * | | Say hello to Q_NAMESPACEBogDan Vatra2016-08-192-2/+70
| * | | Add a qeventtransition featureLars Knoll2016-08-194-14/+16
| * | | Don't use QT_NO_MIMETYPE in mimetypes.priLars Knoll2016-08-191-3/+3
| * | | iconv-related cleanup in codecs.priLars Knoll2016-08-191-12/+9
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-196-17/+17
| * | | Add support for safe feature checking at compile timeLars Knoll2016-08-191-1/+11
| * | | Improve library version handlingLars Knoll2016-08-191-0/+9
| * | | make bootstrapped build work entirely without generated headersOswald Buddenhagen2016-08-191-1/+1
| * | | employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-194-4/+4
| * | | employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-2/+1
| * | | Use QStringRef() more, exploiting its new ::chop()Anton Kudryavtsev2016-08-161-7/+15
| * | | Add " We mean it" comment to qdeadlinetimer_p.hFriedemann Kleint2016-08-161-0/+11
| * | | Deprecate Q(Persistent)ModelIndex::childGiuseppe D'Angelo2016-08-162-7/+23
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1627-123/+128
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1325-117/+126
| | |\|
| | | * Fix typo (word repetition) in documentationFrederik Schwarzer2016-08-121-1/+1
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-1221-111/+111
| | | * QStringListModel: fix dataChanged's roles parameterMarc Mutz2016-08-121-1/+7
| | | * QCommandLineParser: call qCoreApp post routines before ::exit()David Faure2016-08-121-0/+5
| | | * QDateTimeParser::getAmPmText() use QLocale instead of tr()Edward Welbourne2016-08-111-5/+3
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-102-8/+2
| | |\|
| | | * QMap: remove statement about STL support during Qt's own configurationGiuseppe D'Angelo2016-08-071-6/+0
| | | * Fix permissions on lock files on UnixSimon Hausmann2016-08-051-2/+2
| | * | Fix qnumeric_p.h with ICC's supplied math.hThiago Macieira2016-08-101-3/+5
| * | | Long live QDeadlineTimerThiago Macieira2016-08-159-8/+1152
| * | | Add Q_DECLARE_OPERATORS_FOR_FLAGS(QStandardPaths::LocateOptions)J-P Nurmi2016-08-141-0/+2
| * | | Register QStandardPaths enums & flagsJ-P Nurmi2016-08-141-0/+5
| * | | QFuture(Interface): remove unneeded special member functionsMarc Mutz2016-08-132-34/+1
| * | | Add list of 3rd party code attributions to Qt Core, Qt GUI, Qt SQLKai Koehne2016-08-121-1/+13
| * | | Darwin: Add QImage::toCGImage() conversion functionMorten Johan Sørvig2016-08-112-2/+8
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-097-20/+23
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-057-20/+23
| | |\|
| | | * QUrl::resolved: keep treating file:name.txt as relative for nowDavid Faure2016-08-041-1/+2
| | | * QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
| | | * QStringListModel: begin/endResetModel() are no signalsMarc Mutz2016-08-031-2/+2
| | | * Fixed Bug in QVariant comparison when containing QStringListsClemens Sielaff2016-08-031-0/+2
| | | * QTzTimeZonePrivate: skip redundant check, tidy upEdward Welbourne2016-08-021-11/+10
| | | * QSortFilterProxyModel: Don't forward the hint from source's layoutChanged signalOlivier Goffart2016-08-011-2/+4
| | | * Docs changed to reflect that valueName is required with value parsingKonstantin Shegunov2016-07-291-2/+2
| | | * QUrl: fix resolved() for data URLsDavid Faure2016-07-291-2/+1
| * | | Fix build with clang-cl and the Intel compiler on WindowsThiago Macieira2016-08-091-3/+8
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-1917-43/+70
* | | | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-08-181-1/+1
* | | | Standardize some "We mean it" commentsFriedemann Kleint2016-08-1715-39/+39
* | | | QMimeData: use QStringBuilder moreAnton Kudryavtsev2016-08-171-1/+1