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-2020-601/+802
|\
| * Add value_type definition for STL compatibility.David Faure2009-08-201-0/+1
| * Fix warning and potential infinite recursion.Olivier Goffart2009-08-201-1/+2
| * Fix potential Infinite recurstion.Olivier Goffart2009-08-201-3/+2
| * Remove a few warnings when compiling Qt and unexport some functions.Thiago Macieira2009-08-206-3/+10
| * Fix QVariant::toFloat() and QVariant::toRealOlivier Goffart2009-08-202-2/+3
| * Instantiate the CP949 codec when building with -no-iconvBradley T. Hughes2009-08-201-0/+1
| * 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 branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-08-19101-533/+8209
|\ \ | |/
| * 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
| * 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
* | 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