summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-02-082-3/+2
|\
| * Fix compilation of QMutableSetIterator::value() with QT_STRICT_ITERATORSDavid Faure2011-02-081-1/+1
| * Doc: Fix the docs saying what the locale codec is used forThiago Macieira2011-02-061-2/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-review into 4.7David Boddie2011-01-314-16/+21
|\ \ | |/ |/|
| * Doc: Fixed inconsistent and incorrect terminology.David Boddie2011-01-181-1/+1
| * Doc: Clarified the use of qUncompress().David Boddie2011-01-171-5/+5
| * Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-1399-99/+99
| |\
| * \ Merge branch '4.7' into qdoc-simplifiedDavid Boddie2010-12-151-7/+7
| |\ \
| * \ \ Merge branch 'qdoc-simplified' into mimir-simplifiedDavid Boddie2010-12-141-1/+1
| |\ \ \
| * \ \ \ Merge branch 'qdoc-simplified' into mimir-simplifiedDavid Boddie2010-12-079-19/+39
| |\ \ \ \
| * | | | | doc: Removed illegal \section1.Martin Smith2010-10-251-2/+1
| * | | | | doc: Changed a \section in a \table into a \header.Martin Smith2010-10-251-1/+3
| * | | | | Merge branch '4.7' into mimirMorten Engvoldsen2010-10-152-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7' into mimirMorten Engvoldsen2010-10-131-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.7' into mimirMorten Engvoldsen2010-10-094-10/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit 'origin/4.7' into mimirMorten Engvoldsen2010-10-067-31/+31
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch '4.7' into mimirMorten Engvoldsen2010-10-041-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch '4.7' into mimirMorten Engvoldsen2010-09-236-104/+105
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'mimir' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into mimirMorten Engvoldsen2010-09-201-8/+12
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | qdoc: DITA XML generator now uses <section> elements...Martin Smith2010-09-181-8/+12
* | | | | | | | | | | | | Make syncqt not complain about missing header macros.Thiago Macieira2011-01-271-0/+10
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Update copyright year to 2011.Jason McDonald2011-01-1099-99/+99
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-081-7/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Fix for GCC on Windows x64.Ruben Van Boxem2010-12-071-7/+7
* | | | | | | | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Fix two minor doc errorsAndy Shaw2010-12-011-1/+1
* | | | | | | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-241-0/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Fix wrong error assumption when converting "0.0" to doubleJoaquim Rocha2010-11-221-0/+1
* | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-11-232-3/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | 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
* | | | | | | | | | | Doc: Removed incorrect statement about the C locale.David Boddie2010-11-221-2/+0
|/ / / / / / / / / /
* | | | | | | | | | 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
* | | | | | | | | | Merge branch '4.7-upstream' into 4.7-waterThierry Bastian2010-11-052-2/+10
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Document the difference between +0.0 and -0.0 for QPointF and QSizeF.David Boddie2010-11-032-2/+10
* | | | | | | | | | With some locales, QDoubleValidator would not accept "C" locale valid numbersGabriel de Dietrich2010-11-021-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
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Fixed many spelling errors.Rohan McGovern2010-10-251-2/+2
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | 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
|\ \ \ \ \ \