summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-07-3032-119/+1403
|\
| * Remove "no-stl" from the build key and add compatibility for old plugins.Thiago Macieira2009-07-292-5/+4
| * Move the 'timeval' operators to qcore_unix_p.h.Jason Barron2009-07-293-49/+46
| * Port of Qt to QNXHarald Fernengel2009-07-296-36/+19
| * Port of Qt to VxWorksRobert Griebl2009-07-2928-29/+1334
* | Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-2878-1401/+2968
|\ \ | |/
| * Implement a new pointer-tracking mechanism for QSharedPointer.Thiago Macieira2009-07-282-41/+105
| * Fix startDetached: the pipes must be CLOEXEC for them to work.Thiago Macieira2009-07-281-2/+2
| * Work around weird issue with Sun CC 5.9: Self was the wrong class.Thiago Macieira2009-07-281-2/+2
| * Sun CC 5.9 does not support template friendsThiago Macieira2009-07-281-0/+3
| * Work around a Sun CC 5.9 compiler bug: the threadEngine variable isn't found.Thiago Macieira2009-07-271-2/+4
| * Sun CC 5.9 still doesn't support Template-Template ParametersThiago Macieira2009-07-271-3/+1
| * Fix warning with Sun CC 5.9 and xlC 7: no new types inside anonymous unions.Thiago Macieira2009-07-271-5/+6
| * Compile on Mac OS XBradley T. Hughes2009-07-271-1/+1
| * Compile on Mac OS XBradley T. Hughes2009-07-272-4/+4
| * Avoid floating point code when converting Mach time to timevalBradley T. Hughes2009-07-271-2/+2
| * Refactor monotonic time code to avoid duplication.Bradley T. Hughes2009-07-274-114/+60
| * Doc: Replace links to obsolete APIs.Volker Hilsheimer2009-07-253-8/+10
| * Fix compilation with older GCC versions: need a constructor.Thiago Macieira2009-07-251-0/+5
| * Fix warnings when compiling Qt (tst_warnings).Thiago Macieira2009-07-251-2/+2
| * Adapt the contiguous-creator code to use the new custom deleter code.Thiago Macieira2009-07-241-26/+27
| * Revert "Revert "Add support for creating the object alongside the Data struct...Thiago Macieira2009-07-241-0/+47
| * Remove the old specialised deleter implementation from QSharedPointer.Thiago Macieira2009-07-241-12/+0
| * Implement a new custom deleter implementation for QSharedPointerThiago Macieira2009-07-241-1/+54
| * 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