Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -366/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 1 | -5/+31 |
| | | | | | | | | 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 | ||||
* | Fix Behaviors for object-type properties. | Michael Brasser | 2010-02-05 | 1 | -1/+1 |
| | | | | Task-number: QT-2269 | ||||
* | Incorrect ASSERT | Aaron Kennedy | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | Optimization: Bypass qt_metacall for synthesized methods | Aaron Kennedy | 2010-01-09 | 1 | -14/+36 |
| | |||||
* | Optimization: Cache compiled dynamic functions | Aaron Kennedy | 2010-01-08 | 1 | -27/+34 |
| | |||||
* | Mark function contexts as temporary | Aaron Kennedy | 2010-01-05 | 1 | -0/+1 |
| | | | | QTBUG-5690 | ||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -5/+7 |
| | | | | | | | | | | | | - 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. | ||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -3/+3 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 1 | -2/+2 |
| | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | tests | Aaron Kennedy | 2009-11-17 | 1 | -9/+3 |
| | |||||
* | Fixup qmllanguage::aliasProperties test | Aaron Kennedy | 2009-11-11 | 1 | -5/+6 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Support return values in synthesized methods | Aaron Kennedy | 2009-10-27 | 1 | -2/+4 |
| | |||||
* | Fix more warnings. | Michael Brasser | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | Fix Behavior support for value type properties. | Michael Brasser | 2009-10-23 | 1 | -7/+26 |
| | |||||
* | Use the correct context when resolving alias properties | Aaron Kennedy | 2009-10-22 | 1 | -2/+0 |
| | |||||
* | Tweak scoping | Aaron Kennedy | 2009-10-21 | 1 | -2/+1 |
| | | | | | qmlContext() now returns the outer, not the inner context. The VME MetaObject now saves the context used to run function bodies | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-12 | 1 | -0/+27 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -0/+27 |
| | | |||||
* | | Add id aliases | Aaron Kennedy | 2009-10-09 | 1 | -7/+19 |
|/ | |||||
* | Preliminary support for object and list synthesized property types | Aaron Kennedy | 2009-09-22 | 1 | -1/+18 |
| | |||||
* | Fix crash in property aliases | Aaron Kennedy | 2009-08-10 | 1 | -2/+1 |
| | | | | | Since 588093b3e12dd5039bcc4ee545d9d9112d25394f id objects are stored in the special idValues array, not in the generic propertyValues list. | ||||
* | Rework compiler to a two phase analyse/generate approach | Aaron Kennedy | 2009-07-15 | 1 | -5/+6 |
| | |||||
* | Support parameterized synthesized methods | Aaron Kennedy | 2009-07-02 | 1 | -117/+126 |
| | |||||
* | Initial property aliasing support | Aaron Kennedy | 2009-07-02 | 1 | -6/+46 |
| | | | | Currently very basic - the only alias "script" that is allowed is Id.property | ||||
* | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 1 | -1/+4 |
| | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript. | ||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -1/+1 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Allow synthesized and extension meta objects to work together | Aaron Kennedy | 2009-06-18 | 1 | -3/+13 |
| | |||||
* | Support URLs directly (not just as strings), so they are correctly resolved. | Warwick Allison | 2009-06-10 | 1 | -0/+3 |
| | | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration). | ||||
* | Very basic slot declaration support | Aaron Kennedy | 2009-05-05 | 1 | -49/+83 |
| | | | | | | | | | | Currently only parameterless slots are supported. They are declared inline with the object: Rect { function mySlot() { print("Hello world!"); } } | ||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -11/+11 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+140 |