summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Workaround for transacted, locked and inaccesible filesRitt Konstantin2009-07-201-0/+88
* Doc: not an overloadVolker Hilsheimer2009-07-201-2/+0
* Doc: small improvementsVolker Hilsheimer2009-07-201-5/+20
* Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-203-63/+38
|\
| * Fix QTextCodec case-insensitive comparison while in a Turkish locale.Thiago Macieira2009-07-201-4/+8
| * fix crash due to null pointer referencingAlex2009-07-201-1/+1
| * QDirIterator: Doc fixes and whitespace cleanupJoão Abecasis2009-07-171-19/+12
| * Refactoring QDirIteratorPrivate::pushSubDirectoryJoão Abecasis2009-07-171-26/+15
| * QDirIterator: reducing "randomness"João Abecasis2009-07-171-10/+3
| * QDirIterator was returning inconsistent dataJoão Abecasis2009-07-171-6/+1
| * QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-131-1/+1
* | Compile fix with namespaces after 8ab072aff0 broke it.hjk2009-07-201-0/+3
* | Doc: add \since 4.6Volker Hilsheimer2009-07-201-0/+3
* | Get monotonic time working on Mac OS X for corelib programs.Norwegian Rock Cat2009-07-201-2/+21
* | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-193-11/+13
* | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-194-0/+7
* | Add priority property to QActionJens Bache-Wiig2009-07-171-1/+1
* | Doc: Added info on QWrappedEvent to QAbstractTransition::eventTest()Geir Vattekar2009-07-172-1/+13
* | QNetworkAccessManager: HTTP download performance improvementsMarkus Goetz2009-07-172-0/+201
* | Animations: animations with 0 duration would never be auto-deletedThierry Bastian2009-07-171-1/+1
* | Doc: Fixed grammar.David Boddie2009-07-171-1/+1
* | Allow picking up tool button style from the systemJens Bache-Wiig2009-07-161-1/+2
* | Fix warnings for mingwThierry Bastian2009-07-164-10/+9
* | Fix (some) spelling and grammatical errors in translatable strings.Volker Hilsheimer2009-07-162-3/+3
* | A small optimisation for the utf8->utf16 conversion.Denis Dzyubenko2009-07-161-21/+11
* | Changed the implementation of the unicode text codecs to share more code with...Denis Dzyubenko2009-07-164-250/+241
* | Update the license header in a few more placesThiago Macieira2009-07-161-1/+1
* | Fix HPUX compilationRobert Griebl2009-07-151-1/+1
* | avoids strict-antialiasing breakage warningsThierry Bastian2009-07-151-1/+3
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-159-196/+336
|\ \
| * | Fix warnings for QtNetwork on mingwThierry Bastian2009-07-151-3/+3
| * | Restore the use of threadsafe-fdcloexec calls on weird Linux toolchains.Thiago Macieira2009-07-151-1/+18
| * | Support more than 63 handles in QWindowsFileSystemWatcherdt2009-07-153-181/+304
| * | fix warnings for mingw in QtCoreThierry Bastian2009-07-155-11/+11
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-1534-112/+250
|\ \ \ | |/ /
| * | outdated comment in qfsfileengine_win.cpp removedJoerg Bornemann2009-07-141-2/+0
| * | large file support for Windows CEJoerg Bornemann2009-07-141-16/+19
| * | micro optimization in qfsfileengine_win.cppJoerg Bornemann2009-07-141-4/+2
| * | Build fix for mingwThierry Bastian2009-07-146-11/+12
| * | doc: Use \inheaderfile to show which include file to include.Martin Smith2009-07-131-1/+1
| * | QTreeView: now dragging lots of items is fastThierry Bastian2009-07-133-4/+4
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-1312-64/+89
| |\ \
| | * | QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-131-1/+1
| | * | doc: Clarified what Qt::HANDLE is on Windows.Martin Smith2009-07-131-3/+8
| | * | Revert "Fixed leak of plugin instances"João Abecasis2009-07-131-18/+1
| | * | fix warning in qstringbuilder.h by using QLatin1Charhjk2009-07-131-1/+1
| | * | doc: Clarified that native messages are being handled.Martin Smith2009-07-102-24/+43
| | * | Fix compilation support with namespaces for QtLibcSupplementThiago Macieira2009-07-101-3/+4
| | * | fix the test _and_ the class :)Harald Fernengel2009-07-031-1/+1
| | * | Add a specialization for QByteArrayHarald Fernengel2009-07-031-0/+12