| Commit message (Expand) | Author | Age | Files | Lines |
* | fix string builder for QT_NO_CAST_FROM_ASCII on Windows | hjk | 2009-09-30 | 1 | -2/+13 |
|
|
* | doc: add some more \since 4.6 tags | Volker Hilsheimer | 2009-09-28 | 1 | -1/+4 |
|
|
* | getMacPreferredLanguageAndCountry: Fix possible crash | Markus Goetz | 2009-09-28 | 1 | -1/+1 |
|
|
* | Fixed qsharedpointer auto test build break for Symbian OS. | Janne Anttila | 2009-09-28 | 1 | -1/+1 |
|
|
* | QRingBuffer: Try to minimize memory consumption while it is empty | Markus Goetz | 2009-09-23 | 1 | -5/+18 |
|
|
* | Fixes some warning in headers | Olivier Goffart | 2009-09-22 | 2 | -13/+13 |
|
|
* | Fixes warnings in QMap | Olivier Goffart | 2009-09-22 | 1 | -5/+4 |
|
|
* | qdoc: Added \brief texts to all the since 4.6 functions. | Martin Smith | 2009-09-21 | 1 | -0/+4 |
|
|
* | System locale on Mac may not return AnyCountry for any language != C | con | 2009-09-18 | 1 | -2/+5 |
|
|
* | Add a new wildcard mode similar to bash in QRegExp | Benjamin Poulain | 2009-09-17 | 2 | -18/+85 |
|
|
* | doc: Fixed some qdoc errors. | Martin Smith | 2009-09-16 | 1 | -3/+0 |
|
|
* | doc: Fixed some qdoc errors. | Martin Smith | 2009-09-16 | 1 | -1/+1 |
|
|
* | I don't think this was intentional... | João Abecasis | 2009-09-15 | 2 | -2/+0 |
|
|
* | Fix ambiguous overload for QTileRules constructor | Olivier Goffart | 2009-09-15 | 1 | -0/+2 |
|
|
* | System locale on Mac returns preferred language/country from sys prefs. | con | 2009-09-14 | 1 | -5/+29 |
|
|
* | Fix -Wconversion warnings where possible. | David Faure | 2009-09-13 | 6 | -25/+25 |
|
|
* | Compile fix for windows | Robert Griebl | 2009-09-11 | 1 | -1/+1 |
|
|
* | Out of memory fix for qUncompress | Robert Griebl | 2009-09-11 | 2 | -21/+34 |
|
|
* | Add missing \since 4.6 in the QMargins documentation | Olivier Goffart | 2009-09-09 | 1 | -0/+1 |
|
|
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-09-09 | 89 | -363/+372 |
|\ |
|
| * | Update license headers again. | Jason McDonald | 2009-09-09 | 89 | -356/+356 |
|
|
| * | Doc: A timeline's current value is not reset when the duration changes. | David Boddie | 2009-09-08 | 1 | -0/+4 |
|
|
| * | exception safety fix for QList::operator+= (const QList&) | mread | 2009-09-08 | 1 | -7/+12 |
|
|
* | | Fixed 'use of function is deprecated' warnings reported by RVCT | Janne Anttila | 2009-09-09 | 1 | -2/+2 |
|/ |
|
* | QByteArray: Two new functions | Markus Goetz | 2009-09-03 | 2 | -1/+30 |
|
|
* | doc: Fixed several qdoc errors. | Martin Smith | 2009-09-02 | 3 | -0/+11 |
|
|
* | QCache: Variable initialization was missing | Markus Goetz | 2009-09-02 | 1 | -1/+1 |
|
|
* | QMargins doesn't need to be exported as it is fully inline | Thierry Bastian | 2009-09-01 | 1 | -1/+1 |
|
|
* | qlist.h uses memcpy() without including <string.h> or <cstring> | Bernhard Rosenkraenzer | 2009-09-01 | 1 | -0/+1 |
|
|
* | doc: Fixed several qdoc errors. | Martin Smith | 2009-09-01 | 2 | -10/+3 |
|
|
* | Updated lisence headers for QMargins | Jens Bache-Wiig | 2009-08-31 | 2 | -26/+26 |
|
|
* | Make QMargins a proper class | Jens Bache-Wiig | 2009-08-31 | 3 | -63/+386 |
|
|
* | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-31 | 2 | -0/+17 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 10 | -130/+130 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 77 | -1001/+1001 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 72 | -936/+936 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 72 | -72/+72 |
|
|
| * | Disable the pointer tracking feature in Qt 4.5. | Thiago Macieira | 2009-07-27 | 2 | -29/+5 |
|
|
* | | Add an opt-in QWeakPointer::operator->. | Thiago Macieira | 2009-08-31 | 1 | -0/+4 |
|
|
* | | Mark the QSharedPointer with Qt::Uninitialized explicit | Thiago Macieira | 2009-08-28 | 1 | -1/+1 |
|
|
* | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-28 | 1 | -2/+2 |
|
|
* | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-28 | 1 | -4/+4 |
|
|
* | | work around a compiler bug (gcc <= 4.0.x) that renders the drop-in version | hjk | 2009-08-27 | 1 | -0/+6 |
|
|
* | | Removed redundant QLocale code from QCoeFepInputContext. | axis | 2009-08-25 | 1 | -3/+3 |
|
|
* | | Minor documentation and code fixes. | Frans Englich | 2009-08-24 | 1 | -2/+4 |
|
|
* | | Fix the last fix to QList. | Thiago Macieira | 2009-08-24 | 1 | -1/+1 |
|
|
* | | Remove QScopedCustomPointer | Harald Fernengel | 2009-08-24 | 1 | -0/+9 |
|
|
* | | Restore QList backward compatibility | Harald Fernengel | 2009-08-24 | 2 | -3/+56 |
|
|
* | | Revert "Remove the unnecessary double memcpy now too." | Harald Fernengel | 2009-08-24 | 1 | -0/+3 |
|
|
* | | Revert "Fix trivial QList detaching: QListData::detach2() *must* memcpy." | Harald Fernengel | 2009-08-24 | 1 | -1/+1 |
|
|