summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add missing NOTIFYs to timer, xmllistmodel, xmlroleJoona Petrell2010-03-054-17/+50
| | | | Reviewed-by: akennedy
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0595-441/+1471
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (104 commits) Include QML doc snippets in examples autotest Update QML documentation snippets to latest syntax. MouseRegion is dead. Long live MouseArea. Compile fix for wince Update QML PropertyAnimation::easing docs Add testcase for QTBUG-7730 Add autotests for tab and backtab in Keys and KeyNavigation. Run signal expressions on attached property objects in correct scope Fixup test Add support for tab and backtab in KeyNavigation Mark QGraphicsItem position properties as FINAL Move the multimedia files to the correct place. Fix grammar stringifying "on" as "readonly" Improve grouped property error messages Don't mess with highlight size if highlightFollowsCurrentItem is false. Fix ListView contentHeight calculation. Remove Qt.playSound() Add formatting functions to QML's global Qt object. Signal handler requires exactly one value. QDeclarativeContext::contextProperty() should also access ids ...
| * MouseRegion is dead. Long live MouseArea.Martin Jones2010-03-042-2/+1
| |
| * Compile fix for winceThierry Bastian2010-03-041-3/+3
| | | | | | | | Reviewed-by: Leo Cunha
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0494-439/+1470
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (100 commits) Update QML PropertyAnimation::easing docs Add testcase for QTBUG-7730 Add autotests for tab and backtab in Keys and KeyNavigation. Run signal expressions on attached property objects in correct scope Fixup test Add support for tab and backtab in KeyNavigation Mark QGraphicsItem position properties as FINAL Move the multimedia files to the correct place. Fix grammar stringifying "on" as "readonly" Improve grouped property error messages Don't mess with highlight size if highlightFollowsCurrentItem is false. Fix ListView contentHeight calculation. Remove Qt.playSound() Add formatting functions to QML's global Qt object. Signal handler requires exactly one value. QDeclarativeContext::contextProperty() should also access ids Compile without QVariant::EasingCurve in Qt 4.6.2. Documented view behavior when items are removed from start of view. Fix tests failing due to javascript eval errors. Remove unnecessary additional hash of QDeclarativeGridViewAttached ...
| | * Update QML PropertyAnimation::easing docsLeonardo Sobral Cunha2010-03-041-2/+17
| | | | | | | | | | | | Task-number: QTBUG-8726
| | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Justin McPherson2010-03-044-8/+15
| | |\
| | | * Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-044-8/+15
| | | | | | | | | | | | | | | | QTBUG-8677
| | * | Merge branch '4.7' of ../../qt-qml/4.7 into 4.7Justin McPherson2010-03-0492-429/+1438
| | |\ \ | | | |/
| | | * Merge branch 'tab-navigation' into 4.7Yann Bodson2010-03-042-14/+87
| | | |\
| | | | * Add support for tab and backtab in KeyNavigationYann Bodson2010-03-042-14/+87
| | | | | | | | | | | | | | | | | | | | Task-number: QT-3046
| | | * | Mark QGraphicsItem position properties as FINALAaron Kennedy2010-03-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Some of these properties were already final, so this improves the consistency. QTBUG-7948.
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-044-5/+5
| | | |\ \
| | | | * | Fix grammar stringifying "on" as "readonly"Aaron Kennedy2010-03-044-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | QTBUG-8676
| | | * | | Move the multimedia files to the correct place.Martin Jones2010-03-048-0/+0
| | | |/ /
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-0430-208/+83
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/src.pro
| | | * | | Improve grouped property error messagesAaron Kennedy2010-03-044-8/+22
| | | | | | | | | | | | | | | | | | | | | | | | QT-2579
| | | * | | Don't mess with highlight size if highlightFollowsCurrentItem is false.Martin Jones2010-03-041-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-2630
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0411-39/+136
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Remove Qt.playSound()Michael Brasser2010-03-043-26/+1
| | | | | | | | | | | | | | | | | | | | | | | | Use SoundEffect instead.
| | | | * | Add formatting functions to QML's global Qt object.Michael Brasser2010-03-042-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | The plan is for these to replace DateTimeFormatter.
| | | | * | Signal handler requires exactly one value.Michael Brasser2010-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Don't crash on invalid "PropertyAnimation on onClicked"
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-0411-32/+98
| | | | |\ \
| | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-044-21/+37
| | | | | |\ \
| | | | | * | | Compile without QVariant::EasingCurve in Qt 4.6.2.Warwick Allison2010-03-047-11/+61
| | | | | | | |
| | | | * | | | QDeclarativeContext::contextProperty() should also access idsAaron Kennedy2010-03-041-1/+4
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | QT-2800
| | | * | | | Fix ListView contentHeight calculation.Martin Jones2010-03-041-2/+3
| | | | |/ / | | | |/| | | | | | | | | | | | | | Task-number: QT-2630
| | | * | | Documented view behavior when items are removed from start of view.Martin Jones2010-03-042-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-7694
| | | * | | Remove unnecessary additional hash of QDeclarativeGridViewAttachedMartin Jones2010-03-042-21/+7
| | | | | |
| | | * | | Fix spelling.Martin Jones2010-03-042-2/+2
| | | | | |
| | | * | | Document that the views do not set clip: true.Martin Jones2010-03-042-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-2942
| | | * | | Set StrongFocus on QDeclarativeView so that elements can get focus.Martin Jones2010-03-041-0/+2
| | | |/ / | | | | | | | | | | | | | | | Task-number: QTBUG-8637
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-031-6/+19
| | | |\ \
| | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0326-180/+400
| | | | |\ \
| | | | * | | Fix painting Rectangle with radius < side/2.Martin Jones2010-03-031-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Falls back to using standard QPainter. Also avoid painting odd width borders between pixels, i.e. pixel align painting. Task-number: QTBUG-6675, QTBUG-8317, QTBUG-6786
| | | * | | | Fix visibility of classes in private headers upon which Bauhaus/Creator relies.Warwick Allison2010-03-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Author: Erik Verbruggen
| | | * | | | system import path not supported with Qt 4.6.Warwick Allison2010-03-031-0/+4
| | | | | | |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-0326-180/+400
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0369-323/+1096
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (64 commits) More renaming: MouseRegion -> MouseArea Save secondary scope inside the expression's scope object 'on' syntax fixes QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject property Move JS global scope to top of the QML scope chain Add documentation for the 'when' property of Binding. Auto test for QTBUG-8677 QDeclarativeGuard should handle objects being deleted OS-friendlier, less noisy. fix crash, re-enable settings test Fix incorrect scope resolution for script in a script block. Disable until plugin objects problem resolved. silence debuggery add colorbrowser qml example Fix settings (was not exported type). Add import Qt.widgets 4.6 to layout.qml example make runnable from elsewhere remove debugger runnable from elsewhere Ensure error is received - the root object is INITIALLY zero. ...
| | | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-034-20/+57
| | | | | |\ \ \
| | | | | | * | | Save secondary scope inside the expression's scope objectAaron Kennedy2010-03-034-20/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the secondary scope from contaminating scopes outside itself when used as a signal expression. QTBUG-8641
| | | | | * | | | More renaming: MouseRegion -> MouseAreaYann Bodson2010-03-031-5/+5
| | | | | |/ / /
| | | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-037-40/+65
| | | | | |\ \ \
| | | | | | * | | QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject ↵Aaron Kennedy2010-03-031-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | property QT-2793
| | | | | | * | | Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-036-38/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QT-2787
| | | | | * | | | 'on' syntax fixesYann Bodson2010-03-037-40/+40
| | | | | |/ / /
| | | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-031-0/+5
| | | | | |\ \ \ | | | | | | |/ /
| | | | | * | | Add documentation for the 'when' property of Binding.Yann Bodson2010-03-031-1/+14
| | | | | | | |
| | | * | | | | 4.6.x compatWarwick Allison2010-03-031-0/+16
| | | | |_|/ / | | | |/| | |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-035-4/+9
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |