summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add prototype value type supportAaron Kennedy2009-07-2319-126/+813
|
* 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-2049-241/+382
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-2011-27/+64
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-2037-185/+250
| | |\ | | | | | | | | | | | | 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-204-11/+47
| | | | | | | | | | | | | | | | Useful for determining when the target has finished animating.
| | * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-201322-25536/+33693
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-159-13/+188
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Remove unnecessary semicolonsMartin Jones2009-07-146-16/+16
| | | | | |
| | * | | | Add Timer to elements referenceMartin Jones2009-07-141-0/+1
| | | | | |
| * | | | | Update Gnome theme to only spin on mouse over, like same-gnomeAlan Alpert2009-07-208-24/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that currently we can only get mouse move signals if a button is pressed.
| * | | | | 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
| | |_|_|/ | |/| | |
| * | | | Bug fixes for SameGame demoAlan Alpert2009-07-205-3/+0
| | | | | | | | | | | | | | | | | | | | pngs are now 40x40, swapping between themes works again.
| * | | | Use the images from Same Gnome as our second theme.Alan Alpert2009-07-208-12/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also stopped switching background as part of the theme, partly because SameGnome doesn't have a background image and partly because it wasn't working right anyway.
| * | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-2044-135/+552
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-201-0/+2
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | | Compile fix.Michael Brasser2009-07-201-0/+2
| | | | | | |
| | * | | | | Make network cache size settable.Warwick Allison2009-07-203-13/+18
| | | | | | |
| | * | | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-205-2/+16
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | | Fix warning.Michael Brasser2009-07-201-1/+1
| | | | | | |
| | | * | | | Compile fix.Michael Brasser2009-07-201-1/+1
| | | | | | |
| | | * | | | Add missing docs.Michael Brasser2009-07-203-0/+14
| | | | |_|/ | | | |/| |
| | * | | | Make identical to non-simple example.Warwick Allison2009-07-201-4/+13
| | | | | |
| | * | | | Update in light of new Image.preserveAspect propertyWarwick Allison2009-07-206-21/+10
| | | | | |
| | * | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-1928-48/+456
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Remove debuggeryWarwick Allison2009-07-171-1/+0
| | | | | |
| * | | | | Emit selectionChange when setSelection is calledAlan Alpert2009-07-201-0/+5
| | | | | |
| * | | | | Add selection control to QFxLineEditAlan Alpert2009-07-203-113/+93
| | | | | | | | | | | | | | | | | | | | | | | | Should behave the same as in QFxTextEdit
| * | | | | Fixup minehunt example with the new style particle explosionsAlan Alpert2009-07-202-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that there seems to be a bug still with when the RunScriptAction is called.
| * | | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-1719-148/+108
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-171180-20850/+26706
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-1650-669/+654
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | | | | SameGame notifies player of game overAlan Alpert2009-07-163-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As requested by Aaron.
| * | | | | | | | Updates to the SameGame demoAlan Alpert2009-07-164-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tiles now fall down from the top, instead of the corner, and a bit of clean up.
| * | | | | | | | 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-2014-328/+246
| | | | | | | | |
* | | | | | | | | 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-2014-42/+56
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | | | | Fix compilation after change 6626a9Leonardo Sobral Cunha2009-07-172-0/+3
| | | | | | | | |
| * | | | | | | | CompileEskil Abrahamsen Blomfeldt2009-07-1710-41/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change 6626a9 broke compilation because several files indirectly depended on a #include that was removed.
| * | | | | | | | CompileEskil Abrahamsen Blomfeldt2009-07-172-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved some code so that the QtSvg module will compile on MSVC2003.
* | | | | | | | | Add some basic QML benchmarksAaron Kennedy2009-07-1717-0/+358
|/ / / / / / / /
* | | | | | | | Remove unnecessary stuff from the exampleAaron Kennedy2009-07-173-15/+0
| | | | | | | |
* | | | | | | | Add non-threadsafe QGuard classAaron Kennedy2009-07-176-3/+200
| | | | | | | |
* | | | | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-1722-194/+147
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfximage.h
| * | | | | | | Update list of elements in doc.Michael Brasser2009-07-171-11/+1
| | | | | | | |
| * | | | | | | WidgetContainer renamed to GraphicsObjectContainer.Michael Brasser2009-07-173-39/+40
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Also corrected handling of scene change.