| Commit message (Expand) | Author | Age | Files | Lines |
* | Save a little more memory. | Martin Jones | 2009-10-29 | 2 | -9/+11 |
|
|
* | Doc. | Michael Brasser | 2009-10-28 | 4 | -3/+9 |
|
|
* | Ensure that the Follows handle the target value changing unexpectedly. | Martin Jones | 2009-10-28 | 2 | -6/+6 |
|
|
* | Fix more warnings. | Michael Brasser | 2009-10-26 | 2 | -1/+2 |
|
|
* | Don't need this check. | Michael Brasser | 2009-10-26 | 1 | -2/+1 |
|
|
* | Fix "initial" size for remote content. | Warwick Allison | 2009-10-26 | 2 | -1/+12 |
|
|
* | Fix accessing QmlList data as a model. | Martin Jones | 2009-10-26 | 1 | -1/+1 |
|
|
* | Fix crash. | Michael Brasser | 2009-10-26 | 1 | -3/+3 |
|
|
* | Add EaseFollow::maximumEasingTime property | Aaron Kennedy | 2009-10-23 | 2 | -19/+105 |
|
|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int... | Yann Bodson | 2009-10-23 | 2 | -13/+17 |
|\ |
|
| * | Use QmlScriptString for Connection script | Warwick Allison | 2009-10-23 | 2 | -13/+17 |
|
|
* | | make ScriptAction work again | Yann Bodson | 2009-10-23 | 1 | -1/+1 |
|/ |
|
* | Update ScriptAction and StateChangeScript to use QmlScriptString. | Michael Brasser | 2009-10-23 | 5 | -30/+30 |
|
|
* | Add NOTIFY signals to EaseFollow | Aaron Kennedy | 2009-10-23 | 2 | -6/+39 |
|
|
* | change all ids in doc examples to start with lower case. | Martin Jones | 2009-10-22 | 6 | -29/+29 |
|
|
* | Give QmlPropertyMap a more complete API. | Michael Brasser | 2009-10-21 | 4 | -18/+110 |
|
|
* | Doc | Aaron Kennedy | 2009-10-21 | 1 | -6/+6 |
|
|
* | Rename QBindableMap to QmlPropertyMap. | Michael Brasser | 2009-10-21 | 3 | -2/+285 |
|
|
* | Add missing Q_OBJECT macros. | Michael Brasser | 2009-10-21 | 1 | -0/+2 |
|
|
* | Don't accidently override originals. | Michael Brasser | 2009-10-20 | 1 | -1/+2 |
|
|
* | Make ParentChange work when target has a transformOrigin set. | Michael Brasser | 2009-10-20 | 1 | -11/+36 |
|
|
* | Fixes for Symbian. | Martin Jones | 2009-10-16 | 1 | -0/+1 |
|
|
* | ParentChange docs | Michael Brasser | 2009-10-14 | 1 | -1/+10 |
|
|
* | Preserve visual appearance in more cases for ParentChange. | Michael Brasser | 2009-10-14 | 1 | -45/+32 |
|
|
* | More i18n | Warwick Allison | 2009-10-13 | 2 | -5/+5 |
|
|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Michael Brasser | 2009-10-12 | 4 | -14/+12 |
|\ |
|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Warwick Allison | 2009-10-12 | 3 | -12/+12 |
| |\ |
|
| | * | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 3 | -12/+12 |
|
|
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Warwick Allison | 2009-10-12 | 4 | -28/+30 |
| |\ \
| | |/ |
|
| * | | unwarn | Warwick Allison | 2009-10-12 | 1 | -2/+0 |
|
|
* | | | Behavior fix plus basic autotests. | Michael Brasser | 2009-10-12 | 1 | -0/+8 |
| |/
|/| |
|
* | | Correctly identify signal handlers in PropertyChanges when !isScript. | Michael Brasser | 2009-10-11 | 1 | -9/+10 |
|
|
* | | Make sure ParentChange always saves original parent. | Michael Brasser | 2009-10-11 | 1 | -3/+1 |
|
|
* | | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 2 | -16/+19 |
|/ |
|
* | Move Q_PROPERTY()'s to top of object | Aaron Kennedy | 2009-10-08 | 1 | -1/+1 |
|
|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Aaron Kennedy | 2009-10-08 | 5 | -3/+14 |
|\ |
|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Martin Jones | 2009-10-08 | 2 | -0/+11 |
| |\ |
|
| | * | Add url() for setUrl(). | Warwick Allison | 2009-10-08 | 2 | -0/+11 |
|
|
| * | | Remove a bunch of unneeded semicolons. | Martin Jones | 2009-10-08 | 3 | -3/+3 |
| |/ |
|
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Aaron Kennedy | 2009-10-08 | 2 | -39/+57 |
|\ \
| |/ |
|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Martin Jones | 2009-10-08 | 1 | -36/+44 |
| |\ |
|
| | * | Compile on Symbian. | Martin Jones | 2009-10-07 | 1 | -36/+44 |
|
|
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Martin Jones | 2009-10-06 | 1 | -2/+5 |
| |\ \
| | |/ |
|
| * | | Auto tests for QmlTimer | Martin Jones | 2009-10-06 | 1 | -3/+13 |
|
|
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Aaron Kennedy | 2009-10-07 | 2 | -4/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Bea Lam | 2009-10-06 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Some docs on data models. | Martin Jones | 2009-10-06 | 1 | -2/+0 |
|
|
| * | | Fix to not crash if item has no parent for some reason. | Bea Lam | 2009-10-06 | 1 | -2/+5 |
| |/ |
|
* | | Make Script an instrinsic type | Aaron Kennedy | 2009-10-07 | 3 | -295/+0 |
|
|
* | | Improve scope handling | Aaron Kennedy | 2009-10-06 | 1 | -4/+2 |
|
|