summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Fix infinite recursion in QIconvCodec when iconv fails.Thiago Macieira2010-04-261-11/+11
| | * | | | Fix the use of strerror_r on GNU libc systems.Thiago Macieira2010-04-261-5/+23
| * | | | | Event dispatcher slow down using delays rather than thread prioritymread2010-04-222-37/+95
| |/ / / /
* | | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-281-7/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-271-7/+6
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-251-7/+6
| | |\ \ \
| | | * \ \ Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-221-7/+6
| | | |\ \ \
| | | | * \ \ Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-221-7/+6
| | | | |\ \ \
| | | | | * \ \ Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-211-7/+6
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Fix QSslSocket::constructing autotest failureJoão Abecasis2010-04-191-7/+6
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-04-272-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | save a QFile::encodeName()Oswald Buddenhagen2010-04-261-3/+3
| * | | | | | | Don't use QList's begin() and end() where possible.Robin Burchell2010-04-261-2/+2
| |/ / / / / /
* | | | | | | Slight QList documentation fix.Robin Burchell2010-04-261-6/+2
|/ / / / / /
* | | | | | Merge branch '4.7' of ../../qt/4.7 into 4.7Justin McPherson2010-04-2212-100/+141
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-223-7/+10
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-213-7/+10
| | |\ \ \ \
| | | * | | | Reorganised double stream out operator in QDataStream to avoid causing unnece...James Larcombe2010-04-211-3/+4
| | | * | | | Revert "Report the error as being AlreadyExists if this is why it fails"Morten Johan Sørvig2010-04-212-7/+3
| | | * | | | fix nativeFilePath character width issueOswald Buddenhagen2010-04-201-3/+5
| | | * | | | fix typosOswald Buddenhagen2010-04-201-1/+1
| | | * | | | Report the error as being AlreadyExists if this is why it failsAndy Shaw2010-04-192-3/+7
| | | |/ / /
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-226-83/+109
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Optimize ~QObjectOlivier Goffart2010-04-211-15/+11
| | * | | | Document that QFileSystemWatcher needs to be destroyed before ~QCoreAppVolker Hilsheimer2010-04-201-0/+5
| | * | | | Optimize QMetaObject::activateOlivier Goffart2010-04-202-28/+27
| | * | | | Micro optimisations in QMutexLockerOlivier Goffart2010-04-201-8/+10
| | * | | | Fixed a crash when declaring an animation with Q_GLOBAL_STATICThierry Bastian2010-04-192-32/+56
| | |/ / /
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-203-10/+22
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use a compile time constant for the C epoch as a julian day.Shane Kearns2010-04-201-3/+4
| | * | | Fix test failures for qdatetime on symbian and winceShane Kearns2010-04-201-1/+1
| | * | | Fix crash on startup on Symbian OSShane Kearns2010-04-202-6/+17
| | | |/ | | |/|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-04-191-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-04-181-0/+8
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-04-161-0/+8
| | |\ \
| | | * | Add EXPORT defines for QtMediaServices library.Andrew den Exter2010-04-161-0/+8
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-179-455/+459
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Document the time format pattern for timezone info.Denis Dzyubenko2010-04-161-0/+1
| * | | | Convert date/time format to something that Qt understandsDenis Dzyubenko2010-04-161-420/+422
| * | | | adding new entries to qt::key enumAdam Wasila2010-04-161-0/+2
| * | | | adding new entries to qt::key enumAdam Wasila2010-04-161-0/+2
| * | | | Fix tst_QEventLoop::exec() regression introduced by commit 816523117bc00cfeb1...Bradley T. Hughes2010-04-164-5/+17
| * | | | Fix building of corelib, network and gui with qconfig minimal.Aaron McCarthy2010-04-161-0/+4
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-166-38/+19
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Introduce a qconfig feature for Bearer ManagementTasuku Suzuki2010-04-152-0/+13
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-144-38/+6
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fix a race where QThread::exit() is "lost" when called after start()Bradley T. Hughes2010-04-144-38/+6
* | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-0/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Fix autotest failure: QIODevice::read() on a closed device must return -1Thiago Macieira2010-04-141-0/+1
* | | | Rename QDeclarativeData -> QAbstractDeclarativeDataAaron Kennedy2010-04-152-8/+8
| |/ / |/| |