summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | #159306 QAbstractItemModel::reset Doc changePeter Yard2009-07-241-1/+2
* | | qguard_p.h is in private directory.Martin Jones2009-07-281-1/+1
* | | Fixed missing forward declarations, which made gcc fail to compileErik Verbruggen2009-07-271-0/+2
* | | removing Q_CORE_EXPORT for q_guard_addGuard() and q_guard_removeGuard()Thomas Hartmann2009-07-274-30/+25
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Aaron Kennedy2009-07-2358-1153/+1957
|\ \ \ | | |/ | |/|
| * | 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