| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-29 | 1 | -5/+6 |
|\ |
|
| * | Fix warning with Sun CC 5.9 and xlC 7: no new types inside anonymous unions. | Thiago Macieira | 2009-07-27 | 1 | -5/+6 |
|
|
* | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-28 | 2 | -8/+102 |
|\ \
| |/ |
|
| * | Fix compilation with older GCC versions: need a constructor. | Thiago Macieira | 2009-07-25 | 1 | -0/+5 |
|
|
| * | Fix warnings when compiling Qt (tst_warnings). | Thiago Macieira | 2009-07-25 | 1 | -2/+2 |
|
|
| * | Adapt the contiguous-creator code to use the new custom deleter code. | Thiago Macieira | 2009-07-24 | 1 | -26/+27 |
|
|
| * | Revert "Revert "Add support for creating the object alongside the Data struct... | Thiago Macieira | 2009-07-24 | 1 | -0/+47 |
|
|
| * | Remove the old specialised deleter implementation from QSharedPointer. | Thiago Macieira | 2009-07-24 | 1 | -12/+0 |
|
|
| * | Implement a new custom deleter implementation for QSharedPointer | Thiago Macieira | 2009-07-24 | 1 | -1/+54 |
|
|
* | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 23 | -383/+945 |
|\ \
| |/ |
|
| * | Silence compiler warnings on shadowing of member functions. | Volker Hilsheimer | 2009-07-21 | 1 | -11/+11 |
|
|
| * | Minor performance improvements in nameprepping. | Thiago Macieira | 2009-07-21 | 1 | -5/+5 |
|
|
| * | Add qt_string_normalize to do in-place Unicode normalization. | Thiago Macieira | 2009-07-21 | 2 | -37/+37 |
|
|
| * | Fix warning with Sun CC 5.9 and xlC 7: no new types inside anonymous unions. | Thiago Macieira | 2009-07-21 | 1 | -5/+6 |
|
|
| * | There's no need to include qstringmatcher.h in qstringlist.h | Thiago Macieira | 2009-07-21 | 2 | -1/+1 |
|
|
| * | Try to express ourselves better in the explanation for the curve types. | Jan-Arve Sæther | 2009-07-21 | 1 | -81/+84 |
|
|
| * | Doc fixes to QEasingCurve. | Jan-Arve Sæther | 2009-07-21 | 1 | -7/+8 |
|
|
| * | Fixes memory leak of global data. | Denis Dzyubenko | 2009-07-21 | 1 | -1/+5 |
|
|
| * | Doc: not an overload | Volker Hilsheimer | 2009-07-20 | 1 | -2/+0 |
|
|
| * | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+1 |
| |\ |
|
| | * | fix crash due to null pointer referencing | Alex | 2009-07-20 | 1 | -1/+1 |
|
|
| * | | Compile fix with namespaces after 8ab072aff0 broke it. | hjk | 2009-07-20 | 1 | -0/+3 |
|
|
| * | | Doc: add \since 4.6 | Volker Hilsheimer | 2009-07-20 | 1 | -0/+3 |
|
|
| * | | Doc: A few cleanups, fixes and improvements. | Volker Hilsheimer | 2009-07-19 | 1 | -7/+8 |
|
|
| * | | Doc: add \since 4.6 for new APIs | Volker Hilsheimer | 2009-07-19 | 3 | -0/+5 |
|
|
| * | | QNetworkAccessManager: HTTP download performance improvements | Markus Goetz | 2009-07-17 | 2 | -0/+201 |
|
|
| * | | Fix warnings for mingw | Thierry Bastian | 2009-07-16 | 2 | -5/+4 |
|
|
| * | | Changed the implementation of the unicode text codecs to share more code with... | Denis Dzyubenko | 2009-07-16 | 1 | -84/+6 |
|
|
| * | | avoids strict-antialiasing breakage warnings | Thierry Bastian | 2009-07-15 | 1 | -1/+3 |
|
|
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Peter Hartmann | 2009-07-15 | 2 | -3/+3 |
| |\ \ |
|
| | * | | fix warnings for mingw in QtCore | Thierry Bastian | 2009-07-15 | 2 | -3/+3 |
|
|
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Peter Hartmann | 2009-07-15 | 4 | -3/+20 |
| |\ \ \
| | |/ / |
|
| | * | | Build fix for mingw | Thierry Bastian | 2009-07-14 | 1 | -1/+1 |
|
|
| | * | | fix warning in qstringbuilder.h by using QLatin1Char | hjk | 2009-07-13 | 1 | -1/+1 |
|
|
| | * | | fix the test _and_ the class :) | Harald Fernengel | 2009-07-03 | 1 | -1/+1 |
|
|
| | * | | Add a specialization for QByteArray | Harald Fernengel | 2009-07-03 | 1 | -0/+12 |
|
|
| | * | | Use 'struct QConcatenable' instead of 'class QConcatenable' to | hjk | 2009-07-09 | 1 | -1/+1 |
|
|
| | * | | QRingBuffer micro optimization | Markus Goetz | 2009-07-09 | 1 | -1/+4 |
|
|
| | * | | Add QT_END_HEADER to fix compile on PowerPC Mac and make autotest pass. | Volker Hilsheimer | 2009-07-09 | 1 | -0/+2 |
|
|
| * | | | Merge branch 'master' of git://gitorious.org/qt/qt | Tobias Koenig | 2009-07-05 | 78 | -7171/+7281 |
| |\ \ \
| | |/ / |
|
| | * | | doc: Corrected several qdoc warnings. | Martin Smith | 2009-07-03 | 1 | -3/+3 |
|
|
| | * | | Revert "Add support for creating the object alongside the Data structure in Q... | Thiago Macieira | 2009-07-02 | 1 | -47/+0 |
|
|
| | * | | Experimental: allow QSharedPointer to be used with forward declarations that ... | Thiago Macieira | 2009-07-02 | 1 | -1/+1 |
|
|
| | * | | Add support for creating the object alongside the Data structure in | Thiago Macieira | 2009-07-02 | 1 | -0/+47 |
|
|
| | * | | Add qobject_cast for QSharedPointer. | Thiago Macieira | 2009-07-02 | 3 | -0/+110 |
|
|
| | * | | Merge branch '4.5' | Thiago Macieira | 2009-07-02 | 2 | -6693/+6694 |
| | |\ \
| | | |/ |
|
| | * | | QNAM: Direct transfer of HTTP buffer to the QNetworkReply buffer | Markus Goetz | 2009-07-01 | 1 | -1/+46 |
|
|
| | * | | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s... | miniak | 2009-07-01 | 3 | -127/+45 |
|
|
| * | | | Merge branch 'master' of git://gitorious.org/qt/qt | Tobias Koenig | 2009-06-16 | 3 | -24/+17 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' of git://gitorious.org/qt/qt | Tobias Koenig | 2009-06-10 | 12 | -36/+83 |
| |\ \ \ \ |
|