summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix integer overflow in string.remove len parameterMarkus Goetz2009-10-271-3/+3
* 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
* doc: Fixed several qdoc errors.Martin Smith2009-08-312-0/+17
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3110-130/+130
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-3177-1001/+1001
|\
| * Update tech preview license header.Jason McDonald2009-08-3172-936/+936
| * Update license headers.Jason McDonald2009-08-1172-72/+72
| * Disable the pointer tracking feature in Qt 4.5.Thiago Macieira2009-07-272-29/+5
* | Add an opt-in QWeakPointer::operator->.Thiago Macieira2009-08-311-0/+4
* | Mark the QSharedPointer with Qt::Uninitialized explicitThiago Macieira2009-08-281-1/+1
* | doc: Fixed several qdoc errors.Martin Smith2009-08-281-2/+2
* | doc: Fixed several qdoc errors.Martin Smith2009-08-281-4/+4
* | work around a compiler bug (gcc <= 4.0.x) that renders the drop-in versionhjk2009-08-271-0/+6
* | Removed redundant QLocale code from QCoeFepInputContext.axis2009-08-251-3/+3