summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tools-team/4.6' (early part) into 4.6Oswald Buddenhagen2009-11-103-65/+133
|\
| * Move QCustomScopedPointer to a private headerHarald Fernengel2009-11-093-85/+153
* | Make QScopedPointer::operator== and != non-memberJoão Abecasis2009-11-101-40/+12
* | Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-093-5/+18
|\ \ | |/ |/|
| * API review: QRegExp::numCaptures() -> QRegExp::captureCount()Marius Storm-Olsen2009-11-063-5/+18
* | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-063-4/+4
|\ \
| * \ Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-062-3/+3
| |\ \
| | * \ Merge branch '4.6-s60' into 4.6axis2009-11-061-1/+1
| | |\ \ | | | |/ | | |/|
| | | * Fix compile error for Symbian WINSCW emulatorShane Kearns2009-11-031-1/+1
| | * | add support for the N'Ko writing system to QtLars Knoll2009-11-061-2/+2
| | |/
| * | Avoid warning on 64 bit systemsJan-Arve Sæther2009-11-041-1/+1
| |/
* | use pragma push/popHarald Fernengel2009-11-062-3/+11
* | Fix MSVC compiler warning.Friedemann Kleint2009-11-051-1/+1
* | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-048-100/+226
|\ \ | |/
| * Merge commit 'e4bec39a139363d1ee4cf3fb15a3fe4499215e77' into 4.6Thiago Macieira2009-11-028-100/+226
| |\
| | * Fix compilation in QContiguousCache.Thiago Macieira2009-10-291-3/+3
| | * Initialise the reserved bits to 0.Thiago Macieira2009-10-287-4/+11
| | * Fix Qt containers to properly support types with strict alignments.Thiago Macieira2009-10-288-36/+150
| | * Add some STL compatibility for QContiguousCache and private inheritanceThiago Macieira2009-10-281-60/+65
* | | Make QStringBuilder respect codecForCStringsHarald Fernengel2009-11-043-21/+62
* | | fix canReadLine() erroneously returning trueOswald Buddenhagen2009-11-031-0/+27
|/ /
* | Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-301-1/+3
|\ \
| * | QLocale: AM/PM symbol support for symbian platformdka2009-10-281-1/+3
| |/
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into origin-4.6Olivier Goffart2009-10-301-3/+3
|\ \
| * | Fixed: Variable res goes out of scope but is accessed later via pointerMiikka Heikkinen2009-10-291-3/+3
| |/
* | Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-291-3/+3
|\ \ | |/
| * Fix integer overflow in string.remove len parameterMarkus Goetz2009-10-271-3/+3
* | Use qLowerBound in qBinaryFindPascal Létourneau2009-10-281-32/+10
|/
* Reimplementing QDate/QTime/QDateTime in Symbian native mannerAleksandar Sasha Babic2009-10-191-1/+61
* Revert "Workaround for OpenC daylight saving cache issue when using localtime...Aleksandar Sasha Babic2009-10-091-30/+2
* Workaround for OpenC daylight saving cache issue when using localtime_r.Janne Anttila2009-10-081-2/+30
* Fixed initialization of the system locale on Symbian.Denis Dzyubenko2009-10-071-2/+8
* Revert "There's no need to include qstringmatcher.h in qstringlist.h"Marius Storm-Olsen2009-10-072-1/+1
* fix string builder for QT_NO_CAST_FROM_ASCII on Windowshjk2009-09-301-2/+13
* doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-281-1/+4
* getMacPreferredLanguageAndCountry: Fix possible crashMarkus Goetz2009-09-281-1/+1
* Fixed qsharedpointer auto test build break for Symbian OS.Janne Anttila2009-09-281-1/+1
* QRingBuffer: Try to minimize memory consumption while it is emptyMarkus Goetz2009-09-231-5/+18
* Fixes some warning in headersOlivier Goffart2009-09-222-13/+13
* Fixes warnings in QMapOlivier Goffart2009-09-221-5/+4
* qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-211-0/+4
* System locale on Mac may not return AnyCountry for any language != Ccon2009-09-181-2/+5
* Add a new wildcard mode similar to bash in QRegExpBenjamin Poulain2009-09-172-18/+85
* doc: Fixed some qdoc errors.Martin Smith2009-09-161-3/+0
* doc: Fixed some qdoc errors.Martin Smith2009-09-161-1/+1
* I don't think this was intentional...João Abecasis2009-09-152-2/+0
* Fix ambiguous overload for QTileRules constructorOlivier Goffart2009-09-151-0/+2
* System locale on Mac returns preferred language/country from sys prefs.con2009-09-141-5/+29
* Fix -Wconversion warnings where possible.David Faure2009-09-136-25/+25
* Compile fix for windowsRobert Griebl2009-09-111-1/+1