summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-2320-63/+73
|\
| * Add missing Q_DISABLE_COPYs.Michael Brasser2010-04-225-0/+8
| |
| * Use Q_DECLARE_PRIVATE for private slot.Michael Brasser2010-04-223-7/+7
| |
| * Workaround no longer needed.Michael Brasser2010-04-221-3/+1
| |
| * Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-2211-35/+36
| | | | | | | | | | QDeclarativeExpression can be used to evaluate any sort of expression, not just those returning a value.
| * Continue to register base type.Michael Brasser2010-04-221-0/+1
| |
| * Doc.Michael Brasser2010-04-221-18/+20
| |
* | Don't crash if Connections::target is changed by one of its signal handlersMartin Jones2010-04-233-5/+16
| | | | | | | | Reviewed-by: Michael Brasser
* | Remove the deprecated wrap property.Martin Jones2010-04-224-31/+0
|/
* Replace Flickable overshoot property with boundsBehaviorMartin Jones2010-04-226-17/+63
| | | | Task-number: QTBUG-9993
* Autotests and docAaron Kennedy2010-04-221-34/+36
|
* Give error on attempt to import types from too-early version number.Warwick Allison2010-04-222-8/+26
| | | | eg. "import Qt 4.6" not valid.
* Remove (undocumented) QML bindings for effects.Michael Brasser2010-04-225-267/+2
| | | | | Support for effects will be introduced in a future release, when we can make better guarantees about performance.
* Change return type to match value().Michael Brasser2010-04-222-2/+2
|
* Add duration and easing properties to AnchorAnimation.Michael Brasser2010-04-222-1/+74
|
* AutotestAaron Kennedy2010-04-221-0/+6
|
* Remove dead codeAaron Kennedy2010-04-222-20/+0
|
* Compile on Windows (export decl fix).Warwick Allison2010-04-211-3/+3
|
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-215-92/+92
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Fix parsing of regular expression literals.Roberto Raggi2010-04-211-29/+79
| | | | | | | Recognize regular expression classes and escape sequences. Task-number: QTBUG-8108 Reviewed-by: Olivier Goffart
* Compile without Qt3 support.Yann Bodson2010-04-211-25/+25
|
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-2146-568/+1168
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-211-1/+3
| |\
| | * Emit released and hoveredChanged in MouseArea when a UngrabMouse is receivedLeonardo Sobral Cunha2010-04-211-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The unbgrab mouse happens when the mouse area is inside a flickable and the flickables takes control over the mouse handling. In this case, the UngrabMouse will behave similarly to a MouseRelease, emitting released, pressedChanged and hoveredChanged. Visual autotest added to mousearea in qmlvisual. Reviewed-by: Michael Brasser
| * | Add hasModelChildren property to delegates with QAbstractItemModel model type.Martin Jones2010-04-212-39/+71
| |/ | | | | | | | | | | | | | | Also add some helper function to VisualDataModel: - VisualDataModel::modelIndex(int) returns a QModelIndex which can be assigned to VisualDataModel::rootIndex - VisualDataModel::parentModelIndex() returns a QModelIndex which can be assigned to VisualDataModel::rootIndex
| * Add forceFocus method to QDeclarativeItem.Yann Bodson2010-04-212-2/+20
| | | | | | | | Reviewed-by: Aaron Kennedy
| * Don't allow properties in Component elementsAaron Kennedy2010-04-211-0/+7
| | | | | | | | QTBUG-10082
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-217-67/+129
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-216-66/+126
| | |\
| | | * Fix qmlvisual/animation/parentAnimation autotestLeonardo Sobral Cunha2010-04-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The transformOriginPoint was not up tp date when used in ParentChange after this commit: 575f0064bd91e26daa75805c142c10a04a32c2fd. Reviewed-by: Michael Brasser
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-211-2/+4
| | | |\
| | | | * Remove \internal from QDeclarativePropertyValueSource. It should beBea Lam2010-04-211-2/+4
| | | | | | | | | | | | | | | | | | | | public according to the docs.
| | | * | Fix highlight position with StrictlyEnforceRange and range greater than item ↵Martin Jones2010-04-214-63/+118
| | | |/ | | | | | | | | | | | | | | | | | | | | size. Task-number: QTBUG-9901
| | * | Fix crash.Warwick Allison2010-04-211-1/+3
| | |/ | | | | | | | | | Reviewed-by: Aaron Kennedy
| * | Fix crash when QDeclarativeInfo objects are copiedAaron Kennedy2010-04-212-81/+78
| |/
| * docWarwick Allison2010-04-204-12/+23
| |
| * Allow null to be assigned to object propertiesAaron Kennedy2010-04-202-1/+11
| |
| * Fix AnchorChanges to work with parent.right.Michael Brasser2010-04-206-221/+366
| | | | | | | | | | | | | | "parent" needs to be evaluated with the AnchorChanges target as the scope object. Task-number: QTBUG-5338
| * CompileWarwick Allison2010-04-201-2/+0
| |
| * Improve error messages, especially on embedded.Warwick Allison2010-04-2013-22/+197
| | | | | | | | | | | | With embedded, it is often the case that some QT_NO_* features are turned off (eg. QT_NO_XMLPATTERNS), which in turn leads to QML types not being available.
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-203-9/+36
| |\
| | * Add drag.active property to MouseArea in qmlLeonardo Sobral Cunha2010-04-203-9/+36
| | | | | | | | | | | | | | | | | | | | | The drag.active property specifies if the target item is being dragged. Task-number: QTBUG-9833 Reviewed-by: Martin Jones
| * | Handle overrides correctly in extension objectsAaron Kennedy2010-04-201-2/+73
| |/ | | | | | | QTBUG-7817
| * Allow Loader sourceComponent to be set to undefeined.Martin Jones2010-04-202-2/+11
| |
| * Doc fix.Michael Brasser2010-04-191-3/+10
| |
| * Minor internal anchor refactoring.Michael Brasser2010-04-195-113/+112
| |
| * Doc clarification.Michael Brasser2010-04-191-2/+4
| |
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-191-1/+2
| |\
| * | Fix flipable behaviour when back element is resizedAlan Alpert2010-04-192-12/+40
| | | | | | | | | | | | | | | Task-number: QTBUG-8424 Reviewed-by: mae
* | | Make the dynamic creation functions on the Qt objectAlan Alpert2010-04-212-14/+38
| |/ |/| | | | | | | | | | | | | | | Also updated examples to still work, and the dynamic example now uses exceptions a little, to demonstrate that it can be done. Exceptions are also now filled out with the QML error data. Task-number: QT-2801 Reviewed-by: Aaron Kennedy