summaryrefslogtreecommitdiffstats
path: root/demos/declarative
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Missing part of 64a05cfa97b1192ac247558c0601ba0e4ec464c9Alan Alpert2010-10-281-1/+1
| | |/ | | | | | | | | | Task-number: QT-4200
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-254-4/+15
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/declarative/snake/snake.qml qmake/generators/symbian/symbiancommon.cpp src/network/access/qnetworkaccessmanager.cpp src/s60installs/s60installs.pro tests/auto/qitemselectionmodel/tst_qitemselectionmodel.cpp tests/auto/qnetworkreply/tst_qnetworkreply.cpp
| | * Fix Twitter demo's list view for devicesJoona Petrell2010-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | The height of ListView in Twitter demo was fixed, which looked bad when the demo was run maximized or in a full screen mode on devices. Task-number: Reviewed-by: Aaron Kennedy
| | * Snake demo now pauses when the window loses focus.Alan Alpert2010-10-153-3/+13
| | | | | | | | | | | | Task-number: QTBUG-11592
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-151-1/+3
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | Conflicts: src/gui/painting/qpaintengine_raster.cpp tests/auto/declarative/qdeclarativetext/data/alignments_cb.png tests/auto/declarative/qdeclarativetext/data/alignments_cc.png tests/auto/declarative/qdeclarativetext/data/alignments_ct.png
| | * Make minehunt less cheerfulAlan Alpert2010-10-141-1/+3
| | | | | | | | | | | | | | | | | | An instance of failure being improperly shown as victory was rectified. Task-number: QT-3956
| * | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
* | | Fix deployment for examples and testsShane Kearns2010-10-121-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | Due to the change from default deployment in symbian from being hardcoded in qmake to being in default_deployment.prf the .pro files needed to be changed. Specifically, "DEPLOYMENT = foo" needs to be "DEPLOYMENT += foo" otherwise the default deployment lines are not added and the test won't install. Reviewed-By: Miikka Heikkinen
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-076-11/+38
|\ \ | |/
| * Rename toolbar button.Yann Bodson2010-10-061-1/+1
| | | | | | | | Task-number: QT-3637
| * Do not show 'More' button when in fullscreen view.Yann Bodson2010-10-062-9/+15
| | | | | | | | Task-number: QTBUG-11813
| * Fix minehunt execution from QtDemoJoona Petrell2010-10-063-1/+22
| | | | | | | | | | Task-number: QTBUG-14250 Reviewed-by: Martin Jones
* | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-0460-60/+60
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: doc/src/snippets/code/doc_src_qmake-manual.qdoc src/corelib/arch/symbian/arch.pri src/declarative/graphicsitems/qdeclarativeflickable.cpp src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h tests/auto/qfontmetrics/tst_qfontmetrics.cpp
| * Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2960-60/+60
| | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-1024-468/+395
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/syncqt demos/declarative/snake/content/snake.js demos/declarative/snake/snake.qml doc/src/development/qmake-manual.qdoc src/corelib/plugin/plugin.pri src/gui/kernel/qapplication_win.cpp src/gui/kernel/qdesktopwidget_win.cpp src/gui/painting/qdrawhelper.cpp tests/auto/qdir/tst_qdir.cpp tools/qdoc3/test/assistant.qdocconf tools/qdoc3/test/designer.qdocconf tools/qdoc3/test/linguist.qdocconf
| * Re-add quit button to declarative Twitter demoJoona Petrell2010-09-091-1/+12
| | | | | | | | | | Task-number: Reviewed-by: Bea Lam
| * Fix text size issues for high ppi displaysAlessandro Portale2010-09-075-7/+7
| | | | | | | | | | | | | | | | | | | | | | Many layout sizes in flickr are specified by the artwork sizes. The heights and widths are defined in static pixel sizes. Therefore the text has to obey the size restrictions, and should not overlap. This patch sets the font sizes in pixels. Otherwise the default font sizes in points may be too big on high ppi displays. (XM5800 has ~230 ppi)
| * Increase maximum heap size of minehunt demo to fix crashing on SymbianJoona Petrell2010-09-071-0/+1
| | | | | | | | | | Task-number: QT-3821 Reviewed-by: Martin Jones
| * Ensure slider is updated when screen size changes.Martin Jones2010-09-062-6/+38
| | | | | | | | Task-number: QT-3718
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-09-0217-464/+347
| |\
| | * Updated Twitter demo in response to the new Twitter oauth requirementJens Bache-Wiig2010-08-3113-459/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Twitter is blocking access to the old authentification method that our demo was using. This breaks the demo completely. To fix this, I changed the demo into only make use of the public search API. You can no longer tweet but you can search for different tweets. At the moment making an oauth capable demo is not desirable due to the problems with handling a secret app token among other issues. Task-number: QTBUG-13181 Reviewed-by: Alan Alpert
| | * Revert "Add 'cached' property to Image."Yann Bodson2010-08-311-2/+2
| | | | | | | | | | | | | | | | | | This will have to go in 4.8. This reverts commit 3928cb20ecc63ed21cdb122388b200c9ab8e7cad.
| | * Add 'cached' property to Image.Yann Bodson2010-08-311-2/+2
| | | | | | | | | | | | | | | Task-number: QTBUG-7300 Reviewed-by: Aaron Kennedy
| | * Remove debug.Martin Jones2010-08-301-1/+0
| | |
| | * Snake: Don't use Behavior with states.Martin Jones2010-08-304-5/+18
| | | | | | | | | | | | | | | | | | | | | Changing states mid-animation confuses states where property value is not specified explicitly for each state. Task-number: QT-3823
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-08-2617-21/+93
| |\ \ | | |/
| * | Maintain high score name dialog length, as well as name.Alan Alpert2010-08-262-1/+3
| | | | | | | | | | | | Task-number: QTBUG-13129
* | | State handling cleanupmae2010-09-093-21/+50
| |/ |/| | | | | | | | | The game could end up in funky states when restarting while the startup animation was running. Also some smaller fixes for rotation.
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-08-2611-20/+92
|\ \
| * | Add quit buttons to declarative demosJoona Petrell2010-08-2611-20/+92
| |/ | | | | | | | | Task-number: QTBUG-13048 Reviewed-by: Martin Jones
* | Make declarative examples a bit more qt-like.Yann Bodson2010-08-267-1/+1
|/
* Fix minehunt demo for SymbianJoona Petrell2010-08-206-145/+215
| | | | | Task-number: QTBUG-8927 Reviewed-by: Alan Alpert
* Fix game could not be restartedmae2010-08-162-16/+5
| | | | Task-number: QT-3668
* Snake game cannot be restartedmae2010-08-031-2/+15
| | | | Task-id: QT-3668
* Fix photo positioning bug in flickr demo.Yann Bodson2010-08-033-87/+87
| | | | Task-number: QTBUG-3669
* Make it possible to manually set the orientation of QML Viewer on SymbianJoona Petrell2010-08-032-9/+9
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-12142 Reviewed-by: Warwick Allison This patch brings ability to switch QML Viewer's orientation between auto-orientation (=follow sensor), portrait and landscape orientations (lock orientation) on Symbian. It provides same orientation options as Qt Creator 2.1's Qt QML Standalone Application creation wizard. Also, menu item rotateOrientation now works on Symbian, but it's hidden when orientation mode is set to auto-orientation. Property runtime.orientation has been switched back to supporting four-way orientation on Symbian, previously it only updated values between portrait and landscape. If your application only supports landscape or portrait modes, just don't react to the inverted orientations. Added orientation example screenorientation under examples/declarative. The patch includes a fix for calculator example, which rotated to wrong direction when switching from portrait to landscape. Also, improved qdeclarativeviewer unit tests. Changes have been tested to work on Windows, Linux and Symbian^3.
* Remove warnings in photoviewer demo.Yann Bodson2010-07-291-1/+1
| | | | Task-number: QTBUG-12494
* Uncomment code accidentally removed with ↵Aaron Kennedy2010-07-291-2/+0
| | | | | | 1937adaab5861ced44813c6a4b0bff1c3750ecd3 QTBUG-3620
* QML focus API updates.Michael Brasser2010-07-213-3/+3
| | | | | | | | | The wantsFocus property has been renamed to activeFocus, to better reflect its value. Reading and writing the focus property is also now consistent -- this property represents focus within a scope. Other small changes were made to keep things consistent with the new naming. Reviewed-by: Aaron Kennedy
* Fix SamegameAlan Alpert2010-07-191-2/+2
| | | | | | | Change to Behavior from Follow means that some of the previous assumptions are now incorrect. Script logic has been fixed. Task-number: QTBUG-12246
* Enter key performs same action as Return key in QML demos.Martin Jones2010-07-145-0/+9
| | | | N900 has an Enter key, not a return key
* Follow -> Behaviormae2010-07-082-8/+10
| | | | Replace the usages of Follows with Behaviors, update docs.
* Add Symbian support for runtime.orientation propertyJoona Petrell2010-07-072-9/+22
| | | | | Task-number: Reviewed-by: Martin Jones
* Fixed deployment locations for various profiles.axis2010-07-021-1/+1
| | | | RevBy: Trust me
* 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