Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to commercial license headers in preparation for release. | Jason McDonald | 2010-09-07 | 65 | -845/+845 |
| | | | | Reviewed-by: Trust Me | ||||
* | More script benchmarking. | Michael Brasser | 2010-06-24 | 3 | -4/+31 |
| | |||||
* | Script benchmarking. | Michael Brasser | 2010-06-24 | 4 | -4/+157 |
| | |||||
* | Fix benchmark warnings on symbian. | Michael Brasser | 2010-05-24 | 4 | -13/+13 |
| | |||||
* | Factor out initialization effects from declarative benchmarks. | Michael Brasser | 2010-05-24 | 4 | -0/+19 |
| | |||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 48 | -0/+1968 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | Merge commit 'qt/4.7' into 4.7 | Miikka Heikkinen | 2010-05-17 | 9 | -16/+12 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: tests/benchmarks/declarative/binding/binding.pro tests/benchmarks/declarative/creation/creation.pro tests/benchmarks/declarative/creation/tst_creation.cpp tests/benchmarks/declarative/qdeclarativecomponent/qdeclarativecomponent.pro tests/benchmarks/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp tests/benchmarks/declarative/qdeclarativemetaproperty/qdeclarativemetaproperty.pro | ||||
| * | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 10 | -51/+43 |
| | | | | | | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | | Fix SRCDIR and DEPLOYMENT usage in declarative benchmarks | Miikka Heikkinen | 2010-05-14 | 14 | -52/+64 |
| | | | | | | | | | | | | | | | | | | | | These tests were either not compiling, were deploying incorrectly, or looking for data files from wrong place. Task-number: QTBUG-10661 Task-number: QTBUG-10666 Task-number: QTBUG-10667 Reviewed-by: Shane Kearns | ||||
* | | Omit building declarative/painting benchmark if no OpenGL configured | Miikka Heikkinen | 2010-05-14 | 2 | -1/+6 |
|/ | | | | | Task-number: QTBUG-10665 Reviewed-by: Janne Anttila | ||||
* | Fix broken benchmarks. | Michael Brasser | 2010-05-13 | 7 | -25/+21 |
| | |||||
* | Benchmark | Aaron Kennedy | 2010-04-28 | 3 | -0/+166 |
| | |||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 32 | -32/+32 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Renamed 'source' property from SpringFollow to 'to' | Leonardo Sobral Cunha | 2010-04-08 | 1 | -2/+2 |
| | |||||
* | Test cost of importing and resolving types (but not creating objects). | Warwick Allison | 2010-04-01 | 8 | -0/+189 |
| | | | | Currently, by far the biggest chunk is QUrl hashing :-( | ||||
* | Optimization: Don't use QVariant in QDeclarativeVMEMetaObject | Aaron Kennedy | 2010-03-29 | 2 | -0/+31 |
| | |||||
* | Rename qdeclarativetime -> qmltime | Aaron Kennedy | 2010-03-25 | 21 | -39/+39 |
| | | | | Consistent with "qml" runtime binary | ||||
* | Use setParent_NoEvent in Loader and benchmark Loader performance. | Michael Brasser | 2010-03-24 | 5 | -0/+68 |
| | |||||
* | Animation construction optimization. | Michael Brasser | 2010-03-24 | 2 | -0/+82 |
| | | | | Use setParent_NoEvent when parenting to group. | ||||
* | Readd the itemtree benchmarks for comparison purposes. | Michael Brasser | 2010-03-17 | 1 | -0/+102 |
| | |||||
* | Compile | Aaron Kennedy | 2010-03-17 | 6 | -5/+6 |
| | |||||
* | Cleanup benchmark a little | Aaron Kennedy | 2010-03-17 | 1 | -232/+96 |
| | |||||
* | Fix benchmark. | Michael Brasser | 2010-03-15 | 1 | -0/+1 |
| | |||||
* | Tweak benchmark | Aaron Kennedy | 2010-03-12 | 1 | -1/+2 |
| | |||||
* | Optimization: Use linked list for context children | Aaron Kennedy | 2010-03-12 | 1 | -0/+11 |
| | |||||
* | Stop benchmark from crashing. | Michael Brasser | 2010-03-08 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |