Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'main/4.7' into 4.7 | Morten Johan Sørvig | 2010-03-25 | 81 | -1343/+480 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-03-25 | 1 | -4/+4 |
| |\ | |||||
| | * | Rename loopCount to loops, in line with other declarative elements. | Justin McPherson | 2010-03-25 | 1 | -4/+4 |
| * | | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 17 | -18/+18 |
| * | | Skip tests for now | Bea Lam | 2010-03-25 | 1 | -0/+4 |
| * | | Make autotest work on windows. | Martin Jones | 2010-03-25 | 1 | -2/+5 |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-25 | 14 | -16/+16 |
| |\ \ | |||||
| | * | | Replace Animation's repeat property with loops. | Michael Brasser | 2010-03-25 | 14 | -16/+16 |
| * | | | Remove faulty assert - the precondition is checked for correctly later on | Aaron Kennedy | 2010-03-25 | 3 | -1/+11 |
| |/ / | |||||
| * | | Rename stateChangeScriptName to scriptName. | Michael Brasser | 2010-03-24 | 1 | -1/+1 |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-24 | 6 | -31/+112 |
| |\ \ | |||||
| | * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-24 | 2 | -2/+79 |
| | |\ \ | |||||
| | | * | | Fix abort in flipable | Leonardo Sobral Cunha | 2010-03-24 | 1 | -2/+13 |
| | | * | | Properly use one thread for all instances of XmlListModel. | Bea Lam | 2010-03-24 | 1 | -0/+66 |
| | * | | | Revert 95aa8c8fc76e2309a629b05994a2677b0887140b. | Warwick Allison | 2010-03-24 | 2 | -79/+1 |
| | |/ / | |||||
| | * | | Output all Loader errors. | Michael Brasser | 2010-03-24 | 3 | -4/+27 |
| | * | | Fix Loader leak when loading a non-QGraphicsObject object. | Michael Brasser | 2010-03-24 | 2 | -0/+18 |
| | * | | Origin safety testing for imported resources. | Warwick Allison | 2010-03-24 | 2 | -2/+43 |
| * | | | Fix flicking views at boundary with StricthighlighRange | Martin Jones | 2010-03-24 | 1 | -7/+3 |
| |/ / | |||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Warwick Allison | 2010-03-23 | 3 | -20/+97 |
| |\ \ | |||||
| * | | | Make more tests compile on solaris-cc | Alan Alpert | 2010-03-23 | 5 | -19/+19 |
| * | | | Changing the alignment property should trigger a repaint. | Alexis Menard | 2010-03-23 | 1 | -0/+33 |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-23 | 10 | -1269/+2 |
| |\ \ \ | |||||
| | * | | | Change default RotationAnimation direction. | Michael Brasser | 2010-03-23 | 1 | -2/+2 |
| | * | | | Remove ParentAction. | Michael Brasser | 2010-03-23 | 8 | -1262/+0 |
| | * | | | Fix mutex handling that was causing tests to sometimes crash/fail. | Bea Lam | 2010-03-23 | 1 | -5/+0 |
| * | | | | Basic Loader origin safety (for discussion). | Warwick Allison | 2010-03-23 | 4 | -2/+48 |
| |/ / / | |||||
| * | | | Fix test (StoreScriptImported shifted enum values) | Warwick Allison | 2010-03-22 | 1 | -2/+11 |
| * | | | Manual merge. | Warwick Allison | 2010-03-22 | 9 | -2/+14 |
| * | | | Test imports with realistic paths (previously passed accidentally). | Warwick Allison | 2010-03-22 | 4 | -4/+5 |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-22 | 26 | -13/+222 |
| |\ \ \ | |||||
| | * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-22 | 26 | -13/+222 |
| | |\ \ \ | |||||
| | | * | | | Fix Loader crash. | Michael Brasser | 2010-03-22 | 4 | -0/+53 |
| | | * | | | Update metaobjectbuilder version test. | Martin Jones | 2010-03-22 | 1 | -4/+4 |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-22 | 3 | -1/+20 |
| | | |\ \ \ | |||||
| | | | * | | | Fix test. | Michael Brasser | 2010-03-22 | 3 | -1/+20 |
| | | * | | | | Set role names for QFileSystemModel and QDirModel | Martin Jones | 2010-03-22 | 2 | -0/+57 |
| | | |/ / / | |||||
| | | * | | | Fix qdeclarativeqt::createQmlObject autotest | Leonardo Sobral Cunha | 2010-03-22 | 2 | -6/+8 |
| | | * | | | Fix qdeclarativetextedit::delegateLoading autotest | Leonardo Sobral Cunha | 2010-03-22 | 2 | -0/+5 |
| | | * | | | Fix crash when calling createObject on a component with errors. | Michael Brasser | 2010-03-21 | 2 | -0/+20 |
| | | * | | | Produce an error when trying to create objects in a PropertyChanges. | Michael Brasser | 2010-03-21 | 2 | -0/+26 |
| | | * | | | Fix Flipable crash. | Michael Brasser | 2010-03-21 | 2 | -0/+19 |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-21 | 6 | -2/+10 |
| | | |\ \ \ | |||||
| | | | * | | | Fix local type lookup | mae | 2010-03-19 | 6 | -2/+10 |
* | | | | | | | Fix CI sytem build breakage. | Morten Johan Sørvig | 2010-03-25 | 1 | -0/+0 |
* | | | | | | | Compile with QT_NO_NETWORKINTERFACE defined. | Aaron McCarthy | 2010-03-25 | 1 | -0/+10 |
* | | | | | | | Merge remote branch 'origin/4.7' into HEAD | Thiago Macieira | 2010-03-24 | 1 | -0/+0 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Help qt-qml integrate. | Alan Alpert | 2010-03-24 | 1 | -0/+0 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Do not use _NET_ACTIVE_WINDOW for nonmanaged windows. | Denis Dzyubenko | 2010-03-24 | 1 | -1/+1 |
* | | | | | | QtScript: Add QObjectWrapOption for not exposing slots | Kent Hansen | 2010-03-24 | 1 | -0/+87 |