summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QCommandLineOption: optimize ctorsMarc Mutz2015-06-191-31/+48
* Micro-optimize QSettingsPrivate::processChild() and its usersMarc Mutz2015-06-193-6/+6
* QStringRef: add truncate()Marc Mutz2015-06-192-1/+17
* QMap: add const equal_range() overloadMarc Mutz2015-06-192-0/+16
* QVector: add move(int,int) for QList compatMarc Mutz2015-06-182-0/+23
* QIODevice::atEnd(): fix debug message outputAlex Trotsenko2015-06-181-3/+4
* QException: fix exception specificationMarc Mutz2015-06-172-5/+13
* QMetaObjectBuilder: replace an inefficient QList with QVectorMarc Mutz2015-06-171-1/+1
* QMetaObjectBuilder: replace inefficient QLists with QVectorMarc Mutz2015-06-171-6/+12
* QPointer: add member-swapMarc Mutz2015-06-172-0/+10
* Unify QByteArray::MaxSize and MaxAllocSizeUlf Hermann2015-06-166-30/+82
* Use "Ex"-versions of WaitForSingle/MultipleObject(s) where possibleOliver Wolff2015-06-165-11/+10
* Add a synthesized-by-application value to mouse event sourceLaszlo Agocs2015-06-152-1/+8
* Allow types with a comma in Q_PROPERTYOlivier Goffart2015-06-122-7/+6
* Fix Qt-in-namespace build breakage.Morten Johan Sørvig2015-06-121-0/+2
* Mark unused parameters with Q_UNUSEDUlf Hermann2015-06-121-0/+3
* core: Add several QList::reserve() calls.Sérgio Martins2015-06-1117-8/+36
* make the enums of QProcess known to the meta object systemJoerg Bornemann2015-06-081-0/+11
* doc: Remove uses of \mainclassMartin Smith2015-06-051-1/+0
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-0464-546/+1396
|\
| * Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0364-546/+1396
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-0210-207/+336
| | |\
| | | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/...Jani Heikkinen2015-06-029-204/+330
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-019-204/+330
| | | | |\
| | | | | * Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-293-5/+13
| | | | | |\
| | | | | | * Revert some changes in light of GCC 4 -fPIE reversalv5.4.2Stephen Kelly2015-05-292-1/+13
| | | | | | * Make qglobal.h only complain for GCC >= 5 about -fPIEThiago Macieira2015-05-291-1/+2
| | | | | | * Only add -fPIC flags for compilers known to require it.Stephen Kelly2015-05-272-6/+1
| | | | | * | Ensure the same behavior on Win as Unix re the host in isApparentlyStaleAndy Shaw2015-05-221-1/+1
| | | | | * | Doc: Excluded qdoc files that caused unnecessary Qt Creator warnings.Venugopal Shivashankar2015-05-201-0/+3
| | | | | * | Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-184-183/+297
| | | | | |\|
| | | | | | * Try to ensure that -fPIC is used in CMake buildsEvangelos Foutras2015-05-141-1/+2
| | | | | | * Make qglobal.h complain if you use -fPIEThiago Macieira2015-05-131-2/+2
| | | | | | * Android: Store and use the class names as key when caching.Christian Strømme2015-05-082-180/+293
| | | | | * | Doc: corrected autolink issues statemachine.qdocNico Vertriest2015-05-131-16/+16
| | | | | * | Doc: fix QSystemSemaphore exampleJoerg Bornemann2015-05-131-2/+3
| | | * | | | Merge 5.5 into 5.5.0Oswald Buddenhagen2015-06-0112-43/+195
| | | |\ \ \ \
| | | * | | | | winrt: Fixed timer handling in case where additional user events occurOliver Wolff2015-05-261-3/+6
| | * | | | | | Don't assign iterator to const_iteratorSérgio Martins2015-06-021-4/+4
| | | |/ / / / | | |/| | | |
| | * | | | | Fix statfs usage for BSD4 systems in QStorageInfoIvan Komissarov2015-06-011-8/+16
| | | |/ / / | | |/| | |
| | * | | | Translate AM/PM under the QDateTimeParser context so it is consistentAndy Shaw2015-05-282-8/+9
| | * | | | Doc fix typo in QT_MESSAGE_PATTERNTasuku Suzuki2015-05-271-1/+1
| | * | | | QIODevice::read(): limit the size of result buffer with a proper valueAlex Trotsenko2015-05-271-7/+6
| | * | | | QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-272-1/+22
| | * | | | take process name into account for QLockFile's pid clash resolutionJoerg Bornemann2015-05-264-4/+102
| | * | | | QMetaType: Do not automatically register types that derives from a Q_GADGETOlivier Goffart2015-05-232-4/+9
| | * | | | Make warnings of QIODevice more verbose.Friedemann Kleint2015-05-231-10/+30
| | |/ / /
| | * | | Fix compilation of QContiguousCache::operator=Thiago Macieira2015-05-201-1/+1
| | * | | doc: add QStandardPaths documentation for iOSRichard Moe Gustavsen2015-05-201-1/+29
| | * | | WinRT: Fix warnings for Windows PhoneMaurice Kalinowski2015-05-191-0/+1