Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle more HTML non-errors | Aaron Kennedy | 2009-11-27 | 1 | -6/+8 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-27 | 2 | -2/+3 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-11-27 | 1 | -1/+2 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | docs | Bea Lam | 2009-11-27 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-11-27 | 5 | -10/+46 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: examples/declarative/loader/qmlfolderlistmodel.h | ||||
| * | | Symbian fixes. | Martin Jones | 2009-11-27 | 1 | -1/+1 |
| | | | |||||
* | | | Some fixes for positionViewAtIndex(). | Martin Jones | 2009-11-27 | 1 | -6/+6 |
| |/ |/| | |||||
* | | Add Listview.positionViewAtIndex(int) method. | Martin Jones | 2009-11-27 | 2 | -2/+40 |
| | | |||||
* | | Little doc fix. | Martin Jones | 2009-11-27 | 1 | -4/+4 |
| | | |||||
* | | Fixes wrapping in TextEdit | Alan Alpert | 2009-11-26 | 1 | -3/+1 |
| | | | | | | | | | | | | | | Somehow TextEdit got to the point of not calling updateSize after text input. Visual test included. Task-number: QTBUG-6273 | ||||
* | | Doc fixes | Bea Lam | 2009-11-26 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-26 | 2 | -48/+10 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Treat emissionRate=0 like emitting=false | Alan Alpert | 2009-11-25 | 2 | -48/+10 |
| | | | | | | | | | | | | | | | | Including stopping the timer because we arenæt emitting anything. Because emissionRate=0 is exactly the same as emitting=false, the emitting property has been removed. Task-number: QTBUG-6209 | ||||
* | | Ensure running is set to false when the timer stops. | Martin Jones | 2009-11-26 | 1 | -0/+2 |
|/ | |||||
* | Small doc fixes. | Martin Jones | 2009-11-25 | 4 | -13/+17 |
| | |||||
* | Add reset function for anchors.fill and anchors.centerIn. | Michael Brasser | 2009-11-25 | 2 | -2/+16 |
| | | | | Task-number: QTBUG-5337 | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-25 | 2 | -38/+48 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2009-11-25 | 10 | -41/+143 |
| |\ | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: doc/src/declarative/extending.qdoc | ||||
| * | | Doc improvments | Bea Lam | 2009-11-25 | 2 | -38/+48 |
| | | | |||||
* | | | Notify of any change to pixmap property. | Martin Jones | 2009-11-25 | 3 | -1/+4 |
| |/ |/| | |||||
* | | Add Timer reset() method. | Martin Jones | 2009-11-25 | 2 | -0/+15 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-25 | 4 | -20/+57 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Add NOTIFYs for anchor properties. | Michael Brasser | 2009-11-25 | 3 | -19/+54 |
| | | | | | | | | | | | | Requested for Bauhaus. | ||||
| * | | Make sure initial state gets set correctly. | Michael Brasser | 2009-11-25 | 1 | -1/+3 |
| | | | | | | | | | | | | Fixes regression introduced by 3ec86e388a35b850573b8fd8b58c93113bb8bd3. | ||||
* | | | Test for pixmap property of Image. | Martin Jones | 2009-11-25 | 1 | -0/+1 |
|/ / | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-25 | 7 | -46/+104 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-25 | 13 | -70/+124 |
| |\ \ | | |/ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2009-11-25 | 6 | -7/+26 |
| | |\ | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | | Doc improvements | Bea Lam | 2009-11-25 | 4 | -37/+54 |
| | | | | |||||
| * | | | Allow dragging be press and hold, in which case don't let Flickable take the ↵ | Warwick Allison | 2009-11-25 | 2 | -7/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | drag. When not press-and-hold, don't pass drags to WebKit. | ||||
| * | | | Fix memory leak | Warwick Allison | 2009-11-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | QTBUG-6156 | ||||
* | | | | Fix changing Timer interval while running. | Martin Jones | 2009-11-25 | 2 | -12/+20 |
| |_|/ |/| | | | | | | | | Task-number: QTBUG-6201 | ||||
* | | | Add NOTIFY signal for Image.pixmap | Martin Jones | 2009-11-25 | 2 | -1/+3 |
| | | | |||||
* | | | Docs. | Martin Jones | 2009-11-24 | 2 | -1/+10 |
| | | | |||||
* | | | Fix GridView drag beyond end resistance. | Martin Jones | 2009-11-24 | 2 | -4/+12 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-24 | 5 | -30/+78 |
|\ \ \ | | |/ | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2009-11-24 | 2 | -8/+16 |
| |\ \ | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | | Prevent state changes within PropertyChanges. | Michael Brasser | 2009-11-24 | 2 | -8/+16 |
| | |/ | | | | | | | | | | Task-number: QT-2358 | ||||
| * | | Fix doc example code | Bea Lam | 2009-11-24 | 1 | -18/+28 |
| |/ | |||||
| * | Doc. | Michael Brasser | 2009-11-24 | 2 | -4/+34 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-11-23 | 17 | -287/+197 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-23 | 1 | -0/+4 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | QmlView doc. | Michael Brasser | 2009-11-23 | 1 | -0/+1 |
| | | | |||||
| | * | QmlView doc. | Michael Brasser | 2009-11-23 | 1 | -0/+3 |
| | | | |||||
| * | | Parameter order was wrong. | Warwick Allison | 2009-11-23 | 1 | -1/+1 |
| |/ | | | | | | | (broke eg. webbrowser side shadows) | ||||
| * | Webkit console.log() compatibility. | Warwick Allison | 2009-11-23 | 2 | -1/+27 |
| | | | | | | | | This allows avoiding the more non-standard print(). | ||||
| * | Documentation fixes | Bill King | 2009-11-23 | 1 | -24/+68 |
| | | | | | | | | Changed html tags over to qdoc tags. | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-23 | 2 | -2/+25 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Doc. | Michael Brasser | 2009-11-23 | 1 | -1/+1 |
| | | | |||||
| | * | Remove deleted state operations from the state. | Michael Brasser | 2009-11-22 | 1 | -1/+24 |
| | | |