Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | add QList::reserve() | Oswald Buddenhagen | 2010-02-16 | 2 | -8/+57 | |
| | | | | * | | | | optimization: get rid of QString::fromUtf16() usage, part 2 | Oswald Buddenhagen | 2010-02-16 | 10 | -30/+29 | |
| | | | | * | | | | add QString(const QChar *) c'tor | Oswald Buddenhagen | 2010-02-16 | 2 | -2/+37 | |
| | * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra... | Qt Continuous Integration System | 2010-02-19 | 103 | -1915/+2760 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| | | * | | | | | | Revert "Speed up QmlGraphicsItem::setParentItem." | Bjørn Erik Nilsen | 2010-02-19 | 1 | -5/+1 | |
| | | * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-19 | 1 | -3/+6 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-19 | 2 | -8/+1 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Delete the QmlImageRequestHandler in the correct thread. | Martin Jones | 2010-02-19 | 1 | -3/+6 | |
| | | * | | | | | | | | More strict type checking of ListElement properties. | Warwick Allison | 2010-02-19 | 2 | -10/+40 | |
| | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | | * | | | | | | | Fix "AnimatedImage ignores Anchors setting" | Michael Brasser | 2010-02-19 | 1 | -0/+1 | |
| | | * | | | | | | | Remove unused function that breaks build on AIX. | Michael Brasser | 2010-02-19 | 1 | -8/+0 | |
| | | |/ / / / / / | ||||||
| | | * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 347 | -561/+954 | |
| | | |\ \ \ \ \ \ | | | | |/ / / / / | ||||||
| | | * | | | | | | Make QmlDom API internal | Kai Koehne | 2010-02-18 | 5 | -409/+420 | |
| | | * | | | | | | Compile fix with namepaces | hjk | 2010-02-18 | 3 | -1/+9 | |
| | | * | | | | | | Removed incorrect Q_UNUSED() macro from QmlPropertyAnimation::transition | Leonardo Sobral Cunha | 2010-02-18 | 1 | -1/+0 | |
| | | * | | | | | | Doc: onExited, onEntered only work when button pressed or hoverEnabled | Martin Jones | 2010-02-18 | 1 | -0/+16 | |
| | | * | | | | | | Ensure visibleIndex and currentIndex are updated on itemsMoved(). | Martin Jones | 2010-02-18 | 1 | -2/+25 | |
| | | * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-18 | 8 | -480/+583 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | Animation doc fix. | Michael Brasser | 2010-02-18 | 1 | -24/+11 | |
| | | | * | | | | | | Add a RotationAnimation element. | Michael Brasser | 2010-02-18 | 3 | -0/+223 | |
| | | | * | | | | | | Remove unneeded comparison. | Michael Brasser | 2010-02-18 | 1 | -1/+1 | |
| | | | * | | | | | | Fix bugs and add tests related to manual start/stop control of animations. | Michael Brasser | 2010-02-18 | 2 | -10/+12 | |
| | | | * | | | | | | Transitions and Behaviors should exclusively control their animations. | Michael Brasser | 2010-02-18 | 5 | -8/+25 | |
| | | | * | | | | | | Animation's setTarget should only be called via QmlValueSource*. | Michael Brasser | 2010-02-18 | 1 | -1/+3 | |
| | | | * | | | | | | Minor transition cleanup. | Michael Brasser | 2010-02-18 | 1 | -7/+1 | |
| | | | * | | | | | | Minor animation class cleanup. | Michael Brasser | 2010-02-18 | 3 | -29/+25 | |
| | | | * | | | | | | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 7 | -438/+320 | |
| | | * | | | | | | | QmlView API review. See QmlChanges.txt for details. | Martin Jones | 2010-02-18 | 3 | -227/+229 | |
| | | |/ / / / / / | ||||||
| | | * | | | | | | Fix typo in docs | Alan Alpert | 2010-02-17 | 1 | -1/+1 | |
| | | * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra... | Qt Continuous Integration System | 2010-02-17 | 87 | -764/+1429 | |
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | ||||||
| | | | * | | | | | Add missing NOTIFY signals to various QML item class properties | Joona Petrell | 2010-02-17 | 10 | -17/+74 | |
| | | | * | | | | | Fix currentIndex after itemsMoved() | Martin Jones | 2010-02-17 | 1 | -8/+46 | |
| | | | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Aaron Kennedy | 2010-02-17 | 3 | -3/+9 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | Declare QmlXmlListModelRole meta type before any code uses it. | Bea Lam | 2010-02-17 | 1 | -2/+4 | |
| | | | | * | | | | | Make compile on Symbian (call Q_DECLARE_METATYPE earlier) | Bea Lam | 2010-02-17 | 2 | -1/+5 | |
| | | | * | | | | | | Revert "Replace QList<>* support with QmlListProperty" | Aaron Kennedy | 2010-02-17 | 20 | -215/+307 | |
| | | | |/ / / / / | ||||||
| | | | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Aaron Kennedy | 2010-02-17 | 1 | -0/+7 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | Expose LayoutItem documentation | Alan Alpert | 2010-02-16 | 1 | -0/+7 | |
| | | | * | | | | | | Replace QList<>* support with QmlListProperty | Aaron Kennedy | 2010-02-16 | 20 | -307/+215 | |
| | | | |/ / / / / | ||||||
| | | | * | | | | | Mobility 404 | Wolfgang Beck | 2010-02-16 | 1 | -2/+2 | |
| | | | * | | | | | Fix crash in QmlMetaProperty that could occur when using value-type | Michael Brasser | 2010-02-16 | 2 | -4/+4 | |
| | | | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Aaron Kennedy | 2010-02-16 | 33 | -54/+342 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-16 | 148 | -824/+1483 | |
| | | | | |\ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Michael Brasser | 2010-02-16 | 1 | -4/+0 | |
| | | | | | |\ \ \ \ \ | ||||||
| | | | | | | * | | | | | transformOrigin defaults to Center, fix image/docs. | Warwick Allison | 2010-02-16 | 1 | -4/+0 | |
| | | | | | * | | | | | | MOBILITY -404 / 507 | Wolfgang Beck | 2010-02-16 | 2 | -0/+4 | |
| | | | | | * | | | | | | MOBILITY-404 QS Windows. | Wolfgang Beck | 2010-02-16 | 25 | -27/+88 | |
| | | | | | |/ / / / / | ||||||
| | | | | * | | | | | | Add QmlImageProvider to allow asynchronous access to images. | Martin Jones | 2010-02-16 | 7 | -23/+250 | |
| | | | * | | | | | | | QML binding optimizer crash | Aaron Kennedy | 2010-02-16 | 1 | -2/+2 | |
| | | | * | | | | | | | QML binding optimizer crash | Aaron Kennedy | 2010-02-16 | 1 | -4/+5 | |