summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix license headers for QStringBuilder.Jason McDonald2009-06-102-12/+12
* small refactoring to reduce memory usage of static dataThierry Bastian2009-06-092-6/+6
* Reduce the members in QLocale to 16bit integer instea of 32 bits.Thierry Bastian2009-06-081-19/+19
* Small fix to exported symbolThierry Bastian2009-06-081-1/+1
* Fix QT_NO_DATASTREAM macro checks and improve readabilityRitt Konstantin2009-06-086-7/+13
* Make QCharRef known to QStringBuilder.hjk2009-06-082-4/+14
* Make QStringBuilder work out-of-the-box if QT_NO_CAST_FROM_ASCII is definedhjk2009-06-051-0/+24
* Fixed build error with Sun CC 5.5.jasplin2009-06-041-1/+8
* Doc fix: moved the cldr version outside of the double-to-string license headerDenis Dzyubenko2009-06-031-2/+2
* Merged changes to the string builder class.David Boddie2009-06-021-3/+3
* Removed an ifdef in QLocale that breaks the One Definition Rule.Denis Dzyubenko2009-06-022-3/+0
* Merge branch 'review/master'Marius Bugge Monsen2009-05-291-1/+1
|\
| * Fix compilation with -pedanticDavid Faure2009-05-291-1/+1
* | Doc - some changes to fix a qdoc warningKavindra Devi Palaraja2009-05-291-2/+2
* | Fix qstringbuilder documentation.hjk2009-05-291-1/+1
|/
* Introduce a new class QStringBuilder to speed up the creation ofhjk2009-05-285-3/+373
* improved string operations all over the placeThierry Bastian2009-05-282-3/+3
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-274-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
* | Protect dump function by ifdef.Ian Walters2009-05-252-1/+11
* | Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-252-3/+3
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-254-8/+8
* | Reintroduce the unaligned-unaligned 32-bit code that I had removed out of ign...Thiago Macieira2009-05-221-16/+29
* | Optimise QString comparison based on the results from the benchmarkThiago Macieira2009-05-221-125/+38
* | Don't use memcmp it's terribly slow.Lars Knoll2009-05-221-6/+146
* | Say hello to animation API & state machine APIKent Hansen2009-05-225-53/+1028
* | Merge commit 'origin/4.5'Samuel Rødal2009-05-201-4/+1
|\ \ | |/
| * Fix a compile error on MSVC 64bits due to qhash casting a pointer.Thierry Bastian2009-05-201-4/+1
* | Remove QDumper. It was used in a previous version of creator but is nowThierry Bastian2009-05-202-1158/+0
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-196-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
* | Merged branch 'master' of git://gitorious.org/~dfaure/qt/dfaures-clone.gitSimon Hausmann2009-05-181-1/+1
|\ \
| * | Fix compilation with strict iteratorsDavid Faure2009-05-181-1/+1
* | | Make QVectorTypedData inheriting from QVectorDataOlivier Goffart2009-05-181-13/+3
* | | Fix warning on QVector with gcc4.4Olivier Goffart2009-05-181-77/+77
|/ /
* | Merge branch '4.5'Thiago Macieira2009-05-141-1/+3
|\ \ | |/
| * Cleaning docsMorten Engvoldsen2009-05-131-1/+3
* | Merge branch 'master' of ../master into contiguouscacheIan Walters2009-05-143-118/+152
|\ \
| * \ Merge branch '4.5'Thiago Macieira2009-05-131-3/+4
| |\ \ | | |/
| | * qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-2/+3
| | * qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-3/+3
| * | QRingBuffer: Enanced with readPointerAtPositionMarkus Goetz2009-05-131-0/+46
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-132-118/+105
| |\ \ | | |/
| | * Correcting bug in QString::fromWCharArray documentationMorten Engvoldsen2009-05-121-1/+3
| | * qdoc: Fixed qdoc errors, or tried to.Martin Smith2009-05-111-117/+102