Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-19 | 6 | -15/+18 |
|\ | |||||
| * | Clarifying what QLocale::C is and is not | Nils Christian Roscher-Nielsen | 2009-05-19 | 1 | -2/+2 |
| * | Fix compiler warning: use C++ cast operator, not the old-style C cast. | Ariya Hidayat | 2009-05-19 | 1 | -1/+1 |
| * | Fix handling of dynamic casts in QSharedPointer. | Thiago Macieira | 2009-05-18 | 1 | -9/+12 |
| * | Fix some typos in the documentation. | Frederik Schwarzer | 2009-05-18 | 3 | -3/+3 |
* | | Merged branch 'master' of git://gitorious.org/~dfaure/qt/dfaures-clone.git | Simon Hausmann | 2009-05-18 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix compilation with strict iterators | David Faure | 2009-05-18 | 1 | -1/+1 |
* | | | Make QVectorTypedData inheriting from QVectorData | Olivier Goffart | 2009-05-18 | 1 | -13/+3 |
* | | | Fix warning on QVector with gcc4.4 | Olivier Goffart | 2009-05-18 | 1 | -77/+77 |
|/ / | |||||
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-14 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Cleaning docs | Morten Engvoldsen | 2009-05-13 | 1 | -1/+3 |
* | | Merge branch 'master' of ../master into contiguouscache | Ian Walters | 2009-05-14 | 3 | -118/+152 |
|\ \ | |||||
| * \ | Merge branch '4.5' | Thiago Macieira | 2009-05-13 | 1 | -3/+4 |
| |\ \ | | |/ | |||||
| | * | qdoc: Fixed some qdoc errors. | Martin Smith | 2009-05-13 | 1 | -2/+3 |
| | * | qdoc: Fixed some qdoc errors. | Martin Smith | 2009-05-13 | 1 | -3/+3 |
| * | | QRingBuffer: Enanced with readPointerAtPosition | Markus Goetz | 2009-05-13 | 1 | -0/+46 |
| * | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-13 | 2 | -118/+105 |
| |\ \ | | |/ | |||||
| | * | Correcting bug in QString::fromWCharArray documentation | Morten Engvoldsen | 2009-05-12 | 1 | -1/+3 |
| | * | qdoc: Fixed qdoc errors, or tried to. | Martin Smith | 2009-05-11 | 1 | -117/+102 |
* | | | Grammer fix, 'be be' to 'be' | Ian Walters | 2009-05-14 | 1 | -1/+1 |
* | | | Merge branch 'master' into contiguouscache | Ian Walters | 2009-05-12 | 12 | -29/+67 |
|\ \ \ | |/ / | |||||
| * | | Almost 200 symbols that didn't need to be exported. | Thierry Bastian | 2009-05-11 | 1 | -1/+1 |
| * | | Merge branch '4.5' | Thiago Macieira | 2009-05-11 | 2 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | compile? | Harald Fernengel | 2009-05-08 | 1 | -1/+1 |
| | * | Fix reentrancy of QVector and QString | Olivier Goffart | 2009-05-08 | 2 | -2/+2 |
| * | | Fix leak of global data | João Abecasis | 2009-05-08 | 1 | -0/+9 |
| * | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-04 | 1 | -0/+8 |
| |\ \ | | |/ | |||||
| | * | Added comment to clearify the use of indexes. | Morten Engvoldsen | 2009-05-04 | 1 | -0/+8 |
| * | | Merge branch '4.5' | Thiago Macieira | 2009-04-23 | 2 | -2/+8 |
| |\ \ | | |/ | |||||
| | * | Fixes for QByteArrayMatcher | João Abecasis | 2009-04-23 | 2 | -2/+8 |
| * | | Merge branch '4.5' | Thiago Macieira | 2009-04-20 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | don't detach in qHash() | Lars Knoll | 2009-04-20 | 1 | -2/+2 |
| * | | Introduce QPointF::manhattanLength | Gunnar Sletta | 2009-04-15 | 2 | -0/+15 |
| * | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-04-15 | 2 | -18/+18 |
| |\ \ | | |/ | |||||
| | * | Fix regression in QString::replace(int, int, QChar) when string is empty | Paul Olav Tvete | 2009-04-15 | 1 | -18/+16 |
| | * | Compile with namespace | Jarek Kobus | 2009-04-15 | 1 | -0/+2 |
| * | | Rename qIsFuzzyNull to qFuzzyIsNull | Bjoern Erik Nilsen | 2009-04-08 | 1 | -4/+4 |
| * | | Use qIsFuzzyNull rather than the more expensive qFuzzyCompare | Bjoern Erik Nilsen | 2009-04-08 | 1 | -4/+4 |
* | | | Various fixes resulting from QA code review. | Ian Walters | 2009-05-12 | 2 | -34/+71 |
* | | | Documentation patch from Jason | Ian Walters | 2009-05-11 | 1 | -32/+35 |
* | | | Update licensing headers. | Ian Walters | 2009-04-07 | 2 | -6/+80 |
* | | | Merge branch 'master' into contiguouscache | Ian Walters | 2009-04-06 | 5 | -13/+25 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-02 | 2 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Doc - fixed a typo: iterartor -> iterator | Simon Hausmann | 2009-04-02 | 2 | -4/+4 |
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-01 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | Explicitely mentioned in the doc that the format string for qDebug, | Denis Dzyubenko | 2009-03-30 | 1 | -1/+2 |
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-03-30 | 1 | -3/+6 |
| |\ \ | | |/ | |||||
| | * | String-to-number conversion functions should ignore trailing whitespaces. | Denis Dzyubenko | 2009-03-30 | 1 | -3/+6 |
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-03-25 | 1 | -5/+13 |
| |\ \ | | |/ | |||||
| | * | Fix QSharedPointer crashing when it is used as a global static in an applicat... | Thiago Macieira | 2009-03-25 | 1 | -5/+13 |