summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add Objective-C specific type converters to QDateTimeJake Petroules2014-10-074-1/+127
* QIODevice: Improve read buffer useAlex Trotsenko2014-10-061-94/+73
* Prepare QVector::operator==() for sharing with QList::operator==()Marc Mutz2014-10-031-7/+4
* Prepare QVector::contains() for sharing with QList::contains()Marc Mutz2014-10-031-6/+3
* Add a macro to disable only some 8 bit/16 bit string conversionshjk2014-10-023-15/+58
* QList: iterate forward in contains()Marc Mutz2014-10-011-4/+4
* QVector: iterate forward in operator==Marc Mutz2014-10-011-5/+5
* QList: iterate forward in count()/contains()Marc Mutz2014-10-011-6/+6
* QList: iterate forward in operator==Marc Mutz2014-10-011-5/+4
* QObject: Actually check unnormalized method signatureDaniel Teske2014-09-301-1/+1
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-29625-12402/+7707
|\
| * Don't check for EINTR after calling QT_READ / QT_WRITEThiago Macieira2014-09-281-4/+2
| * Fix handling of IPv6 addresses in QUrl::fromUserInputThiago Macieira2014-09-281-1/+25
| * Android: Add findClass() function to the QJNIEnvironmentPrivate class.Christian Strømme2014-09-262-48/+91
| * Doc: Restructure "Signal & Slots" articleSze Howe Koh2014-09-251-70/+71
| * Doc: Remove irrelevant sections from "Signals & Slots"Sze Howe Koh2014-09-252-50/+2
| * Refactored qt_normalizePathSegmentsOliver Wolff2014-09-251-90/+104
| * Doc: 2 minor corrections in corelib/pluginNico Vertriest2014-09-251-2/+2
| * Update license headers and add new license filesMatti Paaso2014-09-24616-11620/+6692
| * Doc: Fixed autolink errors qtbase/kernelNico Vertriest2014-09-242-24/+23
| * Doc: corrected autolink errors qtbase/corelib/toolsNico Vertriest2014-09-248-20/+20
| * Abstract proxy model: Add missing delegation of supportedDragActionsEike Ziller2014-09-242-0/+10
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-2438-70/+248
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-2338-70/+248
| | |\
| | | * Remove reference to removed qatomic_sparc.hAdam Majer2014-09-181-2/+0
| | | * Logging: Remove use of _declspec(thread)Kai Koehne2014-09-151-6/+3
| | | * cocoa: don't override NSApplication-sendEvent if configured as AA_MacPluginAp...Tim Blechmann2014-09-152-1/+9
| | | * Correct QString::toStdString documentation on encodingJohn Brooks2014-09-051-8/+2
| | | * Add missing private headers warningSamuel Gaist2014-09-0415-0/+165
| | | * Bump versionFrederik Gladhorn2014-08-291-2/+2
| | | * Also print the class name in the QObject::killTimer error msg.Erik Verbruggen2014-08-271-1/+2
| | | * Doc: corrected autolink errors corelib ioNico Vertriest2014-08-277-38/+39
| | | * Android: Avoid caching the same class twice.Christian Strømme2014-08-261-5/+4
| | | * BlackBerry PlayBook build fixesSérgio Martins2014-08-261-1/+1
| | | * Doc: corrected autolink errors QjsonvalueNico Vertriest2014-08-251-6/+6
| | | * Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-201-0/+6
| | | * OS X - QCollator::compare() returns wrong results.Timur Pocheptsov2014-08-191-2/+2
| | | * Fix a memory leak in QFseventsFileSystemWatcherEngineAndy Shaw2014-08-181-0/+1
| | | * Fix x86/32-bit build when using an old version of gccJulien Brianceau2014-08-141-0/+1
| | | * Make sure we don't cache old file sizes prior to new writesThiago Macieira2014-08-131-0/+3
| | | * Correct the SYNC hint for the release barrierThiago Macieira2014-08-131-1/+1
| | | * Fix QT_NO_REGULAREXPRESSION buildSérgio Martins2014-08-131-0/+4
| * | | Fix doc typo with Q_FORWARD_DECLARE_MUTABLE_CF_TYPE.Jake Petroules2014-09-241-1/+1
| * | | QVersionNumber: correctly fail for numerically very large segmentsMarc Mutz2014-09-231-4/+4
| * | | Unify the environment variables used for console loggingThiago Macieira2014-09-231-24/+5
| * | | Improve checking for event/socket notifiers and timersJonathan Liu2014-09-239-34/+89
| |/ /
| * | Fix memory leak of QSettings in QLibraryInfo::platformPluginArgumentsDyami Caliri2014-09-201-1/+2
| * | Fix Windows ICU build break in QCollator after commit c17563ec.Michael Brüning2014-09-161-1/+1
| * | Speed up QStringList::removeDuplicates by ~2xDaniel Teske2014-09-151-2/+4
| * | Fix 64 bit issues in QIODevicePrivateLinearBufferLars Knoll2014-09-152-9/+13