summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | Don't initialize data that will be overwritten immediately.hjk2009-06-182-16/+8
| * | Use enum Qt::Uninitialized instead of struct QString::Uninitializedhjk2009-06-183-4/+3
| * | doc: Added explanation of QStringBuilder in QStringMartin Smith2009-06-182-0/+70
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-172-27/+36
| * | Update license headers in files that are new in 4.6.Jason McDonald2009-06-176-12/+12
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-1671-142/+142
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-1672-144/+144
* | | Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-06-163-24/+17
|\ \ \ | |/ /
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-112-12/+5
| * | Fix license headers for QStringBuilder.Jason McDonald2009-06-102-12/+12
* | | Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-06-1012-36/+83
|\ \ \ | |/ /
| * | 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
* | | Merge commit 'qt-mainline/master'Tobias Koenig2009-06-0432-1476/+2625
|\ \ \ | |/ /
| * | 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