Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bindings before assigning constants in VME | Aaron Kennedy | 2011-03-15 | 1 | -0/+63 |
| | | | | | Change-Id: I4c246cbcf8d0168cb4af028d6d04088fe20cdbba Task-number: QTBUG-17276 | ||||
* | Ensure animations start correctly when running is bound to a value. | Michael Brasser | 2011-02-21 | 1 | -1/+0 |
| | | | | | | | | | | | Animations register to be started when the component is finalized, but in the case of a binding, the registration doesn't happen until we are already working with a copy of the finalization list. With this patch, we no longer work with a copy, but with the actual list. Change-Id: If460c250d2403590907e9ac854d277db68ba8b2a Task-number: QTBUG-14042 Reviewed-by: Aaron Kennedy | ||||
* | Ensure simple objects also get the appropriate property cache | Aaron Kennedy | 2011-01-28 | 1 | -6/+6 |
| | | | | Task-number: QTBUG-13849 | ||||
* | Implement property versioning inside the declarative engine | Aaron Kennedy | 2011-01-27 | 1 | -4/+11 |
| | | | | Task-number: QTBUG-13451 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -1/+6 |
|\ | |||||
| * | Fix memory leak | Aaron Kennedy | 2011-01-14 | 1 | -0/+5 |
| | | | | | | | | Task-number: QTBUG-16526 | ||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Support property/method versions in QML | Martin Jones | 2011-01-05 | 1 | -0/+4 |
|/ | | | | | | | | Use metaobject revisioning to exclude properties/revisions added in later versions from interfering with earlier versions. Task-number: QTBUG-13451 Reviewed-by: Aaron Kennedy | ||||
* | Improve consistency in handling of aliases, bindings and value types | Aaron Kennedy | 2010-11-29 | 1 | -6/+32 |
| | | | | Task-number: QTBUG-13719 | ||||
* | Optimization: Don't generate intermediate QDeclarativeComponent's | Aaron Kennedy | 2010-10-14 | 1 | -7/+5 |
| | |||||
* | Connect property alias change signals on use | Aaron Kennedy | 2010-10-07 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-14089 | ||||
* | QtDeclarative: Give name to function bindings and signals. | Olivier Goffart | 2010-07-28 | 1 | -2/+3 |
| | | | | | | | | Currently, bindings and signals are annonymous javascript functions. If one give them a name, a proper name is then shown in the javascript debugger. Reviewed-by: Aaron Kennedy | ||||
* | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 1 | -1/+1 |
| | | | | Also rearrange the parameter order to be more clear. | ||||
* | Correctly assign bool to variant properties | Aaron Kennedy | 2010-05-12 | 1 | -0/+10 |
| | | | | QTBUG-10623 | ||||
* | Prevent Behavior from being triggered on initialization. | Michael Brasser | 2010-04-29 | 1 | -0/+1 |
| | | | | | | | | Add an additional private notification mechanism that is triggered after all QDeclarativeParserStatus items have had their componentComplete called. Task-number: QTBUG-6332 | ||||
* | Remove Script {} support | Aaron Kennedy | 2010-04-19 | 1 | -7/+0 |
| | |||||
* | Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeData | Aaron Kennedy | 2010-04-15 | 1 | -13/+13 |
| | |||||
* | Fix compilation on Solaris, AIX and HP-UX. | Thiago Macieira | 2010-04-13 | 1 | -5/+0 |
| | | | | | | | | | | There's no bzero function in POSIX. It's a 4.3BSD function, legacy in POSIX.2001 and removed in POSIX.2008. And good compilers will inline the function anyway by a builtin. It's one of the most basic algorithms. Reviewed-by: Trust Me | ||||
* | Improve static assignment to QVariant's in the int and double case | Aaron Kennedy | 2010-04-08 | 1 | -0/+20 |
| | |||||
* | Build on Windows. | Martin Jones | 2010-04-07 | 1 | -1/+6 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-07 | 1 | -15/+15 |
|\ | |||||
| * | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -15/+15 |
| | | | | | | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | | Crash: Assign context in CreateSimpleObject too | Aaron Kennedy | 2010-04-01 | 1 | -6/+6 |
| | | |||||
* | | Optimization: Minor object allocation speedup | Aaron Kennedy | 2010-04-01 | 1 | -1/+7 |
| | | |||||
* | | Optimization: Improve allocation strategy for QDeclarativeDeclarativeData | Aaron Kennedy | 2010-04-01 | 1 | -1/+21 |
|/ | | | | This improves the declarative/creation/itemtree_qml benchmark by 6% | ||||
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 1 | -2/+11 |
| | | | | | | | | Inline blocks/includes have been replaced with an import syntax: import "foo.js" as Foo this gives better separation between QML and code. Imported script blocks also have a mandatory qualifier, which leads to better optimization potential. | ||||
* | Remove dead performance measurement code from QML | Aaron Kennedy | 2010-03-22 | 1 | -2/+1 |
| | |||||
* | Fix test failures | Aaron Kennedy | 2010-03-17 | 1 | -1/+3 |
| | |||||
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -18/+62 |
| | |||||
* | Cosmetic tweaks | Aaron Kennedy | 2010-03-11 | 1 | -8/+5 |
| | |||||
* | Replace QDeclarativeContext::addDefaultObject() -> setContextObject() | Aaron Kennedy | 2010-03-11 | 1 | -1/+1 |
| | | | | It is faster and easier to use to just support a single context object. | ||||
* | Integrate QML's object ownership with the JS collector | Aaron Kennedy | 2010-03-09 | 1 | -0/+2 |
| | | | | | | | QML now behaves in a way similar to QtScript when it comes to QObject ownership. QT-2803 | ||||
* | Run signal expressions on attached property objects in correct scope | Aaron Kennedy | 2010-03-04 | 1 | -4/+4 |
| | | | | QTBUG-8677 | ||||
* | Rename QDeclarativeGraphics_setParent_noEvent QDeclarative_setParent_noEvent | Martin Jones | 2010-03-01 | 1 | -1/+1 |
| | |||||
* | Polish QDeclarativeProperty API | Aaron Kennedy | 2010-02-26 | 1 | -3/+3 |
| | |||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -11/+11 |
| | | | | There's nothing meta about our properties. | ||||
* | Make more private QDeclarativeMetaProperty methods private | Aaron Kennedy | 2010-02-25 | 1 | -3/+4 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+851 |
QDeclarativeXXX. |