summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6'Thiago Macieira2009-12-262-6/+6
|\
| * Revert "Daylight savings time for Symbian."Janne Koskinen2009-12-231-37/+23
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Janne Koskinen2009-12-223-5/+8
| |\
| | * Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-12-171-4/+4
| | |\
| | | * Do not call macToQtFormat twice in QLocale.Denis Dzyubenko2009-12-161-4/+4
| | | * Revert "Changes to support locale change event for symbian platform"Denis Dzyubenko2009-12-163-153/+16
| | | * Changes to support locale change event for symbian platformdka2009-12-153-16/+153
| | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-12-162-1/+4
| | |\ \
| * | | | Daylight savings time for Symbian.Janne Koskinen2009-12-221-23/+37
| |/ / /
| * | | qreal-izationAleksandar Sasha Babic2009-12-111-2/+2
| | |/ | |/|
* | | Merge commit 'origin/4.6'Olivier Goffart2009-12-153-2/+5
|\ \ \ | | |/ | |/|
| * | Fix warning in public headerOlivier Goffart2009-12-141-2/+2
| * | Fixed invalid read in QCache::unlink after recent change.Samuel Rødal2009-12-111-1/+2
| * | Prevented leak of keys in QPixmapCache.Samuel Rødal2009-12-101-1/+1
| * | Compile with QT_NO_DEPRECATEDOlivier Goffart2009-12-091-0/+2
| |/
| * Fixed (unstable) tst_QTimeLine::currentTime test failureRohan McGovern2009-12-091-1/+1
| * Merge commit '33441e2a611f07207b0b942368aab9010cdf8ab1' of oslo-staging-1/4.6...Simon Hausmann2009-12-051-4/+4
| |\
* | | add {QString,QByteArray,QList,QLinkedList,QHash,QMap,QVector}::isSharedWith()Oswald Buddenhagen2009-12-1014-0/+42
* | | fix (internal) apidocOswald Buddenhagen2009-12-101-1/+1
* | | Fix the int validator not handling the localeThierry Bastian2009-12-091-2/+9
* | | Merge commit 'oslo-staging-1/4.6' into master-mainlineRichard Moe Gustavsen2009-12-041-4/+4
|\ \ \ | | |/ | |/|
| * | Fix Run-Time Check Failure with MSVC when downcasting.Thiago Macieira2009-12-031-4/+4
* | | Merge branch '4.6'Thiago Macieira2009-12-031-1/+1
|\ \ \ | | |/ | |/|
| * | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-12-031-2/+4
| |\ \ | | |/
| * | QVector: fix const_iterator-=(int)hjk2009-11-301-1/+1
* | | Merge branch '4.6'Thiago Macieira2009-12-021-2/+4
|\ \ \ | | |/ | |/|
| * | Fix crash in QVector::reserve when reserving smaller size on a shared vectorOlivier Goffart2009-12-011-2/+4
| |/
* | Merge branch '4.6'Thiago Macieira2009-11-257-15/+41
|\ \ | |/
| * Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-173-9/+37
| |\
| | * doc: Fixed qdoc according to Bjarne's recommendation.Martin Smith2009-11-161-3/+28
| | * Fix compilation on solaris-g++-64.Thiago Macieira2009-11-131-0/+1
| | * doc: Fixed qdoc according to Bjarne's recommendation.Martin Smith2009-11-131-6/+8
| * | do not (fail to) compile qdatastream into qmake and cetestOswald Buddenhagen2009-11-134-4/+4
| * | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-131-0/+20
| |\ \ | | |/
| * | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-105-45/+30
| |\ \
| * | | build lrelease bootstrappedOswald Buddenhagen2009-11-104-6/+4
* | | | Merge branch '4.6'Thiago Macieira2009-11-131-0/+20
|\ \ \ \ | | |_|/ | |/| |
| * | | Move QCustomScopedPointer to a private headerHarald Fernengel2009-11-113-65/+153
| * | | Make QScopedPointer::operator== and != non-memberJoão Abecasis2009-11-111-40/+12
* | | | Merge branch '4.6'Thiago Macieira2009-11-1024-272/+507
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
| | | |/