summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable QtAndroid::runOnAndroidThread in a ServiceHeikki Haveri2017-02-151-1/+1
* Turn QThreadData::threadId into a QAtomicPointerThiago Macieira2017-02-155-17/+17
* QJNIHelper: clean up atomic int and mutex handlingMarc Mutz2017-02-141-18/+18
* QMutex/Linux: remove unused QBasicAtomicMarc Mutz2017-02-141-2/+0
* announce 'temporaryfile' feature in bootstrap libraryOswald Buddenhagen2017-02-131-0/+1
* Fix QLibrary::isLibrary on Apple platformsFilipe Azevedo2017-02-121-21/+13
* Update the __xxx__ macros due to MSVC and ICC not defining them allThiago Macieira2017-02-121-1/+31
* Use QBasicMutex in qthread_win.cppThiago Macieira2017-02-111-2/+2
* Improve QIODevice::peek() performance on buffered devicesAlex Trotsenko2017-02-092-45/+40
* Refactor QIODevice::read()Alex Trotsenko2017-02-092-36/+51
* rename qvector.cpp => qvector.qdocOswald Buddenhagen2017-02-092-1/+0
* Merge several Q_GLOBAL_STATICs in qresource.cpp into oneThiago Macieira2017-02-091-4/+18
* Avoid unnecessary creation of some Q_GLOBAL_STATICThiago Macieira2017-02-092-12/+10
* Remove unused qt_application_thread_id variableThiago Macieira2017-02-081-8/+0
* QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-071-1/+1
* QCollator/ICU: fix a rather hair-raising performance bug in compare(QChar*, i...Marc Mutz2017-02-071-1/+1