summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* doc: Corrected several qdoc warnings.Martin Smith2009-07-031-3/+3
* Revert "Add support for creating the object alongside the Data structure in Q...Thiago Macieira2009-07-021-47/+0
* Experimental: allow QSharedPointer to be used with forward declarations that ...Thiago Macieira2009-07-021-1/+1
* Add support for creating the object alongside the Data structure inThiago Macieira2009-07-021-0/+47
* Add qobject_cast for QSharedPointer.Thiago Macieira2009-07-023-0/+110
* Merge branch '4.5'Thiago Macieira2009-07-022-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
* | QNAM: Direct transfer of HTTP buffer to the QNetworkReply bufferMarkus Goetz2009-07-011-1/+46
* | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-013-127/+45
* | 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
* | 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
|\ \ | |/
| * qdoc: Indicate what iterator_categor means for container classes.Martin Smith2009-05-262-4/+8