| Commit message (Expand) | Author | Age | Files | Lines |
* | perform normalization of signatures for signal transitions | Kent Hansen | 2009-06-22 | 2 | -8/+15 |
|
|
* | Changed enum Qt::Uninitialized to enum Qt::Initialization | Martin Smith | 2009-06-19 | 5 | -10/+9 |
|
|
* | Small speedup of construction of uninitialized QByteArrays | hjk | 2009-06-19 | 8 | -36/+18 |
|
|
* | New constructor QByteArray::QByteArray(int size, enum Qt::Uninitialized) | hjk | 2009-06-19 | 2 | -1/+17 |
|
|
* | Don't initialize data that will be overwritten immediately. | hjk | 2009-06-18 | 4 | -20/+10 |
|
|
* | Use enum Qt::Uninitialized instead of struct QString::Uninitialized | hjk | 2009-06-18 | 3 | -4/+3 |
|
|
* | Make construction of unitialized QTransform/QMatrix a no-op. | Bjørn Erik Nilsen | 2009-06-18 | 1 | -0/+4 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Geir Vattekar | 2009-06-18 | 2 | -0/+70 |
|\ |
|
| * | doc: Added explanation of QStringBuilder in QString | Martin Smith | 2009-06-18 | 2 | -0/+70 |
|
|
* | | Doc: Removed mention of QItemAnimation from animation docs and set | Geir Vattekar | 2009-06-18 | 1 | -0/+1 |
|/ |
|
* | QIoDevice and QAbstractSocket: Clarify doc about waitForReadyRead() | Markus Goetz | 2009-06-17 | 1 | -2/+2 |
|
|
* | perform all property assignments of initial state that's nested | Kent Hansen | 2009-06-17 | 1 | -2/+2 |
|
|
* | bring back QAbstractTransition::triggered() signal | Kent Hansen | 2009-06-17 | 4 | -0/+23 |
|
|
* | prevent subclasses from emitting entered() and exited() | Kent Hansen | 2009-06-17 | 1 | -0/+3 |
|
|
* | doc: Fixed several qdoc warnings. | Martin Smith | 2009-06-17 | 2 | -27/+36 |
|
|
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 53 | -106/+106 |
|
|
* | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 356 | -714/+714 |
|\ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 356 | -713/+713 |
|
|
| * | QFile: Doc was pointing to deprecated QIODevice::isSequentialAccess() | Markus Goetz | 2009-06-15 | 1 | -1/+1 |
|
|
* | | Fix build on windows. | Prasanth Ullattil | 2009-06-15 | 1 | -1/+1 |
|
|
* | | Fix build on Windows | Alexis Menard | 2009-06-15 | 1 | -1/+1 |
|
|
* | | Improve the speed of QDir, QFileInfo and QDirIterator. | Alexis Menard | 2009-06-15 | 5 | -69/+61 |
|
|
* | | doc: Fixed several qdoc warnings. | Martin Smith | 2009-06-12 | 1 | -2/+2 |
|
|
* | | refactor some code | Thierry Bastian | 2009-06-12 | 1 | -31/+26 |
|
|
* | | Set qreal to float for Symbian. | Martin Jones | 2009-06-12 | 1 | -1/+1 |
|
|
* | | UTF-8 text codec should be able to convert data when fed one by one byte. | Denis Dzyubenko | 2009-06-11 | 1 | -1/+10 |
|
|
* | | Skip the byte order mark when converting the utf16 and utf32 data | Denis Dzyubenko | 2009-06-11 | 1 | -2/+2 |
|
|
* | | Use the old codec if there is one available when reading data in qtextstream. | Denis Dzyubenko | 2009-06-11 | 1 | -1/+1 |
|
|
* | | Compile the qsettins autotest | Olivier Goffart | 2009-06-11 | 1 | -1/+1 |
|
|
* | | Use the original order if two files are equivalent for the sort of QDir | Benjamin Poulain | 2009-06-11 | 1 | -1/+2 |
|
|
* | | Sort QDir with qSort instead of qStableSort | Benjamin Poulain | 2009-06-11 | 1 | -2/+1 |
|
|
* | | remove q->layout() and q->parentWidget() code where unnecessary | Thierry Bastian | 2009-06-11 | 3 | -10/+5 |
|
|
* | | doc: Fixed several qdoc warnings. | Martin Smith | 2009-06-11 | 2 | -12/+5 |
|
|
* | | Improve QDirPrivate::sortFileList by leaving right avway is | Ritt Konstantin | 2009-06-10 | 1 | -19/+23 |
|
|
* | | Optimize QDirPrivate::sortFileList by using a QFileInfoList | Ritt Konstantin | 2009-06-10 | 1 | -13/+28 |
|
|
* | | Adding support in QVariant for conversions between QUrl and QString | Thierry Bastian | 2009-06-10 | 1 | -2/+14 |
|
|
* | | Internal documentation for QAbstractItemModelPrivate::canConvertToDouble | Olivier Goffart | 2009-06-10 | 1 | -1/+15 |
|
|
* | | Added QAbstractItemModelPrivate::canConvertToDouble(). | J-P Nurmi | 2009-06-10 | 2 | -0/+18 |
|
|
* | | Compile with debug enabled | Olivier Goffart | 2009-06-10 | 1 | -1/+1 |
|
|
* | | Avoid locking and search on the global hash if there is no QPointer | Olivier Goffart | 2009-06-10 | 2 | -4/+21 |
|
|
* | | Use a linked list for the senders list inside QObject | Olivier Goffart | 2009-06-10 | 2 | -32/+40 |
|
|
* | | Move declaration of QFileInfoPrivate in a separate file _p and | Alexis Menard | 2009-06-10 | 3 | -64/+128 |
|
|
* | | Fix license headers for QStringBuilder. | Jason McDonald | 2009-06-10 | 2 | -12/+12 |
|
|
* | | removed foreach usage from animation API | Thierry Bastian | 2009-06-09 | 1 | -14/+19 |
|
|
* | | qdoc: The gray version. | Martin Smith | 2009-06-09 | 1 | -1/+1 |
|
|
* | | small change to reduce static data size | Thierry Bastian | 2009-06-09 | 1 | -1/+1 |
|
|
* | | small refactoring to reduce memory usage of static data | Thierry Bastian | 2009-06-09 | 4 | -11/+10 |
|
|
* | | Reduce binary size by using 16bits integers in static data over 32 bits. | Thierry Bastian | 2009-06-08 | 1 | -23/+18 |
|
|
* | | Reduce the members in QLocale to 16bit integer instea of 32 bits. | Thierry Bastian | 2009-06-08 | 1 | -19/+19 |
|
|
* | | Small simplification on code | Thierry Bastian | 2009-06-08 | 5 | -40/+31 |
|
|