summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Use the configure script to enable/disable QtConcurrent and QtXmlPatternsThiago Macieira2009-07-211-18/+5
| * | xlC 7 cannot compile QtConcurrent with these templates hereThiago Macieira2009-07-211-1/+1
| * | Fix compilation with xlC 7: the cast is necessary to get delete[] to understa...Thiago Macieira2009-07-211-1/+1
| * | Fix warning with Sun CC 5.9 and xlC 7: no new types inside anonymous unions.Thiago Macieira2009-07-211-5/+6
| * | There's no need to include qstringmatcher.h in qstringlist.hThiago Macieira2009-07-212-1/+1
| * | Disable visibility on CC 5.9 since the compiler doesn't like itThiago Macieira2009-07-211-1/+2
| * | Try to express ourselves better in the explanation for the curve types.Jan-Arve Sæther2009-07-211-81/+84
| * | Doc fixes to QEasingCurve.Jan-Arve Sæther2009-07-211-7/+8
| * | Fixes memory leak of global data.Denis Dzyubenko2009-07-211-1/+5
* | | #159306 QAbstractItemModel::reset Doc changePeter Yard2009-07-241-1/+2
|/ /
* | 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