summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QMap - add multiInsert with hintThorbjørn Martsum2013-03-062-0/+91
* QMap - add insert overload that provide a hintThorbjørn Lund Martsum2013-03-062-0/+93
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-0/+10
|\
| * Workaround a bug in mktime on QNXFabian Bumberger2013-03-051-0/+10
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-063-9/+31
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-053-9/+31
| |\|
| | * Document MSVC-restrictions regarding QStringLiteral.Friedemann Kleint2013-02-281-0/+13
| | * Doc: Add the missing \since 5.0Debao Zhang2013-02-251-0/+2
| | * Don't assume that all CFPropertyListRef are CFArrayRefsThiago Macieira2013-02-231-7/+15
| | * Fix QVector detaching in one thread while another destroys it.Jędrzej Nowacki2013-02-201-2/+1
* | | QLocale: Add some more languages and scriptsKonstantin Ritt2013-03-053-156/+869
|/ /
* | Introducing the Qt Android portPaul Olav Tvete2013-03-051-1/+1
* | Fix potential issue in QTBF itemization codeKonstantin Ritt2013-03-041-1/+1
* | Mark all qtbase headers that aren't cleanThiago Macieira2013-03-031-0/+5
* | Fix QString::toUcs4() returns incorrectly resized QVectorKonstantin Ritt2013-02-271-7/+8
* | Compile only the SHA-1 code into qdocThiago Macieira2013-02-231-17/+43
* | QStringRef: Added toInt(), toUInt(), etc... functions to QStringRef.Keith Gardner2013-02-222-0/+329
* | Fix compilation with Clang on MacOS.Erik Verbruggen2013-02-191-10/+4
* | QLocale: Added QStringRef overloads to toInt(), toUInt(), etc...Keith Gardner2013-02-183-0/+290
* | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-2/+0
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-173-3/+4
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-143-3/+4
| |\|
| | * Allow x86intrin.h with ICC 13.1Thiago Macieira2013-02-061-1/+1
| | * Fix typo in QString documentation.Mitch Curtis2013-02-061-1/+1
| | * Let ICC 13 build Qt again if the system compiler is GCC 4.7.Thiago Macieira2013-02-011-1/+2
| | * Doc: Fix broken \keyword linkSze Howe Koh2013-01-281-1/+1
* | | QLocalePrivate: Generalized numberToCLocale.Keith Gardner2013-02-162-7/+25
* | | Revert "Provide better error if min (or max) is defined in QDateTime"Jędrzej Nowacki2013-02-161-3/+0
* | | Make it possible to use QPointer<const T>Stephen Kelly2013-02-131-1/+1
|/ /
* | Improve QRegularExpression captureCount / namedCaptureGroups docsGiuseppe D'Angelo2013-02-121-4/+23
* | QRegularExpression: print a warning if (?J) is used in a patternGiuseppe D'Angelo2013-02-121-0/+8
* | QRegularExpression: don't use study data when getting the pattern infoGiuseppe D'Angelo2013-02-121-1/+2
* | Leave some Qt 6 remarks for QStringRefThiago Macieira2013-02-121-0/+4
* | Ensure QDateTime can handle QDate's full range of julian dates.Mitch Curtis2013-02-122-5/+8
* | Add support for SHA3 to QCryptographicHash.Richard Moore2013-02-094-6/+109
* | QRegularExpression: add method for extracting the capturing group namesGiuseppe D'Angelo2013-02-052-0/+50
* | Provide better error if min (or max) is defined in QDateTimeThorbjørn Martsum2013-02-021-0/+3
* | Remove unused variables and functions from the source codeThiago Macieira2013-02-021-5/+0
* | QStringRef: Added a trimmed() function.Keith Gardner2013-01-292-0/+33
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-291-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+1
| |\|
| | * Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2952-204/+0
* | | QVarLengthArray: add squeeze functionPeter Kümmel2013-01-282-3/+22
|/ /
* | Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-282-6/+6
* | Add static dotProduct methods to the QPoint(F) classesLaszlo Papp2013-01-262-0/+30
* | Added initializer list constructors for Qt associative containers.Roman Pasechnik2013-01-246-0/+101
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-23119-120/+120
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-22119-120/+120
| |\|
| | * QRegularExpression: fix wrong argument type for pcre_fullinfoGiuseppe D'Angelo2013-01-201-1/+1