summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | QIoDevice and QAbstractSocket: Clarify doc about waitForReadyRead()Markus Goetz2009-06-171-2/+2
* | | Change behavior of how touch and mouse events work togetherBradley T. Hughes2009-06-181-1/+4
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-17409-849/+884
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-165-71/+63
|\ \ \ | |/ /
| * | 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
| * | refactor some codeThierry Bastian2009-06-121-31/+26
* | | Merge of masterBradley T. Hughes2009-06-151-33/+28
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-1211-57/+85
|\ \ \ | |/ /
| * | Set qreal to float for Symbian.Martin Jones2009-06-121-1/+1
| * | 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
* | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent)Bradley T. Hughes2009-06-112-8/+2
* | | rename Qt::WA_AcceptedTouchBeginEvent to Qt::WA_WState_AcceptedTouchBeginEventBradley T. Hughes2009-06-111-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-103-1/+33
|\ \ \ | |/ /
| * | Internal documentation for QAbstractItemModelPrivate::canConvertToDoubleOlivier Goffart2009-06-101-1/+15
| * | Added QAbstractItemModelPrivate::canConvertToDouble().J-P Nurmi2009-06-102-0/+18
| * | Compile with debug enabledOlivier Goffart2009-06-101-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-1017-181/+269
|\ \ \ | |/ /
| * | Avoid locking and search on the global hash if there is no QPointerOlivier Goffart2009-06-102-4/+21
| * | Use a linked list for the senders list inside QObjectOlivier Goffart2009-06-102-32/+40
| * | Move declaration of QFileInfoPrivate in a separate file _p andAlexis Menard2009-06-103-64/+128
| * | Fix license headers for QStringBuilder.Jason McDonald2009-06-102-12/+12
| * | removed foreach usage from animation APIThierry Bastian2009-06-091-14/+19
| * | qdoc: The gray version.Martin Smith2009-06-091-1/+1
| * | small change to reduce static data sizeThierry Bastian2009-06-091-1/+1
| * | small refactoring to reduce memory usage of static dataThierry Bastian2009-06-094-11/+10
| * | Reduce binary size by using 16bits integers in static data over 32 bits.Thierry Bastian2009-06-081-23/+18
| * | Reduce the members in QLocale to 16bit integer instea of 32 bits.Thierry Bastian2009-06-081-19/+19
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-0824-58/+112
|\ \ \ | |/ /
| * | Small simplification on codeThierry Bastian2009-06-085-40/+31