summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master-stable' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-2010-596/+787
|\
| * Improve memory usage of the connectionlists inside QObjectOlivier Goffart2009-08-197-204/+335
| * Doc - mentioning that the begin...() functions emit a signal that mustKavindra Devi Palaraja2009-08-191-0/+15
| * Changed the streambookmarks example to use aggregationThorbjørn Lindeijer2009-08-191-3/+3
| * Doc - Fixed whitespace issuesKavindra Devi Palaraja2009-08-191-15/+15
| * Doc - Cleanups on QAbstractTableModel, QAbstractItemModel, etc.Kavindra Devi Palaraja2009-08-191-388/+433
| * Make the license test pass.Frans Englich2009-08-191-1/+1
* | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-1995-512/+8162
|\ \ | |/
| * Doc: explain that QUrl::toAce may fail if its input is not correct.Thiago Macieira2009-08-181-0/+4
| * Added a behaviour parameter to QXmlStreamReader::readElementTextThorbjørn Lindeijer2009-08-182-8/+57
| * Added two convenience functions to QXmlStreamReaderThorbjørn Lindeijer2009-08-182-0/+52
| * Animations: update the documentationThierry Bastian2009-08-181-7/+0
| * As of Qt 4.6, the minimum OS X version is 10.4.Morten Sorvig2009-08-181-1/+1
| * 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
* | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-17424-933/+1416
|\ \ | |/
| * 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
| | * 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