summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite Minehunt demo to use the runtime.Alan Alpert2010-03-0218-148/+62
|
* Adapted example to use the import mechanismmae2010-03-025-31/+40
|
* Compile fix on WindowsAlan Alpert2010-03-021-1/+1
|
* Build fix on windowsTobias Hunger2010-03-021-1/+1
|
* Fix qml import modules loading on Windowsmae2010-03-021-8/+20
| | | | | | On windows, when importing a declarative plugin by name, extend with "d.dll" in the debug case, then with ".dll". This is in sync with qmake's behaviour for libraries.
* Let the 'qml' runtime use its applicationDirPath as importsPathmae2010-03-021-0/+3
| | | | | | The is analog to the plugin system in Qt. It makes it possible to ship an executable with extra plugins resp. qml import modules without creating a qt.conf.
* Moved qdeclarativemodules to importsmae2010-03-0218-31/+51
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-02216-891/+2297
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (28 commits) Add "on" syntax to QmlChanges.txt Don't return QDeclarativeDeclarativeData for a deleting object Empty URL test Fix zooming (broke with transformOrigin default change). doc Move WebView to an extension plugin. follow syntax change missed file Optimization. Add autotests for script block scoping. Make test more reliable. Add NOTIFY signals to list, grid and path views Example of text focus. Add docs and tests for WorkerListModel. Add NOTIFY signals to list, grid and path views Example of text focus. Add accessor operations to VisualItemModel::children Make "on" syntax mandatory for value sources and interceptors Fix warning. Minor optimization. ...
| * Add "on" syntax to QmlChanges.txtAaron Kennedy2010-03-021-0/+10
| |
| * Don't return QDeclarativeDeclarativeData for a deleting objectAaron Kennedy2010-03-022-2/+6
| | | | | | | | This was causing crashes in the qmldesigner.
| * Empty URL testAaron Kennedy2010-03-024-0/+91
| |
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-02211-934/+2235
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (25 commits) Fix zooming (broke with transformOrigin default change). doc Move WebView to an extension plugin. follow syntax change missed file Optimization. Add autotests for script block scoping. Make test more reliable. Add NOTIFY signals to list, grid and path views Example of text focus. Add docs and tests for WorkerListModel. Add NOTIFY signals to list, grid and path views Example of text focus. Add accessor operations to VisualItemModel::children Make "on" syntax mandatory for value sources and interceptors Fix warning. Minor optimization. Test GridView.onAdd & GridView.onRemove. Reduce wait()s Replace remaining QGuard usage with QDeclarativeGuard. Reapply "Some animation cleanup/refactoring." ...
| | * Fix zooming (broke with transformOrigin default change).Warwick Allison2010-03-021-0/+1
| | | | | | | | | | | | Task-number: QTBUG-5845
| | * Merge branch 'master' into 4.7Warwick Allison2010-03-0249-273/+261
| | |\ | | | | | | | | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativegridview/tst_qdeclarativegridview.cpp
| | | * docWarwick Allison2010-03-021-0/+1
| | | |
| | | * Move WebView to an extension plugin.Warwick Allison2010-03-0244-262/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995
| | | * follow syntax changeWarwick Allison2010-03-021-1/+1
| | | |
| | | * missed fileWarwick Allison2010-03-021-0/+0
| | | |
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-03-02137-599/+1351
| | | |\
| | | | * Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-0217-66/+815
| | | | | | | | | | | | | | | | | | | | Reviewed-by: akennedy
| | | | * Example of text focus.Warwick Allison2010-03-021-0/+83
| | | | | | | | | | | | | | | | | | | | Task-number: QT-448
| | | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-03-0132-51/+74
| | | |\ \
| | | * | | Export QDeclarativeWorkerScript and QDeclarativeWorkerListModel andBea Lam2010-03-011-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | call other usual macros.
| | * | | | Optimization.Michael Brasser2010-03-021-2/+2
| | | | | |
| | * | | | Add autotests for script block scoping.Michael Brasser2010-03-024-0/+57
| | | | | |
| | * | | | Make test more reliable.Michael Brasser2010-03-021-3/+3
| | | | | |
| | * | | | Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-0217-60/+818
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: akennedy
| | * | | | Example of text focus.Warwick Allison2010-03-021-0/+83
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-448
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-02144-600/+1014
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Add docs and tests for WorkerListModel. Add accessor operations to VisualItemModel::children Make "on" syntax mandatory for value sources and interceptors Fix warning. Minor optimization. Test GridView.onAdd & GridView.onRemove. Reduce wait()s Replace remaining QGuard usage with QDeclarativeGuard. Reapply "Some animation cleanup/refactoring." Setting the same source again causes reload. Expand documention of status property with examples Document TextEdit::textMargin use ParentAnimation
| | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-02131-596/+560
| | | |\ \ \ \
| | | | * | | | Add accessor operations to VisualItemModel::childrenAaron Kennedy2010-03-021-1/+10
| | | | | | | |
| | | | * | | | Merge branch 'master' into 4.7Aaron Kennedy2010-03-02121-545/+469
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| |
| | | | | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-03-0235-95/+178
| | | | | |\ \ \ | | | | | | | |/ | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/declarative/minehunt/main.cpp demos/declarative/minehunt/minehunt.qml
| | | | | | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlYann Bodson2010-03-0133-82/+166
| | | | | | |\ \
| | | | | | * | | use ParentAnimationYann Bodson2010-03-011-12/+16
| | | | | | | | |
| | | | | * | | | Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-02120-532/+454
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
| | | | * | | | | Fix warning.Michael Brasser2010-03-021-1/+0
| | | | | | | | |
| | | | * | | | | Minor optimization.Michael Brasser2010-03-021-2/+3
| | | | | | | | |
| | | | * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-0233-109/+265
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-026-17/+29
| | | | | |\ \ \ \ \
| | | | | | * | | | | Replace remaining QGuard usage with QDeclarativeGuard.Michael Brasser2010-03-014-5/+9
| | | | | | | | | | |
| | | | | | * | | | | Reapply "Some animation cleanup/refactoring."Michael Brasser2010-03-012-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 543c4b82e6d6cc4a396b1c105d7321643b6ef4c6. Conflicts: src/declarative/util/qdeclarativeanimation.cpp
| | | | | * | | | | | Test GridView.onAdd & GridView.onRemove. Reduce wait()sMartin Jones2010-03-012-26/+39
| | | | | |/ / / / /
| | | | | * | | | | Setting the same source again causes reload.Martin Jones2010-03-011-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-8623
| | | | * | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-012-3/+4
| | | | |\ \ \ \ \ \
| | | | * | | | | | | Document TextEdit::textMarginAlan Alpert2010-03-011-0/+5
| | | | | |_|_|_|/ / | | | | |/| | | | |
| | | * | | | | | | Add docs and tests for WorkerListModel.Bea Lam2010-03-029-3/+414
| | | | |_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-2807
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-014-1/+40
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Expand documention of status property with examples
| | | | * | | | | | Expand documention of status property with examplesAlan Alpert2010-03-014-1/+40
| | | | | |/ / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-8542
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-029-38/+81
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: doc: Fixed some qdoc errors. qdoc: Second attempt, QML doc stuff.