Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-13 | 1 | -1/+1 |
| | | | | | | Change-Id: I52bf8ef0447b701b4ebf7d7d240013a72adb9425 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> | ||||
* | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-29 | 1 | -24/+24 |
| | | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I280c0a575987d1770e354b4948f1d4d767d711ea Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> | ||||
* | Make connectNotify() work with QML | Thomas McGuire | 2012-08-31 | 1 | -13/+59 |
| | | | | | | | | | | | | | Call connectNotify() and disconnectNotify() in QML signal handlers and in QML bindings. This is a backport of Qt5's QtDeclarative commit 26ea8e01e9ee2a8c8c09266147b94c9ac92d09f9. Task-number: QTBUG-11284 Change-Id: If5c3701426208875f3b775040c4e7bcbaac2b0a9 Reviewed-by: Kent Hansen <kent.hansen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com> | ||||
* | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> | ||||
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 1 | -1/+1 |
| | | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> | ||||
* | Fix crash in compiled bindings | Aaron Kennedy | 2011-09-14 | 1 | -2/+10 |
| | | | | Task-number: QTBUG-21265 | ||||
* | Don't release register prematurely | Aaron Kennedy | 2011-08-04 | 1 | -3/+2 |
| | | | | Task-number: QTBUG-20648 | ||||
* | Fix alias warnings in QML compiled bindings | Aaron Kennedy | 2011-07-29 | 1 | -9/+17 |
| | |||||
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
| | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | ||||
* | CLeanup registers after AddString | Aaron Kennedy | 2011-02-10 | 1 | -3/+38 |
| | | | | | Reviewed-by: Martin Jones Change-Id: I7bd2806770fe5b86fbc589644107d74981d32abe | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -1/+1 |
|\ | |||||
| * | 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 | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2010-12-01 | 1 | -14/+0 |
|\ \ | |/ | |||||
| * | Improve consistency in handling of aliases, bindings and value types | Aaron Kennedy | 2010-11-29 | 1 | -14/+0 |
| | | | | | | | | Task-number: QTBUG-13719 | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Yann Bodson | 2010-11-23 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix compilation by s/intptr_t/quintptr/ | Thiago Macieira | 2010-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | intptr_t is defined in some C header that we don't include. I don't know which one it is, but without it, it fails to compile with: declarative/qml/qdeclarativecontext.cpp:477: error: 'intptr_t' was not declared in this scope Reviewed-By: Trust Me | ||||
* | | Use high performance timer for profiling. Add binding profile info. | Michael Brasser | 2010-11-19 | 1 | -0/+3 |
|/ | |||||
* | If a type is registered under several names, share the attached property object | Aaron Kennedy | 2010-09-28 | 1 | -5/+5 |
| | | | | Task-number: QTBUG-13799 | ||||
* | Internal QML API cleanup | Aaron Kennedy | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938. | Jerome Pasion | 2010-08-09 | 1 | -1/+1 |
| | | | | | Reviewer: David Boddie Task number: QTBUG-11938 | ||||
* | Work around ICE in Intel C++ Compiler 11.1.072 | Thiago Macieira | 2010-06-16 | 1 | -1/+1 |
| | | | | | | | | qml/qdeclarativecompiledbindings.cpp(1141) (col. 11): internal error: 0_1855 Intel reports that this bug has been fixed with release 12 of ICC Reviewed-By: Alan Alpert | ||||
* | Introduce a threaded interpreter for QML binding bytecode | Aaron Kennedy | 2010-05-19 | 1 | -156/+233 |
| | | | | Reviewed-by: Roberto Raggi | ||||
* | Round correctly in binding optimizer | Aaron Kennedy | 2010-05-18 | 1 | -1/+1 |
| | | | | QTBUG-9538 | ||||
* | Check for acquireReg() failure | Aaron Kennedy | 2010-05-17 | 1 | -0/+27 |
| | | | | QTBUG-10696 | ||||
* | Cleanup: Move import stuff out of the QDeclarativeEngine | Aaron Kennedy | 2010-04-29 | 1 | -3/+3 |
| | |||||
* | Remove Script {} support | Aaron Kennedy | 2010-04-19 | 1 | -7/+0 |
| | |||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -1/+1 |
| | | | | QTBUG-9726 | ||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 1 | -4/+1 |
| | | | | QTBUG-9799 | ||||
* | Compiled bindings should not print warnings where normal bindings don't | Aaron Kennedy | 2010-04-14 | 1 | -3/+1 |
| | | | | QTBUG-9813 | ||||
* | Make bindings dump more useful | Aaron Kennedy | 2010-04-12 | 1 | -46/+69 |
| | |||||
* | Prevent Behavior from being triggered on initialization. | Michael Brasser | 2010-04-08 | 1 | -12/+10 |
| | | | | Task-number: QTBUG-6332 | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -1/+1 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Optimize QML "parent" property access | Aaron Kennedy | 2010-03-25 | 1 | -15/+73 |
| | | | | | For properties that are as important as "parent", QML cannot afford the overhead of a signal/slot connection. | ||||
* | Only release the binding once we're finished with its memory | Aaron Kennedy | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -32/+36 |
| | |||||
* | Reenable the QML binding optimizer for "safe" optimizations | Aaron Kennedy | 2010-03-12 | 1 | -12/+60 |
| | |||||
* | Replace QDeclarativeContext::addDefaultObject() -> setContextObject() | Aaron Kennedy | 2010-03-11 | 1 | -2/+2 |
| | | | | It is faster and easier to use to just support a single context object. | ||||
* | Unify binding optimizer and QtScript binding signal management logic | Aaron Kennedy | 2010-03-10 | 1 | -90/+7 |
| | |||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -6/+6 |
| | | | | There's nothing meta about our properties. | ||||
* | Make more private QDeclarativeMetaProperty methods private | Aaron Kennedy | 2010-02-25 | 1 | -5/+5 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+2738 |
QDeclarativeXXX. |