summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Warwick Allison2009-05-152-4/+5
|\
| * Merge branch '4.5'Thiago Macieira2009-05-142-4/+5
| |\
| | * Use isNull() for strings instead of comparing against QString().Jesper Thomschütz2009-05-141-2/+2
| | * Adding details to QVariant docsMorten Engvoldsen2009-05-131-2/+3
* | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-5/+1
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-05-122-163/+99
|\ \ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Alexis Menard2009-05-122-163/+99
| |\ \ \ | | |/ /
| | * | Almost 200 symbols that didn't need to be exported.Thierry Bastian2009-05-111-1/+1
| | * | Compilation for debug buildsOlivier Goffart2009-05-111-12/+11
| | * | Faster slot disconnection while destroying of QObjectOlivier Goffart2009-05-112-150/+87
* | | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-122-1/+2
|/ / /
* | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-122-23/+37
* | | Lower case role names are needed.Martin Jones2009-05-111-6/+7
* | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Michael Brasser2009-05-072-5/+3
|\ \ \
| * | | update stale docKent Hansen2009-04-291-1/+1
| * | | rename QBoundEvent to QWrappedEvent and make it publicKent Hansen2009-04-291-1/+1
| * | | kill StateFinished from docsKent Hansen2009-04-291-1/+0
| * | | kill StateFinished event type since it doesn't exist anymoreKent Hansen2009-04-281-2/+1
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-05-053-7/+17
|\ \ \ \ | | |/ / | |/| |
| * | | Deprecate qt_mac_set_show_menubar for a public cross-platform API.Norwegian Rock Cat2009-05-041-0/+14
| * | | prefer macro over stubMaurice Kalinowski2009-05-042-7/+3
* | | | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-041-1/+1
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-04-281-2/+3
|\ \ \ \ | |/ / /
| * | | Compile Warnings removed in canConvertThierry Bastian2009-04-281-2/+3
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-04-285-35/+47
|\ \ \ \ | |/ / /
| * | | Fixed to float support in QVariantThierry Bastian2009-04-271-25/+33
| * | | Remove the Direct3D engine.Gunnar Sletta2009-04-241-8/+7
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-232-2/+6
| |\ \ \ | | | |/ | | |/|
| | * | Allow QThread to start a QTimer and QEventLoop before QCoreApplication is con...Bradley T. Hughes2009-04-232-2/+6
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-231-0/+1
| |\ \ \ | | |/ /
| | * | Doc fixesJoão Abecasis2009-04-221-0/+1
* | | | Revert "Fix sefaults introduced by merge."Michael Brasser2009-04-283-76/+83
* | | | Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-272-1/+19
* | | | Simplify QMetaProperty::propertyIndex functionAaron Kennedy2009-04-271-1/+1
* | | | Fix sefaults introduced by merge.Michael Brasser2009-04-233-83/+76
* | | | Fix merge error.Michael Brasser2009-04-221-4/+30
* | | | Merge branch 'kinetic-animations' of ../../qt/kinetic into kinetic-declarativeuiMichael Brasser2009-04-221-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | docKent Hansen2009-04-171-0/+3
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-04-178-19/+47
| |\ \ \ | | | |/ | | |/|
| | * | BT: Fix Cocoa bug w/OpenGL widgets in dock widgets would disappear.Norwegian Rock Cat2009-04-151-0/+1
| * | | Initial import of kinetic-animations branch from the old kineticAlexis Menard2009-04-1774-0/+34480
| / /
* | | Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-2214-60/+2871
| |/ |/|
* | Merge commit 'remotes/tb-optim/qvariant-optimizations'Thierry Bastian2009-04-173-60/+88
|\ \
| * | make construction for known type fasterThierry Bastian2009-03-312-23/+34
| * | make the float constructor inline (improves construction/destruction performa...Thierry Bastian2009-03-312-3/+1
| * | small change wrt to destruction (patch suggested by ogoffart)Thierry Bastian2009-03-311-5/+9
| * | add proper support for floats to QVariantThierry Bastian2009-03-262-7/+21
| * | Improved qVariantSetValue by reusing the internals if possibleThierry Bastian2009-03-261-1/+12
| * | small simplification in internals of QVariantThierry Bastian2009-03-261-25/+4
| * | Added template to the private classes to avoid double allocation in QVariantThierry Bastian2009-03-261-7/+18