Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | error output for scripts | mae | 2009-04-24 | 1 | -0/+14 |
| | |||||
* | Introduced AST::cast<T>(node). | Roberto Raggi | 2009-04-24 | 2 | -191/+375 |
| | |||||
* | Added the `import statements' to UiProgram. | Roberto Raggi | 2009-04-24 | 4 | -4/+16 |
| | |||||
* | optional property debug output when the environment variable DUI_DEBUG is ↵ | mae | 2009-04-24 | 1 | -4/+6 |
| | | | | defined. | ||||
* | make Connection work. | mae | 2009-04-24 | 1 | -23/+96 |
| | |||||
* | parse function declarations in the object declaration and generate script ↵ | mae | 2009-04-24 | 2 | -2/+21 |
| | | | | properties. Makes the slider work. | ||||
* | Generate ASTs for function and variable declarations. | Roberto Raggi | 2009-04-24 | 9 | -758/+808 |
| | |||||
* | fix shift/reduce and reduce/reduce conflicts, make parsing of function ↵ | mae | 2009-04-24 | 5 | -773/+808 |
| | | | | declarations within the object literals possible. This allows us to get entirely rid of the Script{} fake object. | ||||
* | support comma for lists, better parser error output | mae | 2009-04-24 | 8 | -752/+770 |
| | |||||
* | make PropertyChangeSet work. This makes tutorial3 run again. | mae | 2009-04-24 | 1 | -53/+95 |
| | |||||
* | make arrays work, these visitors are ***** awesome | mae | 2009-04-24 | 1 | -1/+15 |
| | |||||
* | removed debug output | mae | 2009-04-24 | 1 | -5/+0 |
| | |||||
* | support public property definitions | mae | 2009-04-24 | 7 | -775/+840 |
| | |||||
* | code cleanup (helper functions rule) | mae | 2009-04-24 | 1 | -74/+73 |
| | |||||
* | Introduced `import' statements. | Roberto Raggi | 2009-04-24 | 10 | -769/+909 |
| | |||||
* | implement UiObjectBinding (UiObjectMember: UiQualifiedId T_COLON ↵ | mae | 2009-04-24 | 1 | -3/+65 |
| | | | | T_IDENTIFIER UiObjectInitializer) | ||||
* | support both *.qml and *.whatever with autodetection. Some debug output, ↵ | mae | 2009-04-24 | 5 | -6/+59 |
| | | | | some fixes. Some stuff works now, biggest omission is UiObjectBinding to get the more complex examples working. | ||||
* | Enable the "old" XML parser when the qgetenv("QML_XML") is not empty. | Roberto Raggi | 2009-04-24 | 1 | -13/+3 |
| | |||||
* | Added missing files. | Roberto Raggi | 2009-04-24 | 2 | -0/+382 |
| | |||||
* | Compile with gcc 4.x | Roberto Raggi | 2009-04-24 | 2 | -4/+4 |
| | |||||
* | Initial work on the qfx front-end. | Roberto Raggi | 2009-04-24 | 25 | -1/+11272 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-04-24 | 11 | -138/+236 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-04-24 | 19 | -129/+216 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-04-24 | 22 | -170/+463 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Propagate scene geometry changes to view. | Warwick Allison | 2009-04-24 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | | Previously, only the initial size was honoured. | ||||
| | * | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-04-24 | 50 | -518/+564 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: demos/declarative/webbrowser/WebBrowser.qml demos/declarative/webbrowser/content/pics/addressbar-filled.png demos/declarative/webbrowser/content/pics/addressbar.png demos/declarative/webbrowser/content/pics/back-disabled.png demos/declarative/webbrowser/content/pics/back.png demos/declarative/webbrowser/content/pics/footer.png demos/declarative/webbrowser/content/pics/forward-disabled.png demos/declarative/webbrowser/content/pics/forward.png demos/declarative/webbrowser/content/pics/header.png demos/declarative/webbrowser/content/pics/reload.png | ||||
| | * | | | Compile. | Warwick Allison | 2009-04-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add a QSimpleCanvasItem::ChildMouseFilter option | Aaron Kennedy | 2009-04-24 | 8 | -136/+225 |
| | | | | | | | | | | | | | | | | | | | | Child mouse filter only filters events sent to your children | ||||
* | | | | | Change Path, PathLine etc. coordinates to qreal. More docs. | Martin Jones | 2009-04-24 | 2 | -85/+120 |
| |_|_|/ |/| | | | | | | | | | | | | | | | Everything internally is qreal, so there's no point having the conversion. | ||||
* | | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-04-24 | 21 | -160/+350 |
|\ \ \ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-04-24 | 6 | -43/+258 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | Ensure -ve z stacks behind parent when using GraphicsView | Aaron Kennedy | 2009-04-24 | 1 | -0/+9 |
| | | | | | |||||
| | * | | | Don't manually stack children on GraphicsView | Aaron Kennedy | 2009-04-24 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | GraphicsView now has a sane default stacking order. | ||||
| | * | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-04-24 | 9 | -242/+122 |
| | |\ \ \ | | | | |/ | | | |/| | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | Don't access internal QMetaProperty members | Aaron Kennedy | 2009-04-24 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | We can use the new QMetaProperty::propertyIndex() method instead. | ||||
| | * | | | Add a Follow::followValue property | Aaron Kennedy | 2009-04-23 | 2 | -0/+22 |
| | | | | | |||||
| | * | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-04-23 | 4 | -4/+46 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | | Split up QmlMetaProperty::write() method | Aaron Kennedy | 2009-04-23 | 2 | -33/+225 |
| | | | | | | |||||
| * | | | | | Documentation fixes. | Michael Brasser | 2009-04-24 | 14 | -61/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce the number of warnings from qdoc. \todo's have been made into tasks instead. | ||||
| * | | | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵ | Michael Brasser | 2009-04-23 | 1 | -48/+48 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | | | | | Fix a bug in the ease{In,Out}Bounce easing functions + small cleanup. | Jan-Arve Sæther | 2009-04-23 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bug was in easeOutBounce_helper(), where the last else-block adjusted t wrong. It should adjust t so that the peak is at t == 0, but it adjusted it too little. The old code did t -= (2.25f/2.75f), but it should have been 21/22. The rest of the changes in that function is just simple mathematical rewrites (use a more readable fraction), and removed the b argument, since that was always 0. Finally, fixing the original bug also revealed a bug in the first line of easeOutBounce_helper(), where we always returned 1.0 for t == 1.0. That was wrong since it did not respect c. | ||||
| | * | | | | | Remove trailing whitespace | Jan-Arve Sæther | 2009-04-23 | 1 | -32/+32 |
| | | | | | | | |||||
| * | | | | | | Expose basic BlendedImage docs. | Michael Brasser | 2009-04-23 | 1 | -8/+21 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Documentation for Path, PathLine, etc. | Martin Jones | 2009-04-24 | 1 | -10/+113 |
|/ / / / / | |||||
* | | | | | Using QVariant interpolators in qml variant animation | Leonardo Sobral Cunha | 2009-04-23 | 1 | -88/+3 |
| | | | | | |||||
* | | | | | qdoc: Edited the documentation to remove numerous qdoc warnings. | Martin Smith | 2009-04-23 | 1 | -7/+7 |
| | | | | | |||||
* | | | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Smith | 2009-04-23 | 2 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | | | Fix signal usage from Qmlcomponent | Alexis Menard | 2009-04-23 | 2 | -4/+4 |
| | | | | | | |||||
* | | | | | | qdoc: Edited the documentation to remove numerous qdoc warnings. | Martin Smith | 2009-04-23 | 3 | -14/+14 |
|/ / / / / | |||||
* | | | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Smith | 2009-04-23 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui |