summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QDirIterator: Cleaning up after one's selfJoão Abecasis2009-07-221-2/+1
* QDirIterator cleanup after refactoringJoão Abecasis2009-07-221-9/+8
* QDirIterator refactoringJoão Abecasis2009-07-221-11/+7
* QDirIterator refactoringJoão Abecasis2009-07-221-9/+9
* QDirIterator: no point in delaying the inevitableJoão Abecasis2009-07-221-7/+3
* QDirIterator refactoringJoão Abecasis2009-07-221-4/+3
* QDirIterator: another one bites the dustJoão Abecasis2009-07-221-12/+5
* Still fixing QDirIterator...João Abecasis2009-07-221-2/+2
* QDirIterator cleanupJoão Abecasis2009-07-221-7/+5
* QDirIterator: Don't recurse into hidden directories unless askedJoão Abecasis2009-07-221-0/+4
* QDirIterator moving around conditionsJoão Abecasis2009-07-221-6/+5
* Faster condition comes firstJoão Abecasis2009-07-221-1/+1
* QDirIterator: refactor initializations in private constructorJoão Abecasis2009-07-221-5/+5
* Merge commit 'origin/4.5'Olivier Goffart2009-07-221-2/+0
|\
| * Fix building in a namespace when building with -arch ppc on Mac OS XAndy2009-07-211-2/+0
* | delete incorrect documentationKent Hansen2009-07-221-12/+0
* | Silence compiler warnings on shadowing of member functions.Volker Hilsheimer2009-07-211-11/+11
* | Merge the memcpy with the lowercasing and the non-ASCII detection.Thiago Macieira2009-07-211-13/+17
* | Slight performance improvement by caching the label size.Thiago Macieira2009-07-211-7/+14
* | Minor performance improvements in nameprepping.Thiago Macieira2009-07-212-25/+28
* | Fix bug in locating non-lowercase TLDs: must lowercase.Thiago Macieira2009-07-211-2/+6
* | One more improvement in QUrl: avoid an extra lowercasing step.Thiago Macieira2009-07-211-17/+13
* | Improve performance in QUrl parsing by doing in-line operations.Thiago Macieira2009-07-211-31/+32
* | Change qt_nameprep to do in-line namepreppingThiago Macieira2009-07-211-26/+24
* | Add qt_string_normalize to do in-place Unicode normalization.Thiago Macieira2009-07-212-37/+37
* | Implement strict STD3 checking of hostnames in URLs.Thiago Macieira2009-07-211-69/+172
* | Fix memory leak with wrapped eventsKent Hansen2009-07-211-0/+3
* | 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
* | 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