Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix attached properties/enums from ecmascript | Aaron Kennedy | 2009-10-05 | 5 | -25/+61 |
| | |||||
* | Add attached property ECMAScript test | Aaron Kennedy | 2009-10-05 | 2 | -0/+25 |
| | |||||
* | Crash | Aaron Kennedy | 2009-10-05 | 1 | -1/+3 |
| | |||||
* | Implement QmlValueTypeScriptClass::newObject() | Aaron Kennedy | 2009-10-05 | 1 | -1/+2 |
| | |||||
* | Update to new QScriptDeclarativeClass API | Aaron Kennedy | 2009-10-05 | 8 | -75/+31 |
| | |||||
* | Tweak api to improve ownership issues | Aaron Kennedy | 2009-10-05 | 4 | -33/+25 |
| | |||||
* | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 26 | -383/+922 |
| | |||||
* | API changes | Aaron Kennedy | 2009-10-05 | 2 | -53/+87 |
| | |||||
* | Only start timer if it isn't already active | Aaron Kennedy | 2009-10-05 | 1 | -2/+4 |
| | |||||
* | Prevent writes to the global object | Aaron Kennedy | 2009-10-05 | 8 | -58/+260 |
| | | | | Also add toString() method to qobjects | ||||
* | Read/write property directly from QmlObjectScriptClass | Aaron Kennedy | 2009-10-05 | 5 | -83/+83 |
| | |||||
* | QmlMetaProperty cleanup | Aaron Kennedy | 2009-10-05 | 4 | -332/+348 |
| | |||||
* | Minor QmlMetaProperty cleanup | Aaron Kennedy | 2009-10-05 | 2 | -20/+35 |
| | |||||
* | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 22 | -355/+1021 |
| | |||||
* | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 14 | -93/+303 |
| | |||||
* | Use placement new correctly | Aaron Kennedy | 2009-10-05 | 1 | -3/+3 |
| | |||||
* | Use QScriptProgram to speed up binding creation | Aaron Kennedy | 2009-10-05 | 4 | -4/+28 |
| | |||||
* | Add two step compile/evaluate support to QScript | Aaron Kennedy | 2009-10-05 | 2 | -0/+199 |
| | |||||
* | Prototype a QScriptDeclarativeClass that fits better with qml | Aaron Kennedy | 2009-10-05 | 6 | -3/+652 |
| | |||||
* | Fix benchmark. | Michael Brasser | 2009-10-05 | 1 | -2/+2 |
| | |||||
* | Update Rectangle to use qDrawBorderPixmap. | Michael Brasser | 2009-10-05 | 1 | -35/+3 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-05 | 9 | -34/+41 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-10-04 | 1423 | -15735/+29203 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-10-02 | 6 | -23/+76 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-10-02 | 0 | -0/+0 |
| |\ \ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | | Update following component file name changes. | Bea Lam | 2009-10-02 | 1 | -22/+22 |
| | | | | | |||||
| * | | | | Make compile since QmlValuePropertySource is no longer a Qobject. | Bea Lam | 2009-10-02 | 7 | -5/+16 |
| | | | | | |||||
| * | | | | Use void return type for setter methods. | Bea Lam | 2009-10-02 | 2 | -8/+8 |
| | | | | | |||||
* | | | | | Use qDrawPixmaps for particles. | Michael Brasser | 2009-10-05 | 1 | -2/+16 |
| | | | | | |||||
* | | | | | No longer need to disable JITing. | Michael Brasser | 2009-10-04 | 1 | -2/+0 |
| | | | | | |||||
* | | | | | Make compile. | Michael Brasser | 2009-10-04 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵ | Michael Brasser | 2009-10-04 | 218 | -1969/+5018 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure | ||||
| * | | | | Adding comments. | Alessandro Portale | 2009-10-03 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | Doc: Document HTML and status as properties. | Volker Hilsheimer | 2009-10-03 | 1 | -5/+7 |
| | | | | | |||||
| * | | | | Doc: silence qdoc warnings in S60 specific documentation. | Volker Hilsheimer | 2009-10-03 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | Not sure why the migration classes should be are \obsolete. | ||||
| * | | | | Doc: silence more qdoc warnings. | Volker Hilsheimer | 2009-10-03 | 5 | -17/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Mark QGraphicsAnchor::unsetSpacing as reset function of the spacing property. | ||||
| * | | | | Doc: add \since 4.6 to new QGraphicsItem::PanelModality enum. | Volker Hilsheimer | 2009-10-03 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Silence moc warning. | Volker Hilsheimer | 2009-10-03 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Compile Rogue example again after state machchine event type rename. | Volker Hilsheimer | 2009-10-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Enable multitouch on the Gradients demo | Benjamin Poulain | 2009-10-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Denis Dzyubenko Reviewed-by: Pierre Rossi | ||||
| * | | | | Enable multitouch on the affine demo | Benjamin Poulain | 2009-10-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Denis Dzyubenko Reviewed-by: Pierre Rossi | ||||
| * | | | | Add multitouch to the PathStroke demo | Benjamin Poulain | 2009-10-02 | 3 | -5/+97 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add multitouch to the position of the path, and enable multitouch on the controls of the demo. Reviewed-by: Denis Dzyubenko Reviewed-by: Pierre Rossi | ||||
| * | | | | Add multitouch capabilities to the shared classes of the demo | Benjamin Poulain | 2009-10-02 | 3 | -1/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add multitouch feature to the HoverPoints and the ArthurWidget. Multitouch is enabled by default for widgets using HoverPoints. The ArthurWidget propagate the TouchEvents in order to have them handled by a parent if a parent accept the touch events. Reviewed-by: Denis Dzyubenko Reviewed-by: Pierre Rossi | ||||
| * | | | | Stablilize autotests on X11 | Olivier Goffart | 2009-10-02 | 2 | -7/+14 |
| | | | | | |||||
| * | | | | Merge commit 'origin/4.6' into mmfphonon | Frans Englich | 2009-10-02 | 90 | -378/+1086 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/mediaplayer/mediaplayer.pro | ||||
| | * | | | | Changed implementation of qDrawBorderPixmap() to use qDrawPixmaps(). | Kim Motoyoshi Kalland | 2009-10-02 | 6 | -240/+262 |
| | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trond | ||||
| | * | | | | Added support for drawing a pixmap multiple times in one call. | Kim Motoyoshi Kalland | 2009-10-02 | 9 | -48/+292 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is internal API. It's possible to specify a horizontal and vertical scale, rotation, opacity and source rectangle for each pixmap item. Useful for particle effects. Reviewed-by: Trond | ||||
| | * | | | | Added qFastSin() and qFastCos() functions. | Kim Motoyoshi Kalland | 2009-10-02 | 3 | -2/+333 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new functions use a lookup table. Reviewed-by: Trond | ||||
| | * | | | | Add prefix to statemachine-specific event types | Kent Hansen | 2009-10-02 | 5 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Signal" and "Wrapped" is too generic; prefix with StateMachine. Reviewed-by: Eskil Abrahamsen Blomfeldt | ||||
| | * | | | | Doc: mark API of Gesture framework as preliminary. | Volker Hilsheimer | 2009-10-02 | 4 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | New API will most likely not be in the Beta release. |