summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master'Jason Barron2009-08-13418-690/+864
|\
| * oops: fix an issue when going backward and there is only 1 key value setThierry Bastian2009-08-121-4/+11
| * Make QPropertyAnimation symetric wrt directionThierry Bastian2009-08-122-39/+39
| * Add the typedefs to QSharedPointer and QWeakPointer to make templateThiago Macieira2009-08-121-0/+21
| * Autotest: make sure we can't create QWeakPointer from a QObject in destruction.Thiago Macieira2009-08-121-0/+2
| * Doc: explain the use of QWeakPointer for tracking QObjectsThiago Macieira2009-08-122-14/+98
| * 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
* | Add comparison operators also to subclassesHarald Fernengel2009-08-101-2/+32
* | s/class/struct/Harald Fernengel2009-08-101-1/+1
* | add operator! to QScopedPointerHarald Fernengel2009-08-102-0/+13
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-1010-66/+154
|\ \
| * \ Merge commit 'qt/master'Jason Barron2009-08-102-10/+8
| |\ \ | | |/
| | * Remove unused member.Jan-Arve Sæther2009-08-101-1/+0
| | * Whitespace cleanupJan-Arve Sæther2009-08-101-3/+3
| | * 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
| | |\
| | * | In a .pro file the include() function does not warn if specified fileKeith Isdale2009-08-101-1/+1
| * | | Merge commit 'qt/master-stable'Jason Barron2009-08-108-56/+146
| |\ \ \ | | | |/ | | |/|
| | * | 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