summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-095-6699/+6704
|\
| * 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
| |\ \ | | |/
| * | Added try-catch block around resize in QByteArray's qUncompress,Miikka Heikkinen2009-06-291-3/+7
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3078-349/+385
|\ \ \
| * | | Initialize the time structure in QTime::currentTime()Benjamin Poulain2009-06-291-2/+1
| * | | Fixed a gcc 4.4 warning on switching a value outside the enum.Thiago Macieira2009-06-262-8/+13
| * | | Clean up QSharedPointer cast implementations.Thiago Macieira2009-06-261-57/+19
| * | | Merge branch '4.5'Thiago Macieira2009-06-252-2/+6
| |\ \ \ | | | |/ | | |/|
| | * | Change QSharedPointer to track (or not) pointers when the #define isThiago Macieira2009-06-252-2/+6
| * | | Merge branch '4.5'Thiago Macieira2009-06-241-1/+1
| |\ \ \ | | |/ /
| | * | Fix comparison of different-sized QStringRefs.Thiago Macieira2009-06-241-1/+1
| * | | More culling of Panther Code.Norwegian Rock Cat2009-06-231-27/+19
| * | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-232-35/+29
| |\ \ \ | | |/ /
| | * | Regression against 4.4 in QRectF::operator|.Bjørn Erik Nilsen2009-06-232-35/+29
| * | | Changed enum Qt::Uninitialized to enum Qt::InitializationMartin Smith2009-06-194-9/+8
| * | | Small speedup of construction of uninitialized QByteArrayshjk2009-06-191-10/+5
| * | | New constructor QByteArray::QByteArray(int size, enum Qt::Uninitialized)hjk2009-06-192-1/+17
| * | | 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
* | | | Manually fix bad merges and make sure everything compiles with 4.6.Harald Fernengel2009-06-291-10/+10
* | | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-2530-1354/+2589
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-112-12/+5
| * | 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
| |\ \ | | |/