Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass symbols::prefix (Action -> QmlAction) | Warwick Allison | 2010-02-05 | 1 | -24/+24 |
| | |||||
* | Add more detailed debugging | Aaron Kennedy | 2010-01-20 | 1 | -1/+2 |
| | |||||
* | Use deferred properties in states and transitions | Aaron Kennedy | 2009-12-18 | 1 | -0/+2 |
| | |||||
* | Use destroy() to destroy bindings. | Michael Brasser | 2009-12-17 | 1 | -2/+4 |
| | |||||
* | Include more info for state debugging. | Michael Brasser | 2009-12-16 | 1 | -2/+2 |
| | |||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -9/+12 |
| | | | | | | | | | | | | - 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 | -8/+8 |
| | | | | 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 | -1/+1 |
| | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | Remove deleted states from the StateGroup. | Michael Brasser | 2009-11-19 | 1 | -0/+3 |
| | |||||
* | Distinguish between reversing and rewinding a state change. | Michael Brasser | 2009-11-17 | 1 | -0/+4 |
| | | | | Task-number: QTBUG-5769 | ||||
* | Autotests. | Michael Brasser | 2009-11-16 | 1 | -2/+5 |
| | |||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 1 | -1/+1 |
| | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421 | ||||
* | 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 | -6/+6 |
|/ | |||||
* | Doc. | Michael Brasser | 2009-10-28 | 1 | -1/+1 |
| | |||||
* | Don't accidently override originals. | Michael Brasser | 2009-10-20 | 1 | -1/+2 |
| | |||||
* | Make sure ParentChange always saves original parent. | Michael Brasser | 2009-10-11 | 1 | -3/+1 |
| | |||||
* | Fix bug with signal overrides. | Michael Brasser | 2009-09-25 | 1 | -2/+2 |
| | |||||
* | Fix bug when cancelling anchor change mid-transition. | Michael Brasser | 2009-09-03 | 1 | -0/+3 |
| | |||||
* | Doc fixes | Yann Bodson | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | Fix compile after merge from 4.6. | Michael Brasser | 2009-08-25 | 1 | -2/+2 |
| | |||||
* | Property changes after API review. | Michael Brasser | 2009-08-20 | 1 | -2/+2 |
| | | | | | State:operations -> changes Transition:operations -> animations | ||||
* | doc cleanup | Yann Bodson | 2009-08-19 | 1 | -34/+0 |
| | |||||
* | Don't leak bindings. | Michael Brasser | 2009-08-06 | 1 | -7/+4 |
| | | | | Make sure we clean up bindings for a cancelled state change. | ||||
* | Remove some warnings | Yann Bodson | 2009-08-03 | 1 | -9/+10 |
| | |||||
* | Fix ParentChange in states. | Michael Brasser | 2009-07-28 | 1 | -5/+23 |
| | | | | Make sure we can override when necessary. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-23 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-23 | 1 | -4/+4 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Allow span of versions to be defined, not just one. | Warwick Allison | 2009-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Span is from version where introduced (all 4.6) to current QT_VERSION. | ||||
| * | | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | | | Get anchor change transitions working. | Michael Brasser | 2009-07-23 | 1 | -4/+24 |
| |/ |/| | |||||
* | | Stricter matching for ParentChangeAction. | Michael Brasser | 2009-07-23 | 1 | -4/+4 |
|/ | |||||
* | Remove moveToParent property. | Michael Brasser | 2009-07-22 | 1 | -13/+34 |
| | | | | Functionality has been moved to ParentChange. | ||||
* | Rename QmlBindableValue to QmlBinding | Aaron Kennedy | 2009-07-20 | 1 | -3/+3 |
| | |||||
* | Remove QmlSetProperty | Aaron Kennedy | 2009-07-01 | 1 | -128/+18 |
| | | | | This involves the introduction of separation between states and transition application. This was necessary to allow layouts to continue to use transitions. | ||||
* | StateOperation doesn't need to be instantiated from Qml. | Michael Brasser | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Support animating dot properties. | Michael Brasser | 2009-06-30 | 1 | -1/+3 |
| | | | | | Make sure we can handle things like PropertyAnimation { property: "anchors.leftMargin" } | ||||
* | Update SetProperties to handle changing bindings | Aaron Kennedy | 2009-06-26 | 1 | -26/+58 |
| | | | | Also removed all uses of SetProperty | ||||
* | A little cleanup | Aaron Kennedy | 2009-06-25 | 1 | -37/+65 |
| | |||||
* | Remove extraneous semicolons. | Martin Jones | 2009-05-26 | 1 | -2/+2 |
| | | | | Caused massive number of warnings with winscw | ||||
* | Add a SetProperties::restoreEntryValues property to store the state ↵ | Aaron Kennedy | 2009-05-19 | 1 | -2/+2 |
| | | | | restoring property entry values | ||||
* | Apply a states binding changes even if there is no transition. | Michael Brasser | 2009-05-11 | 1 | -6/+11 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Smith | 2009-04-29 | 1 | -33/+33 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -33/+33 |
| | | |||||
* | | qdoc: Corrected some qdoc warnings. | Martin Smith | 2009-04-29 | 1 | -1/+0 |
|/ | |||||
* | Replace the use of the obsolete GfxEasing with QEasingCurve. | Michael Brasser | 2009-04-27 | 1 | -1/+0 |
| |