Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -113/+0 |
| | | | | QDeclarativeXXX. | ||||
* | QmlExpression API review | Aaron Kennedy | 2010-02-23 | 1 | -8/+3 |
| | |||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Harden binding optimizer | Aaron Kennedy | 2010-01-27 | 1 | -1/+0 |
| | |||||
* | Don't use a virtual signal - moc complains. | Warwick Allison | 2010-01-11 | 1 | -1/+3 |
| | |||||
* | valueChanged() needs to be virtual? | Yann Bodson | 2009-12-07 | 1 | -1/+1 |
| | |||||
* | small cleanup | Thierry Bastian | 2009-12-04 | 1 | -1/+1 |
| | | | | | | 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 | -1/+2 |
| | | | | | | | | | | | | - 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 | -3/+3 |
| | |||||
* | 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. | ||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Add a QmlExpression::error() method | Aaron Kennedy | 2009-10-28 | 1 | -0/+5 |
| | | | | | QmlExpression should not print errors itself. This is the responsibility of the caller. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-10-21 | 1 | -0/+2 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Add binding assignment warnings | Aaron Kennedy | 2009-10-16 | 1 | -0/+2 |
| | | |||||
* | | Add bool* argument to QmlExpression::value() to help debugger. | Bea Lam | 2009-10-19 | 1 | -1/+1 |
|/ | |||||
* | Output file/line for script errors | Aaron Kennedy | 2009-10-09 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary friend | Aaron Kennedy | 2009-08-05 | 1 | -1/+0 |
| | |||||
* | Make private stuff private | Aaron Kennedy | 2009-07-27 | 1 | -2/+0 |
| | |||||
* | Rework expression stuff to use a more efficient notify handler | Aaron Kennedy | 2009-07-20 | 1 | -22/+17 |
| | |||||
* | Move QmlExpression into its own file | Aaron Kennedy | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -1/+0 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Improve bindings startup performance | Aaron Kennedy | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | QmlBasicScript should work on the actual JS AST tree | Aaron Kennedy | 2009-05-28 | 1 | -2/+0 |
| | |||||
* | Start work on translation support in Qml. | Michael Brasser | 2009-05-18 | 1 | -0/+2 |
| | | | | Added basic support for qsTr in Qml, both in the engine and in lupdate. | ||||
* | Clean up QmlContext's and QmlExpression's when a context gets deleted | Aaron Kennedy | 2009-05-11 | 1 | -0/+1 |
| | |||||
* | Tweak debugger watches | Aaron Kennedy | 2009-05-08 | 1 | -0/+1 |
| | |||||
* | Track expression evaluation when debugging is enabled | Aaron Kennedy | 2009-05-06 | 1 | -0/+1 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+115 |