summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QNetworkAccessManager: HTTP download performance improvementsMarkus Goetz2009-07-172-0/+201
* Fix warnings for mingwThierry Bastian2009-07-162-5/+4
* Changed the implementation of the unicode text codecs to share more code with...Denis Dzyubenko2009-07-161-84/+6
* avoids strict-antialiasing breakage warningsThierry Bastian2009-07-151-1/+3
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-152-3/+3
|\
| * fix warnings for mingw in QtCoreThierry Bastian2009-07-152-3/+3
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-154-3/+20
|\ \ | |/
| * Build fix for mingwThierry Bastian2009-07-141-1/+1
| * fix warning in qstringbuilder.h by using QLatin1Charhjk2009-07-131-1/+1
| * fix the test _and_ the class :)Harald Fernengel2009-07-031-1/+1
| * Add a specialization for QByteArrayHarald Fernengel2009-07-031-0/+12
| * Use 'struct QConcatenable' instead of 'class QConcatenable' tohjk2009-07-091-1/+1
| * QRingBuffer micro optimizationMarkus Goetz2009-07-091-1/+4
| * Add QT_END_HEADER to fix compile on PowerPC Mac and make autotest pass.Volker Hilsheimer2009-07-091-0/+2
* | Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-07-0578-7171/+7281
|\ \ | |/
| * 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
* | | 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