Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -851/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Make QmlBinding (and friends) private | Aaron Kennedy | 2010-02-23 | 1 | -2/+2 |
| | | | | | QmlBinding exposes way too many implementation details to be confident about making it public right now. | ||||
* | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 1 | -50/+10 |
| | | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer). | ||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Revert "Replace QList<>* support with QmlListProperty" | Martin Jones | 2010-02-10 | 1 | -11/+15 |
| | | | | This reverts commit d914555badcd4761864657e1e335e657b791453f. | ||||
* | Replace QList<>* support with QmlListProperty | Aaron Kennedy | 2010-02-09 | 1 | -15/+11 |
| | |||||
* | Cleanup | Aaron Kennedy | 2010-01-27 | 1 | -2/+2 |
| | |||||
* | Harden binding optimizer | Aaron Kennedy | 2010-01-27 | 1 | -17/+0 |
| | |||||
* | Remove unused optimization | Aaron Kennedy | 2009-12-22 | 1 | -19/+0 |
| | |||||
* | Support binding optimizer and deferred properties | Aaron Kennedy | 2009-12-18 | 1 | -9/+2 |
| | |||||
* | Fix deferred property bugs | Aaron Kennedy | 2009-12-18 | 1 | -1/+0 |
| | | | | | Previously deferred properties would fail if any of the sub objects used bindings or QmlParserStatus. Whoops. | ||||
* | Binding optimizer extensions | Aaron Kennedy | 2009-12-16 | 1 | -8/+14 |
| | |||||
* | Introduce experimental binding optimizer | Aaron Kennedy | 2009-12-14 | 1 | -0/+21 |
| | | | | Enable with QML_EXPERIMENTAL=1 | ||||
* | small cleanup | Thierry Bastian | 2009-12-04 | 1 | -12/+12 |
| | | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static | ||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -21/+24 |
| | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes. | ||||
* | Optimization: Use QString, not QUrl in QmlBinding | Aaron Kennedy | 2009-12-03 | 1 | -2/+2 |
| | |||||
* | Avoid QString <-> QUrl conversions | Aaron Kennedy | 2009-12-03 | 1 | -2/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-03 | 1 | -1/+1 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | A collection of small optimizations. | Martin Jones | 2009-12-03 | 1 | -1/+1 |
| | | |||||
* | | Optimization | Aaron Kennedy | 2009-12-03 | 1 | -6/+7 |
|/ | |||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -15/+15 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-02 | 1 | -13/+13 |
|\ | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: src/declarative/qml/qmlvme.cpp | ||||
| * | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 1 | -12/+12 |
| | | | | | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | | Minor performance tweaks | Aaron Kennedy | 2009-12-02 | 1 | -5/+7 |
|/ | |||||
* | Support array-literal Script::source values | Aaron Kennedy | 2009-11-29 | 1 | -5/+2 |
| | |||||
* | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -1/+1 |
| | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | Missing file for 48ea5a5c74620f9811debc6bf1e49bf095d30722 | Aaron Kennedy | 2009-11-04 | 1 | -3/+3 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 1 | -16/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp | ||||
| * | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | | |||||
* | | Make private headers _p | Aaron Kennedy | 2009-10-30 | 1 | -1/+1 |
|/ | |||||
* | Fix more warnings. | Michael Brasser | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | Fix Behavior support for value type properties. | Michael Brasser | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Fix test failures. | Aaron Kennedy | 2009-10-22 | 1 | -1/+5 |
| | | | | Also add a test for script errors within signal handlers. | ||||
* | Support assigning scripts to QML properties | Aaron Kennedy | 2009-10-22 | 1 | -0/+16 |
| | |||||
* | i18n | Warwick Allison | 2009-10-13 | 1 | -16/+13 |
| | |||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-11 | 1 | -3/+4 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Output file/line for script errors | Aaron Kennedy | 2009-10-09 | 1 | -3/+4 |
| | | |||||
* | | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -46/+40 |
|/ | |||||
* | Make Script an instrinsic type | Aaron Kennedy | 2009-10-07 | 1 | -0/+7 |
| | | | | | This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts. | ||||
* | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 1 | -2/+2 |
| | |||||
* | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 1 | -1/+8 |
| | |||||
* | Give file and line information for script errors. | Michael Brasser | 2009-09-28 | 1 | -0/+1 |
| | |||||
* | Make more qmlecmascript tests pass | Aaron Kennedy | 2009-09-23 | 1 | -5/+34 |
| | | | | | Test cases constantsOverrideBindings, outerBindingOverridesInnerBinding and aliasPropertyAndBinding now pass. | ||||
* | Use a bitmask to track bound properties | Aaron Kennedy | 2009-09-23 | 1 | -2/+1 |
| | |||||
* | Add plumbing for more advanced signal property control | Aaron Kennedy | 2009-09-22 | 1 | -5/+1 |
| | |||||
* | Slight simplification of parameterized signals | Aaron Kennedy | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Fix a bug in the qmlvme, which lead to an assert on valid QML. | Alan Alpert | 2009-09-03 | 1 | -0/+8 |
| | | | | | | | | | As QmlComponents are created outside the CreateObject instruction, they could be created with an uninitalized declarative data member. Also this patch sets the column on CreateObject instructions too. Reviewed-by: Aaron Kennedy | ||||
* | Add an assert before we dereference a null pointer | Alan Alpert | 2009-09-02 | 1 | -0/+1 |
| | | | | Reviewed-by: Aaron Kennedy | ||||
* | Save object creation line and column number | Aaron Kennedy | 2009-09-02 | 1 | -0/+5 |
| | | | | | This info is used by the debugger interface, and by the qmlInfo() stream. |