summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* minor optimization: decrease amount of possible detaches to 1Konstantin Ritt2010-11-291-6/+10
* add reminders for Qt 5.0Konstantin Ritt2010-11-291-3/+3
* add QChar::currentUnicodeVersion() static memberRitt Konstantin2010-11-292-0/+11
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-2/+6
|\
| * Fix wrong error assumption when converting "0.0" to doubleJoaquim Rocha2010-11-221-0/+1
| * Check correctly before including SSE4.2 header.Mike McQuaid2010-11-181-2/+6
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-181-1/+1
| |\
| | * Compile fix.Samuel Rødal2010-11-171-1/+1
* | | Fix compilation on symbianOlivier Goffart2010-11-231-2/+2
* | | optimize ligatureHelper by using qBinaryFind instead of the for loopKonstantin Ritt2010-11-221-7/+19
* | | Compile fix.Yoann Lopes2010-11-221-3/+3
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-194-6/+7
|\ \ \ | |/ /
| * | Use GLIBC functions on any GLIBC architecture.Oswald Buddenhagen2010-11-171-3/+3
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-123-3/+4
| |\
| | * Don't set -mfpu=neon globally if the compiler supports neon.Samuel Rødal2010-11-113-3/+4
* | | Fix wrong error assumption when converting "0.0" to doubleJoaquim Rocha2010-11-151-0/+1
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-1/+1
|\ \ \ | |/ /
| * | Merge branch '4.7-upstream' into 4.7-waterThierry Bastian2010-11-052-2/+10
| |\ \ | | |/
| * | With some locales, QDoubleValidator would not accept "C" locale valid numbersGabriel de Dietrich2010-11-021-1/+1
* | | Amend commit 27fe0f93f961e78b71cd0b729a0e324b847ec023Olivier Goffart2010-11-101-2/+2
* | | Fix crash in tst_QByteArray::qUncompressOlivier Goffart2010-11-101-0/+10
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-11-061-3/+3
|\ \ \
| * | | Silence warning in qvector with MSVCOlivier Goffart2010-11-051-3/+3
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-052-2/+10
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Document the difference between +0.0 and -0.0 for QPointF and QSizeF.David Boddie2010-11-032-2/+10
| |/
* | Add member-swap to shared datatypes that don't have it.Marc Mutz2010-11-034-0/+11
* | Containers: add member-swapMarc Mutz2010-11-0324-0/+114
* | QVarLenghtArray: Implement more API from QVectorOlivier Goffart2010-11-022-0/+332
* | Fix compilation in namespaceOlivier Goffart2010-10-293-4/+4
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-10-293-0/+36
|\ \
| * | qSwap: use std::swap as implementation, and specialize std::swap for our cont...Olivier Goffart2010-10-293-0/+36
* | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-271-22/+8
|\ \ \ | |/ /
| * | QDataStream: speedup steaming of QString by avoiding an unesessary copy.Olivier Goffart2010-10-261-22/+8
* | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-2614-45/+54
|\ \ \ | |/ /
| * | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-1/+1
| |\ \ | | |/
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-10-251-1/+1
| | |\
| | | * Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-241-3/+11
| | | |\
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-143-3/+4
| | | |\ \
| | | * | | Doc: Fixed minor documentation issues.David Boddie2010-10-121-1/+1
| * | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed many spelling errors.Rohan McGovern2010-10-251-2/+2
| | | |_|/ | | |/| |
| * | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-2513-42/+51
| |\ \ \ \ | | |/ / /
| | * | | Fix warning introduced by last commit on hiding of the 'd' memberThiago Macieira2010-10-231-2/+2
| | * | | Fix access to uninitialised memory in case of new throwingThiago Macieira2010-10-221-3/+11
| | | |/ | | |/|
| | * | Fixed statement about const_iterator and some whitespace fixes.Jerome Pasion2010-10-132-3/+3
| | * | Added the default format of QTime::toString().Jerome Pasion2010-10-111-0/+1
| | |/
| | * Fixed grammar mistake.Jerome Pasion2010-10-081-3/+3
| | * Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-072-5/+1
| | |\
| | * | Doc: correcting bug - lenght() pointed to setLength() in "See also" section. ...Morten Engvoldsen2010-10-071-1/+1
| | * | Doc: Fixing snippet bug. Path pointing to the wrong snippetMorten Engvoldsen2010-10-071-1/+1