summaryrefslogtreecommitdiffstats
path: root/demos/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-1663-819/+819
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-1163-63/+63
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Fix deployment of minehunt for SymbianDamian Jansen2010-12-201-1/+1
| | | | Task: QT-4298
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-051-2/+1
|\
| * Fix minehunt.pro (minehunt is no longer a plugin)Bea Lam2010-11-051-2/+1
| | | | | | | | | | Task-number: QTBUG-15011 Reviewed-by: Martin Jones
* | Don't allow flagging of flipped tiles in MinehuntAlan Alpert2010-11-051-1/+1
| | | | | | | | Task-number: QTBUG-4249
* | Fix samegame text input focusAlan Alpert2010-11-051-3/+1
|/ | | | | | | The real problem is QTBUG-15047, but by implementing SameGame in a different way it gets worked around very nicely. Task-number: QTBUG-14716
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-10-292-3/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Play whole file in spectrum analyzer demo Do not unnecessarily reset state of spectrum demo Set SpectrumAnalyserThread parent to 0 before calling moveToThread() Avoid being killed by graphics out-of-memory monitor. Revert function renaming in QtOpenVG. Support tactile feedback in QWidgets from QS60Style Support tactile feeedback from QS60Style for QWidgets Making the buttons less finger unfriendly Readded .def file entries after a little stunt Do not crash on Symbian Temporarily remove .def file entries for a little stunt Fixed crash with QClipboard in Symbian^3 Fallback to vgWritePixels in drawPixmap.
| * Making the buttons less finger unfriendlyAlessandro Portale2010-10-282-3/+4
| | | | | | | | | | I did not dare to apply the same fix to the samegame tutorials, since those are completely diverged from the demo.
* | Missing part of 64a05cfa97b1192ac247558c0601ba0e4ec464c9Alan Alpert2010-10-281-1/+1
|/ | | | Task-number: QT-4200
* 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
* Make minehunt less cheerfulAlan Alpert2010-10-141-1/+3
| | | | | | An instance of failure being improperly shown as victory was rectified. Task-number: QT-3956
* 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
* 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
* 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
|\ \ | |/
| * 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
| |/
* | Maintain high score name dialog length, as well as name.Alan Alpert2010-08-262-1/+3
|/ | | | Task-number: QTBUG-13129
* 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...