summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master-stable'Jason Barron2009-07-27112-2967/+3772
|\
| * Fix time change detection on UNIX systems without monotonic timersBradley T. Hughes2009-07-232-42/+79
| * Fix two errors of QDirIteratorPrivate::matchesFilters()Benjamin Poulain2009-07-231-8/+2
| * Omit monotonic timer detection/conditional code on Mac OS XBradley T. Hughes2009-07-232-18/+14
| * make statemachine compile with QT_NO_PROPERTIESKent Hansen2009-07-234-0/+22
| * Add the math3d types to QVariantRhys Weatherley2009-07-234-3/+45
| * CompileAnders Bakken2009-07-221-1/+2
| * Fix potential deadlock in QAbstractFileEngineJoão Abecasis2009-07-221-10/+12
| * Make QStateMachine inherit QStateKent Hansen2009-07-225-222/+111
| * Prefer mutable over const_cast.João Abecasis2009-07-222-5/+4
| * Bugfix/optimization in QResourceFileEngineIteratorJoão Abecasis2009-07-221-2/+1
| * Off-by-one error in QResourceFileEngineIteratorJoão Abecasis2009-07-221-1/+1
| * Don't hide errors in QDirIteratorJoão Abecasis2009-07-221-4/+1
| * QDirIterator refactoringJoão Abecasis2009-07-221-5/+18
| * QDirIterator refactoringJoão Abecasis2009-07-221-6/+5
| * QDirIterator refactoringJoão Abecasis2009-07-221-13/+16
| * QDirIterator: fail early, fail oftenJoão Abecasis2009-07-221-2/+2
| * 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