summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* fix minor issue introduced in 6ca14dcRitt Konstantin2009-07-241-8/+4
* qdoc: Fixed all references to obsolete QHttp classes.Martin Smith2009-07-241-6/+11
* Remove all the last vestiges of QuickDraw in Qt/Mac.Norwegian Rock Cat2009-07-241-4/+0
* Document my new backend.Norwegian Rock Cat2009-07-241-3/+5
* Compile.Norwegian Rock Cat2009-07-241-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Yard2009-07-2434-672/+1355
|\
| * Implement an FSEvents-based QFileSystemWatcherEngineNorwegian Rock Cat2009-07-234-2/+607
| * 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