Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-02-16 | 93 | -89/+360 |
|\ | |||||
| * | Fix copyright year. | Jason McDonald | 2010-02-16 | 87 | -87/+87 |
| * | Fix broken license headers. | Jason McDonald | 2010-02-16 | 3 | -2/+84 |
| * | QNetworkAccessManager: add method to send custom requests | Peter Hartmann | 2010-02-16 | 1 | -0/+83 |
| * | Add operator< and qHash for QSharedPointer and fix operator-. | Thiago Macieira | 2010-02-15 | 1 | -0/+100 |
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-02-13 | 1 | -0/+6 |
| |\ | |||||
| | * | Optimized QLocale to access system locale on demand. | Denis Dzyubenko | 2010-02-12 | 1 | -0/+6 |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-... | Qt Continuous Integration System | 2010-02-16 | 2 | -21/+20 |
|\ \ \ | |||||
| * \ \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60 | axis | 2010-02-16 | 251 | -3389/+831 |
| |\ \ \ | | |_|/ | |/| | | |||||
* | | | | fix line endings | Oswald Buddenhagen | 2010-02-16 | 3 | -22/+22 |
* | | | | Fix qml test breakage of 12180c397a2007970978033928b4b5b12efad7c6 | Friedemann Kleint | 2010-02-16 | 21 | -40/+40 |
| |_|/ |/| | | |||||
* | | | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-13 | 1586 | -5/+178392 |
|\ \ \ | |/ / | |||||
| * | | Cleanup public QmlMetaType API | Aaron Kennedy | 2010-02-12 | 1 | -15/+24 |
| * | | Fix case sensitivity bug in previous commit | Joona Petrell | 2010-02-12 | 2 | -2/+2 |
| * | | Adds inputMethodHint property to TextEdit and TextInput. | Joona Petrell | 2010-02-12 | 4 | -0/+44 |
| * | | Decouple Loader from QmlGraphicsItem | Joona Petrell | 2010-02-12 | 5 | -5/+112 |
| * | | Make test more stable. | Rohan McGovern | 2010-02-12 | 1 | -1/+0 |
| * | | Fixed race condition in tst_qmlgraphicswebview::multipleWindows | Rohan McGovern | 2010-02-12 | 2 | -1/+5 |
| * | | Fix qmlgraphicswebview:pixelCache autotest by setting defaults on html | Leonardo Sobral Cunha | 2010-02-12 | 1 | -1/+1 |
| * | | Fixed compile of these recently renamed tests. | Rohan McGovern | 2010-02-11 | 9 | -9/+9 |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra... | Qt Continuous Integration System | 2010-02-11 | 1575 | -2/+178114 |
| |\ \ | |||||
| | * | | Adds qml prefix to all declarative autotests | Leonardo Sobral Cunha | 2010-02-11 | 215 | -19/+19 |
| | * | | Removed "running: true" for animations used as propertyvaluesource | Leonardo Sobral Cunha | 2010-02-11 | 18 | -19/+14 |
| | * | | Animations are running by default when used as property source value | Leonardo Sobral Cunha | 2010-02-11 | 3 | -0/+58 |
| | * | | Fix QmlEngine offlineStoragePath test. | Martin Jones | 2010-02-11 | 1 | -1/+1 |
| | * | | Fix Image test on Windows. | Martin Jones | 2010-02-11 | 1 | -4/+4 |
| | * | | Fix FontLoader test on Windows. | Martin Jones | 2010-02-11 | 1 | -1/+1 |
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-11 | 12 | -18/+32 |
| | |\ \ | |||||
| | | * | | Test should use ceil() not floor() since ceil() is used for calculating | Bea Lam | 2010-02-11 | 1 | -2/+2 |
| | | * | | Clean up | Bea Lam | 2010-02-11 | 5 | -6/+8 |
| | | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-11 | 29 | -176/+799 |
| | | |\ \ | |||||
| | | | * | | Improve stability of tst_qmlecmascript::dynamicDestruction | Aaron Kennedy | 2010-02-11 | 2 | -3/+7 |
| | | | * | | Fixed qmldebug* tests crashing. | Rohan McGovern | 2010-02-11 | 1 | -0/+2 |
| | | | * | | Fix declarative/qmldom::loadDynamicProperty autotest | Leonardo Sobral Cunha | 2010-02-11 | 1 | -1/+1 |
| | | | * | | Fix declarative/animatedimage autotest | Leonardo Sobral Cunha | 2010-02-11 | 1 | -2/+0 |
| | | | * | | Removed the tests/auto/declarative/visual(&examples) from .pro | Leonardo Sobral Cunha | 2010-02-11 | 1 | -2/+0 |
| | | | * | | Add EXPECT_FAIL to js parser tests in declarative ui | Leonardo Sobral Cunha | 2010-02-11 | 1 | -2/+12 |
| | | * | | | Must pass app arguments onto qExec() or else test system cannot | Bea Lam | 2010-02-11 | 1 | -1/+1 |
| | * | | | | Fix BorderImage tests on Windows. | Martin Jones | 2010-02-11 | 1 | -9/+9 |
| | | |/ / | | |/| | | |||||
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra... | Qt Continuous Integration System | 2010-02-10 | 1573 | -2/+178047 |
| | |\ \ \ | |||||
| | | * | | | Expect fail. | Martin Jones | 2010-02-10 | 1 | -0/+4 |
| | | * | | | Expect fails. | Martin Jones | 2010-02-10 | 1 | -0/+3 |
| | | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-10 | 1 | -0/+25 |
| | | |\ \ \ | |||||
| | | | * | | | Missing file | Aaron Kennedy | 2010-02-10 | 1 | -0/+25 |
| | | * | | | | Expect fail. | Martin Jones | 2010-02-10 | 1 | -0/+2 |
| | | |/ / / | |||||
| | | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-10 | 3 | -1/+21 |
| | | |\ \ \ | |||||
| | | | * | | | Test | Aaron Kennedy | 2010-02-10 | 1 | -0/+17 |
| | | | |/ / | |||||
| | | | * | | Fix tests | Bea Lam | 2010-02-10 | 2 | -1/+4 |
| | | * | | | Exclude plugins example in test. | Martin Jones | 2010-02-10 | 1 | -0/+1 |
| | | |/ / | |||||
| | | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-10 | 2 | -0/+5 |
| | | |\ \ |