summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Martin Jones2009-08-1714-246/+529
|\
| * Reimplement qSwap and Q_DECLARE_SHARED differently.Thiago Macieira2009-08-144-41/+40
| * QVariant: added toFloat and toRealThierry Bastian2009-08-142-11/+48
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtWarwick Allison2009-08-14418-816/+1197
| |\
| | * remove unneeded distinction between Windows and Windows CERitt Konstantin2009-08-131-5/+1
| | * create world TRUSTEE only once in QFSFileEngine (Win)Ritt Konstantin2009-08-131-22/+23
| | * use BuildTrusteeWithSid instead of BuildTrusteeWithNameRitt Konstantin2009-08-131-52/+13
| | * remove needless resolvings in qfsfileengine_win.cppRitt Konstantin2009-08-131-53/+31
| | * fixing return values _wchmod on Windows CEJoerg Bornemann2009-08-132-4/+5
| | * Add QIntegerForSize<1> and QIntegerForSize<2>.Thiago Macieira2009-08-131-0/+2
| | * Internal doc: explain how QSharedPointer worksThiago Macieira2009-08-132-18/+305
| | * Fix coverity warningsThierry Bastian2009-08-131-0/+1
| | * Fix compile issue for animation frameworkThierry Bastian2009-08-131-1/+1
| | * QPropertyAnimation: refactor of the default-value codeThierry Bastian2009-08-133-41/+33
| * | QT_NO_URL_CAST_FROM_STRING, like QT_NO_CAST_FROM_ASCIIWarwick Allison2009-08-142-0/+28
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-08-13419-1058/+1338
|\ \ \ | | |/ | |/|
| * | 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