summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Add prototype value type supportAaron Kennedy2009-07-2315-124/+758
|
* Remove unnecessary methods from QmlBindingAaron Kennedy2009-07-202-14/+3
| | | | QmlBinding is no longer instantiable from QML, so this stuff isn't needed.
* Prevent expression evaluation data from overlappingAaron Kennedy2009-07-203-4/+20
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-2018-141/+164
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-208-21/+43
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-209-115/+109
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Add an inSync property that holds whether the target has "caught up"Martin Jones2009-07-202-5/+27
| | | | | | | | | | | | | | | | Useful for determining when the target has finished animating.
| | * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-20158-16861/+5092
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-154-11/+138
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Remove unnecessary semicolonsMartin Jones2009-07-146-16/+16
| | | | | |
| * | | | | Pause instead of stop when playing == false.Alan Alpert2009-07-201-1/+1
| | | | | |
| * | | | | Fix bug in AnimatedImage where it wouldn't show until playedAlan Alpert2009-07-202-4/+11
| | |_|_|/ | |/| | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-2020-85/+154
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-204-1/+15
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | | Fix warning.Michael Brasser2009-07-201-1/+1
| | | | | | |
| | | * | | | Add missing docs.Michael Brasser2009-07-203-0/+14
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-1915-44/+99
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Remove debuggeryWarwick Allison2009-07-171-1/+0
| | | | | |
| * | | | | Add selection control to QFxLineEditAlan Alpert2009-07-203-113/+93
| | | | | | | | | | | | | | | | | | | | | | | | Should behave the same as in QFxTextEdit
| * | | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-1712-129/+71
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: demos/declarative/samegame/content/BoomBlock.qml
| * \ \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-17113-14121/+2103
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-1630-644/+546
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | | | | Fix a bug in QmlFollowAlan Alpert2009-07-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using a follow by turning it on and off at times was not working right.
* | | | | | | | | Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-2012-327/+245
| | | | | | | | |
* | | | | | | | | Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-2028-109/+100
| | | | | | | | |
* | | | | | | | | Simplify binding optimizationAaron Kennedy2009-07-204-423/+116
| | | | | | | | |
* | | | | | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-2011-41/+54
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | | | | Fix compilation after change 6626a9Leonardo Sobral Cunha2009-07-171-0/+2
| | | | | | | | |
| * | | | | | | | CompileEskil Abrahamsen Blomfeldt2009-07-1710-41/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change 6626a9 broke compilation because several files indirectly depended on a #include that was removed.
* | | | | | | | | Add some basic QML benchmarksAaron Kennedy2009-07-171-0/+12
|/ / / / / / / /
* | | | | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-1714-164/+108
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfximage.h
| * | | | | | | WidgetContainer renamed to GraphicsObjectContainer.Michael Brasser2009-07-173-39/+40
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Also corrected handling of scene change.
| * | | | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-171-25/+19
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | | Stop the clock while no visible particles and not emitting.Warwick Allison2009-07-171-25/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix size and update logic. Was using 100% CPU.
| * | | | | | | Basic inputMethodQuery support for KeyProxy.Michael Brasser2009-07-174-13/+41
| | | | | | | |
| * | | | | | | LineEdit cleanup.Michael Brasser2009-07-173-37/+4
| | | | | | | |
| * | | | | | | Remove non-functioning opaque property.Michael Brasser2009-07-173-44/+2
| | | | | | | |
| * | | | | | | Minor cleanup.Michael Brasser2009-07-171-6/+3
| |/ / / / / /
* | | | | | | Missing SetDefault instructionAaron Kennedy2009-07-171-0/+5
| | | | | | |
* | | | | | | Add NOTIFY for count signalAaron Kennedy2009-07-172-0/+3
| | | | | | |
* | | | | | | Add a preserveAspect property to ImageAaron Kennedy2009-07-173-3/+38
|/ / / / / /
* | | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-17113-14121/+2103
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-1636-1742/+1643
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: src/declarative/fx/qfxitem.h src/declarative/util/qfxview.h src/gui/graphicsview/qgraphicsitem_p.h
| | * \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-1644-1753/+2527
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | | | Recognize T_MULTILINE_STRING_LITERAL as a primary expression and removed ↵Roberto Raggi2009-07-165-977/+929
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UiMultilineStringLiteral statements.
| | | * | | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-1637-695/+1415
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * | | | | Add an errors() signal to QFxViewKai Koehne2009-07-162-48/+18
| | | | | |/ / / | | | | |/| | | | | | | | | | | | | | | | | | | This is in addition to the logging to the console. Discussed with Aaron.
| | | * | | | | Qualifiers and versioning for C++-defined types.Warwick Allison2009-07-164-81/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (and a *TEST* hack for Qt/4.6/ - this is exactly NOT the way to do it) Two-step type resolution for Javascript (Aaron).
| | * | | | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-1534-3169/+2670
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-1554-2546/+3962
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui