summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'origin/master'Thiago Macieira2010-02-2046-579/+911
|\ | | | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc
| * Revert "Speed up QmlGraphicsItem::setParentItem."Bjørn Erik Nilsen2010-02-191-5/+1
| | | | | | | | | | | | | | | | | | This reverts commit 282a46ab5edafa7b82e9c58658143cb979db2d85. This change introduced some regression due to itemChange notifications not being delivered as expected (reported by Warwick). We have to find another solution, unfortunately. However, the performance penalty isn't that big so we can live with it for now.
| * Fix "AnimatedImage ignores Anchors setting"Michael Brasser2010-02-191-0/+1
| | | | | | | | Task-number: QTBUG-8343
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-1883-83/+87
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * | Doc: onExited, onEntered only work when button pressed or hoverEnabledMartin Jones2010-02-181-0/+16
| | | | | | | | | | | | Task-number: QTBUG-8305
| * | Ensure visibleIndex and currentIndex are updated on itemsMoved().Martin Jones2010-02-181-2/+25
| | |
| * | Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-182-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well.
| * | Fix typo in docsAlan Alpert2010-02-171-1/+1
| | |
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-1746-566/+862
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: (47 commits) Add missing NOTIFY signals to various QML item class properties Fix currentIndex after itemsMoved() qmlviewer: build on symbian Revert "Replace QList<>* support with QmlListProperty" Declare QmlXmlListModelRole meta type before any code uses it. Make compile on Symbian (call Q_DECLARE_METATYPE earlier) Conditionally link webkit on wince Revert "Run dos2unix on these files." Expose LayoutItem documentation Fix palette on the N900 Fix QTBUG-8090, improve original patch effectiveness. Replace QList<>* support with QmlListProperty Run dos2unix on these files. Remove standalone QmlDebugger. It is now only available through the Mobility 404 Fix crash in QmlMetaProperty that could occur when using value-type QML binding optimizer crash QML binding optimizer crash Fix crash in QML binding optimizer Don't delete binding directly ...
| | * | Add missing NOTIFY signals to various QML item class propertiesJoona Petrell2010-02-1710-17/+74
| | | | | | | | | | | | | | | | Reviewed-by: Aaron Kennedy
| | * | Fix currentIndex after itemsMoved()Martin Jones2010-02-171-8/+46
| | | | | | | | | | | | | | | | | | | | | | | | Ensure fixupPosition() positions properly for StrictlyEnforceRange highlight mode. Update visibleIndex after itemsMoved().
| | * | Revert "Replace QList<>* support with QmlListProperty"Aaron Kennedy2010-02-176-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | This was accidentally pushed early. This reverts commit 8454c53b304a4aba7c058b315041b3a38ad4fff5.
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-02-171-0/+7
| | |\ \
| | | * | Expose LayoutItem documentationAlan Alpert2010-02-161-0/+7
| | | | | | | | | | | | | | | | | | | | Also made it slightly more verbose.
| | * | | Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-166-12/+11
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qmlgraphicsitem.cpp src/declarative/qml/qmlmetaproperty.cpp src/declarative/qml/qmlmetatype.cpp
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMichael Brasser2010-02-161-4/+0
| | |\ \
| | | * | transformOrigin defaults to Center, fix image/docs.Warwick Allison2010-02-161-4/+0
| | | | |
| | * | | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-163-7/+7
| | |/ /
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-163-4/+10
| | |\ \
| | | * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-152-2/+6
| | | |\ \
| | | | * | Exposing some Validators requires Qt >= 4.7.0Alan Alpert2010-02-152-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | This commit should make declarative compile against 4.6.2 again.
| | | * | | Fix TextInput keypad navigationAlan Alpert2010-02-151-2/+4
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was accidentally ignoring key movements even when an existing selection meant that pressing right/left would do something. Task-number: QT-2944
| | * | | Ensure new WebView windows are notified correctly. Improve test.Warwick Allison2010-02-151-1/+2
| | |/ / | | | | | | | | | | | | | | | | Change 282a46ab5edafa7b82e9c58658143cb979db2d85 prevents itemChange() notification. That seems wrong, but this change is a work-around.
| | * | Fix compile with -no-webkitWarwick Allison2010-02-153-1/+8
| | | |
| | * | Fix buildWarwick Allison2010-02-153-6/+0
| | | | | | | | | | | | | | | | Remove unneeded .moc imports resulting from moved classes.
| | * | Move type initialization from global static initializers to QmlEngine ↵Warwick Allison2010-02-1439-521/+711
| | | | | | | | | | | | | | | | | | | | | | | | construction. Task-number: QT-2798
* | | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-1925-18/+83
| |_|/ |/| |
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-02-1681-81/+85
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (42 commits) doc: Fixed some qdoc errors. doc: Fixed some qdoc errors. Fix copyright year. Fix broken license headers. doc: Fixed some qdoc errors. Reusing sheets on Mac OS X 10.5 & above shows painting artifacts. doc: Fixed some qdoc errors. QNetworkAccessManager: add method to send custom requests doc: Fixed some qdoc errors. Optimization: Avoid calling out to public API function Mac: submenu shows up at the wrong position Add operator< and qHash for QSharedPointer and fix operator-. Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Optimized QLocale to access system locale on demand. Fix QRegion under Mac OS X. update according to Thiago's comments. Changes: add functionality for dbus auto start to qt Add license header to this file readdir64 is not available on HP-UX ...
| * | Fix copyright year.Jason McDonald2010-02-1681-81/+81
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | doc: Fixed some qdoc errors.Martin Smith2010-02-161-0/+4
| |/
* | Prepare translations of the declarative module.Friedemann Kleint2010-02-151-13/+13
|/ | | | | Add to translations profile. move stuff out of QObject-context, correct spelling and contractions, correct usage of tr().
* Fix scrolling backwards when pathItemCount != model.countAlan Alpert2010-02-121-2/+7
| | | | | | | | | Also fixes -Scrolling backwards when model.count != 0 mod pathItemCount -A minor typo in a comment Task-number: QTBUG-6865 Reviewed-by: Martin Jones
* Fix warningsAaron Kennedy2010-02-121-3/+0
|
* Adds inputMethodHint property to TextEdit and TextInput.Joona Petrell2010-02-122-0/+3
| | | | Reviewed-by: Martin Jones
* Decouple Loader from QmlGraphicsItemJoona Petrell2010-02-123-38/+118
| | | | | Task-number: QT-2823 Reviewed-by: Aaron Kennedy
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAlan Alpert2010-02-102-9/+16
|\
| * Make sure item release isn't deferred indefinatelyMartin Jones2010-02-102-9/+16
| |
* | Attempt to clairify highlight range docsAlan Alpert2010-02-101-0/+10
|/
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-105-11/+11
| | | | This reverts commit d914555badcd4761864657e1e335e657b791453f.
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-095-11/+11
|
* Support the other validatorsAlan Alpert2010-02-082-0/+23
| | | | | | | Note that a resolution will be required for QTBUG-8025 before the QRegExpValidator is useful. Task-number: QTBUG-7068
* The virtual keyboard is now working for TextEdit and TextInput components.Alexis Menard2010-02-083-0/+51
| | | | | | | | | In order to show the virtual keyboard we need to send RequestSoftwareInputPanel. I also fixed TextInput regarding the inputQuery implementation. Task-number:QTBUG-7602 Reviewed-by:akennedy
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-082-14/+14
|\
| * Make transformOrigin Center by defaultYann Bodson2010-02-082-14/+14
| | | | | | | | Task-number: QTBUG-7430
* | Fix viewport size update.Martin Jones2010-02-081-2/+4
|/
* clip if tile mode is 'PreserveAspectCrop' and 'clip' property is true.Yann Bodson2010-02-081-3/+9
|
* Fix item removal.Martin Jones2010-02-081-7/+7
|
* Make atBeginning/viewArea calculations account for min extent.Martin Jones2010-02-081-6/+6
|
* Pass symbols::prefix (Action -> QmlAction)Warwick Allison2010-02-051-4/+4
|
* Fix ListView tests.Martin Jones2010-02-051-4/+6
|