summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Add missing NOTIFY signals to various QML item class propertiesJoona Petrell2010-02-1710-17/+74
| | * | Fix currentIndex after itemsMoved()Martin Jones2010-02-171-8/+46
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-02-173-3/+9
| | |\ \
| | | * | Declare QmlXmlListModelRole meta type before any code uses it.Bea Lam2010-02-171-2/+4
| | | * | Make compile on Symbian (call Q_DECLARE_METATYPE earlier)Bea Lam2010-02-172-1/+5
| | * | | Revert "Replace QList<>* support with QmlListProperty"Aaron Kennedy2010-02-1720-215/+307
| | |/ /
| | * | 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
| | * | | Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-1620-307/+215
| | |/ /
| | * | Mobility 404Wolfgang Beck2010-02-161-2/+2
| | * | Fix crash in QmlMetaProperty that could occur when using value-typeMichael Brasser2010-02-162-4/+4
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-02-1626-52/+318
| | |\ \
| | | * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-1663-563/+847
| | | |\ \
| | | | * \ 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-1620-25/+68
| | | | |/ /
| | | * | | Add QmlImageProvider to allow asynchronous access to images.Martin Jones2010-02-167-23/+250
| | * | | | QML binding optimizer crashAaron Kennedy2010-02-161-2/+2
| | * | | | QML binding optimizer crashAaron Kennedy2010-02-161-4/+5
| | * | | | Fix crash in QML binding optimizerAaron Kennedy2010-02-163-138/+164
| | * | | | Don't delete binding directlyAaron Kennedy2010-02-161-2/+4
| | | |/ / | | |/| |
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-165-5/+46
| | |\ \ \
| | | * \ \ 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
| | | * | | | Fix TextInput keypad navigationAlan Alpert2010-02-151-2/+4
| | | |/ / /
| | | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-153-1/+8
| | | |\ \ \
| | | * | | | For qmldebug* tests, make sure engine is running before the test threadBea Lam2010-02-152-1/+36
| | * | | | | Ensure new WebView windows are notified correctly. Improve test.Warwick Allison2010-02-151-1/+2
| | | |/ / / | | |/| | |
| | * | | | Fix compile with -no-webkitWarwick Allison2010-02-153-1/+8
| | |/ / /
| | * | | Fix buildWarwick Allison2010-02-153-6/+0
| | * | | Remove noop codeAaron Kennedy2010-02-151-1/+0
| | * | | Move type initialization from global static initializers to QmlEngine constru...Warwick Allison2010-02-1440-521/+719
* | | | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-1945-18/+116
| |_|_|/ |/| | |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-16295-332/+352
|\ \ \ \ | |/ / / |/| | |
| * | | Fix copyright year.Jason McDonald2010-02-16293-293/+293
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Jason McDonald2010-02-164-2/+10
| |\ \ \
| | * | | doc: Fixed some qdoc errors.Martin Smith2010-02-164-2/+10
| * | | | Fix broken license headers.Jason McDonald2010-02-162-35/+35
| |/ / /
| * | | doc: Fixed some qdoc errors.Martin Smith2010-02-163-2/+14
| |/ /
* | | Prepare translations of the declarative module.Friedemann Kleint2010-02-158-37/+37
|/ /
* | Fix scrolling backwards when pathItemCount != model.countAlan Alpert2010-02-121-2/+7
|/
* Fix warningsAaron Kennedy2010-02-124-6/+2
* Reference count shared expression dataAaron Kennedy2010-02-122-1/+7
* Cleanup public QmlMetaType APIAaron Kennedy2010-02-1212-158/+112
* Adds inputMethodHint property to TextEdit and TextInput.Joona Petrell2010-02-122-0/+3
* Decouple Loader from QmlGraphicsItemJoona Petrell2010-02-124-38/+119
* Update QmlChanges.txtLeonardo Sobral Cunha2010-02-111-0/+2
* Animations are running by default when used as property source valueLeonardo Sobral Cunha2010-02-112-2/+11
* QML Object toString should use 64-bit address on 64-bit platformsAaron Kennedy2010-02-111-1/+1
* Fix tst_qmlecmascript::callQtInvokablesAaron Kennedy2010-02-111-6/+8