summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QDateTimePrivate: Add a note about wasted spaceRobin Burchell2014-09-161-0/+3
* QDateTime: Micro-optimize by using QString::fromLatin1 instead of QString::fr...Robin Burchell2014-09-151-16/+16
* QDate: Micro-optimize for fromStringIso benchmark.Robin Burchell2014-09-151-2/+2
* Use new, supported APIs in OS X 10.10 and iOS 8.0 to get the OS version.Jake Petroules2014-09-125-63/+71
* Micro-optimize qt_section_chunk ctorMarc Mutz2014-09-121-1/+1
* QFileSelector: use qEnvironmentVariableIsEmpty()Marc Mutz2014-09-121-1/+1
* QHash: remove unnecessary #ifdefMarc Mutz2014-09-121-3/+1
* QLibrary: simplify qt_debug_component()Marc Mutz2014-09-121-4/+1
* QLibrary: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
* Add qEnvironmentVariableIntValue()Marc Mutz2014-09-122-0/+49
* QTextStream: add fast path for writing char and QChar.David Faure2014-09-122-2/+30
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-109-12/+34
|\
| * Fix typo in QMetaType documentation.Mitch Curtis2014-09-091-1/+1
| * Bump Q_COMPILER_INITIALIZER_LISTS to GCC 4.5Adam Majer2014-09-061-1/+3
| * QDateTimeParser: remove unused local variablesMaks Naumov2014-09-051-2/+0
| * Use expiry_date field to check for evaluation timespanKai Koehne2014-09-051-2/+4
| * Doc: QRect::isEmpty's documentation didn't match the code.David Faure2014-09-051-1/+1
| * Fix endianness part of QSysInfo::buildAbi() stringAlex Trotsenko2014-09-041-3/+3
| * Make QElapsedTimer default to invalid (and now non-POD).Robin Burchell2014-09-033-2/+22
* | QEasingCurve: The setting order of properties should not matter.Jan Arve Saether2014-09-021-1/+4
* | Remove the enum for specifying {In|Out|InOut|OutIn} subtypes.Jan Arve Saether2014-09-021-52/+30
* | QRegularExpression: add overloads matching over a QStringRefGiuseppe D'Angelo2014-09-022-0/+64
* | QRegularExpression: take into account the subject's start position and offsetGiuseppe D'Angelo2014-09-021-24/+53
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-0129-132/+370
|\|
| * Fix headercheck failure introduced by 67c83f329e7fb6fbf5d8e402f42Thiago Macieira2014-08-301-0/+4
| * Doc: Fixed typo "lamda".Jerome Pasion2014-08-301-1/+1
| * Fix nativeRead() for maxlen greater than UINT_MAXLars Knoll2014-08-291-4/+4
| * Doc: properties, add missing parenthesisSamuel Gaist2014-08-281-1/+1
| * Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-285-3/+25
| * Micro-optimize QVector::count()Marc Mutz2014-08-281-1/+3
| * QList: check d for equality before d->size for inequalityMarc Mutz2014-08-281-2/+2
| * QVector: check d for equality before d->size for inequalityMarc Mutz2014-08-281-2/+2
| * Doc: language corrections QStorageInfo classNico Vertriest2014-08-271-55/+55
| * Add operator-> to QJson iteratorsAllan Sandfeld Jensen2014-08-255-7/+67
| * Use std::vector range ctor in QVector::toStdVector()Marc Mutz2014-08-241-1/+1
| * Incorporate fixes from QQmlAnimationTimer into QAnimationTimer.Michael Brasser2014-08-221-16/+13
| * Tighten Q_OS_WINRT ifdefs in qfunctions_winrt.hAndrew Knight2014-08-211-3/+4
| * QTextCodec::codecForHtml looks at the first 1024 bytesShawn Rutledge2014-08-211-1/+1
| * Debug logging support for QNativeGestureEventShawn Rutledge2014-08-212-0/+2
| * Rework how animationsystem interoperate with an animation driver.Gunnar Sletta2014-08-203-38/+95
| * Restore foreach macro for GCC 4.3 and 4.4 in C++11 modeThiago Macieira2014-08-191-1/+6
| * WinRT: Do not forget the path specificationMaurice Kalinowski2014-08-191-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-194-12/+100
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-124-12/+100
| | |\
| | | * Fix disconnect()ing from signals declared in a base classOlivier Goffart2014-08-111-4/+8
| | | * Document missing QLatin1String methodsThiago Macieira2014-08-071-0/+88
| | | * Android: Fix recursion bug in callStaticMethod()Christian Strømme2014-08-061-3/+3
| | | * Undo: Fix state entry bug for parallel state groupsPeter Kümmel2014-08-061-5/+1
* | | | QString:add (last)indexOf overload with QRegularExpressionMatch outputSamuel Gaist2014-08-273-5/+69
* | | | Refactor QString::contains(QRegularExpression)Giuseppe D'Angelo2014-08-241-8/+3