summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master'Jason Barron2009-08-18109-764/+8626
|\
| * fix includes to use lower-caseHarald Fernengel2009-08-1714-25/+22
| * Rename qlistdata.cpp (back) to qlist.cpp.Volker Hilsheimer2009-08-172-1/+1
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-08-1781-459/+7994
| |\
| | * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-1781-459/+7994
| * | Doc: Clarified the difference between timer resolution and accuracy.David Boddie2009-08-171-4/+16
| |/
| * Doc: Clarified that arguments should be passed as separate strings.David Boddie2009-08-171-5/+13
| * More coverity warnings removedThierry Bastian2009-08-171-2/+2
| * Better handling of qreal with QVariantThierry Bastian2009-08-173-15/+28
| * Fixed coverity warningsThierry Bastian2009-08-171-1/+1
| * Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-175-5/+8
| * doc: Eliminated two qdoc error reports.Martin Smith2009-08-171-0/+10
| * 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
* | | 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