summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | moc: Support signals that return movable-only typeOlivier Goffart2017-03-131-6/+1
* | | Suppress -Wfloat-equal when defining float16 equality operatorsUlf Hermann2017-03-131-0/+6
* | | Doc: Add links to the signal-slot syntaxes pageSze Howe Koh2017-03-132-4/+10
|/ /
* | Deprecate QString::nullMarc Mutz2017-03-122-1/+11
* | Reintroduce a directed QMetaType::typeName arrayThiago Macieira2017-03-091-10/+96
* | Document QT_DEPRECATED_WARNINGSKai Koehne2017-03-081-0/+13
* | Add feature.pushbuttonStephan Binner2017-03-061-0/+2
* | QStaticByteArrayMatcher: enforce alignmentThiago Macieira2017-03-061-0/+1
* | Make new QtCore code conform to the coding styleThiago Macieira2017-03-061-1/+2
* | Replace outdated BSD license textKai Koehne2017-03-032-2/+22
* | QRegularExpression: build fixGiuseppe D'Angelo2017-03-021-0/+2
* | Doc: Remove references to pre-C++11 recommendationsOlivier Goffart2017-03-012-16/+2
* | Doc: Use canonical contact URL in license headerKai Koehne2017-02-282-2/+2
* | Do not include qfloat16 tables in arm64 buildsAllan Sandfeld Jensen2017-02-281-10/+13
* | QEasingCurve: mark as sharedGiuseppe D'Angelo2017-02-271-1/+1
* | QVarLengthArray: add rvalue overload of append/push_backMarc Mutz2017-02-252-0/+39
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-2420-1046/+139
|\|
| * 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
* | Clean up QByteArrayLiteral definitionMarc Mutz2017-02-241-10/+0
* | Unexport QTimeZonePrivateMarc Mutz2017-02-231-1/+1
* | make TabletMove hover events conditional on QWidget::tabletTrackingShawn Rutledge2017-02-233-0/+7
* | QTimeZonePrivate: make clone() const, use covariant return typesMarc Mutz2017-02-237-14/+14
* | Simplify QTzTimeZonePrivate implementationMarc Mutz2017-02-232-17/+1
* | QStaticByteArrayMatcher: fix MSVC warningMarc Mutz2017-02-231-0/+5
* | QTypeInfo: record whether it was specializedMarc Mutz2017-02-231-0/+7
* | QThreadPool: supersede cancel() with tryTake()Marc Mutz2017-02-223-18/+38
* | QTypeInfo: don't treat enums and (extended) integral types as complexMarc Mutz2017-02-221-1/+1
* | Do not use QTypeInfo::isStatic anymoreMarc Mutz2017-02-223-6/+7
* | QArrayDataOps: don't use value-initializationMarc Mutz2017-02-221-1/+1
* | QTzTimeZonePrivate: introduce PosixZone classMarc Mutz2017-02-221-26/+43
* | Fix a race condition between QObject::connect and qRegisterMetaTypeOlivier Goffart2017-02-221-8/+4
* | QArrayDataOps: do not use QTypeInfo::isStatic anymoreMarc Mutz2017-02-221-2/+2
* | Build fix for new feature -qt-no-processenvironmentPaul Olav Tvete2017-02-171-1/+1
* | Build fix for -no-feature-datestringPaul Olav Tvete2017-02-171-1/+3