summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Re-enabled support for the FSEvents-based QFileSystemWatcher.Denis Dzyubenko2009-12-092-6/+6
* Implemented getting a canonical file name on Mac OS X 10.5Denis Dzyubenko2009-12-091-1/+16
* Use realpath only on OS we know it works on.Denis Dzyubenko2009-12-091-3/+9
* Fix the int validator not handling the localeThierry Bastian2009-12-091-2/+9
* Optimize QOrderedMutexLockerOlivier Goffart2009-12-081-3/+5
* Small optimisations in ~QObjectOlivier Goffart2009-12-081-4/+6
* Disable some code in normal build.Olivier Goffart2009-12-081-1/+1
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-12-051-0/+57
|\
| * Merge commit '33441e2a611f07207b0b942368aab9010cdf8ab1' of oslo-staging-1/4.6...Simon Hausmann2009-12-052-5/+5
| |\
| * \ Merge commit 'c0b81480b2909b18ac15bdd124a562ae005c2f41' into origin-4.6Olivier Goffart2009-12-041-0/+57
| |\ \
| | * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-12-031-0/+57
| | |\ \
| | | * | qreal-izationAleksandar Sasha Babic2009-12-021-0/+57
* | | | | Merge commit 'oslo-staging-1/4.6' into master-mainlineRichard Moe Gustavsen2009-12-042-5/+5
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix Run-Time Check Failure with MSVC when downcasting.Thiago Macieira2009-12-031-4/+4
| * | | | Don't look at the patch-level number when loading plugins.Thiago Macieira2009-12-021-1/+1
* | | | | Merge branch '4.6'Thiago Macieira2009-12-031-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-12-039-54/+90
| |\ \ \ \ | | |/ / /
| * | | | QVector: fix const_iterator-=(int)hjk2009-11-301-1/+1
* | | | | Merge branch '4.6'Thiago Macieira2009-12-0212-97/+122
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-12-022-4/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge commit 'oslo-staging-2/4.6' into upstream/4.6Olivier Goffart2009-12-021-2/+4
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix crash in QVector::reserve when reserving smaller size on a shared vectorOlivier Goffart2009-12-011-2/+4
| | | |/
| | * | Bump version to 4.6.1Jason McDonald2009-12-011-2/+2
| | |/
| * | Fix regression in tst_QFileSystemWatcherBradley T. Hughes2009-12-011-7/+3
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Bradley T. Hughes2009-12-011-3/+4
| |\ \
| | * | Re-enabled realpath() on symbian.Denis Dzyubenko2009-12-011-1/+1
| | * | Fix a crash in QFSFileEnginePrivate::canonicalized() on Mac OS X 10.5Prasanth Ullattil2009-12-011-3/+4
| * | | Make sure file descriptors are valid in the dnotify implementation of QFileSy...Bradley T. Hughes2009-12-011-2/+2
| |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Bradley T. Hughes2009-11-302-13/+25
| |\ \
| | * | Fixes a crash on Mac with QFileInfo.Denis Dzyubenko2009-11-301-1/+5
| | * | Unix: Avoid stat() when opening a fileMarkus Goetz2009-11-301-12/+20
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Bradley T. Hughes2009-11-304-45/+34
| |\ \ \ | | |/ /
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-294-45/+34
| | |\ \ | | | |/
| | | * Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-274-45/+34
| | | |\
| | | | * Don't crash via proxy model when moving QModelIndexesStephen Kelly2009-11-261-1/+1
| | | | * Optimize QObjectPrivate::isSignalConnectedOlivier Goffart2009-11-262-42/+26
| | | | * Make the animation timer more consistentThierry Bastian2009-11-251-2/+7
| | | | * Fix QFile::map in Linux 64bitOlivier Goffart2009-11-241-1/+1
| | | | * Compile fix for win32-icc.Jan-Arve Sæther2009-11-231-0/+12
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Bradley T. Hughes2009-11-271-0/+3
| |\ \ \ \ | | |/ / /
| | * | | Fix memory leak in the DNotify implementation of QFileSystemWatcherBradley T. Hughes2009-11-271-0/+3
| * | | | Fix performance regression of posted eventsBradley T. Hughes2009-11-272-29/+40
| |/ / /
| * | | Improve QFileInfo benchmarkMarkus Goetz2009-11-271-1/+1
| * | | Avoid using return value from a temporary objectMarius Storm-Olsen2009-11-261-2/+1
| * | | Checks for len = 0 in QIconvCodec::convertFromUnicodeNils Christian Roscher-Nielsen2009-11-251-2/+2
| * | | Optimize QFSFileEnginePrivate::canonicalized() by using realpath()Markus Goetz2009-11-251-0/+12
| |/ /
* | | Move data: decoding to functionThorvald Natvig2009-12-023-0/+170
* | | Fix certain type-const-ref syntax not recognized by normalizedSignature()Bradley T. Hughes2009-11-303-26/+92
* | | Reduce the code duplication within QMetaObject::indexOf{Signal,Slot,Method}Olivier Goffart2009-11-301-34/+32
* | | Merge branch '4.6'Thiago Macieira2009-11-2535-415/+472
|\ \ \ | |/ /