summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-024-18/+34
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Added some missing documentation.axis2010-02-021-0/+1
| | * | | | | | | Documented limitations of add/setLibraryPath(s) on Symbian OSMiikka Heikkinen2010-02-011-0/+8
| | * | | | | | | Fixed no-timeout case for QProcess::waitForFinished in SymbianMiikka Heikkinen2010-02-011-17/+24
| | * | | | | | | Catch by reference rather than by valueIain2010-02-011-1/+1
| | |/ / / / / /
* | | | | | | | QDir fix issues with (shared) cached listsJoão Abecasis2010-02-031-4/+6
* | | | | | | | Merge branch 'qt-master-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-02-021-0/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-021-0/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Only set the _WIN32_WINNT define if it is not set or less than 0x0400Andy Shaw2010-02-011-0/+2
| | |/ / / / / /
* | | | | | | | Revert "add QModelIndex::rowCount() and QModelIndex::ColumnCount convenience ...Olivier Goffart2010-02-022-29/+1
|/ / / / / / /
* | | | | | | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-016-27/+34
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Core classes, examples, demos: Some changes from string to charMarkus Goetz2010-01-281-1/+1
| | |_|/ / / | |/| | | |
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-282-2/+5
| |\ \ \ \ \
| | * | | | | removed a debug traceThierry Bastian2010-01-271-2/+0
| | * | | | | Doc fixes: Remove some lies from QEasingCurve.Jan-Arve Sæther2010-01-271-3/+3
| | * | | | | doc: Corrected misspelled word.Martin Smith2010-01-271-1/+1
| | * | | | | Autotest: add a test for allowing hostnames ending in dotThiago Macieira2010-01-221-1/+1
| | * | | | | Fix QUrl::toAce for domains with dot at endThorvald Natvig2010-01-221-1/+4
| | | |/ / / | | |/| | |
| * | | | | Fix QSettings default paths not being initialized when setPath() is calledDaniel Molkentin2010-01-271-19/+25
| * | | | | removed a debug traceThierry Bastian2010-01-221-2/+0
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-221-3/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Jan-Arve Sæther2010-01-211-1/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Doc fixes: Remove some lies from QEasingCurve.Jan-Arve Sæther2010-01-211-3/+3
* | | | | | Merge commit 'oslo1/master' into oslo1-masterRohan McGovern2010-02-0149-505/+942
|\ \ \ \ \ \
| * | | | | | Use X/Open LFS extensions for 64-bit support on directory iterationJoão Abecasis2010-01-292-16/+17
| * | | | | | nano-optimizationsRitt Konstantin2010-01-291-10/+4
| * | | | | | code cleanup and styling fixesRitt Konstantin2010-01-292-159/+108
| * | | | | | QDirPrivate: remove unused q_ptr and Q_DECLARE_PUBLICRitt Konstantin2010-01-291-13/+8
| * | | | | | QDir: clear internal file lists cache earlyRitt Konstantin2010-01-291-4/+3
| * | | | | | QDirPrivate::setPath: always initialize the file engineRitt Konstantin2010-01-291-9/+4
| * | | | | | optimize QDir::cd()Ritt Konstantin2010-01-291-7/+6
| * | | | | | QDirPrivate::Data: remove needless clear()-s in constructorsRitt Konstantin2010-01-291-5/+4
| * | | | | | QDir::cleanPath: strip trailing slash for "/:/" on non-win platformsRitt Konstantin2010-01-291-3/+6
| * | | | | | QDir::entry(Info)List(): really use cached dataRitt Konstantin2010-01-291-2/+6
| * | | | | | Fix QDir::operator[] documentationRitt Konstantin2010-01-291-4/+1
| * | | | | | Merge commit 'refs/merge-requests/388' of git://gitorious.org/qt/qt into inte...David Boddie2010-01-281-1/+1
| |\ \ \ \ \ \
| | * | | | | | doc: Fix typo in QEvent::ignore() documentationAdemar de Souza Reis Jr2009-12-031-1/+1
| * | | | | | | Fix regressions introduced in 3a5eb87965b60a3e249a16dc48cb06f4759dfb1bJoão Abecasis2010-01-271-10/+10
| * | | | | | | Make indexOfMethod not crash when going through a metaobject with methodCount...Thiago Macieira2010-01-271-2/+5
| * | | | | | | Optimise QStringList::join by pre-allocating the final size.Thiago Macieira2010-01-261-0/+10
| * | | | | | | Whitespace cleanupRitt Konstantin2010-01-261-68/+18
| * | | | | | | cleanups & styling fixesRitt Konstantin2010-01-261-47/+46
| * | | | | | | QFileInfo: Implement additional caching of FileOwner stringsRitt Konstantin2010-01-262-2/+18
| * | | | | | | qfileinfo_p.h: removed unnecessary dependency on QFSFileEngineRitt Konstantin2010-01-262-4/+4
| * | | | | | | Simplify QFileInfoPrivate::getFileTimeRitt Konstantin2010-01-261-18/+11
| * | | | | | | QFileInfo: Don't re-stat files, when in caching modeRitt Konstantin2010-01-262-32/+44
| * | | | | | | QFileInfoPrivate::Data: don't call clear() from constructorsRitt Konstantin2010-01-261-4/+6
| * | | | | | | fix regression introduced in 44766d2Ritt Konstantin2010-01-261-0/+2
| * | | | | | | Add the ability for the SunStudio 8+ compilers to doDarin Broady2010-01-221-2/+3
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Adding a warning if the property of an animation is not writableThierry Bastian2010-01-221-1/+3