summaryrefslogtreecommitdiffstats
path: root/demos/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in SameGame's dialog componentAlan Alpert2010-07-012-1/+3
| | | | | | Was emitting closed after already being closed. Task-number: QTBUG-11812
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-07-012-4/+5
|\
| * Undefined is undefined, and now qml warns about itmae2010-06-291-3/+3
| |
| * Avoid binding loop.Yann Bodson2010-06-291-1/+2
| |
* | Minor Twitter demo enhancementsAlan Alpert2010-06-302-1/+2
|/ | | | First time I actually use it to tweet and I find two bugs...
* Removed unnecessary data_caging_paths.prf loading from applicationsMiikka Heikkinen2010-06-221-1/+0
| | | | | | | | | Since plugin and import paths variables were moved to symbian.conf, there were many unnecessary load(data_caging_paths) statements left in applications. Task-number: QTBUG-11619 Reviewed-by: Janne Koskinen
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-06-222-4/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit: Fix examples Updated WebKit to 45d1c9149ef8940081fa8dd35854d2b95ebaf3cd Updated WebKit to 4ad38c43081bedb69c7e26a9ca0fb2c50456066d Updated WebKit to 19de3d2848b715f937eb375a078672cc8e9b8185 Updated WebKit to 19de3d2848b715f937eb375a078672cc8e9b8185 Updated WebKit to 515aae71494436816cd0250cdc52caa4f2566aef Update S60 stuff after renaming the webkit component. Update qmlchanges from import org.webkit to QtWebKit Updated WebKit to e32cb21d4f1787147bcb681883b96a95f867749a Updated WebKit to a99218d1984be36e00966f988123fa7e2b18eec5 Remove the old WebView element in src/import. The new one is in src/3rdparty/webkit Updated WebKit to d7a095a2a9514e1f132b779b99279585820b46f5 Updated WebKit to c6f08f4c13f88491a5d1ae1794c72166af0c26ba
| * Remove the old WebView element in src/import. The new one is in ↵Alexis Menard2010-06-182-4/+3
| | | | | | | | | | | | | | | | | | src/3rdparty/webkit Also change a bit the demo due to a little API change. The module is not org.webkit but QtWebKit now. Reviewed-by:simon hausmann
* | Allow things that load SameGame to disable the Quit buttonAlan Alpert2010-06-211-0/+2
|/ | | | | | | If I missed any, just set inAnotherDemo to true on the SameGame root item. Task-number: QTBUG-11562
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-06-161-0/+2
|\
| * Move knowledge of QGraphicsObject out of qml engineAaron Kennedy2010-06-161-0/+2
| |
* | Minor demo fixesAlan Alpert2010-06-161-0/+2
|/ | | | Found some minor demo issues while testing a TextInput change.
* Add go button to webbrowser example.Yann Bodson2010-06-105-4/+36
| | | | Task-number: QTBUG-11310
* Fix snake demomae2010-06-083-3/+12
| | | | | | | | | Code degeneration lead to three bugs: 1. progress bar worked only the first time 2. restart was broken 3. highscore model was not persistent Reviewed-by: Trust me
* Accept enter key in the webbrower demo url input.Martin Jones2010-06-071-0/+4
|
* Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-037-10/+28
| | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison
* Fix some bugs in the QML Web Browser buttonsAlan Alpert2010-05-312-1/+2
| | | | Now with fewer warnings! Also, the stop button works.
* Fix zoom bug in QML Web Browser demoAlan Alpert2010-05-312-3/+3
| | | | Zooming out no longer zooms to smaller than the window size.
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-262-4/+4
|\
| * Unify naming of import plugin targetsJoona Petrell2010-05-262-4/+4
| | | | | | | | | | Task-number: QTBUG-10834 Reviewed-by: Warwick Allison
* | Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap".Warwick Allison2010-05-261-1/+1
|/
* Add license headers for .qml files.Jason McDonald2010-05-2160-0/+2460
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Some minor example fixesAlan Alpert2010-05-201-0/+2
| | | | | | -dial moved to dial-example so the dirname is the same as the qml name -added rssnews to .pro so it can be installed -added some README files like the other dirs
* Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-202-4/+4
| | | | QDeclarativeComponent)
* DocumentationYann Bodson2010-05-181-0/+16
|
* Photoviewer example fixes.Yann Bodson2010-05-182-28/+16
|
* Move xmldata example into rssnews demo.Yann Bodson2010-05-178-0/+218
|
* Removed dependency of QDeclarativeWebView to private Qt (Declarative) APISimon Hausmann2010-05-131-22/+7
| | | | | Exchanged the use of QDeclarativePaintedItem with the use of QGraphicsWebView and its tiled backing store.
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-1238-491/+231
|\
| * Flickable small API changes.Yann Bodson2010-05-124-13/+9
| | | | | | | | | | | | | | | | | | | | - Split moving into movingHorizontally anf movingVertically - Split flicking into flickingHorizontally and flickingVertically - Rename flickDirection to flickableDirection - onMovementStarted, onMovementEnded, onFlickStarted and onFlickEnded signals removed Task-number: QTBUG-10572 Reviewed-by: Martin Jones
| * Expand if available space changes.Warwick Allison2010-05-111-0/+6
| | | | | | | | Task-number: QT-3175
| * Cleanup and simplify the webbrowser demo.Yann Bodson2010-05-1136-487/+225
| |
* | Emit numFlagsChangedAlan Alpert2010-05-111-0/+2
|/ | | | Task-number: QTBUG-10552
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-077-14/+18
|\ | | | | | | | | Conflicts: examples/declarative/dynamic/qml/itemCreation.js
| * More cleanupYann Bodson2010-05-064-7/+11
| |
| * CleanupYann Bodson2010-05-062-6/+6
| |
| * Use enum for drag.axis in doc and examples.Yann Bodson2010-05-061-1/+1
| |
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-0517-25/+85
|\ \ | |/
| * Fix i18n example.Yann Bodson2010-05-055-4/+64
| | | | | | | | Add french translation to photoviewer demo.
| * Use enum rather than string for easing type.Yann Bodson2010-05-0513-21/+21
| |
* | Make component.createObject require a parent argumentAlan Alpert2010-05-052-6/+3
|/ | | | | | | | | For graphical objects (the common case) a common mistake is to not parent a dynamically created item. Since you almost always want to add a parent, and it's hard for a beginner to diagnose this problem, a parent is now a required argument and dealt with by the createObject function. Task-number: QTBUG-10110
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-292-5/+5
|\
| * Remove Component's isReady, isLoading, isError and isNull properties.Bea Lam2010-04-292-5/+5
| | | | | | | | | | | | | | The Component status enum covers all of these properties already and removing these also makes the API consistent with Image and Loader. Note this change only affects the QML Component API; the methods are still available for QDeclarativeComponent.
* | make quitableWarwick Allison2010-04-272-1/+12
|/
* Replace usage of print() with console.log().Michael Brasser2010-04-232-9/+8
|
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-2126-101/+152
|\
| * Balance grid items for larger displays.Warwick Allison2010-04-211-1/+2
| | | | | | | | Task-number: QTBUG-8406
| * CleanupYann Bodson2010-04-2016-99/+0
| |
| * Fix API call for multiple tags.Warwick Allison2010-04-201-1/+6
| | | | | | | | Spec says comma, not eg. space separated.
| * Add .qmlproject files for declarative demos.Yann Bodson2010-04-209-0/+144
| |