summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add new API to control whether shortcuts are shown in context menusJake Petroules2017-03-142-0/+6
* ucstricmp: compare null and empty strings equalMarc Mutz2017-03-081-9/+6
* QLatin1String: add iteratorsMarc Mutz2017-03-072-0/+182
* Remove remaining Carbon includes from QtCore, QtGui and QtWidgetsJake Petroules2017-03-071-2/+2
* QString: make ucstrncmp() work for more than 2Gi charactersMarc Mutz2017-03-061-8/+7
* QString: make UnrollTailLoop work with non-int indicesMarc Mutz2017-03-061-8/+8
* Remove use of QMutexPool in Windows code resolving librariesThiago Macieira2017-03-031-31/+21
* QMimeBinaryProvider: avoid QString creation just to check for isEmpty()Marc Mutz2017-03-032-5/+5
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-0230-1070/+202
|\
| * 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
* | | Android: Allow timeout to fade out splash screenMathias Hasselmann2017-03-012-4/+4
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-2817-93/+123
|\| |
| * | 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
* | | Speed up QFile::copy on Darwin file systems that support cloningJake Petroules2017-02-272-2/+20
* | | Define QT_*_PLATFORM_SDK_EQUAL_OR_ABOVE macros on all platformsJake Petroules2017-02-271-0/+12
* | | Speed up QFile::copy on Linux file systems that support cloningSimon Hausmann2017-02-247-18/+62
* | | Sprinkle Q_DECLARE_TYPEINFO on types used in containersGiuseppe D'Angelo2017-02-237-0/+13
* | | Introduce QMetaType::PointerToGadget flag for pointers to gadgetsDaniel Vrátil2017-02-231-1/+46
* | | QTypeInfo: make long double primitive in Qt 6 on DarwinGiuseppe D'Angelo2017-02-221-4/+6