| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license headers to release version. | Jason McDonald | 2010-10-18 | 1 | -13/+13 |
|
|
* | Merge commit 'refs/merge-requests/2468' of git://gitorious.org/qt/qt into int... | David Boddie | 2010-09-08 | 1 | -12/+29 |
|\ |
|
| * | Changes (and minor corrections) to QByteArray documentation. | Robin Burchell | 2010-09-08 | 1 | -12/+29 |
|
|
* | | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-... | Jerome Pasion | 2010-07-29 | 1 | -1/+1 |
|/ |
|
* | Remove qMemCopy() usage from all .cpp files of Qt itself. | Robin Burchell | 2010-07-18 | 1 | -3/+3 |
|
|
* | added a comment for QByteArray::replace(..) | Zeno Albisser | 2010-06-29 | 1 | -0/+5 |
|
|
* | doc: Fixed many broken links. | Martin Smith | 2010-05-19 | 1 | -2/+2 |
|
|
* | add QString::setRawData() and revive QByteArray::setRawData() | Oswald Buddenhagen | 2010-04-29 | 1 | -7/+32 |
|
|
* | Added comment about usage of strncpy_s function in VC++ > 14.00 | Zeno Albisser | 2010-03-02 | 1 | -0/+4 |
|
|
* | Added function overload for QByteArray &QByteArray::replace() | Zeno Albisser | 2010-02-23 | 1 | -1/+14 |
|
|
* | doc: Fixed some qdoc warnings. | Martin Smith | 2010-02-04 | 1 | -1/+1 |
|
|
* | Merge commit 'oslo1/master' into oslo1-master | Rohan McGovern | 2010-02-01 | 1 | -0/+5 |
|\ |
|
| * | Merge branch '4.6' | Thiago Macieira | 2010-01-21 | 1 | -2/+2 |
| |\ |
|
| * \ | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 1 | -6/+19 |
| |\ \ |
|
| * | | | add {QString,QByteArray,QList,QLinkedList,QHash,QMap,QVector}::isSharedWith() | Oswald Buddenhagen | 2009-12-10 | 1 | -0/+5 |
|
|
* | | | | qUncompress: Fix terminating \0 | Markus Goetz | 2010-01-21 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | Fix crashes in QByteArray | Olivier Goffart | 2010-01-20 | 1 | -2/+2 |
| |/
|/| |
|
* | | doc: Corrected explanation of when append() does nothing. | Martin Smith | 2010-01-11 | 1 | -2/+3 |
|
|
* | | doc: Added clarification about allocating space for the 0 terminator. | Martin Smith | 2010-01-11 | 1 | -3/+15 |
|
|
* | | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|/ |
|
* | do not (fail to) compile qdatastream into qmake and cetest | Oswald Buddenhagen | 2009-11-13 | 1 | -1/+1 |
|
|
* | build lrelease bootstrapped | Oswald Buddenhagen | 2009-11-10 | 1 | -3/+1 |
|
|
* | Out of memory fix for qUncompress | Robert Griebl | 2009-09-11 | 1 | -21/+33 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | QByteArray: Two new functions | Markus Goetz | 2009-09-03 | 1 | -1/+28 |
|
|
* | doc: Fixed several qdoc errors. | Martin Smith | 2009-09-02 | 1 | -0/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 1 | -2/+2 |
|\ \ |
|
| * | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 1 | -2/+2 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 1 | -0/+1 |
|
|
* | | | Merge commit 'origin/master' into 4.6-merged | Jason Barron | 2009-07-09 | 1 | -3/+7 |
|\ \ \ |
|
| * \ \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-06-29 | 1 | -2/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Added try-catch block around resize in QByteArray's qUncompress, | Miikka Heikkinen | 2009-06-29 | 1 | -3/+7 |
|
|
* | | | | Merge commit 'qt/master-stable' into 4.6-merged | Jason Barron | 2009-06-30 | 1 | -12/+22 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Changed enum Qt::Uninitialized to enum Qt::Initialization | Martin Smith | 2009-06-19 | 1 | -1/+1 |
|
|
| * | | | Small speedup of construction of uninitialized QByteArrays | hjk | 2009-06-19 | 1 | -10/+5 |
|
|
| * | | | New constructor QByteArray::QByteArray(int size, enum Qt::Uninitialized) | hjk | 2009-06-19 | 1 | -0/+15 |
|
|
| * | | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|
| | * | | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+4240 |
| | / |
|
* | | | Merge commit 'qt/master-stable' into 4.6-stable | Jason Barron | 2009-06-25 | 1 | -3/+4 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Fix QT_NO_DATASTREAM macro checks and improve readability | Ritt Konstantin | 2009-06-08 | 1 | -2/+3 |
|
|
| * | Some refactoring of windows specific code + a private class of animations | Thierry Bastian | 2009-05-25 | 1 | -1/+1 |
|
|
| * | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+4240 |
|
|
* | Make Qt exception safer. | Robert Griebl | 2009-06-10 | 1 | -32/+23 |
|
|
* | Long live Qt for S60! | axis | 2009-04-24 | 1 | -0/+4240 |
|
|