Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | 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 | |
| | | | |_|/ / / / / | | | |/| | | | | | | ||||||
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-03-22 | 9 | -99/+469 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch '4.6-s60' into 4.7-s60 | axis | 2010-03-22 | 9 | -99/+469 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | / / / / / / | | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-03-20 | 1 | -2/+116 | |
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| | | * | | | | | | Improve test coverage of QScriptClass::Callable extension | Kent Hansen | 2010-03-19 | 1 | -2/+116 | |
| | * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-03-19 | 5 | -9/+212 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | | * | | | | | | stabilize tst_QAccessibility::comboBoxTest | Olivier Goffart | 2010-03-19 | 1 | -2/+1 | |
| | | * | | | | | | Better handling for NOTIFY in QGraphicsWidget regarding geometry changes | Alexis Menard | 2010-03-19 | 1 | -1/+1 | |
| | | * | | | | | | Add NOTIFY to size property so QML bindings are working fine. | Alexis Menard | 2010-03-19 | 1 | -1/+3 | |
| | | * | | | | | | Implement Q_PRIVATE_PROPERTY that allows you to declare properties | Alexis Menard | 2010-03-19 | 1 | -0/+51 | |
| | | * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-03-19 | 2 | -6/+157 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-03-18 | 2 | -6/+157 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-03-18 | 2 | -6/+157 | |
| | | | | |\ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | Stabilize taskQTBUG_7863_paintIntoCacheWithTransparentParts auto-test. | Yoann Lopes | 2010-03-18 | 1 | -13/+21 | |
| | | | | | * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-03-18 | 2 | -3/+146 | |
| | | | | | |\ \ \ \ \ \ | ||||||
| | | | | | | * | | | | | | Fixes blending problem when paiting non-opaque items with cache enabled. | Yoann Lopes | 2010-03-17 | 1 | -2/+130 | |
| | | | | | | * | | | | | | Fix a crash in animation groups when deleting uncontrolled animations | Thierry Bastian | 2010-03-17 | 1 | -1/+16 | |
| | * | | | | | | | | | | | installTranslatorFunctions doesn't work for custom global object | Kent Hansen | 2010-03-19 | 1 | -3/+28 | |
| | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-03-19 | 1 | -85/+47 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | Fixed stability issues in qgraphicswidget tests | Toby Tomkins | 2010-03-18 | 1 | -85/+47 | |
| | | | |_|/ / / / / / | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Don't assert in QScriptValue::call() | Kent Hansen | 2010-03-18 | 1 | -0/+8 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-03-18 | 1 | -62/+83 | |
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | QNAM HTTP: Fix no-headers and HTTP-100 handling | Markus Goetz | 2010-03-16 | 1 | -0/+58 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
* | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-03-22 | 25 | -257/+658 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fixed inconsistent test naming. | Rohan McGovern | 2010-03-22 | 21 | -255/+251 | |
| * | | | | | | | | Add a selftest to enforce correct test naming conventions. | Rohan McGovern | 2010-03-22 | 2 | -9/+273 | |
| * | | | | | | | | Make maketestselftest more strict. | Rohan McGovern | 2010-03-22 | 3 | -2/+143 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | clicking on a non focused ItemView would change the cirrent item twice | Thierry Bastian | 2010-03-19 | 1 | -0/+31 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-03-19 | 2 | -35/+97 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add autoLoad property to multimedia declarative elements. | Justin McPherson | 2010-03-19 | 1 | -0/+28 | |
| * | | | | | | | Fix; QML Video item is sensitive to property assignment order | Justin McPherson | 2010-03-19 | 2 | -35/+69 | |
| | |_|/ / / / | |/| | | | | |