Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test. | Michael Brasser | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | Fix benchmarks. | Michael Brasser | 2010-03-04 | 13 | -37/+47 |
| | | | | Get them all running again after renames, etc. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 45 | -154/+154 |
| | | | | QDeclarativeXXX. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 10 | -5/+84 |
|\ | | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp | ||||
| * | Fixing deployment and default values for Symbian | Aleksandar Sasha Babic | 2010-02-23 | 2 | -0/+26 |
| | | | | | | | | Reviewed-by: TrustMe | ||||
| * | Fixing deplyment on Symbian platform | Aleksandar Sasha Babic | 2010-02-23 | 2 | -1/+16 |
| | | | | | | | | Reviewed-by: TrustMe | ||||
| * | Fixing deployment on Symbian | Aleksandar Sasha Babic | 2010-02-23 | 2 | -2/+13 |
| | | | | | | | | Reviewed-by: TrustMe | ||||
| * | Fixing deployment on Symbian | Aleksandar Sasha Babic | 2010-02-23 | 1 | -0/+10 |
| | | | | | | | | Reviewed-by: TrustMe | ||||
| * | Fixing deployment on Symbian platform | Aleksandar Sasha Babic | 2010-02-23 | 2 | -2/+13 |
| | | | | | | | | Reviewed-by: TrustMe | ||||
| * | Fixing deployment on Symbian | Aleksandar Sasha Babic | 2010-02-23 | 1 | -0/+6 |
| | | | | | | | | Reviewed-by: TrustMe | ||||
* | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls. | Warwick Allison | 2010-02-23 | 8 | -12/+31 |
|/ | | | | Task-number: QT-2798 | ||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 6 | -6/+6 |
| | |||||
* | Add cached path rounded rect painting benchmark. | Martin Jones | 2010-02-22 | 1 | -0/+24 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵ | Qt Continuous Integration System | 2010-02-19 | 5 | -14/+102 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: (81 commits) Revert "Speed up QmlGraphicsItem::setParentItem." Fix dynamic example More strict type checking of ListElement properties. Fix tst_QmlGraphicsLoader::networkRequestUrl autotest. Fix tst_qmlgraphicstextedit::delegateLoading autotest Delete the QmlImageRequestHandler in the correct thread. Fix "AnimatedImage ignores Anchors setting" Remove unused function that breaks build on AIX. doc Add support for startDragDistance in qmlviewer. Add pixmap benchmarks and make cached rounded rect the same as Rectangle. Make QmlDom API internal Compile fix with namepaces Doc: reformulate why we build a button Removed incorrect Q_UNUSED() macro from QmlPropertyAnimation::transition Doc: onExited, onEntered only work when button pressed or hoverEnabled Ensure visibleIndex and currentIndex are updated on itemsMoved(). QmlView API review. See QmlChanges.txt for details. Fix example after introduction of RotationAnimation. Animation doc fix. ... | ||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 11 | -12/+12 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h | ||||
| * | | Add pixmap benchmarks and make cached rounded rect the same as Rectangle. | Martin Jones | 2010-02-18 | 5 | -14/+102 |
| | | | |||||
* | | | Merge remote branch 'qt/master' into staging-2-master | Qt Continuous Integration System | 2010-02-18 | 11 | -12/+12 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | Conflicts: tools/assistant/tools/assistant/helpviewer_qtb.h tools/assistant/tools/assistant/helpviewer_qwv.cpp tools/assistant/tools/assistant/helpviewer_qwv.h | ||||
| * | | Fix copyright year. | Jason McDonald | 2010-02-16 | 10 | -10/+10 |
| | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| * | | Fix broken license headers. | Jason McDonald | 2010-02-16 | 1 | -2/+2 |
| |/ | | | | | | | Reviewed-by: Trust Me | ||||
* | | Run firstRun initialization in declarative/painting benchmark | Eskil Abrahamsen Blomfeldt | 2010-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The firstRun block of the paint event would never be executed because of a typo in the condition. Reviewed-by: TrustMe | ||||
* | | Enable QStaticText in QtDeclarative painting benchmark | Rhys Weatherley | 2010-02-17 | 1 | -9/+5 |
|/ | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-05 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: tests/benchmarks/declarative/painting/paintbenchmark.cpp | ||||
| * | Pass tst_headers::licenseCheck | Warwick Allison | 2010-02-05 | 1 | -0/+40 |
| | | |||||
* | | Add license header. | Martin Jones | 2010-02-05 | 1 | -1/+41 |
|/ | |||||
* | Add some painting benchmarks. | Martin Jones | 2010-02-05 | 2 | -0/+282 |
| | | | | Task-number: QT-2780 | ||||
* | Fix headers::licenseCheck autotest failure | Leonardo Sobral Cunha | 2010-02-04 | 1 | -0/+40 |
| | |||||
* | Remove benchmarks that have been migrated to 4.6. | Michael Brasser | 2010-01-29 | 7 | -1016/+0 |
| | |||||
* | Benchmark performance of a block of script containing multiple property ↵ | Michael Brasser | 2010-01-27 | 3 | -0/+72 |
| | | | | accesses. | ||||
* | Remove unneeded test dependency. | Michael Brasser | 2010-01-26 | 1 | -5/+2 |
| | |||||
* | More benchmark cleanup. | Michael Brasser | 2010-01-14 | 3 | -73/+19 |
| | |||||
* | Benchmark cleanup. | Michael Brasser | 2010-01-14 | 27 | -23/+197 |
| | |||||
* | Update pointer benchmark to use QmlGuard rather than QGuard. | Michael Brasser | 2010-01-14 | 2 | -4/+5 |
| | |||||
* | Simple QmlGraphicsImage benchmark | Aaron Kennedy | 2010-01-12 | 3 | -0/+121 |
| | |||||
* | More text benchmarks. | Michael Brasser | 2010-01-11 | 1 | -2/+73 |
| | |||||
* | Optimization: Passing QScriptEngine to QScriptValue is much faster | Aaron Kennedy | 2010-01-09 | 1 | -2/+2 |
| | |||||
* | QML dynamic function benchmark | Aaron Kennedy | 2010-01-08 | 5 | -0/+117 |
| | |||||
* | QML signal handler benchmark | Aaron Kennedy | 2010-01-08 | 5 | -0/+97 |
| | |||||
* | Basic QML JS benchmark | Aaron Kennedy | 2010-01-08 | 2 | -0/+462 |
| | |||||
* | Benchmarks | Aaron Kennedy | 2009-12-23 | 3 | -0/+102 |
| | |||||
* | benchmark | Aaron Kennedy | 2009-12-22 | 1 | -2/+27 |
| | |||||
* | Benchmark | Aaron Kennedy | 2009-12-18 | 1 | -0/+34 |
| | |||||
* | Disable indexing | Aaron Kennedy | 2009-12-17 | 1 | -0/+1 |
| | |||||
* | Add -parent option | Aaron Kennedy | 2009-12-17 | 1 | -3/+37 |
| | |||||
* | Benchmarks | Aaron Kennedy | 2009-12-17 | 3 | -0/+108 |
| | |||||
* | Benchmarks | Aaron Kennedy | 2009-12-17 | 4 | -0/+114 |
| | |||||
* | Expand text benchmark. | Michael Brasser | 2009-12-15 | 2 | -7/+41 |
| | |||||
* | Add basic text benchmark. | Michael Brasser | 2009-12-15 | 2 | -0/+128 |
| | |||||
* | Benchmark cleanup. | Michael Brasser | 2009-12-14 | 3 | -0/+636 |
| | |||||
* | Another creation benchmark. | Michael Brasser | 2009-12-09 | 1 | -0/+20 |
| | |||||
* | Add missing file. | Michael Brasser | 2009-12-09 | 1 | -0/+34 |
| |