summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* rename QLockedMutexUnlocker to QMutexUnlockerHarald Fernengel2009-08-171-5/+5
* Changed to SymbianVersion enum after review.axis2009-08-172-9/+9
* remove a ### commentLars Knoll2009-08-141-3/+1
* Fixed merge failure in qfsfileengine_unix.cpp.Miikka Heikkinen2009-08-141-3/+4
* Changing names of Symbian leave <-> qt throw translation functionsmread2009-08-133-13/+13
* Fix compilation of unix file engine.Jason Barron2009-08-131-19/+20
* Clean up platform defines a bitHarald Fernengel2009-08-131-3/+1
* trivial: change commentHarald Fernengel2009-08-131-1/+1
* Fix QVarLengthArray out of bounds readHarald Fernengel2009-08-131-1/+3
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-131-2/+2
|\
| * Worked around RVCT scoping issues by making scope explicit in places thatMiikka Heikkinen2009-08-131-2/+2
* | 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