summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-072-6693/+6694
|\
| * Fixed the build on Windows after regenerating the unicode tables.Denis Dzyubenko2009-07-011-2/+2
| * Regenerated unicode tables after the fix in the generator.Denis Dzyubenko2009-07-012-6693/+6694
* | Removed unused static data from Qt.axis2009-07-061-2/+2
* | Fixed warnings on Symbian.axis2009-06-302-3/+3
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-2973-182/+180
|\ \ | |/
| * Change QSharedPointer to track (or not) pointers when the #define isThiago Macieira2009-06-252-2/+6
| * Fix comparison of different-sized QStringRefs.Thiago Macieira2009-06-241-1/+1
| * Regression against 4.4 in QRectF::operator|.Bjørn Erik Nilsen2009-06-232-35/+29
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1672-144/+144
* | Added try-catch block around resize in QByteArray's qUncompress,Miikka Heikkinen2009-06-291-3/+7
* | namespace fixes. s60main and corelib now compiles under a namespaceJanne Koskinen2009-06-171-2/+3
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-06-171-1/+16
|\ \
| * | doc: document QScopedPointer with forward declared classesHarald Fernengel2009-06-161-1/+16
* | | Revert "Removed accidental allocation in QRingBuffer::clear()"Janne Koskinen2009-06-171-9/+3
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-06-1533-1274/+1832
|\ \ \ | |/ /
| * | doc: document operator== and !=Harald Fernengel2009-06-151-0/+15
| * | add correct license headersEspen Riskedal2009-06-111-2/+32
| * | doc: fix typoHarald Fernengel2009-06-101-1/+1
| * | Build fix for GCCE. I believe all auto tests for GCCE were previously failingFrans Englich2009-06-101-1/+8
| * | Make Qt exception safer.Robert Griebl2009-06-1026-457/+869
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicIain2009-06-044-7/+9
| |\ \
| | * \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-024-7/+9
| | |\ \ | | | |/
| | | * qdoc: Indicate what iterator_categor means for container classes.Martin Smith2009-05-262-4/+8
| | | * Doc: Miscellaneous documentation fixes for Qt 4.5.x and later.David Boddie2009-05-251-2/+0
| | | * Doc: Fixed terminology.David Boddie2009-05-251-1/+1
| * | | Correctly scope local variables in switch statement (for GCC 4.3)Iain2009-06-041-0/+38
| |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-251-4/+1
| |\ \ | | |/
| | * Fix a compile error on MSVC 64bits due to qhash casting a pointer.Thierry Bastian2009-05-201-4/+1
| * | Factor Symbian specific code into its own file, qlocale_symbian.cpp.Frans Englich2009-05-253-794/+844
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-206-15/+18
| |\ \ | | |/
| | * Clarifying what QLocale::C is and is notNils Christian Roscher-Nielsen2009-05-191-2/+2
| | * Fix compiler warning: use C++ cast operator, not the old-style C cast.Ariya Hidayat2009-05-191-1/+1
| | * Fix handling of dynamic casts in QSharedPointer.Thiago Macieira2009-05-181-9/+12
| | * Fix some typos in the documentation.Frederik Schwarzer2009-05-183-3/+3
* | | Removed accidental allocation in QRingBuffer::clear()Janne Koskinen2009-05-201-3/+9
|/ /
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-183-119/+109
|\ \ | |/
| * Cleaning docsMorten Engvoldsen2009-05-131-1/+3
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-2/+3
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-3/+3
| * Correcting bug in QString::fromWCharArray documentationMorten Engvoldsen2009-05-121-1/+3
| * qdoc: Fixed qdoc errors, or tried to.Martin Smith2009-05-111-117/+102
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-112-2/+2
|\ \ | |/
| * compile?Harald Fernengel2009-05-081-1/+1
| * Fix reentrancy of QVector and QStringOlivier Goffart2009-05-082-2/+2
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-061-0/+8
|\ \ | |/
| * Added comment to clearify the use of indexes.Morten Engvoldsen2009-05-041-0/+8
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-279-35/+53
|\ \ | |/
| * Fixes for QByteArrayMatcherJoão Abecasis2009-04-232-2/+8
| * don't detach in qHash()Lars Knoll2009-04-201-2/+2