summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* improved string operations all over the placeThierry Bastian2009-05-282-2/+2
* Add a flag that ensure that a connection is made only oneOlivier Goffart2009-05-271-9/+27
* Fixed keywords signals and slots to Q_SIGNALS and Q_SLOTSThierry Bastian2009-05-261-1/+1
* Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-252-16/+22
* Removed some export to symbols that don't need itThierry Bastian2009-05-252-3/+3
* Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-254-11/+11
* Merge branch '4.5'Thiago Macieira2009-05-223-5/+8
|\
| * Fixed compilation with -qtnamespaceMarkus Goetz2009-05-223-6/+6
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-221-4/+3
|\ \
| * | Mark data as static, use fetch-and-store instead of test-and-setBradley T. Hughes2009-05-221-4/+3
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-2212-312/+308
|\ \ \ | |/ /
| * | 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 git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-192-1/+5
| |\ \ | | |/
| | * Added doc about QSharedMemory and other applicationsMarkus Goetz2009-05-181-0/+4
| | * Fix some typos in the documentation.Frederik Schwarzer2009-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
| * | 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
| * | 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
| * | 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
| * | Compile Warnings removed in canConvertThierry Bastian2009-04-281-2/+3
| * | 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
| |\ \ | | |/
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-231-0/+1
| |\ \
| * \ \ 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
| | * | | Avoids calling function pointer in constructor of QVariantThierry Bastian2009-03-261-23/+23
| | * | | Long live Qt!Lars Knoll2009-03-2374-0/+34453
| | / /
| * | | BT: Fix Cocoa bug w/OpenGL widgets in dock widgets would disappear.Norwegian Rock Cat2009-04-151-0/+1
| * | | Merge commit 'origin/4.5'Olivier Goffart2009-04-151-3/+12
| |\ \ \
| * | | | The QT_NO_SHAREDMEMORY define was checked a bit too lateRobert Griebl2009-04-071-4/+3
* | | | | Merge branch 'kinetic-statemachine' of git@scm.dev.nokia.troll.no:qt/kinetic ...Alexis Menard2009-05-122-3/+4
|\ \ \ \ \
| * | | | | 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