summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-0995-286/+516
|\
| * API review: *Count() are not pluralMarius Storm-Olsen2009-11-095-12/+23
| * API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-0916-40/+55
| * API review: Rename numPages() -> pageCount()Marius Storm-Olsen2009-11-093-4/+17
| * API review: Rename numDigits() and setNumDigits()Marius Storm-Olsen2009-11-094-22/+44
| * API review: Rename numCols() -> colorCount()Marius Storm-Olsen2009-11-066-6/+28
| * API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-0644-164/+207
| * API review: QRegExp::numCaptures() -> QRegExp::captureCount()Marius Storm-Olsen2009-11-0613-33/+46
| * API review: QMatrix::det() -> QMatrix::determinant(), matching math3dMarius Storm-Olsen2009-11-062-5/+16
| * API review: Add convenience functions using QMarginsMarius Storm-Olsen2009-11-066-0/+80
* | Merge commit 'b65fd82299' from qt-core-team 4.6 into 4.6Marius Storm-Olsen2009-11-099-638/+829
|\ \
| * | Removing semi-colon at the end of namespaceJoão Abecasis2009-11-051-1/+1
| * | Ensure IDC and UIC3 dependencies are correctMarius Storm-Olsen2009-11-052-6/+7
| * | Remove 4k-chunking in QFSFileEngine::read/writeFdFhJoão Abecasis2009-11-041-85/+78
| * | Extending tst_QFile::writeLargeDataBlock testJoão Abecasis2009-11-041-30/+134
| * | Add src/tools/tools.pro, and use when building host tools for xcompilingMarius Storm-Olsen2009-11-044-32/+75
| * | QHostInfo: do not wait forever on cleanupPeter Hartmann2009-11-041-2/+4
| * | QLocalSocket test: stabilize test by calling waitFor... functionPeter Hartmann2009-11-031-4/+6
| * | QNetworkReply autotests: move performance tests to benchmarksPeter Hartmann2009-11-022-479/+530
* | | Default to X11 instead of QWS for commercial buildsPaul Olav Tvete2009-11-091-1/+1
* | | My changes for 4.6.0Peter Hartmann2009-11-091-0/+29
* | | Doc: typo fixedJoerg Bornemann2009-11-092-2/+2
* | | Updated change logPrasanth Ullattil2009-11-091-71/+91
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6jasplin2009-11-092-0/+23
|\ \ \
| * | | More inDestructor checks.Warwick Allison2009-11-091-0/+9
| * | | Crash on bug QTBUG-5493Warwick Allison2009-11-091-0/+14
* | | | My changes.jasplin2009-11-091-0/+12
|/ / /
* | | Merge commit 'ceteam/4.6' into 4.6Joerg Bornemann2009-11-096-11/+90
|\ \ \
| * | | changes-4.6.0 updatedJoerg Bornemann2009-11-061-0/+11
| * | | my changes for 4.6.0Joerg Bornemann2009-11-061-1/+4
| * | | fix QWizard issues on Windows CEJoerg Bornemann2009-11-061-0/+7
| * | | fixes button size for Windows mobile styleJoerg Bornemann2009-11-061-5/+9
| * | | cetest crashes and no helpful debugging providedKeith Isdale2009-11-061-3/+33
| * | | compilefixes for qfeaturesThomas Hartmann2009-11-064-3/+26
* | | | Mistake in the example for QByteArray::lastIndexOf()Keith Isdale2009-11-091-1/+1
* | | | Change file updates for Rhys WeatherleyRhys Weatherley2009-11-091-0/+74
* | | | Changes file update for Sarah Smith 4.6 changes.Sarah Smith2009-11-091-0/+3
* | | | Merge file://t:/dev/qt-46-wt into widgetteamJan-Arve Sæther2009-11-086-198/+653
|\ \ \ \
| * | | | Use at() instead of operator[] for vectors and lists.Jan-Arve Sæther2009-11-071-24/+24
| * | | | Merge branch 'cmarcelo-vertexsimplification' into 4.6Jan-Arve Sæther2009-11-074-184/+632
| |\ \ \ \
| | * \ \ \ Merge branch 'anchor-vertex-simplification' of git://gitorious.org/~cmarcelo/...Jan-Arve Sæther2009-11-074-184/+632
| | |\ \ \ \
| | | * | | | QGAL: avoid passing Orientation for interpolation functionsCaio Marcelo de Oliveira Filho2009-11-062-23/+16
| | | * | | | QGAL: vertex simplificationCaio Marcelo de Oliveira Filho2009-11-062-73/+379
| | | * | | | QGAL (Test): redundant anchors shouldn't harm simplificationCaio Marcelo de Oliveira Filho2009-11-061-0/+39
| | | * | | | QGAL: allow parallel anchors simplify center anchorsCaio Marcelo de Oliveira Filho2009-11-062-16/+82
| | | * | | | QGAL: fix leak when restoring anchorsCaio Marcelo de Oliveira Filho2009-11-061-36/+27
| | | * | | | QGAL (Test): Enable remaining tests in 'qgraphicsanchorlayout1'Eduardo M. Fleury2009-11-061-16/+9
| | | * | | | QGAL (Test): Add test where center anchor is simplified by parallelEduardo M. Fleury2009-11-061-0/+26
| | | * | | | QGAL: Revamp the edge interpolation codeEduardo M. Fleury2009-11-062-29/+26
| | | * | | | QGAL: Support for out-of-order parallel anchorsEduardo M. Fleury2009-11-062-10/+45