summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-2718-98/+313
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (30 commits) Ensure text document is created before we access it. Plugins documentation. Fix update issue when an item has an effect and child. Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints. Disallow "Qt" as namespace import Don't "adjust" the z value of a delegate that has been cached. Correctly inherit extension properties Autotests More QDeclarativeNetworkAccessManagerFactory doc clarification. Fix QDeclarativeNetworkAccessManagerFactory docs. Don't crash on invalid model remove signal. Ensure scheduled layout can occur before testing. Fix remaining 4.6 type registrations (to 4.7). doc anchor margins vs. anchor (line) state/animation. These examples should not be included in this test Unify naming of settings / UI to be "Qt Qml Runtime" Improved error messages for type resolving, new debug option Link to example files from tutorial pages Add tutorial for writing QML extensions no export in plugin ...
| * Ensure text document is created before we access it.Martin Jones2010-04-271-0/+1
| |
| * Plugins documentation.Bea Lam2010-04-271-4/+11
| | | | | | | | Task-number: QTBUG-10129
| * Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints.Alexis Menard2010-04-271-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the echoMode changes for QDeclarativeTextInput we need to update the inputmethod hints. Also in QGraphicsView we need to update the input context installed on the view to make the former is aware of the change. For the input context framework the only way to deal with the current widget is focusWidget(). Unfortunately the widget that has the focus is the QGraphicsView so the input context don't know the real object QGraphicsView is actually focusing. We must keep in sync the inputMethodHints of QGV with the object QGraphicsView is focusing so the input context just called focusWidget()->inputMethodhints() to update itself. Task-number:QTBUG-9922 Reviewed-by:janarve Reviewed-by:bnilsen Reviewed-by:Michael Brasser
| * Disallow "Qt" as namespace importAaron Kennedy2010-04-271-0/+8
| | | | | | | | | | | | This conflicts with the global object's "Qt" property. QTBUG-10143
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-274-12/+37
| |\
| | * Don't "adjust" the z value of a delegate that has been cached.Martin Jones2010-04-274-12/+37
| | | | | | | | | | | | Task-number: QTBUG-10131
| * | Correctly inherit extension propertiesAaron Kennedy2010-04-271-1/+1
| | | | | | | | | | | | Correct a typo that breaks extension properties in some cases.
| * | AutotestsAaron Kennedy2010-04-271-9/+8
| |/
| * More QDeclarativeNetworkAccessManagerFactory doc clarification.Martin Jones2010-04-271-1/+3
| |
| * Fix QDeclarativeNetworkAccessManagerFactory docs.Martin Jones2010-04-271-4/+1
| |
| * Don't crash on invalid model remove signal.Martin Jones2010-04-271-4/+9
| | | | | | | | Task-number: QTBUG-10209
| * Fix remaining 4.6 type registrations (to 4.7).Warwick Allison2010-04-271-2/+2
| | | | | | | | | | | | Missed/cross-paths with a29627231a02ebf98645675acbd353618d1109d4. Task-number: QTBUG-10081
| * doc anchor margins vs. anchor (line) state/animation.Warwick Allison2010-04-262-2/+10
| |
| * Improved error messages for type resolving, new debug optionmae2010-04-263-55/+133
| | | | | | | | | | | | | | | | | | | | The patch improves the error messages when type resolving fails and introduces a new debug utility QML_CHECK_TYPES. If the environment variable is defined, type shadowing will be reported as error. Reviewed-by: Warwick Allison
| * Return null if creation fails.Michael Brasser2010-04-231-3/+5
| |
| * Basic Component doc.Michael Brasser2010-04-231-1/+74
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Peter Yard2010-04-27125-1733/+2491
|\ \ | |/
| * 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.