summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-12418-638/+699
|\
| * Possible Dead lock in the destructor of QObjectThierry Bastian2009-08-123-13/+11
| * Replace some mentions of Trolltech with more appropriate terms.Jason McDonald2009-08-123-3/+3
| * Eliminate last mentions of "Qt Software".Jason McDonald2009-08-121-1/+1
| * Update URL's to use new domain.Jason McDonald2009-08-122-5/+5
| * Update contact URL in license headers.Jason McDonald2009-08-12418-418/+418
| * Add the Qt::TextLongestVariant flag so QFontMetrics::size returns the size of...Olivier Goffart2009-08-111-1/+2
| * code clean-up and style fixesRitt Konstantin2009-08-116-37/+25
| * merge nativeAbsoluteFilePath and nativeAbsoluteFilePathCoreRitt Konstantin2009-08-111-11/+5
| * optimize inlines in QFSFileEngineRitt Konstantin2009-08-112-7/+7
| * minor optimizationsRitt Konstantin2009-08-111-10/+3
| * optimize longFileName() a bitRitt Konstantin2009-08-111-5/+6
| * don't mix link's target's permissions with link's Exe*Perm bitsRitt Konstantin2009-08-111-1/+2
| * don't mix calculated and forced permission bitsRitt Konstantin2009-08-111-14/+14
| * move dubbed code into static funtionRitt Konstantin2009-08-111-4/+10
| * QFSFileEngine must set LocalDiskFlag regardless file exists or notRitt Konstantin2009-08-111-2/+3
| * '.' and '..' must not be hiddenRitt Konstantin2009-08-112-10/+15
| * avoid crash when testing HiddenFlag and BaseName is emptyRitt Konstantin2009-08-111-1/+2
| * avoid needless const_cast-sRitt Konstantin2009-08-111-9/+10
| * replace QFile::exists() by QT_STAT() respectivelyRitt Konstantin2009-08-111-3/+7
| * micro-optimization in QFSFileEngine::mkdirRitt Konstantin2009-08-111-3/+3
| * don't set FileType flag when link's target doesn't existsRitt Konstantin2009-08-111-3/+4
| * QFSFileEngine::mkdir fix on WindowsRitt Konstantin2009-08-111-2/+6
| * QPoint comparision operators use qFuzzyIsNull instead of qFuzzyCompareJoerg Bornemann2009-08-111-2/+2
| * Make QFileInfo::isSymlink() work for symlinks on WindowsAndy Shaw2009-08-111-0/+2
| * Use a linked list for signal/slot ConnectionListAaron Kennedy2009-08-112-39/+86
| * remove compiler warning for Windows CEJoerg Bornemann2009-08-101-24/+22
| * fix issues reported by CoverityKent Hansen2009-08-103-4/+3
| * Doc: add \since 4.6 for new functionsVolker Hilsheimer2009-08-101-0/+2
| * Doc: Clarified the behavior of QDir::exists().David Boddie2009-08-101-5/+10
| * Compile fix with namespaceshjk2009-08-102-1/+11
| * Remove unused member.Jan-Arve Sæther2009-08-101-1/+0
| * Whitespace cleanupJan-Arve Sæther2009-08-101-3/+3
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-107-12/+32
|\ \ | |/
| * Make QTimeLine::start() restart from the beginning as the documentation says.David Faure2009-08-101-5/+4
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtKeith Isdale2009-08-105-6/+27
| |\
| | * Store QObject*'s in the QVariant data structureAaron Kennedy2009-08-072-3/+14
| | * Fix a bug in QProcess. QProcess was not reentrant on UnixBenjamin Poulain2009-08-061-1/+11
| | * Fix warnings on MSVCThierry Bastian2009-08-061-1/+1
| | * Fix QObjectRace testOlivier Goffart2009-08-061-1/+1
| * | In a .pro file the include() function does not warn if specified fileKeith Isdale2009-08-101-1/+1
| |/
* | add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-7/+0
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-0545-425/+992
|\ \ | |/
| * Doc: fix qdoc errors in QSharedPointer documentation.Thiago Macieira2009-08-052-2/+3
| * Restore symmetry between QSharedPointer and QWeakPointer on QObjects.Thiago Macieira2009-08-053-0/+31
| * Performance improvements by avoiding creation of temporary QSharedPointers wi...Thiago Macieira2009-08-051-43/+25
| * Add support for using QWeakPointer with QObject, replacing QPointer.Thiago Macieira2009-08-054-5/+60
| * Fix compilation for compilers that don't have template friends.Thiago Macieira2009-08-051-1/+0
| * Merge AudioServices into mainline.Justin McPherson2009-08-051-0/+14
| * Merge branch '4.5'Bill King2009-08-051-0/+1
| |\