summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-2/+2
* QMetaType & QVariant: "load" and "save" std::nullptr_tThiago Macieira2017-03-201-2/+4
* QUrl::fromUserInput: fix handling of files with a ':' in the nameDavid Faure2017-03-201-4/+7
* QChar: fix ambiguous comparisons with 0, '\0', ... for goodMarc Mutz2017-03-171-11/+15
* Work around Linux libc overflow in mmap64Thiago Macieira2017-03-171-1/+14
* Protect better against timer ID replacementThiago Macieira2017-03-171-5/+10
* QChar: fix docs of (uchar) ctorMarc Mutz2017-03-161-2/+2
* Fix QStandardPaths values on Apple Platforms containing URL encodingJake Petroules2017-03-111-2/+3
* QLockFile: Don't deadlock if the lock file has a mtime in the futureOlivier Goffart2017-03-103-2/+5
* QAtomic: pass explicit failure memory order to std::atomic::compare_exchange_...Marc Mutz2017-03-101-4/+4
* Bugfix in QDateTimeParser's findTextEntry()Edward Welbourne2017-03-091-4/+10
* Simplify QDateTimeParser's shiny new findTextEntry()Edward Welbourne2017-03-091-13/+25
* QDateTimeParser: Merge the code to parse names of months and weekdaysThiago Macieira2017-03-081-85/+51
* Add -Wfloat-equal to Qt's header clean checkThiago Macieira2017-03-071-0/+6
* Fix UB in QFutureInterface: invalid casts from ResultStoreBase to ResultStore<>Olivier Goffart2017-03-063-65/+33
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-0622-96/+81
* Make QLocale consistent about special handling of the C localeEdward Welbourne2017-03-061-2/+2
* QVector: Avoid implicit conversion warningsStig Bjørlykke2017-03-021-4/+4
* Fix parsing of day-of-week names that start with another nameThiago Macieira2017-02-281-32/+9
* QList: Avoid implicit conversion warningStig Bjørlykke2017-02-281-1/+1
* QTimer: Avoid implicit conversion warningsStig Bjørlykke2017-02-281-1/+1
* Doc: added info about return type for function QMutex::try_lock()Nico Vertriest2017-02-281-0/+3
* Properly use the "process" featureUlf Hermann2017-02-2710-31/+22
* fix detection of static icu under unixOswald Buddenhagen2017-02-271-0/+3
* streamline libdl detection and linkingOswald Buddenhagen2017-02-272-14/+5
* Fix documentation typosChristian Gagneraud2017-02-251-1/+1
* QDateTime: Fix clearing the ShortData flag in setMSecsSinceEpochThiago Macieira2017-02-241-1/+4
* Doc: Fix minor typos in QRectFAaron Linville2017-02-232-5/+5
* QUrl::fromUserInput(with cwd) fix handling of files with trailing spacesDavid Faure2017-02-231-3/+3
* Do not delete someone else's QSystemLocale when constructing anotherEdward Welbourne2017-02-231-1/+0
* Wrap RunLoopModeTracker into Objective-C namespacePavol Markovic2017-02-222-8/+6
* Move qJsonFromRawLibraryMetaData into qfactoryloader_p.hUlf Hermann2017-02-224-14/+13
* QProcess::startDetached(): Support privilege elevation for non-.exe filesStephan Reiter2017-02-221-1/+2
* add configure -list-featuresOswald Buddenhagen2017-02-221-956/+0
* QTimeZone: do not access static functions through this->Marc Mutz2017-02-221-7/+7
* QLoggingRegistry: fix potential data raceMarc Mutz2017-02-202-7/+16
* QMimeDatabase: fix matching of filenames with different length when lowercaseDavid Faure2017-02-171-1/+4
* QReadWriteLocker: Fix race in unlockOlivier Goffart2017-02-171-3/+3
* Fix a race in QFreeListOlivier Goffart2017-02-171-2/+2
* QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-171-5/+15
* QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-02-161-33/+63
* Eliminate QT_NO_DYNAMIC_LIBRARYUlf Hermann2017-02-162-23/+11
* QReadWriteLock: make field 'recursive' constMarc Mutz2017-02-161-1/+1
* QJNIHelpers: unbreak runnables counterMarc Mutz2017-02-161-2/+2
* Remove the name cache from QMetaType::typeNameThiago Macieira2017-02-151-25/+14
* Doc: fixed explanation in Qt::Tool documentationSamuel Gaist2017-02-151-1/+1
* QJNIHelpers: make mutexes staticMarc Mutz2017-02-151-2/+2
* Fix indentation of source code example in docsFrederik Schwarzer2017-02-151-8/+8
* Fix UB (data race) in QtAndroidPrivate::requestPermissionsSync()Marc Mutz2017-02-151-2/+4
* QJNIHelper: fix a potential race in sendRequestPermissionsResult()Marc Mutz2017-02-151-5/+4