summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-06-249-148/+103
|\
| * More culling of Panther Code.Norwegian Rock Cat2009-06-232-45/+21
| * Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-233-35/+33
| |\
| | * Add an error message for building architecture mismatchNorwegian Rock Cat2009-06-231-0/+4
| | * Regression against 4.4 in QRectF::operator|.Bjørn Erik Nilsen2009-06-232-35/+29
| * | doc: Fixed typos.Martin Smith2009-06-231-2/+2
| * | Remove default error stateEskil Abrahamsen Blomfeldt2009-06-233-65/+34
| * | Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-221-0/+12
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-06-2214-53/+57
|\ \ \ | |/ /
| * | perform normalization of signatures for signal transitionsKent Hansen2009-06-222-8/+15
| * | Changed enum Qt::Uninitialized to enum Qt::InitializationMartin Smith2009-06-195-10/+9
| * | Small speedup of construction of uninitialized QByteArrayshjk2009-06-198-36/+18
| * | New constructor QByteArray::QByteArray(int size, enum Qt::Uninitialized)hjk2009-06-192-1/+17
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Aaron Kennedy2009-06-19409-946/+1037
|\ \ \ | |/ /
| * | Don't initialize data that will be overwritten immediately.hjk2009-06-184-20/+10
| * | Use enum Qt::Uninitialized instead of struct QString::Uninitializedhjk2009-06-183-4/+3
| * | Make construction of unitialized QTransform/QMatrix a no-op.Bjørn Erik Nilsen2009-06-181-0/+4
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtGeir Vattekar2009-06-182-0/+70
| |\ \
| | * | doc: Added explanation of QStringBuilder in QStringMartin Smith2009-06-182-0/+70
| * | | Doc: Removed mention of QItemAnimation from animation docs and setGeir Vattekar2009-06-181-0/+1
| |/ /
| * | QIoDevice and QAbstractSocket: Clarify doc about waitForReadyRead()Markus Goetz2009-06-171-2/+2
| * | perform all property assignments of initial state that's nestedKent Hansen2009-06-171-2/+2
| * | bring back QAbstractTransition::triggered() signalKent Hansen2009-06-174-0/+23
| * | prevent subclasses from emitting entered() and exited()Kent Hansen2009-06-171-0/+3
| * | 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-1753-106/+106
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-16356-714/+714
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-16356-713/+713
| | * QFile: Doc was pointing to deprecated QIODevice::isSequentialAccess()Markus Goetz2009-06-151-1/+1
| * | Fix build on windows.Prasanth Ullattil2009-06-151-1/+1
| * | Fix build on WindowsAlexis Menard2009-06-151-1/+1
| * | Improve the speed of QDir, QFileInfo and QDirIterator.Alexis Menard2009-06-155-69/+61
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-2/+2
* | | Merge commit 'qt/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-06-122-32/+27
|\ \ \ | |/ /
| * | refactor some codeThierry Bastian2009-06-121-31/+26
| * | Set qreal to float for Symbian.Martin Jones2009-06-121-1/+1
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-111-0/+7
|\ \ \
| * | | Help people find poor uses of QString -> QUrl conversion.Warwick Allison2009-06-111-0/+7
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-06-1110-56/+84
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | UTF-8 text codec should be able to convert data when fed one by one byte.Denis Dzyubenko2009-06-111-1/+10
| * | Skip the byte order mark when converting the utf16 and utf32 dataDenis Dzyubenko2009-06-111-2/+2
| * | Use the old codec if there is one available when reading data in qtextstream.Denis Dzyubenko2009-06-111-1/+1
| * | Compile the qsettins autotestOlivier Goffart2009-06-111-1/+1
| * | Use the original order if two files are equivalent for the sort of QDirBenjamin Poulain2009-06-111-1/+2
| * | Sort QDir with qSort instead of qStableSortBenjamin Poulain2009-06-111-2/+1
| * | remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-113-10/+5
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-112-12/+5
| * | Improve QDirPrivate::sortFileList by leaving right avway isRitt Konstantin2009-06-101-19/+23
| * | Optimize QDirPrivate::sortFileList by using a QFileInfoListRitt Konstantin2009-06-101-13/+28
| * | Adding support in QVariant for conversions between QUrl and QStringThierry Bastian2009-06-101-2/+14