summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master'Jason Barron2009-08-2019-601/+801
|\
| * 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
* | Clarified comment on ordinal use in QLibraryPrivate::loadPlugin()Miikka Heikkinen2009-08-201-2/+5
* | Move the declarative ui destroyed handlingHarald Fernengel2009-08-201-2/+2
* | Reverse the ifdefs to make it clearer, as per code review.axis2009-08-191-3/+3
* | Added some comments after code review.axis2009-08-191-0/+9
* | Cosmetic fix: Unify the Q_DISABLE_COPY macroHarald Fernengel2009-08-191-10/+3
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-195-16/+114
|\ \ | |/
| * 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
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-192-13/+13
|\ \
| * | Did some cleanups after review of the S60 branch.axis2009-08-192-13/+13
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-1914-14/+14
|\ \ \ | |/ /
| * | Changed names and URLs to reflect name change.axis2009-08-1914-14/+14
* | | renamed and restyled exit info printermread2009-08-191-10/+17
|/ /
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-182-12/+21
|\ \
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-185-20/+19
| |\ \
| * | | Fixes to Symbian native engine for QFileSystemWatcher.Shane Kearns2009-08-182-12/+21
* | | | 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