summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* add support for the N'Ko writing system to QtLars Knoll2009-11-061-2/+2
* 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
* | 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
* Out of memory fix for qUncompressRobert Griebl2009-09-112-21/+34
* Add missing \since 4.6 in the QMargins documentationOlivier Goffart2009-09-091-0/+1
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0989-363/+372
|\
| * Update license headers again.Jason McDonald2009-09-0989-356/+356
| * Doc: A timeline's current value is not reset when the duration changes.David Boddie2009-09-081-0/+4
| * exception safety fix for QList::operator+= (const QList&)mread2009-09-081-7/+12
* | Fixed 'use of function is deprecated' warnings reported by RVCTJanne Anttila2009-09-091-2/+2
|/
* QByteArray: Two new functionsMarkus Goetz2009-09-032-1/+30
* doc: Fixed several qdoc errors.Martin Smith2009-09-023-0/+11
* QCache: Variable initialization was missingMarkus Goetz2009-09-021-1/+1
* QMargins doesn't need to be exported as it is fully inlineThierry Bastian2009-09-011-1/+1
* qlist.h uses memcpy() without including <string.h> or <cstring>Bernhard Rosenkraenzer2009-09-011-0/+1
* doc: Fixed several qdoc errors.Martin Smith2009-09-012-10/+3
* Updated lisence headers for QMarginsJens Bache-Wiig2009-08-312-26/+26
* Make QMargins a proper classJens Bache-Wiig2009-08-313-63/+386