summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QLockFile::tryLock: prevent over-sleeping in certain casesThiago Macieira2016-08-301-1/+6
* QLockFile: Use QDeadlineTimer in tryLockThiago Macieira2016-08-301-5/+3
* QDeadlineTimer: inline the isForever functionThiago Macieira2016-08-302-5/+4
* QSettings: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-303-72/+49
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-2920-150/+113
|\
| * Revert "Doc: removed reference to non-existing method"Nico Vertriest2016-08-261-2/+4
| * QtJson: simplify/add missing relational operators involving Latin1StringMarc Mutz2016-08-261-18/+32
| * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-254-37/+12
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-254-37/+12
| | |\
| | | * QMimeType: use default locale rather than system localeDavid Faure2016-08-242-4/+4
| | | * QMutex: Make freelist() return a real global staticRaphael Kubo da Costa2016-08-231-25/+2
| | | * Fix problem with exception reporting in QFuture::waitForResult()Christian Strømme2016-08-231-6/+5
| | | * Revert "QLocale: Actually get the language script for the system locale"Orgad Shaneh2016-08-231-3/+2
| * | | QLocale: Fix wrong assertUlf Hermann2016-08-251-1/+1
| |/ /
| * | Doc: Remove references to Windows CE in Qt CoreVenugopal Shivashankar2016-08-239-77/+40
| * | Bypass a bug in gcc 4.7 for QAtomicTraits::isLockFree()Alexander Volkov2016-08-231-13/+13
| * | Doc: Remove references to Windows CE in Qt SQL and Qt NamespaceVenugopal Shivashankar2016-08-231-8/+3
| * | Doc: removed reference to non-existing methodNico Vertriest2016-08-221-4/+2
| * | QtJson: mark String/Latin1String ctors explicitMarc Mutz2016-08-221-2/+2
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-183-13/+17
| |\|
| | * QJsonValue: use Q_NULLPTR instead of 0 in ctorDyami Caliri2016-08-171-1/+1
| | * Fix documentation of the Windows parts of QSettings::setPath()Friedemann Kleint2016-08-161-10/+14
| | * QLinkedList: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-08-161-2/+2
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-264-10/+21
* | | 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