summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-05-2221-1304/+178
|\
| * Merge commit 'origin/4.5'Samuel Rødal2009-05-201-4/+1
| |\
| | * Fix a compile error on MSVC 64bits due to qhash casting a pointer.Thierry Bastian2009-05-201-4/+1
| * | Remove QDumper. It was used in a previous version of creator but is nowThierry Bastian2009-05-202-1158/+0
| * | allow to debug QVariant of float typeThierry Bastian2009-05-201-1/+4
| * | Use a per object lock for signal/slotsOlivier Goffart2009-05-201-22/+44
| * | Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-201-3/+4
| |\ \ | | |/
| | * Optimize QIoDevice::readAll() to possibly do less (re)allocationsMarkus Goetz2009-05-201-3/+4
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-1912-20/+33
| |\ \ | | |/
| | * Fix stopping link loops in QDirIterator on WindowsEskil Abrahamsen Blomfeldt2009-05-191-2/+2
| | * Clarifying what QLocale::C is and is notNils Christian Roscher-Nielsen2009-05-191-2/+2
| | * Clearifying QUrl docsMorten Engvoldsen2009-05-191-0/+6
| | * Fix compiler warning: use C++ cast operator, not the old-style C cast.Ariya Hidayat2009-05-191-1/+1
| | * Added doc about QSharedMemory and other applicationsMarkus Goetz2009-05-181-0/+4
| | * Replace all occurences of "heirarchy" with "hierarchy"Andre Haupt2009-05-181-1/+1
| | * Fix handling of dynamic casts in QSharedPointer.Thiago Macieira2009-05-181-9/+12
| | * Fix some typos in the documentation.Frederik Schwarzer2009-05-185-5/+5
| * | Merged branch 'master' of git://gitorious.org/~dfaure/qt/dfaures-clone.gitSimon Hausmann2009-05-181-1/+1
| |\ \
| | * | Fix compilation with strict iteratorsDavid Faure2009-05-181-1/+1
| * | | Add src/corelib/kernel/qpointer.cpp to src/corelib/kernel/kernel.priBradley T. Hughes2009-05-181-1/+2
| * | | Merge commit 'origin/4.5'Olivier Goffart2009-05-181-4/+9
| |\ \ \ | | | |/ | | |/|
| | * | Fix race condition in ~QObjectOlivier Goffart2009-05-182-20/+11
| * | | Make QVectorTypedData inheriting from QVectorDataOlivier Goffart2009-05-181-13/+3
| * | | Fix warning on QVector with gcc4.4Olivier Goffart2009-05-181-77/+77
| | |/ | |/|
* | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Michael Brasser2009-05-1826-395/+388
|\ \ \
| * | | Avoid resetting the QVariantAnimation::currentValue when changing stateLeonardo Sobral Cunha2009-05-151-2/+0
| * | | General refactors in QVariantAnimationLeonardo Sobral Cunha2009-05-152-27/+35
| * | | Update current value on QVariantAnimation::setKeyValuesLeonardo Sobral Cunha2009-05-151-0/+1
| * | | Avoid interpolating if we have less than 2 key values in QVariantAnimationLeonardo Sobral Cunha2009-05-151-4/+10
| * | | Indentation and whitespace fixes in animation apiLeonardo Sobral Cunha2009-05-155-13/+10
| * | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-141-1/+1
| |\ \ \
| | * \ \ Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-05-1318-290/+115
| | |\ \ \
| | | * | | correctly handle multiple event transitions for same (object,event)Kent Hansen2009-05-132-7/+14
| | * | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-05-1252-720/+1100
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...David Boddie2009-04-296-131/+171
| | |\ \ \ \ \
| | * | | | | | Merged local changes.David Boddie2009-04-291-1/+1
| * | | | | | | Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-149-10/+10
| * | | | | | | correctly handle multiple event transitions for same (object,event)Kent Hansen2009-05-132-7/+14
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-131-55/+85
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Geir Vattekar2009-05-133-15/+23
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | Doc: Work on QStateMachine class descriptionGeir Vattekar2009-05-131-55/+85
| | * | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-05-1225-438/+451
| | |\ \ \ \ \ \
| * | | | | | | | kill the QT_STATEMACHINE_SOLUTION defineKent Hansen2009-05-1318-228/+16
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | correctly handle multiple signal transitions for same (object,signal)Kent Hansen2009-05-123-15/+23
| * | | | | | | Merge branch 'kinetic-statemachine' of git@scm.dev.nokia.troll.no:qt/kinetic ...Alexis Menard2009-05-1254-2748/+1524
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-123-7/+65
| | |\ \ \ \ \ \
| | | * | | | | | Doc: Work on QPauseAnimationGeir Vattekar2009-05-111-0/+16
| | | * | | | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Geir Vattekar2009-05-115-12/+74
| | | |\ \ \ \ \ \
| | | * | | | | | | Doc: Work on QParallelAnimationGroup and QSequentialAnimationGroupGeir Vattekar2009-05-112-7/+49
| | * | | | | | | | Fixes crash when calling QState::setErrorState() with null pointerEskil Abrahamsen Blomfeldt2009-05-121-1/+1
| | | |/ / / / / / | | |/| | | | | |