Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | little imporvements and 1 warning less | Thierry Bastian | 2009-12-07 | 1 | -4/+4 |
| | |||||
* | Move target/property functions to their appropriate classes. | Michael Brasser | 2009-12-07 | 1 | -47/+91 |
| | |||||
* | Minor cleanup/optimization. | Michael Brasser | 2009-12-07 | 1 | -3/+11 |
| | |||||
* | 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 | ||||
* | Use QVariant::toReal() instead of QVariant::toDouble() | Thierry Bastian | 2009-12-04 | 1 | -2/+2 |
| | | | | This avoids conversions from flat to double en embedded. | ||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -13/+17 |
| | | | | | | | | | | | | - 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 | -6/+6 |
| | | | | 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 | -4/+4 |
| | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | Minor doc fixes for animation elements. | Justin McPherson | 2009-11-18 | 1 | -12/+10 |
| | | | | Reviewed-by: Martin Jones | ||||
* | More animation autotests. | Michael Brasser | 2009-11-17 | 1 | -27/+23 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-13 | 1 | -6/+89 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Update ParentChange + docs. | Michael Brasser | 2009-11-12 | 1 | -6/+89 |
| | | |||||
* | | 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. | ||||
* | Return qmlInfo(obj) << syntax. | Warwick Allison | 2009-11-10 | 1 | -4/+4 |
| | | | | Fixes QTBUG-5480 | ||||
* | Fix after animation API changes. | Michael Brasser | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | Update animation docs. | Michael Brasser | 2009-11-06 | 1 | -5/+13 |
| | |||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -51/+117 |
| | |||||
* | Update semantics of targets/properties and target/property. | Michael Brasser | 2009-11-06 | 1 | -62/+79 |
| | | | | | This is in preparation for renaming targets -> matchTargets and properties to matchProperties. | ||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 1 | -9/+9 |
| | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421 | ||||
* | Add images to QML easing curve documentation | Yann Bodson | 2009-11-02 | 1 | -43/+169 |
| | | | | Task-number: QT-2326 | ||||
* | Cleanup | Aaron Kennedy | 2009-10-30 | 1 | -0/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 1 | -17/+17 |
|\ | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-30 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h | ||||
| | * | Doc. | Michael Brasser | 2009-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Be explicit about element<->class relationship in docs. Until this is automatically set up by qdoc, we need to do it manually so things like the display of 'read-only' work properly. | ||||
| * | | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| |/ | |||||
* | | Make private headers _p | Aaron Kennedy | 2009-10-30 | 1 | -4/+4 |
| | | |||||
* | | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 1 | -9/+9 |
|/ | |||||
* | make ScriptAction work again | Yann Bodson | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Update ScriptAction and StateChangeScript to use QmlScriptString. | Michael Brasser | 2009-10-23 | 1 | -12/+10 |
| | | | | | | | Now you can assign the script you want to run to the property directly, rather than assigning a string. Task-number: QT-734 | ||||
* | change all ids in doc examples to start with lower case. | Martin Jones | 2009-10-22 | 1 | -4/+4 |
| | |||||
* | More i18n | Warwick Allison | 2009-10-13 | 1 | -2/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-12 | 1 | -6/+6 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -6/+6 |
| | | |||||
* | | Behavior fix plus basic autotests. | Michael Brasser | 2009-10-12 | 1 | -0/+8 |
|/ | |||||
* | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -10/+14 |
| | |||||
* | Make sure animations convert between float and double when needed. | Michael Brasser | 2009-09-09 | 1 | -2/+1 |
| | |||||
* | Renamee property to fit class name. | Michael Brasser | 2009-09-03 | 1 | -4/+4 |
| | |||||
* | More robust AnchorChanges. | Michael Brasser | 2009-08-31 | 1 | -2/+2 |
| | | | | | Still not completely reliable -- doesn't handle cancellations well, and checking if one Anchor change overrides another isn't reliable. | ||||
* | Support explicit ParentAction changes | Aaron Kennedy | 2009-08-28 | 1 | -0/+14 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-27 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/extra/qmlbehavior.cpp src/declarative/extra/qmlbehavior.h | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-27 | 1 | -3/+3 |
| |\ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/anchor-layout.qdoc | ||||
| * | | Make QmlPropertyValueSource an interface. | Martin Jones | 2009-08-27 | 1 | -2/+2 |
| | | | | | | | | | | | | 1st step in animation class heirarchy redesign. | ||||
* | | | Rename Behavior cpp class to match the QML name. | Yann Bodson | 2009-08-27 | 1 | -7/+7 |
| |/ |/| | |||||
* | | Fix compile after merge from 4.6. | Michael Brasser | 2009-08-25 | 1 | -3/+3 |
|/ | |||||
* | SetPropertyAction -> PropertyAction | Martin Jones | 2009-08-21 | 1 | -38/+38 |
| | |||||
* | Renamed transition action elements | Martin Jones | 2009-08-21 | 1 | -55/+55 |
| | | | | | RunScriptAction -> ScriptAction ParentChangeAction -> ParentAction | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-21 | 1 | -0/+4 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Make QVector3D a first-class builtin type within QML | Rhys Weatherley | 2009-08-21 | 1 | -0/+4 |
| | | | | | | | | Reviewed-by: Martin Jones | ||||
* | | Rename State change elements. | Martin Jones | 2009-08-21 | 1 | -3/+3 |
|/ | | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges | ||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 1 | -4/+4 |
| |